ソースを参照

Switch symfony 5.4

packProduct
Fabien Normand 2年前
コミット
f404b3afa4
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      Controller/ControllerTrait.php

+ 1
- 1
Controller/ControllerTrait.php ファイルの表示

@@ -51,7 +51,7 @@ use Symfony\Component\Security\Core\Security;

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

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