Updated trailing comma on array key => value to pass StyleCI.
This commit is contained in:
@@ -34,7 +34,7 @@ return [
|
|||||||
'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),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user