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
+4 -4
View File
@@ -38,10 +38,10 @@ return [
'connections' => [ 'connections' => [
'pusher' => [ 'pusher' => [
'driver' => 'pusher', 'driver' => 'pusher',
'key' => env('PUSHER_APP_KEY'), 'key' => env('PUSHER_APP_KEY'),
'secret' => env('PUSHER_APP_SECRET'), 'secret' => env('PUSHER_APP_SECRET'),
'app_id' => env('PUSHER_APP_ID'), 'app_id' => env('PUSHER_APP_ID'),
'options' => [ 'options' => [
// //
], ],