correccion lista padre

parent c41c6716
......@@ -368,6 +368,7 @@ class ListadoController extends AbstractController {
$lista->setLisWapPushService($wapPushService);
$lista->setLisWapPushServiceTag($wapPushServiceTag);
$lista->setUpdatedAt(new \DateTime());
$lista->setTag($tag);
//GUARDAR IMAGEN EN DISCO
$this->manager->persist($lista);
$this->manager->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