diff --git a/src/Tenant.php b/src/Tenant.php index 87aff8da..bace0cf1 100644 --- a/src/Tenant.php +++ b/src/Tenant.php @@ -66,6 +66,7 @@ class Tenant implements ArrayAccess { if (gettype($persisted) === 'bool') { $this->persisted = $persisted; + return $this; }