From 717b834c5134c886be5e9a79a991eb2cc50a0130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 9 Sep 2021 13:57:32 +0200 Subject: [PATCH] Trigger CI build --- assets/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/config.php b/assets/config.php index d127445f..d175649c 100644 --- a/assets/config.php +++ b/assets/config.php @@ -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).