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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-09-16 15:01:27 +00:00 committed by StyleCI Bot
parent 298b790e39
commit 7e5fd7a720

View file

@ -10,7 +10,7 @@ use Stancl\Tenancy\CacheManager as TenantCacheManager;
use Stancl\Tenancy\Contracts\TenancyBootstrapper;
use Stancl\Tenancy\Tenant;
class CacheTenancyBootstrapper implements TenancyBootstrapper
class CacheTenancyBoostrapper implements TenancyBootstrapper
{
/** @var CacheManager */
protected $originalCache;