Change function name to setConfidential()

This commit is contained in:
Andrew Millington
2018-08-15 21:40:41 +01:00
parent 8ab27ede39
commit fb43801458
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ class ClientEntity implements ClientEntityInterface
$this->redirectUri = $uri;
}
public function setIsConfidential()
public function setConfidential()
{
$this->isConfidential = true;
}