From f2fb5b66c11a23ce36532a9293c584e95d8bc21a Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 30 Oct 2015 14:25:45 -0400 Subject: [PATCH] Applied fixes from StyleCI --- config/broadcasting.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/broadcasting.php b/config/broadcasting.php index 848d8ffe..4e9e3ec8 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -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' => [ // ],