Loading module/Oscar/src/Oscar/Command/OscarNotificationsMailsPersonsCommand.php +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ class OscarNotificationsMailsPersonsCommand extends OscarCommandAbstract $io = new SymfonyStyle($input, $output); $date = $input->getOption('date'); $dateRef = null; $dateRef = new \DateTime(); if( $date ){ $dateRef = new \DateTime(date('Y-m-d ') . $date); } Loading Loading
module/Oscar/src/Oscar/Command/OscarNotificationsMailsPersonsCommand.php +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ class OscarNotificationsMailsPersonsCommand extends OscarCommandAbstract $io = new SymfonyStyle($input, $output); $date = $input->getOption('date'); $dateRef = null; $dateRef = new \DateTime(); if( $date ){ $dateRef = new \DateTime(date('Y-m-d ') . $date); } Loading