1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 15:54:03 +00:00
This commit is contained in:
Samuel Štancl 2019-09-05 19:27:20 +02:00
commit 98cb49b1c0
2 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@ class Tenant implements ArrayAccess
/**
* Does this tenant exist in the storage.
*
* @var boolean
* @var bool
*/
private $persisted = false;