Logica envio de urls a clientes

parent 48c6b941
......@@ -66,7 +66,7 @@ class EnviarWapushUsuariosCommand extends Command {
}
endforeach;
$nuevaFechaSiguienteEjecucion = new \PluEntelWapushProximaFecha();
$nuevaFechaSiguienteEjecucion = new PluEntelWapushProximaFecha();
$nuevaFechaSiguienteEjecucion->setEwfFecha($fechaSiguiente->modify('+7 days'));
$this->em->persist($nuevaFechaSiguienteEjecucion);
$this->em->flush();
......
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