mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 19:14:04 +00:00
typo
This commit is contained in:
parent
7282532788
commit
0fe6fbab82
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue