浏览代码

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

正在加载...
取消
保存