From 207f35c8fdbd9034f1e5e6a2af5f557002bd73ff Mon Sep 17 00:00:00 2001 From: Louis Jeckel Date: Thu, 17 Sep 2020 14:07:39 +0200 Subject: [PATCH] Update ContactRequest.php --- app/Notifications/ContactRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/ContactRequest.php b/app/Notifications/ContactRequest.php index 3f00c4a..adb621e 100644 --- a/app/Notifications/ContactRequest.php +++ b/app/Notifications/ContactRequest.php @@ -44,7 +44,7 @@ class ContactRequest extends Notification public function toMail($notifiable) { $message = (new MailMessage) - ->subject("[{$this->contactRequest->organization}] Demdande de contact de {$this->contactRequest->name}") + ->subject("[{$this->contactRequest->organization}] Demande de contact de {$this->contactRequest->name}") ->greeting('Bonjour, ') ->line("**{$this->contactRequest->name}** de la société **{$this->contactRequest->organization}** à envoyé une demande de contact.") ->line("La demande d'abonnement concerne **{$this->contactRequest->planString}**"); -- 2.39.5