]> _ Git - psq.git/commitdiff
Update ContactRequest.php
authorLouis Jeckel <louis.jeckel@outlook.cm>
Thu, 17 Sep 2020 12:07:39 +0000 (14:07 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Thu, 17 Sep 2020 12:07:39 +0000 (14:07 +0200)
app/Notifications/ContactRequest.php

index 3f00c4a0a2d45559c6365995e40d49f572c2bf57..adb621ec3cf161fb7cc141e3378f6685c63e43b1 100644 (file)
@@ -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}**");