From ea805fa23108f1bc763b4eaf0bbc057090734e09 Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Thu, 20 Apr 2023 13:49:48 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Bootstrappers/CacheTagsBootstrapper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bootstrappers/CacheTagsBootstrapper.php b/src/Bootstrappers/CacheTagsBootstrapper.php index eb46d938..1af367e0 100644 --- a/src/Bootstrappers/CacheTagsBootstrapper.php +++ b/src/Bootstrappers/CacheTagsBootstrapper.php @@ -5,8 +5,8 @@ declare(strict_types=1); namespace Stancl\Tenancy\Bootstrappers; use Stancl\Tenancy\CacheManager; -use Stancl\Tenancy\Contracts\Tenant; use Stancl\Tenancy\Contracts\TenancyBootstrapper; +use Stancl\Tenancy\Contracts\Tenant; /** * todo name.