瀏覽代碼

Correctif passage Symfony 5.4

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

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

@@ -17,7 +17,7 @@ use Lc\PietroBundle\Container\Workshop\WorkshopThematicContainer;

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

Loading…
取消
儲存