Change 'ID' to 'key'

This commit is contained in:
lukinovec 2022-09-28 09:15:01 +02:00
parent 2aa7e44d43
commit 466fdb2180

View file

@ -56,7 +56,7 @@ The root of each disk listed in `config('tenancy.filesystem.disks')` will be suf
// Tenancy config (tenancy.filesystem.root_override) // Tenancy config (tenancy.filesystem.root_override)
// %storage_path% gets replaced by storage_path()'s output // %storage_path% gets replaced by storage_path()'s output
// E.g. Storage::disk('local')->path('') will return "/$path_to_your_application/storage/tenant42/app" // E.g. Storage::disk('local')->path('') will return "/$path_to_your_application/storage/tenant42/app"
// (Given a suffix_base of 'tenant' and a tenant with an ID of 42. Same as in the example above in the Storage path helper section) // (Given a suffix_base of 'tenant' and a tenant with a key of `42`. Same as in the example above in the Storage path helper section)
'root_override' => [ 'root_override' => [
'local' => '%storage_path%/app/', 'local' => '%storage_path%/app/',
'public' => '%storage_path%/app/public/', 'public' => '%storage_path%/app/public/',