Fixes for travis
This commit is contained in:
parent
ec5e35cd96
commit
fc06feceb9
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class BouncedEmail extends Mailable implements ShouldQueue
|
|||
//->cc('')
|
||||
//->bcc('')
|
||||
->queue(new BouncedEmail($invitation));
|
||||
*/
|
||||
|
||||
return $this->from('turbo124@gmail.com') //todo
|
||||
->subject(ctrans('texts.confirmation_subject'))
|
||||
->markdown('email.auth.verify', ['user' => $this->user])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue