mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-14 00:14:04 +00:00
Rename bootstrapper
This commit is contained in:
parent
52dabed878
commit
70051e70b3
4 changed files with 10 additions and 7 deletions
|
|
@ -8,7 +8,10 @@ use Stancl\Tenancy\CacheManager;
|
|||
use Stancl\Tenancy\Contracts\TenancyBootstrapper;
|
||||
use Stancl\Tenancy\Contracts\Tenant;
|
||||
|
||||
class CacheTagBootstrapper implements TenancyBootstrapper
|
||||
/**
|
||||
* Separate tenant cache using tagging.
|
||||
*/
|
||||
class CacheTaggingBootstrapper implements TenancyBootstrapper
|
||||
{
|
||||
public function bootstrap(Tenant $tenant): void
|
||||
{
|
||||
Loading…
Add table
Add a link
Reference in a new issue