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

fix typo again

This commit is contained in:
Samuel Štancl 2019-09-16 17:01:16 +02:00
parent 67bfb20e96
commit 298b790e39

View file

@ -10,7 +10,7 @@ use Stancl\Tenancy\CacheManager as TenantCacheManager;
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;