Explorar el Código

Merge branch 'develop'

master
Guillaume Bourgeois hace 11 meses
padre
commit
f2909c213c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      EventListener/ExceptionListener.php

+ 2
- 2
EventListener/ExceptionListener.php Ver fichero

@@ -9,11 +9,11 @@ use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface;
class ExceptionListener
{

public function __construct(
/*public function __construct(
SessionInterface $session
) {
$this->session = $session;
}
}*/

public function onKernelException(ExceptionEvent $event)
{

Cargando…
Cancelar
Guardar