mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-15 18:54:04 +00:00
Add docblock to tags bootstrapper
This commit is contained in:
parent
53b2181779
commit
0920c6ae1d
1 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,11 @@ use Illuminate\Support\Facades\Cache;
|
||||||
use Stancl\Tenancy\Contracts\TenancyBootstrapper;
|
use Stancl\Tenancy\Contracts\TenancyBootstrapper;
|
||||||
use Stancl\Tenancy\Contracts\Tenant;
|
use Stancl\Tenancy\Contracts\Tenant;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* todo name.
|
||||||
|
*
|
||||||
|
* Separate tenant cache using tagging.
|
||||||
|
*/
|
||||||
class CacheTagsBootstrapper implements TenancyBootstrapper
|
class CacheTagsBootstrapper implements TenancyBootstrapper
|
||||||
{
|
{
|
||||||
protected ?CacheManager $originalCache = null;
|
protected ?CacheManager $originalCache = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue