Browse Source

fix style

Mohamed Said 6 years ago
parent
commit
80b59fd375
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/broadcasting.php

+ 1 - 1
config/broadcasting.php

@@ -37,7 +37,7 @@ return [
             'app_id' => env('PUSHER_APP_ID'),
             'options' => [
                 'encrypted' => true,
-                'cluster' => env('PUSHER_APP_CLUSTER')
+                'cluster' => env('PUSHER_APP_CLUSTER'),
             ],
         ],