Fixed typo (#1134)

This commit is contained in:
Xander Smeets 2018-05-06 20:22:30 +02:00 committed by Dane Everitt
parent 7cf79a12cb
commit 5f6ee45f44

View file

@ -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);