mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-14 18:24:03 +00:00
Add a comment line about the possible tenant symlinks
This commit is contained in:
parent
9eb035155d
commit
e9cb5aae31
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ trait DealsWithTenantSymlinks
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Get all possible tenant symlinks, existing or not (array of ['public path' => 'storage path']).
|
* Get all possible tenant symlinks, existing or not (array of ['public path' => 'storage path']).
|
||||||
|
*
|
||||||
|
* Tenants can have a symlink for each disk registered in the tenancy.filesystem.url_override config.
|
||||||
|
*
|
||||||
* This is used for creating all possible tenant symlinks and removing all existing tenant symlinks.
|
* This is used for creating all possible tenant symlinks and removing all existing tenant symlinks.
|
||||||
*/
|
*/
|
||||||
protected static function possibleTenantSymlinks(Tenant $tenant): Collection
|
protected static function possibleTenantSymlinks(Tenant $tenant): Collection
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue