Remove unnecessary stuff
Watch everything break when I do this
This commit is contained in:
parent
168400fab0
commit
b760a00f3f
3 changed files with 0 additions and 12 deletions
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue