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

Merge branch 'master' of github.com:stancl/tenancy

This commit is contained in:
Samuel Štancl 2019-09-15 09:40:57 +02:00
commit 8b2c64c8b1

View file

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