瀏覽代碼

Merge branch 'develop'

master
Guillaume Bourgeois 6 月之前
父節點
當前提交
f2909c213c
共有 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…
取消
儲存