1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 10:54:04 +00:00

Remove possibleTenantSymlinks return annotation

This commit is contained in:
lukinovec 2022-09-23 10:26:21 +02:00
parent 484aef7885
commit 182d2495b7

View file

@ -12,8 +12,6 @@ trait DealsWithTenantSymlinks
/**
* Get all possible tenant symlinks, existing or not (array of ['public path' => 'storage path']).
* This is used for creating all possible tenant symlinks and removing all existing tenant symlinks.
*
* @return array
*/
protected static function possibleTenantSymlinks(Tenant $tenant): Collection
{