Actualizacion desarrollo panel de control y busqueda de usuarios

parent 6e58b804
...@@ -77,7 +77,7 @@ class ResearchController extends Controller { ...@@ -77,7 +77,7 @@ class ResearchController extends Controller {
} }
public function enviarCorreo(Request $request){ public function enviarCorreoAction(Request $request){
$log = Utiles::setLog('BackendBundle\Controller\ResearchController:enviarCorreo', 'backend/backend'); $log = Utiles::setLog('BackendBundle\Controller\ResearchController:enviarCorreo', 'backend/backend');
$log->debug("Entrando a envio de correo de usuario"); $log->debug("Entrando a envio de correo de usuario");
$json = new JsonResponse(); $json = new JsonResponse();
......
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