mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Change function name to setConfidential()
This commit is contained in:
@@ -15,7 +15,7 @@ class ClientEntity implements ClientEntityInterface
|
||||
$this->redirectUri = $uri;
|
||||
}
|
||||
|
||||
public function setIsConfidential()
|
||||
public function setConfidential()
|
||||
{
|
||||
$this->isConfidential = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user