mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-23 05:33:06 +05:30
Set default isConfidential to false for client entity
This commit is contained in:
parent
d831868d58
commit
e3e7abf41e
@ -24,7 +24,7 @@ trait ClientTrait
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
protected $isConfidential;
|
||||
protected $isConfidential = false;
|
||||
|
||||
/**
|
||||
* Get the client's name.
|
||||
|
Loading…
Reference in New Issue
Block a user