From 033f9a4dcac4d57f366523ef11724e9cdcbf8546 Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Mon, 19 Jun 2023 13:26:02 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Database/Concerns/DealsWithModels.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Database/Concerns/DealsWithModels.php b/src/Database/Concerns/DealsWithModels.php index 3be31932..485e8613 100644 --- a/src/Database/Concerns/DealsWithModels.php +++ b/src/Database/Concerns/DealsWithModels.php @@ -6,7 +6,6 @@ namespace Stancl\Tenancy\Database\Concerns; use Closure; use Illuminate\Database\Eloquent\Model; -use ReflectionClass; use Symfony\Component\Finder\Finder; use Symfony\Component\Finder\SplFileInfo;