From 20535ad95b5c1e90d185964fd8518b632480c18a Mon Sep 17 00:00:00 2001 From: ivyhjk Date: Mon, 18 Apr 2016 18:08:27 -0300 Subject: [PATCH] wrong comment "month" --- examples/public/password.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/public/password.php b/examples/public/password.php index f2ac480d..75766477 100644 --- a/examples/public/password.php +++ b/examples/public/password.php @@ -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;