summaryrefslogtreecommitdiff
path: root/src/Models/User/PasswordReset.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Models/User/PasswordReset.php')
-rw-r--r--src/Models/User/PasswordReset.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Models/User/PasswordReset.php b/src/Models/User/PasswordReset.php
index 82f44add..7f694268 100644
--- a/src/Models/User/PasswordReset.php
+++ b/src/Models/User/PasswordReset.php
@@ -18,7 +18,7 @@ class PasswordReset extends HasUserModel
public $timestamps = true;
/** @var null Disable updated_at */
- const UPDATED_AT = null;
+ public const UPDATED_AT = null;
/** The attributes that are mass assignable */
protected $fillable = [