mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 12:44:04 +00:00
Use $addTags approach again
This commit is contained in:
parent
58e008a679
commit
8f5a4e4eb6
5 changed files with 56 additions and 45 deletions
|
|
@ -192,6 +192,7 @@ return [
|
|||
'cache' => [
|
||||
'tag_base' => 'tenant', // This tag_base, followed by the tenant_id, will form a tag that will be applied on each cache call.
|
||||
'prefix_base' => 'tenant_', // This prefix_base, followed by the tenant_id, will form a cache prefix that will be used for every cache key.
|
||||
'override_manager' => false,
|
||||
],
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue