diff --git a/src/Contracts/PushesToPusher.php b/src/Contracts/PushesToPusher.php index 0a3b092..4c160b3 100644 --- a/src/Contracts/PushesToPusher.php +++ b/src/Contracts/PushesToPusher.php @@ -26,7 +26,7 @@ trait PushesToPusher } 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', [])) ); } }