From 7b2e884694f03c7ef7314ece8ec8027be41d7d2b Mon Sep 17 00:00:00 2001 From: Matthias Isler Date: Thu, 20 May 2021 14:16:34 +0200 Subject: [PATCH] Fixes #104 #103 #91 --- tests/IntegrationTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/IntegrationTest.php b/tests/IntegrationTest.php index ea4a316..c2f8533 100644 --- a/tests/IntegrationTest.php +++ b/tests/IntegrationTest.php @@ -2,7 +2,6 @@ namespace Spiritix\LadaCache\Tests; -use Illuminate\Database\QueryException; use Spiritix\LadaCache\Hasher; use Spiritix\LadaCache\Reflector; use Spiritix\LadaCache\Database\QueryBuilder;