1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-09-20 16:24:03 +00:00

Improve comments

Correct misleading ones, add ones that were missing (e.g. the TenantAssetController's docblock, the FSBootstrapper dependency should be mentioned there)
This commit is contained in:
lukinovec 2026-08-20 15:32:12 +02:00 committed by Samuel Stancl
parent 15144def3c
commit 1a693d8e36
2 changed files with 18 additions and 6 deletions

View file

@ -331,8 +331,8 @@ class FilesystemTenancyBootstrapper implements TenancyBootstrapper
/**
* Get the storage path of the passed tenant (independent of the current context).
*
* The returned path doesn't depend on suffix_storage_path -- that config option
* only controls whether storage_path() uses it.
* Note that the returned path doesn't depend on suffix_storage_path.
* That config option only affects the storage_path() helper.
*/
public static function getBoundTenantStoragePath(Tenant $tenant): string
{