From: Louis Jeckel Date: Thu, 17 Sep 2020 12:07:39 +0000 (+0200) Subject: Update ContactRequest.php X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=207f35c8fdbd9034f1e5e6a2af5f557002bd73ff;p=psq.git Update ContactRequest.php --- 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}**");