From: Vincent Vanwaelscappel Date: Wed, 11 Mar 2020 18:40:05 +0000 (+0100) Subject: wip #3490 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2fa61aff95260f315910bb54d2926edfd48ae7de;p=cubist_cms-back.git wip #3490 --- 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; + } +}