Skip to content

Commit

Permalink
Merge pull request #551 from ivyhjk/patch-1
Browse files Browse the repository at this point in the history
wrong comment "month"
  • Loading branch information
alexbilbie committed Apr 19, 2016
2 parents e885114 + 20535ad commit 7c61922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/public/password.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// 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;
Expand Down

0 comments on commit 7c61922

Please sign in to comment.