Remove unused stub function

This commit is contained in:
Andrew Millington 2018-06-24 13:39:40 +01:00
parent 574299d862
commit 2fcee76d13
No known key found for this signature in database
GPG Key ID: 815DE090877B53F3

View File

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