Skip to content

Commit bcbc2f8

Browse files
author
Ian Olson
committed
Updated trailing comma on array key => value to pass StyleCI.
1 parent 6917c35 commit bcbc2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/broadcasting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'secret' => env('PUSHER_SECRET'),
3535
'app_id' => env('PUSHER_APP_ID'),
3636
'options' => [
37-
'encrypted' => env('PUSHER_ENCRYPTED', false)
37+
'encrypted' => env('PUSHER_ENCRYPTED', false),
3838
],
3939
],
4040

0 commit comments

Comments
 (0)