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

Trigger CI build

This commit is contained in:
Samuel Štancl 2021-09-09 13:57:32 +02:00 committed by GitHub
parent adf3daa022
commit 717b834c51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,7 @@ return [
/*
* Use this to support Storage url method on local driver disks.
* You should create a symbolic link which points to the public directory using command: artisan tenants:link
* Then you can use tenant aware Storage url: Storage::disk('public')->url('file.jpg');
* Then you can use tenant aware Storage url: Storage::disk('public')->url('file.jpg')
*/
'url_override' => [
// The array key is local disk (must exist in root_override) and value is public directory (%tenant_id% will be replaced with actual tenant id).