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