1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 08:44:04 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2020-03-14 18:36:38 +00:00 committed by StyleCI Bot
parent 0deb1f1376
commit 0d641784ff

View file

@ -8,7 +8,6 @@ use Closure;
use Illuminate\Cache\CacheManager;
use Illuminate\Cache\Repository as CacheRepository;
use Illuminate\Config\Repository as ConfigRepository;
use Stancl\Tenancy\Tenant;
class CachedTenantResolver
{