mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-04-23 11:22:14 +00:00
Réorganisaiton des templates Email
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
9c2205235c
commit
9c5f293fdc
@ -33,7 +33,7 @@ class ContactEmail extends Mailable
|
|||||||
return $this
|
return $this
|
||||||
->from('pouet@avior.me')
|
->from('pouet@avior.me')
|
||||||
->to('pouet@avior.me')
|
->to('pouet@avior.me')
|
||||||
->view('email')
|
->view('emails/contact')
|
||||||
->with($this->template)
|
->with($this->template)
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
@ -34,7 +34,7 @@ class EmailReceipt extends Mailable
|
|||||||
return $this
|
return $this
|
||||||
->from('pouet@avior.me')
|
->from('pouet@avior.me')
|
||||||
->subject('Accusé de reception')
|
->subject('Accusé de reception')
|
||||||
->view('email_receipt')
|
->view('emails/receipt')
|
||||||
->with($this->template)
|
->with($this->template)
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user