1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 16:14:03 +00:00

Revert "Use $addTags approach again"

This reverts commit 8f5a4e4eb6.
This commit is contained in:
lukinovec 2023-04-20 16:35:29 +02:00
parent 55cc89ecf9
commit 8178c91842
5 changed files with 45 additions and 56 deletions

View file

@ -192,7 +192,6 @@ 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,
],
/**