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 {