瀏覽代碼

Correctif erreur symfony 5.3

develop
Fabien Normand 2 年之前
父節點
當前提交
080f04b329
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Controller/ControllerTrait.php

+ 1
- 1
Controller/ControllerTrait.php 查看文件

@@ -39,7 +39,7 @@ use Twig\Environment;

trait ControllerTrait
{
public static function getSubscribedServices(): array
public static function getSubscribedServices()
{
return array_merge(
parent::getSubscribedServices(),

Loading…
取消
儲存