mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-03 10:41:51 +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
|
* @var bool
|
||||||
*/
|
*/
|
||||||
protected $isConfidential;
|
protected $isConfidential = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the client's name.
|
* Get the client's name.
|
||||||
|
Loading…
Reference in New Issue
Block a user