1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 07:54:03 +00:00
This commit is contained in:
Samuel Štancl 2019-09-15 22:59:49 +02:00
parent ddaabc73e9
commit efa463cf25

View file

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