mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:44:03 +00:00
prefix -> suffix [ci skip]
This commit is contained in:
parent
e17f8d6cd7
commit
aea9bb1b03
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ Assuming the following tenancy config:
|
|||
```php
|
||||
'filesystem' => [
|
||||
'suffix_base' => 'tenant',
|
||||
// Disks which should be suffixed with the prefix_base + tenant UUID.
|
||||
// Disks which should be suffixed with the suffix_base + tenant UUID.
|
||||
'disks' => [
|
||||
'local',
|
||||
// 'public',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue