diff --git a/src/Concerns/PresencelyChannelable.php b/src/Concerns/PresencelyChannelable.php index 08cc497..1405f54 100644 --- a/src/Concerns/PresencelyChannelable.php +++ b/src/Concerns/PresencelyChannelable.php @@ -2,7 +2,6 @@ namespace BeyondCode\LaravelWebSockets\Concerns; -use BeyondCode\LaravelWebSockets\Concerns\Channelable; use BeyondCode\LaravelWebSockets\WebSockets\Exceptions\InvalidSignature; use Ratchet\ConnectionInterface; use stdClass; diff --git a/src/Concerns/PrivatelyChannelable.php b/src/Concerns/PrivatelyChannelable.php index d4fbdaa..2176dc7 100644 --- a/src/Concerns/PrivatelyChannelable.php +++ b/src/Concerns/PrivatelyChannelable.php @@ -2,7 +2,6 @@ namespace BeyondCode\LaravelWebSockets\Concerns; -use BeyondCode\LaravelWebSockets\Concerns\Channelable; use BeyondCode\LaravelWebSockets\WebSockets\Exceptions\InvalidSignature; use Ratchet\ConnectionInterface; use stdClass;