Browse Source

Updated trailing comma on array key => value to pass StyleCI.

Ian Olson 8 years ago
parent
commit
bcbc2f8265
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/broadcasting.php

+ 1 - 1
config/broadcasting.php

@@ -34,7 +34,7 @@ return [
             'secret' => env('PUSHER_SECRET'),
             'app_id' => env('PUSHER_APP_ID'),
             'options' => [
-                'encrypted' => env('PUSHER_ENCRYPTED', false)
+                'encrypted' => env('PUSHER_ENCRYPTED', false),
             ],
         ],