第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

未找到用于郵件重置的 Lavarel Illuminate 類

未找到用于郵件重置的 Lavarel Illuminate 類

PHP
天涯盡頭無(wú)女友 2022-06-11 10:13:01
我創(chuàng)建了一個(gè)通知類,MailResetPasswordNotification并使用以下內(nèi)容編輯了通知的郵件表示。public function toMail($notifiable){    $link = url("/password/reset/?token=".$this->token);    return (new MailMessage)        ->view('reset.emailer')        ->from('info@example.com')        ->subject('Reset your password')        ->line("Hey, We've successfully changed the text ")        ->action('Reset Password', $link)        ->attach('reset.attachment')        ->line('Thank you!');}我還找到了用于重置密碼的文件,vendor/laravel/framework/src/illuminate/Auth/Passwords/CanResetPassword.php并用我的方法覆蓋了它,例如:namespace Illuminate\Auth\Passwords;use Illuminate\Auth\Notifications\ResetPassword as MailResetPasswordNotification;trait CanResetPassword{    public function getEmailForPasswordReset()    {        return $this->email;    }    public function sendPasswordResetNotification($token)    {        $this->notify(new App\Notifications\MailResetPasswordNotification($token));    }}但是,我收到以下錯(cuò)誤。找不到類“Illuminate\Auth\Passwords\App\Notifications\MailResetPasswordNotification”
查看完整描述

1 回答

?
Cats萌萌

TA貢獻(xiàn)1805條經(jīng)驗(yàn) 獲得超9個(gè)贊

您需要sendPasswordResetNotification在實(shí)現(xiàn)的類中創(chuàng)建一個(gè)方法CanResetPassword



查看完整回答
反對(duì) 回復(fù) 2022-06-11
  • 1 回答
  • 0 關(guān)注
  • 95 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)