From 2fa61aff95260f315910bb54d2926edfd48ae7de Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 11 Mar 2020 19:40:05 +0100 Subject: [PATCH] wip #3490 --- .../Magic/Models/CubistMagicAuthenticable.php | 21 --------- .../Models/CubistMagicAuthenticatable.php | 47 +++++++++++++++++++ 2 files changed, 47 insertions(+), 21 deletions(-) delete mode 100644 src/app/Magic/Models/CubistMagicAuthenticable.php create mode 100644 src/app/Magic/Models/CubistMagicAuthenticatable.php diff --git a/src/app/Magic/Models/CubistMagicAuthenticable.php b/src/app/Magic/Models/CubistMagicAuthenticable.php deleted file mode 100644 index 4d1dc92..0000000 --- a/src/app/Magic/Models/CubistMagicAuthenticable.php +++ /dev/null @@ -1,21 +0,0 @@ -notify(new ResetPasswordNotification($token)); + } + + /** + * Get the e-mail address where password reset links are sent. + * + * @return string + */ + public function getEmailForPasswordReset() + { + return $this->email; + } +} -- 2.39.5