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

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

This commit is contained in:
Samuel Štancl 2019-09-15 22:52:36 +02:00
commit ddaabc73e9

View file

@ -9,7 +9,7 @@ use Illuminate\Contracts\Foundation\Application;
use Stancl\Tenancy\Contracts\TenancyBootstrapper;
use Stancl\Tenancy\Tenant;
class CacheTenancyBootstrapper implements TenancyBootstrapper
class CacheTenancyBoostrapper implements TenancyBootstrapper
{
/** @var CacheManager */
protected $originalCache;