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