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

Apply fixes from StyleCI

This commit is contained in:
stancl 2020-06-02 18:10:29 +00:00 committed by StyleCI Bot
parent 5d94727ddd
commit f1e083a408
5 changed files with 9 additions and 7 deletions

View file

@ -1,13 +1,13 @@
<?php
declare(strict_types=1);
namespace Stancl\Tenancy\Resolvers\Contracts;
use Illuminate\Contracts\Cache\Factory;
use Illuminate\Contracts\Cache\Repository;
use Stancl\Tenancy\Contracts\Tenant;
use Stancl\Tenancy\Contracts\TenantResolver;
use Stancl\Tenancy\Database\Models\Domain;
use Stancl\Tenancy\Resolvers\DomainTenantResolver;
abstract class CachedTenantResolver implements TenantResolver
{