removed trailing comma
This commit is contained in:
parent
f742981729
commit
4bfed3310c
|
|
@ -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', []))
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue