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

fix #63 (wrong return type docblock)

This commit is contained in:
Samuel Štancl 2019-07-12 23:05:11 +02:00
parent 13cdc03103
commit a3ff6fbd93

View file

@ -197,7 +197,7 @@ class TenantManager
* Get all tenants. * Get all tenants.
* *
* @param array|string $uuids * @param array|string $uuids
* @return array * @return \Illuminate\Support\Collection
*/ */
public function all($uuids = []) public function all($uuids = [])
{ {