Removing extra blank line

Removing extra blank line
This commit is contained in:
Stanimir Stoyanov 2016-05-09 12:14:12 +03:00
parent 4da47684c6
commit 2d43af6340

View File

@ -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