diff --git a/src/Concerns/DealsWithTenantSymlinks.php b/src/Concerns/DealsWithTenantSymlinks.php index c2813bc8..a4c972bb 100644 --- a/src/Concerns/DealsWithTenantSymlinks.php +++ b/src/Concerns/DealsWithTenantSymlinks.php @@ -11,6 +11,9 @@ trait DealsWithTenantSymlinks { /** * 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. */ protected static function possibleTenantSymlinks(Tenant $tenant): Collection