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
35b0dea270
commit
4ab692bb05
4 changed files with 9 additions and 7 deletions
|
|
@ -9,9 +9,11 @@ use Stancl\Tenancy\Contracts\TenancyBootstrapper;
|
|||
use Stancl\Tenancy\Contracts\Tenant;
|
||||
|
||||
/**
|
||||
* todo name
|
||||
*
|
||||
* Separate tenant cache using tagging.
|
||||
*/
|
||||
class CacheTaggingBootstrapper implements TenancyBootstrapper
|
||||
class CacheTagsBootstrapper implements TenancyBootstrapper
|
||||
{
|
||||
public function bootstrap(Tenant $tenant): void
|
||||
{
|
||||
Loading…
Add table
Add a link
Reference in a new issue