1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 04:04:04 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2023-04-11 12:29:44 +00:00
parent 7ebfc375d6
commit 52dabed878

View file

@ -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
{