1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 14:14:04 +00:00

Typo in PHPdoc (#1106)

This commit is contained in:
Chris Thompson 2023-04-27 20:40:27 +07:00 committed by GitHub
parent bcdd607cd4
commit d9b7107900
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/',
], ],