mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-06-19 20:39:19 +00:00
Réorganisaiton des templates Email
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -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)
|
||||
;
|
||||
}
|
||||
|
Reference in New Issue
Block a user