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:
parent
15144def3c
commit
1a693d8e36
2 changed files with 18 additions and 6 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue