mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 19:34:04 +00:00
Merge
This commit is contained in:
commit
98cb49b1c0
2 changed files with 4 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ class Tenant implements ArrayAccess
|
|||
/**
|
||||
* Does this tenant exist in the storage.
|
||||
*
|
||||
* @var boolean
|
||||
* @var bool
|
||||
*/
|
||||
private $persisted = false;
|
||||
|
||||
|
|
@ -59,7 +59,7 @@ class Tenant implements ArrayAccess
|
|||
public function persisted()
|
||||
{
|
||||
$this->persisted = true;
|
||||
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
|
@ -99,4 +99,4 @@ class Tenant implements ArrayAccess
|
|||
{
|
||||
return $this->data[$name] ?? null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -77,4 +77,4 @@ class TenantManagerv2
|
|||
{
|
||||
return config('tenancy.bootstrappers');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue