mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 01:44:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
1532ccf019
commit
d480ea63da
2 changed files with 4 additions and 4 deletions
|
|
@ -193,7 +193,7 @@ class TenantManager
|
|||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
/** @alias endTenancy */
|
||||
public function end(): self
|
||||
{
|
||||
|
|
@ -209,7 +209,7 @@ class TenantManager
|
|||
public function getTenant(string $key = null)
|
||||
{
|
||||
if (! $this->tenant) {
|
||||
return null;
|
||||
return;
|
||||
}
|
||||
|
||||
if (! is_null($key)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue