From 52dabed8788f12407c6ea3477903196393613b70 Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Tue, 11 Apr 2023 12:29:44 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Bootstrappers/CacheTagBootstrapper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bootstrappers/CacheTagBootstrapper.php b/src/Bootstrappers/CacheTagBootstrapper.php index 3721e9db..73adf022 100644 --- a/src/Bootstrappers/CacheTagBootstrapper.php +++ b/src/Bootstrappers/CacheTagBootstrapper.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; class CacheTagBootstrapper implements TenancyBootstrapper {