diff --git a/src/League/OAuth2/Server/Grant/Implicit.php b/src/League/OAuth2/Server/Grant/Implicit.php index c3f39c09..f8d1f7e7 100644 --- a/src/League/OAuth2/Server/Grant/Implicit.php +++ b/src/League/OAuth2/Server/Grant/Implicit.php @@ -22,7 +22,7 @@ use League\OAuth2\Server\Storage\ScopeInterface; /** * Client credentials grant class */ -class Implict implements GrantTypeInterface { +class Implicit implements GrantTypeInterface { /** * Grant identifier @@ -104,4 +104,4 @@ class Implict implements GrantTypeInterface { return $response; } -} \ No newline at end of file +}