Просмотр исходного кода

Ajout des APplicationDefintion de maniere native

feature/symfony6.1
Fabien Normand 1 год назад
Родитель
Сommit
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,

Загрузка…
Отмена
Сохранить