Skip to content

Commit

Permalink
Remove unused use statements
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Ullyott <ullyott.kevin@gmail.com>
  • Loading branch information
Orrison committed Oct 1, 2020
1 parent 71745f4 commit eb4f307
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Bus/BusBatchTest.php
Expand Up @@ -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;
Expand Down

0 comments on commit eb4f307

Please sign in to comment.