Remove unused stub function

This commit is contained in:
Andrew Millington
2018-06-24 13:39:40 +01:00
parent 574299d862
commit 2fcee76d13

View File

@@ -14,9 +14,4 @@ class ClientEntity implements ClientEntityInterface
{
$this->redirectUri = $uri;
}
public function setName($name)
{
$this->name = $name;
}
}