Actualizacion

parent 3c784842
......@@ -39,7 +39,7 @@ class EnviarLinkCommand extends ContainerAwareCommand {
$email_soporte = Utiles::getParametroConfiguracion("mail_soporte");
$usuarios = UsuarioNutrapharmQuery::create()->filterByUnuEliminado(UsuarioNutrapharm::ELIMINADO_FALSE)->find();
$log->debug(print_r($usuario,true));
$log->debug(print_r($usuarios,true));
exit();
foreach ($usuarios as $index => $usuario):
......
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