From a3ff6fbd93866743ab3754e07ecd55d39f4fdaae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 12 Jul 2019 23:05:11 +0200 Subject: [PATCH] fix #63 (wrong return type docblock) --- src/TenantManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TenantManager.php b/src/TenantManager.php index f305b080..86ae6ccd 100644 --- a/src/TenantManager.php +++ b/src/TenantManager.php @@ -197,7 +197,7 @@ class TenantManager * Get all tenants. * * @param array|string $uuids - * @return array + * @return \Illuminate\Support\Collection */ public function all($uuids = []) {