From c8b763f5d7c49609c21ad4a93af66b483914a8ac Mon Sep 17 00:00:00 2001 From: Louis Jeckel Date: Mon, 19 Oct 2020 19:19:40 +0200 Subject: [PATCH] event --- app/Listeners/PasswordResetListener.php | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 app/Listeners/PasswordResetListener.php diff --git a/app/Listeners/PasswordResetListener.php b/app/Listeners/PasswordResetListener.php new file mode 100644 index 0000000..6e7274c --- /dev/null +++ b/app/Listeners/PasswordResetListener.php @@ -0,0 +1,31 @@ +user->update(['reg_complete' => true]); + } +} -- 2.39.5