aboutsummaryrefslogtreecommitdiff
path: root/routes/channels.php
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-06-13 23:23:20 +0100
committerFrankie B <frankieraybrown@gmail.com>2023-06-14 22:15:44 +0100
commit34a54c53298da00b7fb44d2a35a9c7086fbd0051 (patch)
treeef584cbb4c6e4381e494ef9b20697241a378b347 /routes/channels.php
parent8e627b16712e90134919c7366dffa4993a13165a (diff)
Remove unnecessary stuff
Watch everything break when I do this
Diffstat (limited to 'routes/channels.php')
-rw-r--r--routes/channels.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/routes/channels.php b/routes/channels.php
index 5d451e1..409c335 100644
--- a/routes/channels.php
+++ b/routes/channels.php
@@ -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;
-});