From 80b59fd375effd36e56fec87112e7fc4dbc12283 Mon Sep 17 00:00:00 2001 From: Mohamed Said Date: Sun, 24 Dec 2017 13:24:14 +0200 Subject: [PATCH] fix style --- config/broadcasting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/broadcasting.php b/config/broadcasting.php index 4db108db..ea52e630 100644 --- a/config/broadcasting.php +++ b/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'), ], ],