瀏覽代碼

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

Loading…
取消
儲存