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

Merge branch 'master' of github.com:stancl/tenancy

This commit is contained in:
Samuel Štancl 2019-09-16 17:01:45 +02:00
commit cd9899d993

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;