summaryrefslogtreecommitdiff
path: root/app/Model/PasswordReset.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model/PasswordReset.php')
-rw-r--r--app/Model/PasswordReset.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/PasswordReset.php b/app/Model/PasswordReset.php
index c2d7dde9..5cfd3c97 100644
--- a/app/Model/PasswordReset.php
+++ b/app/Model/PasswordReset.php
@@ -20,7 +20,7 @@ class PasswordReset extends Base
/**
* Token duration (30 minutes)
*
- * @var string
+ * @var integer
*/
const DURATION = 1800;