From bcbc2f826581b4a5dc9e29c7bb6ea51e31a21d96 Mon Sep 17 00:00:00 2001 From: Ian Olson Date: Sun, 4 Oct 2015 23:53:11 -0500 Subject: [PATCH] Updated trailing comma on array key => value to pass StyleCI. --- config/broadcasting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/broadcasting.php b/config/broadcasting.php index c6dab314..a0e2e588 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -34,7 +34,7 @@ 'secret' => env('PUSHER_SECRET'), 'app_id' => env('PUSHER_APP_ID'), 'options' => [ - 'encrypted' => env('PUSHER_ENCRYPTED', false) + 'encrypted' => env('PUSHER_ENCRYPTED', false), ], ],