mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 02:54:05 +00:00
Disable cache tagging by default, add CacheTagBootstrapper
This commit is contained in:
parent
5849afa4c8
commit
7ebfc375d6
5 changed files with 31 additions and 12 deletions
|
|
@ -10,7 +10,7 @@ use Illuminate\Cache\CacheManager as BaseCacheManager;
|
|||
|
||||
class CacheManager extends BaseCacheManager
|
||||
{
|
||||
public static bool $addTags = true;
|
||||
public static bool $addTags = false;
|
||||
|
||||
/**
|
||||
* Add tags and forward the call to the inner cache store.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue