mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-08 01:14:29 +01:00
Complete fix for #17
This commit is contained in:
parent
e7156d0650
commit
b80f7b6b3b
@ -49,4 +49,13 @@ public function sendPasswordResetNotification($token)
|
||||
{
|
||||
$this->notify(new ResetPassword($token));
|
||||
}
|
||||
|
||||
/**
|
||||
* Get Email attribute
|
||||
* @param string $value
|
||||
*/
|
||||
public function getEmailAttribute($value)
|
||||
{
|
||||
return strtolower($value);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user