mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-31 07:49:30 +05:30
Update Implicit.php
Fix typo in class name. Change "Implict" to "Implicit"
This commit is contained in:
parent
56f63bb4c0
commit
f612e105bd
@ -22,7 +22,7 @@ use League\OAuth2\Server\Storage\ScopeInterface;
|
|||||||
/**
|
/**
|
||||||
* Client credentials grant class
|
* Client credentials grant class
|
||||||
*/
|
*/
|
||||||
class Implict implements GrantTypeInterface {
|
class Implicit implements GrantTypeInterface {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Grant identifier
|
* Grant identifier
|
||||||
|
Loading…
x
Reference in New Issue
Block a user