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
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

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