Browse Source

execution time pdf

master
Daniel 2 years ago
parent
commit
2459fda814
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      httpdocs/src/Controller/UserController.php

+ 2
- 0
httpdocs/src/Controller/UserController.php View File

@@ -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();


Loading…
Cancel
Save