1 parent 86b5a8b commit bc1aa3bCopy full SHA for bc1aa3b
1 file changed
ProcessMaker/Notifications/TaskOverdueNotification.php
@@ -55,7 +55,7 @@ public function via($notifiable)
55
* Get the mail representation of the notification.
56
*
57
* @param mixed $notifiable
58
- * @return \Illuminate\Notifications\Messages\MailMessage
+ * @return MailMessage
59
*/
60
public function toMail($notifiable)
61
{
@@ -105,6 +105,8 @@ public function toArray($notifiable)
105
'/tasks/%s/edit',
106
$token->id
107
),
108
+ 'due_notified' => $token->due_notified,
109
+ 'slack_notified' => $token->slack_notified ?? false,
110
];
111
}
112
0 commit comments