Fixed typo (#1134)
This commit is contained in:
parent
7cf79a12cb
commit
5f6ee45f44
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class AccountCreated extends Notification implements ShouldQueue
|
|||
{
|
||||
$message = (new MailMessage)
|
||||
->greeting('Hello ' . $this->user->name . '!')
|
||||
->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') . '.')
|
||||
->line('Username: ' . $this->user->username)
|
||||
->line('Email: ' . $this->user->email);
|
||||
|
||||
|
|
Loading…
Reference in a new issue