We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf79a1 commit 5f6ee45Copy full SHA for 5f6ee45
app/Notifications/AccountCreated.php
@@ -60,7 +60,7 @@ public function toMail($notifiable)
60
{
61
$message = (new MailMessage)
62
->greeting('Hello ' . $this->user->name . '!')
63
- ->line('You are recieving this email because an account has been created for you on ' . config('app.name') . '.')
+ ->line('You are receiving this email because an account has been created for you on ' . config('app.name') . '.')
64
->line('Username: ' . $this->user->username)
65
->line('Email: ' . $this->user->email);
66
0 commit comments