Procházet zdrojové kódy

Correctifs sessions Memcached

develop
Guillaume Bourgeois před 5 měsíci
rodič
revize
79c9cd2e0b
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      EventListener/ExceptionListener.php

+ 2
- 2
EventListener/ExceptionListener.php Zobrazit soubor

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

Načítá se…
Zrušit
Uložit