Set default isConfidential to false for client entity

This commit is contained in:
sephster
2018-09-03 13:09:52 +01:00
parent d831868d58
commit e3e7abf41e

View File

@@ -24,7 +24,7 @@ trait ClientTrait
/** /**
* @var bool * @var bool
*/ */
protected $isConfidential; protected $isConfidential = false;
/** /**
* Get the client's name. * Get the client's name.