mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-27 23:40:22 +05:30
Removing extra blank line
Removing extra blank line
This commit is contained in:
parent
4da47684c6
commit
2d43af6340
@ -60,7 +60,6 @@ $server = new \League\OAuth2\Server\AuthorizationServer(
|
||||
);
|
||||
|
||||
// Enable the implicit grant on the server
|
||||
|
||||
$server->enableGrantType(
|
||||
new ImplicitGrant(new \DateInterval('PT1H')),
|
||||
new \DateInterval('PT1H') // access tokens will expire after 1 hour
|
||||
|
Loading…
Reference in New Issue
Block a user