removed trailing comma

This commit is contained in:
Alex Renoki 2020-08-24 09:10:50 +03:00
parent f742981729
commit 4bfed3310c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ trait PushesToPusher
} }
return new PusherBroadcaster( return new PusherBroadcaster(
new Pusher($app['key'], $app['secret'], $app['id'], config('broadcasting.connections.pusher.options', [])), new Pusher($app['key'], $app['secret'], $app['id'], config('broadcasting.connections.pusher.options', []))
); );
} }
} }