From 32fe36dde0c048ce098dd7527bf441721963e989 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 21 Sep 2022 10:49:38 +0200 Subject: [PATCH] Update storage path helper suffix explanation --- source/docs/v3/tenancy-bootstrappers.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/tenancy-bootstrappers.blade.md b/source/docs/v3/tenancy-bootstrappers.blade.md index 3b27fea..35ae4f7 100644 --- a/source/docs/v3/tenancy-bootstrappers.blade.md +++ b/source/docs/v3/tenancy-bootstrappers.blade.md @@ -37,7 +37,7 @@ The filesystem bootstrapper makes your app's `storage_path()` and `asset()` help The bootstrapper suffixes the path retrieved by `storage_path()` to make the helper tenant-aware. -- The suffix is `config('tenancy.filesystem.suffix_base') . $tenantKey` +- The suffix is (`config('tenancy.filesystem.suffix_base') . $tenantKey`) - The suffix_base is 'tenant' by default, but feel free to change it in the tenancy config - After suffixing the `storage_path()` helper, it returns `"/$path_to_your_application/storage/$suffix/"`