Remove unnecessary stuff

Watch everything break when I do this
This commit is contained in:
Frankie B 2023-06-13 23:23:20 +01:00 committed by Frankie B
commit b760a00f3f
3 changed files with 0 additions and 12 deletions

View file

@ -12,7 +12,3 @@
| used to check if an authenticated user can listen to the channel.
|
*/
Broadcast::channel('App.Models.User.{id}', function ($user, $id) {
return (int) $user->id === (int) $id;
});