mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 22:24:03 +00:00
Remove useless line
This commit is contained in:
parent
2cd00a5b77
commit
30e2eba6cc
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ class Tenancy
|
||||||
public function initialize($tenant): void
|
public function initialize($tenant): void
|
||||||
{
|
{
|
||||||
if (! is_object($tenant)) {
|
if (! is_object($tenant)) {
|
||||||
$tenant = $tenant;
|
|
||||||
$tenantId = $tenant;
|
$tenantId = $tenant;
|
||||||
$tenant = $this->find($tenantId);
|
$tenant = $this->find($tenantId);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue