From a4aa499269b4b2f290a09b01deea6db0f9d7d6ba Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Tue, 31 Jan 2023 07:13:35 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/CacheManager.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CacheManager.php b/src/CacheManager.php index d9c35521..757151d8 100644 --- a/src/CacheManager.php +++ b/src/CacheManager.php @@ -5,7 +5,6 @@ declare(strict_types=1); namespace Stancl\Tenancy; use Illuminate\Cache\CacheManager as BaseCacheManager; -use Illuminate\Cache\Repository; // todo move to Cache namespace?