diff --git a/tests/PresenceChannelTest.php b/tests/PresenceChannelTest.php index 1660e50..d983c78 100644 --- a/tests/PresenceChannelTest.php +++ b/tests/PresenceChannelTest.php @@ -4,7 +4,6 @@ namespace BeyondCode\LaravelWebSockets\Test; use BeyondCode\LaravelWebSockets\API\TriggerEvent; use BeyondCode\LaravelWebSockets\Server\Exceptions\InvalidSignature; -use Carbon\Carbon; use GuzzleHttp\Psr7\Request; use Illuminate\Http\JsonResponse; use Pusher\Pusher; diff --git a/tests/PrivateChannelTest.php b/tests/PrivateChannelTest.php index 1cca6d3..90efa6d 100644 --- a/tests/PrivateChannelTest.php +++ b/tests/PrivateChannelTest.php @@ -4,7 +4,6 @@ namespace BeyondCode\LaravelWebSockets\Test; use BeyondCode\LaravelWebSockets\API\TriggerEvent; use BeyondCode\LaravelWebSockets\Server\Exceptions\InvalidSignature; -use Carbon\Carbon; use GuzzleHttp\Psr7\Request; use Illuminate\Http\JsonResponse; use Pusher\Pusher; diff --git a/tests/PublicChannelTest.php b/tests/PublicChannelTest.php index 50ebc5b..b16498d 100644 --- a/tests/PublicChannelTest.php +++ b/tests/PublicChannelTest.php @@ -3,7 +3,6 @@ namespace BeyondCode\LaravelWebSockets\Test; use BeyondCode\LaravelWebSockets\API\TriggerEvent; -use Carbon\Carbon; use GuzzleHttp\Psr7\Request; use Illuminate\Http\JsonResponse; use Pusher\Pusher;