1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 19:34:04 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-09-15 07:35:18 +00:00 committed by StyleCI Bot
parent 2657df5a88
commit 2355171c86

View file

@ -66,6 +66,7 @@ class Tenant implements ArrayAccess
{
if (gettype($persisted) === 'bool') {
$this->persisted = $persisted;
return $this;
}