site_id); if (static::$toMailCallback) { return call_user_func(static::$toMailCallback, $notifiable, $this->token); } return (new MailMessage) ->markdown('email.user.passwordreset',[ 'site'=>$site, 'user'=>$notifiable, 'reset_link'=>route('password.reset',$this->token,true), ]); } }