mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:54:05 +00:00
tenancy.cache.prefix_base -> tag_base
This commit is contained in:
parent
fceddb8c4d
commit
124e747aa0
3 changed files with 3 additions and 3 deletions
|
|
@ -93,7 +93,7 @@ These changes will only apply for connections listed in `prefixed_connections`.
|
|||
Cache keys will be tagged with a tag:
|
||||
|
||||
```php
|
||||
config('tenancy.cache.prefix_base') . $uuid
|
||||
config('tenancy.cache.tag_base') . $uuid
|
||||
```
|
||||
|
||||
#### `filesystem`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue