Updated trailing comma on array key => value to pass StyleCI.
This commit is contained in:
parent
6917c35c33
commit
bcbc2f8265
|
@ -34,7 +34,7 @@
|
||||||
'secret' => env('PUSHER_SECRET'),
|
'secret' => env('PUSHER_SECRET'),
|
||||||
'app_id' => env('PUSHER_APP_ID'),
|
'app_id' => env('PUSHER_APP_ID'),
|
||||||
'options' => [
|
'options' => [
|
||||||
'encrypted' => env('PUSHER_ENCRYPTED', false)
|
'encrypted' => env('PUSHER_ENCRYPTED', false),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue