Merge pull request #1084 from cachethq/analysis-qyKZL8

Applied fixes from StyleCI
This commit is contained in:
Graham Campbell
2015-10-30 18:25:56 +00:00

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' => [
//
],