From eb4f30763780089289f54aad916b79bfb53d7a50 Mon Sep 17 00:00:00 2001 From: Kevin Ullyott Date: Thu, 1 Oct 2020 15:09:14 -0700 Subject: [PATCH] Remove unused use statements Signed-off-by: Kevin Ullyott --- tests/Bus/BusBatchTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Bus/BusBatchTest.php b/tests/Bus/BusBatchTest.php index c58d87473ca2..381200daa171 100644 --- a/tests/Bus/BusBatchTest.php +++ b/tests/Bus/BusBatchTest.php @@ -16,8 +16,6 @@ use Illuminate\Database\Eloquent\Model; use Illuminate\Foundation\Bus\Dispatchable; use Illuminate\Queue\CallQueuedClosure; -use Illuminate\Queue\InteractsWithQueue; -use Illuminate\Queue\SerializesModels; use Mockery as m; use PHPUnit\Framework\TestCase; use RuntimeException;