Explorar el Código

execution time pdf

master
Daniel hace 2 años
padre
commit
2459fda814
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      httpdocs/src/Controller/UserController.php

+ 2
- 0
httpdocs/src/Controller/UserController.php Ver fichero

@@ -210,6 +210,8 @@ class UserController extends AbstractController
*/
public function downloadLastCataloguePdf(Environment $twig, $uuid)
{
ini_set('max_execution_time', '60');

/** @var User $user */
$user = $this->getUser();
$em = $this->getDoctrine()->getManager();


Cargando…
Cancelar
Guardar