1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 00:14:04 +00:00
This commit is contained in:
Samuel Štancl 2019-09-15 11:02:15 +02:00
parent 0fd1d82c68
commit 19ca1307d7

View file

@ -118,6 +118,6 @@ class TenantModel extends Model
$this->update(array_merge($customColumns, [
$this->dataColumn() => json_encode($jsonObj),
]))
]));
}
}