mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Use 'returned' instead of 'retrieved'
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
parent
3263e2bb50
commit
a9c0e66c70
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ The filesystem bootstrapper makes your app's `storage_path()` and `asset()` help
|
|||
|
||||
### Storage path helper
|
||||
|
||||
The bootstrapper suffixes the path retrieved by `storage_path()` to make the helper tenant-aware.
|
||||
The bootstrapper suffixes the path returned by `storage_path()` to make the helper tenant-aware.
|
||||
|
||||
- The suffix is built by appending the tenant key to your `suffix_base`. The `suffix_base` is `tenant` by default, but feel free to change it in the `tenancy.filesystem` config. For example, the suffix will be `tenant42` if the tenant's key is `42` and the `suffix_base` is `tenant`.
|
||||
- After the suffixing, `storage_path()` helper returns `"/$path_to_your_application/storage/tenant42/"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue