ソースを参照

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

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