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)
|
$message = (new MailMessage)
|
||||||
->greeting('Hello ' . $this->user->name . '!')
|
->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('Username: ' . $this->user->username)
|
||||||
->line('Email: ' . $this->user->email);
|
->line('Email: ' . $this->user->email);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue