From 40af7bb6901bfa4211e75c622ff6aaeabf4ce037 Mon Sep 17 00:00:00 2001 From: weichien00 Date: Mon, 26 Jul 2021 15:04:51 +0800 Subject: [PATCH] fix: add missing class. --- .../Services/ExpiresPasswordReset.php | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 app/Classes/Modules/Accounts/Services/ExpiresPasswordReset.php diff --git a/app/Classes/Modules/Accounts/Services/ExpiresPasswordReset.php b/app/Classes/Modules/Accounts/Services/ExpiresPasswordReset.php new file mode 100644 index 00000000..b8b27692 --- /dev/null +++ b/app/Classes/Modules/Accounts/Services/ExpiresPasswordReset.php @@ -0,0 +1,28 @@ +is_expired = true; + return $this->handler($model); + + + } + + +} \ No newline at end of file