Remve unused use Hash statements

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2021-11-30 20:47:02 -08:00
parent d8234d5a0b
commit bc355e1f26
14 changed files with 6 additions and 33 deletions
+2 -1
View File
@@ -5,8 +5,9 @@ use App\Models\User;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Illuminate\Foundation\Testing\DatabaseTransactions;
use Illuminate\Foundation\Testing\WithoutMiddleware;
use PHPUnit\Framework\TestCase;
class BaseTest extends \Tests\TestCase
class BaseTest extends TestCase
{
use DatabaseTransactions;