mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 09:04:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
2657df5a88
commit
2355171c86
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ class Tenant implements ArrayAccess
|
||||||
{
|
{
|
||||||
if (gettype($persisted) === 'bool') {
|
if (gettype($persisted) === 'bool') {
|
||||||
$this->persisted = $persisted;
|
$this->persisted = $persisted;
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue