mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:54:05 +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
|
```php
|
||||||
'filesystem' => [
|
'filesystem' => [
|
||||||
'suffix_base' => 'tenant',
|
'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' => [
|
'disks' => [
|
||||||
'local',
|
'local',
|
||||||
// 'public',
|
// 'public',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue