fix style

This commit is contained in:
Mohamed Said
2017-12-24 13:24:14 +02:00
parent 84b126d90d
commit 80b59fd375

View File

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