mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-06-05 00:06:25 +05:30
Fixed spelling mistake
This commit is contained in:
@@ -123,7 +123,7 @@ abstract class AbstractServer
|
||||
* @param TokenTypeInterface $tokenType The token type
|
||||
* @return void
|
||||
*/
|
||||
public function setIdType(TokenTypeInterface $tokenType)
|
||||
public function setTokenType(TokenTypeInterface $tokenType)
|
||||
{
|
||||
$this->tokenType = $tokenType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user