pull/2/head
ajikamaludin 2 years ago
parent 8140dbab68
commit 7a7c233912

@ -39,7 +39,7 @@ class DocumentNotification extends Mailable
return $this->markdown('emails.document.notification', [ return $this->markdown('emails.document.notification', [
'documents' => $docs, 'documents' => $docs,
'dueDocuments' => Document::whereDate('due_date', '<', now()->toDateString())->get() 'dueDocuments' => Document::whereDate('due_date', '<=', now()->toDateString())->get()
]); ]);
} }
} }

Loading…
Cancel
Save