Fix spelling mistake

This commit is contained in:
Matthew Shillam 2018-10-22 19:41:47 +01:00
parent 87f3be0cb1
commit 1ed7a648db
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class BackupSuccess extends Mailable
public function build()
{
return $this->from('reports@mydentalbackup.co.uk')
->subject('SUCCESS Your backup ( ' . $this->backup->schedule_name . ' ) completed succesfully')
->subject('SUCCESS Your backup ( ' . $this->backup->schedule_name . ' ) completed successfully')
->markdown('mail.backup.success', ['backup' => $this->backup]);
}
}