Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Dec 11, 2021
1 parent a9b7f77 commit 25df2a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function via($notifiable): array
public function toMail($notifiable): MailMessage
{
return (new MailMessage())
->subject('Welcome to' . config('app.name'))
->subject('Welcome to ' . config('app.name'))
->line('Thank you for registering ' . $notifiable->name);
}
}

0 comments on commit 25df2a5

Please sign in to comment.