mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Fix Pusher namespace problem
This commit is contained in:
parent
52a010ce34
commit
3bb18ab9d2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Route::group(['namespace' => 'API'], function () {
|
|||
});
|
||||
|
||||
Route::post('broadcasting/auth', function (Request $request) {
|
||||
$pusher = new Pusher(
|
||||
$pusher = new Pusher\Pusher(
|
||||
config('broadcasting.connections.pusher.key'),
|
||||
config('broadcasting.connections.pusher.secret'),
|
||||
config('broadcasting.connections.pusher.app_id'),
|
||||
|
|
Loading…
Reference in a new issue