Sfoglia il codice sorgente

Merge branch 'develop'

master
Guillaume Bourgeois 6 mesi fa
parent
commit
f2909c213c
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      EventListener/ExceptionListener.php

+ 2
- 2
EventListener/ExceptionListener.php Vedi File

@@ -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)
{

Loading…
Annulla
Salva