Merge pull request #551 from ivyhjk/patch-1

wrong comment "month"
This commit is contained in:
Alex Bilbie 2016-04-19 09:53:17 +01:00
commit 7c61922f07

View File

@ -36,7 +36,7 @@ $app = new App([
// Enable the password grant on the server with a token TTL of 1 hour
$server->enableGrantType(
$grant,
new \DateInterval('PT1H') // access tokens will expire after 1 month
new \DateInterval('PT1H') // access tokens will expire after 1 hour
);
return $server;