Fix spelling mistake
This commit is contained in:
parent
87f3be0cb1
commit
1ed7a648db
|
|
@ -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]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue