Applied fixes from StyleCI

This commit is contained in:
Graham Campbell 2015-10-30 14:25:45 -04:00 committed by StyleCI Bot
parent f454172dc8
commit f2fb5b66c1

View File

@ -38,10 +38,10 @@ return [
'connections' => [
'pusher' => [
'driver' => 'pusher',
'key' => env('PUSHER_APP_KEY'),
'secret' => env('PUSHER_APP_SECRET'),
'app_id' => env('PUSHER_APP_ID'),
'driver' => 'pusher',
'key' => env('PUSHER_APP_KEY'),
'secret' => env('PUSHER_APP_SECRET'),
'app_id' => env('PUSHER_APP_ID'),
'options' => [
//
],