mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 13:54:03 +00:00
Typo in PHPdoc (#1106)
This commit is contained in:
parent
bcdd607cd4
commit
d9b7107900
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ return [
|
||||||
* See https://tenancyforlaravel.com/docs/v3/tenancy-bootstrappers/#filesystem-tenancy-boostrapper
|
* See https://tenancyforlaravel.com/docs/v3/tenancy-bootstrappers/#filesystem-tenancy-boostrapper
|
||||||
*/
|
*/
|
||||||
'root_override' => [
|
'root_override' => [
|
||||||
// Disks whose roots should be overriden after storage_path() is suffixed.
|
// Disks whose roots should be overridden after storage_path() is suffixed.
|
||||||
'local' => '%storage_path%/app/',
|
'local' => '%storage_path%/app/',
|
||||||
'public' => '%storage_path%/app/public/',
|
'public' => '%storage_path%/app/public/',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue