fix: remove unused code

This commit is contained in:
Rico van Zelst
2023-11-02 15:00:37 +01:00
parent a5e1a366c6
commit 10d45c5dd1
2 changed files with 0 additions and 10 deletions

View File

@@ -12,7 +12,3 @@ use Illuminate\Support\Facades\Broadcast;
| 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;
});