check refine notification test
This commit is contained in:
parent
4c4942fea6
commit
f4b0dc4a82
|
|
@ -40,10 +40,7 @@ public function via($notifiable)
|
|||
*/
|
||||
public function toMail($notifiable)
|
||||
{
|
||||
return (new MailMessage)
|
||||
->from(config('settings.smtp_username'), env('MAIL_FROM_NAME', 'Birzha legalizasia'))
|
||||
->greeting('Hello!')
|
||||
->line('Your application has been refined!');
|
||||
return (new MailMessage)->view('emails.notifications.application_approved');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue