Browse Source

Ajout des APplicationDefintion de maniere native

feature/symfony6.1
Fabien Normand 1 year ago
parent
commit
2976e09ef1
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      Controller/ControllerTrait.php

+ 3
- 1
Controller/ControllerTrait.php View File

use Lc\SovBundle\Container\Ticket\TicketMessageContainer; use Lc\SovBundle\Container\Ticket\TicketMessageContainer;
use Lc\SovBundle\Container\User\GroupUserContainer; use Lc\SovBundle\Container\User\GroupUserContainer;
use Lc\SovBundle\Container\User\UserContainer; 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\Field\Filter\FilterManager;
use Lc\SovBundle\Generator\PdfGenerator; use Lc\SovBundle\Generator\PdfGenerator;
use Lc\SovBundle\Repository\EntityRepository; use Lc\SovBundle\Repository\EntityRepository;
{ {
return array_merge( return array_merge(
parent::getSubscribedServices(), parent::getSubscribedServices(),
SovApplicationDefinition::getSubscribedContainerServices(),
ApplicationDefinition::getSubscribedContainerServices(), ApplicationDefinition::getSubscribedContainerServices(),
[ [
ApplicationDefinition::class => ApplicationDefinition::class, ApplicationDefinition::class => ApplicationDefinition::class,

Loading…
Cancel
Save