浏览代码

Ajout des APplicationDefintion de maniere native

feature/symfony6.1
Fabien Normand 1年前
父节点
当前提交
2976e09ef1
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      Controller/ControllerTrait.php

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

@@ -19,7 +19,8 @@ use Lc\SovBundle\Container\Ticket\TicketContainer;
use Lc\SovBundle\Container\Ticket\TicketMessageContainer;
use Lc\SovBundle\Container\User\GroupUserContainer;
use Lc\SovBundle\Container\User\UserContainer;
use Lc\SovBundle\Definition\ApplicationDefinition;
use Lc\SovBundle\Definition\ApplicationDefinition as SovApplicationDefinition;
use App\Definition\ApplicationDefinition as ApplicationDefinition;
use Lc\SovBundle\Field\Filter\FilterManager;
use Lc\SovBundle\Generator\PdfGenerator;
use Lc\SovBundle\Repository\EntityRepository;
@@ -66,6 +67,7 @@ trait ControllerTrait
{
return array_merge(
parent::getSubscribedServices(),
SovApplicationDefinition::getSubscribedContainerServices(),
ApplicationDefinition::getSubscribedContainerServices(),
[
ApplicationDefinition::class => ApplicationDefinition::class,

正在加载...
取消
保存