We will be off on April 7th (Monday) for public holiday in our country

Commit 1f919cbb authored by Rik ter Beek's avatar Rik ter Beek

process after one minute the notification

parent 3a088f57
......@@ -200,7 +200,7 @@ class Cron
$dateStart = new \DateTime();
$dateStart->modify('-5 day');
$dateEnd = new \DateTime();
// $dateEnd->modify('-1 minute');
$dateEnd->modify('-1 minute');
$dateRange = ['from' => $dateStart, 'to' => $dateEnd, 'datetime' => true];
// create collection
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment