mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 02:04:03 +00:00
Fix some tests
This commit is contained in:
parent
93d2a281eb
commit
50a77ee826
10 changed files with 76 additions and 61 deletions
|
|
@ -22,6 +22,8 @@ if (! \function_exists('tenant')) {
|
|||
if (! is_null($key)) {
|
||||
return app(Tenant::class)->get($key);
|
||||
}
|
||||
|
||||
return app(Tenant::class);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue