The trait MedianetDev\LaravelAuthA...\Traits\MustVerifyEmail requires some properties which are not provided by MedianetDev\LaravelAuthApi\Models\User: $email_verified_at, $email
Loading history...
21
22
/**
23
* Send the password reset notification.
24
*
25
* @param string $token
26
* @return void
27
*/
28
public function sendPasswordResetNotification($token)
29
{
30
// get the notification template from the config file