ソースを参照

Correctifs sessions Memcached

develop
Guillaume Bourgeois 5ヶ月前
コミット
79c9cd2e0b
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      EventListener/ExceptionListener.php

+ 2
- 2
EventListener/ExceptionListener.php ファイルの表示

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

読み込み中…
キャンセル
保存