Removed unnecessary methods

This commit is contained in:
Alex Bilbie
2014-08-06 08:41:50 +01:00
parent 12ab753f15
commit 71ac21b70e
4 changed files with 0 additions and 30 deletions

View File

@ -34,14 +34,6 @@ class AccessTokenStorage extends Adapter implements AccessTokenInterface
return null;
}
/**
* {@inheritdoc}
*/
public function getByRefreshToken(RefreshTokenEntity $refreshToken)
{
die(var_dump(__METHOD__, func_get_args()));
}
/**
* {@inheritdoc}
*/