浏览代码

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

正在加载...
取消
保存