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:
parent
13cdc03103
commit
a3ff6fbd93
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [])
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue