From 182d2495b709f96fc9cae25b70aa38d97418a770 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 23 Sep 2022 10:26:21 +0200 Subject: [PATCH] Remove possibleTenantSymlinks return annotation --- src/Concerns/DealsWithTenantSymlinks.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Concerns/DealsWithTenantSymlinks.php b/src/Concerns/DealsWithTenantSymlinks.php index d9e22ad2..c2813bc8 100644 --- a/src/Concerns/DealsWithTenantSymlinks.php +++ b/src/Concerns/DealsWithTenantSymlinks.php @@ -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 {