From a9c0e66c70bca77fd8364d992b2dfdfa4ea938b3 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 28 Sep 2022 08:16:32 +0200 Subject: [PATCH] Use 'returned' instead of 'retrieved' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Samuel Ć tancl --- 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 2bf4718..6c6e3f9 100644 --- a/source/docs/v3/tenancy-bootstrappers.blade.md +++ b/source/docs/v3/tenancy-bootstrappers.blade.md @@ -35,7 +35,7 @@ The filesystem bootstrapper makes your app's `storage_path()` and `asset()` help ### Storage path helper -The bootstrapper suffixes the path retrieved by `storage_path()` to make the helper tenant-aware. +The bootstrapper suffixes the path returned by `storage_path()` to make the helper tenant-aware. - The suffix is built by appending the tenant key to your `suffix_base`. The `suffix_base` is `tenant` by default, but feel free to change it in the `tenancy.filesystem` config. For example, the suffix will be `tenant42` if the tenant's key is `42` and the `suffix_base` is `tenant`. - After the suffixing, `storage_path()` helper returns `"/$path_to_your_application/storage/tenant42/"`