Parcourir la source

Correctifs sessions Memcached

develop
Guillaume Bourgeois il y a 5 mois
Parent
révision
79c9cd2e0b
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      EventListener/ExceptionListener.php

+ 2
- 2
EventListener/ExceptionListener.php Voir le fichier

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

Chargement…
Annuler
Enregistrer