mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-26 15:00:19 +05:30
Fix for logic
This commit is contained in:
parent
064eb85f4e
commit
e8a01c3bcd
@ -39,7 +39,7 @@ trait ClientEntityTrait
|
|||||||
*/
|
*/
|
||||||
public function canKeepASecret()
|
public function canKeepASecret()
|
||||||
{
|
{
|
||||||
return $this->secret === null;
|
return $this->secret !== null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user