Kaynağa Gözat

Ajout des APplicationDefintion de maniere native

feature/symfony6.1
Fabien Normand 1 yıl önce
ebeveyn
işleme
2976e09ef1
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. +3
    -1
      Controller/ControllerTrait.php

+ 3
- 1
Controller/ControllerTrait.php Dosyayı Görüntüle

@@ -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,

Yükleniyor…
İptal
Kaydet