Merge branch 'fix/multiple-channel-members' of github.com:beyondcode/laravel-websockets into fix/multiple-channel-members
This commit is contained in:
commit
af3c8e02ec
|
|
@ -127,7 +127,7 @@ class PresenceChannel extends PrivateChannel
|
|||
$connection->app->id
|
||||
);
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue