Messages are due today in CleanMobileCommand
This commit is contained in:
parent
7317407c66
commit
18563c439a
|
|
@ -197,7 +197,7 @@ final class CleanMobileCommand extends Command
|
|||
// Create a Contact entity for DB insertion
|
||||
$contact = new Contacts();
|
||||
$contact->setPhoneNumber($row['HANDY_E164']);
|
||||
$dueDate = (new \DateTime('tomorrow'))->setTime(16, 0, 0);
|
||||
$dueDate = (new \DateTime('today'))->setTime(12, 0, 0);
|
||||
$contact->setDueDate($dueDate);
|
||||
$contact->setContacted(false);
|
||||
$contact->setParsedFilename($inputPath);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user