Removed route examples.

This commit is contained in:
2023-03-05 20:26:41 +06:00
parent 795945326e
commit 587679a33c
3 changed files with 0 additions and 12 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;
});