From 31b601f98590606d20e76b5dd68578dc1642cd2c Mon Sep 17 00:00:00 2001 From: freekmurze Date: Wed, 11 Dec 2024 09:34:41 +0000 Subject: [PATCH] Fix styling --- tests/TestCase.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index d4f258a..ef108c3 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -2,10 +2,8 @@ namespace Spatie\LaravelRay\Tests; -use Illuminate\Database\Events\QueryExecuted; use Illuminate\Database\Query\Builder; use Illuminate\Database\Schema\Blueprint; -use Illuminate\Support\Arr; use Illuminate\Support\Facades\Schema; use Illuminate\Support\Facades\View; use Illuminate\Support\Str;