mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-04-22 19:02:11 +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
|
||||
->from('pouet@avior.me')
|
||||
->to('pouet@avior.me')
|
||||
->view('email')
|
||||
->view('emails/contact')
|
||||
->with($this->template)
|
||||
;
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ class EmailReceipt extends Mailable
|
||||
return $this
|
||||
->from('pouet@avior.me')
|
||||
->subject('Accusé de reception')
|
||||
->view('email_receipt')
|
||||
->view('emails/receipt')
|
||||
->with($this->template)
|
||||
;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user