From 43c4f1511db6400f190c322661ba4ab99feba705 Mon Sep 17 00:00:00 2001
From: Deon George <deon@dege.au>
Date: Mon, 11 Nov 2024 21:42:18 +1100
Subject: [PATCH] Remove unused config files

---
 routes/channels.php | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 routes/channels.php

diff --git a/routes/channels.php b/routes/channels.php
deleted file mode 100644
index f16a20b..0000000
--- a/routes/channels.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-/*
-|--------------------------------------------------------------------------
-| Broadcast Channels
-|--------------------------------------------------------------------------
-|
-| Here you may register all of the event broadcasting channels that your
-| application supports. The given channel authorization callbacks are
-| used to check if an authenticated user can listen to the channel.
-|
-*/
-
-Broadcast::channel('App.User.{id}', function ($user, $id) {
-    return (int) $user->id === (int) $id;
-});