diff --git a/tests/LocalQueueTest.php b/tests/LocalQueueTest.php index d127f03..1b1fa19 100644 --- a/tests/LocalQueueTest.php +++ b/tests/LocalQueueTest.php @@ -5,7 +5,6 @@ namespace BeyondCode\LaravelWebSockets\Test; use Illuminate\Container\Container; use Illuminate\Contracts\Redis\Factory; use Illuminate\Queue\Jobs\RedisJob; -use Illuminate\Queue\LuaScripts; use Illuminate\Queue\Queue; use Illuminate\Queue\RedisQueue; use Illuminate\Support\Carbon; diff --git a/tests/RedisQueueTest.php b/tests/RedisQueueTest.php index 69ca4c8..6cd16d5 100644 --- a/tests/RedisQueueTest.php +++ b/tests/RedisQueueTest.php @@ -5,7 +5,6 @@ namespace BeyondCode\LaravelWebSockets\Test; use Illuminate\Container\Container; use Illuminate\Contracts\Redis\Factory; use Illuminate\Queue\Jobs\RedisJob; -use Illuminate\Queue\LuaScripts; use Illuminate\Queue\Queue; use Illuminate\Queue\RedisQueue; use Illuminate\Support\Carbon;