ソースを参照

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(),

読み込み中…
キャンセル
保存