From: Louis Jeckel Date: Mon, 26 Oct 2020 13:07:44 +0000 (+0100) Subject: emplyoer un notif X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=044378d2b4c2e25b64e95e86a467757d7c558ead;p=psq.git emplyoer un notif --- diff --git a/app/Notifications/NewTrialUser.php b/app/Notifications/NewTrialUser.php index 189a8b1..becc1b2 100644 --- a/app/Notifications/NewTrialUser.php +++ b/app/Notifications/NewTrialUser.php @@ -47,9 +47,9 @@ class NewTrialUser extends Notification public function toMail($notifiable) { return (new MailMessage) - ->greeting('') + ->greeting('Bonjour, ') ->subject("{$this->user->name} à fait une demande de période découverte.") - ->line("{$this->user->name} à fait une demande de période découverte.") + ->line("{$this->user->name} ({$this->user->employer}) à fait une demande de période découverte.") ->action("Accéder au CRM", "https://admin.prescription-quotidien.com/crm"); }