Updated trailing comma on array key => value to pass StyleCI.

This commit is contained in:
Ian Olson 2015-10-04 23:53:11 -05:00
parent 6917c35c33
commit bcbc2f8265
1 changed files with 1 additions and 1 deletions

View File

@ -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),
], ],
], ],