The "App\Security\UserChecker::checkPostAuth()" method will require a new "?TokenInterface $token" argument in the next major version of its interface "Symfony\Component\Security\Core\User\UserCheckerInterface", not defining it is deprecated.
Since symfony/framework-bundle 7.3: Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.
Since symfony/dependency-injection 7.4: Service id "AppBundle\Manager\OptionManager" looks like a FQCN but no corresponding class or interface exists. To resolve this ambiguity, please rename this service to a non-FQCN (e.g. using dots), or create the missing class or interface.
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1586, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
"SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, priorite_19 FROM (SELECT p0_.id AS id_0, p0_.nom AS nom_1, p0_.numero AS numero_2, p0_.voie AS voie_3, p0_.complement AS complement_4, p0_.boite_postal AS boite_postal_5, p0_.commune AS commune_6, p0_.image AS image_7, p0_.description AS description_8, p0_.analyse AS analyse_9, p0_.pc_salarie AS pc_salarie_10, p0_.date_livraison_text AS date_livraison_text_11, p0_.date_livraison_date AS date_livraison_date_12, p0_.id_programme_promoteur AS id_programme_promoteur_13, p0_.actif AS actif_14, p0_.lat AS lat_15, p0_.lng AS lng_16, p0_.regle_prix AS regle_prix_17, p0_.visible AS visible_18, p0_.priorite AS priorite_19, p0_.regle_prix_allotement AS regle_prix_allotement_20, p0_.creer_le AS creer_le_21, l1_.id AS id_22, l1_.numero_lot AS numero_lot_23, l1_.piece AS piece_24, l1_.surface AS surface_25, l1_.surface_ponderee AS surface_ponderee_26, l1_.etage AS etage_27, l1_.exposition AS exposition_28, l1_.type_bien AS type_bien_29, l1_.prix_ttc AS prix_ttc_30, l1_.prix_ht AS prix_ht_31, l1_.loyer AS loyer_32, l1_.nb_option AS nb_option_33, l1_.allotement AS allotement_34, l1_.imported_at AS imported_at_35, l1_.actif AS actif_36 FROM Programme p0_ LEFT JOIN Lot l1_ ON p0_.id = l1_.programme_id LEFT JOIN RegionDepCP r2_ ON p0_.code_postal_id = r2_.code_postal INNER JOIN Promoteur p3_ ON p0_.promoteur_id = p3_.id LEFT JOIN lot_annexe l5_ ON l1_.id = l5_.lot_id LEFT JOIN Annexe a4_ ON a4_.id = l5_.annexe_id LEFT JOIN lot_fiscalite l7_ ON l1_.id = l7_.lot_id LEFT JOIN Fiscalite f6_ ON f6_.id = l7_.fiscalite_id LEFT JOIN lot_options l8_ ON l1_.active_option = l8_.id WHERE (p0_.actif = ? AND l1_.actif = ?) AND l1_.allotement = ? AND p0_.priorite >= ?) dctrn_result_inner ORDER BY priorite_19 DESC) dctrn_result LIMIT 50 OFFSET 800"
(parameters:
[1 => 12 => 13 => 04 => 1]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, priorite_19 FROM (SELECT p0_.id AS id_0, p0_.nom AS nom_1, p0_.numero AS numero_2, p0_.voie AS voie_3, p0_.complement AS complement_4, p0_.boite_postal AS boite_postal_5, p0_.commune AS commune_6, p0_.image AS image_7, p0_.description AS description_8, p0_.analyse AS analyse_9, p0_.pc_salarie AS pc_salarie_10, p0_.date_livraison_text AS date_livraison_text_11, p0_.date_livraison_date AS date_livraison_date_12, p0_.id_programme_promoteur AS id_programme_promoteur_13, p0_.actif AS actif_14, p0_.lat AS lat_15, p0_.lng AS lng_16, p0_.regle_prix AS regle_prix_17, p0_.visible AS visible_18, p0_.priorite AS priorite_19, p0_.regle_prix_allotement AS regle_prix_allotement_20, p0_.creer_le AS creer_le_21, l1_.id AS id_22, l1_.numero_lot AS numero_lot_23, l1_.piece AS piece_24, l1_.surface AS surface_25, l1_.surface_ponderee AS surface_ponderee_26, l1_.etage AS etage_27, l1_.exposition AS exposition_28, l1_.type_bien AS type_bien_29, l1_.prix_ttc AS prix_ttc_30, l1_.prix_ht AS prix_ht_31, l1_.loyer AS loyer_32, l1_.nb_option AS nb_option_33, l1_.allotement AS allotement_34, l1_.imported_at AS imported_at_35, l1_.actif AS actif_36 FROM Programme p0_ LEFT JOIN Lot l1_ ON p0_.id = l1_.programme_id LEFT JOIN RegionDepCP r2_ ON p0_.code_postal_id = r2_.code_postal INNER JOIN Promoteur p3_ ON p0_.promoteur_id = p3_.id LEFT JOIN lot_annexe l5_ ON l1_.id = l5_.lot_id LEFT JOIN Annexe a4_ ON a4_.id = l5_.annexe_id LEFT JOIN lot_fiscalite l7_ ON l1_.id = l7_.lot_id LEFT JOIN Fiscalite f6_ ON f6_.id = l7_.fiscalite_id LEFT JOIN lot_options l8_ ON l1_.active_option = l8_.id WHERE (p0_.actif = ? AND l1_.actif = ?) AND l1_.allotement = ? AND p0_.priorite >= ?) dctrn_result_inner ORDER BY priorite_19 DESC) dctrn_result LIMIT 50 OFFSET 800"
"params" => [1 => 12 => 13 => 04 => 1]
"types" => [1 => 12 => 13 => 14 => 1]
]
Log messages generated during the compilation of the service container.
Messages
Class
347
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateFluxCommand" (parent: .abstract.instanceof.App\Command\CreateFluxCommand).
Resolving inheritance for "App\Command\CreateFluxCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateFluxCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FluxImportCommand" (parent: .abstract.instanceof.App\Command\FluxImportCommand).
Resolving inheritance for "App\Command\FluxImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FluxImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GarbageCollectorCommand" (parent: .abstract.instanceof.App\Command\GarbageCollectorCommand).
Resolving inheritance for ".instanceof.App\Command\GarbageCollectorCommand.0.App\Command\GarbageCollectorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GarbageCollectorCommand).
Resolving inheritance for "App\Command\GarbageCollectorCommand" (parent: .instanceof.App\Command\GarbageCollectorCommand.0.App\Command\GarbageCollectorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendLosingOptionCommand" (parent: .abstract.instanceof.App\Command\SendLosingOptionCommand).
Resolving inheritance for "App\Command\SendLosingOptionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendLosingOptionCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController" (parent: .abstract.instanceof.App\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.App\Controller\Admin\AdminController.0.App\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController).
Resolving inheritance for "App\Controller\Admin\AdminController" (parent: .instanceof.App\Controller\Admin\AdminController.0.App\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminPromoteurController" (parent: .abstract.instanceof.App\Controller\Admin\AdminPromoteurController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminPromoteurController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminPromoteurController).
Resolving inheritance for "App\Controller\Admin\AdminPromoteurController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminPromoteurController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategorieController" (parent: .abstract.instanceof.App\Controller\Admin\CategorieController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategorieController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategorieController).
Resolving inheritance for ".instanceof.App\Controller\Admin\CategorieController.0.App\Controller\Admin\CategorieController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategorieController).
Resolving inheritance for "App\Controller\Admin\CategorieController" (parent: .instanceof.App\Controller\Admin\CategorieController.0.App\Controller\Admin\CategorieController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LotAdminController" (parent: .abstract.instanceof.App\Controller\Admin\LotAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LotAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LotAdminController).
Resolving inheritance for ".instanceof.App\Controller\Admin\LotAdminController.0.App\Controller\Admin\LotAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LotAdminController).
Resolving inheritance for "App\Controller\Admin\LotAdminController" (parent: .instanceof.App\Controller\Admin\LotAdminController.0.App\Controller\Admin\LotAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProgrammeController" (parent: .abstract.instanceof.App\Controller\Admin\ProgrammeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProgrammeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProgrammeController).
Resolving inheritance for ".instanceof.App\Controller\Admin\ProgrammeController.0.App\Controller\Admin\ProgrammeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProgrammeController).
Resolving inheritance for "App\Controller\Admin\ProgrammeController" (parent: .instanceof.App\Controller\Admin\ProgrammeController.0.App\Controller\Admin\ProgrammeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LotController" (parent: .abstract.instanceof.App\Controller\Api\LotController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LotController).
Resolving inheritance for ".instanceof.App\Controller\Api\LotController.0.App\Controller\Api\LotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LotController).
Resolving inheritance for "App\Controller\Api\LotController" (parent: .instanceof.App\Controller\Api\LotController.0.App\Controller\Api\LotController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProgrammeController" (parent: .abstract.instanceof.App\Controller\Api\ProgrammeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProgrammeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProgrammeController).
Resolving inheritance for ".instanceof.App\Controller\Api\ProgrammeController.0.App\Controller\Api\ProgrammeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProgrammeController).
Resolving inheritance for "App\Controller\Api\ProgrammeController" (parent: .instanceof.App\Controller\Api\ProgrammeController.0.App\Controller\Api\ProgrammeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserController" (parent: .abstract.instanceof.App\Controller\Api\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserController).
Resolving inheritance for ".instanceof.App\Controller\Api\UserController.0.App\Controller\Api\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserController).
Resolving inheritance for "App\Controller\Api\UserController" (parent: .instanceof.App\Controller\Api\UserController.0.App\Controller\Api\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssuranceVieController" (parent: .abstract.instanceof.App\Controller\AssuranceVieController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssuranceVieController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssuranceVieController).
Resolving inheritance for ".instanceof.App\Controller\AssuranceVieController.0.App\Controller\AssuranceVieController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssuranceVieController).
Resolving inheritance for "App\Controller\AssuranceVieController" (parent: .instanceof.App\Controller\AssuranceVieController.0.App\Controller\AssuranceVieController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentController" (parent: .abstract.instanceof.App\Controller\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentController).
Resolving inheritance for ".instanceof.App\Controller\DocumentController.0.App\Controller\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentController).
Resolving inheritance for "App\Controller\DocumentController" (parent: .instanceof.App\Controller\DocumentController.0.App\Controller\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FiscaliteController" (parent: .abstract.instanceof.App\Controller\FiscaliteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FiscaliteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FiscaliteController).
Resolving inheritance for ".instanceof.App\Controller\FiscaliteController.0.App\Controller\FiscaliteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FiscaliteController).
Resolving inheritance for "App\Controller\FiscaliteController" (parent: .instanceof.App\Controller\FiscaliteController.0.App\Controller\FiscaliteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LotController" (parent: .abstract.instanceof.App\Controller\LotController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LotController).
Resolving inheritance for ".instanceof.App\Controller\LotController.0.App\Controller\LotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LotController).
Resolving inheritance for "App\Controller\LotController" (parent: .instanceof.App\Controller\LotController.0.App\Controller\LotController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MiseEnAvantController" (parent: .abstract.instanceof.App\Controller\MiseEnAvantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MiseEnAvantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MiseEnAvantController).
Resolving inheritance for ".instanceof.App\Controller\MiseEnAvantController.0.App\Controller\MiseEnAvantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MiseEnAvantController).
Resolving inheritance for "App\Controller\MiseEnAvantController" (parent: .instanceof.App\Controller\MiseEnAvantController.0.App\Controller\MiseEnAvantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OPCIController" (parent: .abstract.instanceof.App\Controller\OPCIController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OPCIController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OPCIController).
Resolving inheritance for ".instanceof.App\Controller\OPCIController.0.App\Controller\OPCIController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OPCIController).
Resolving inheritance for "App\Controller\OPCIController" (parent: .instanceof.App\Controller\OPCIController.0.App\Controller\OPCIController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OptionController" (parent: .abstract.instanceof.App\Controller\OptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OptionController).
Resolving inheritance for ".instanceof.App\Controller\OptionController.0.App\Controller\OptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OptionController).
Resolving inheritance for "App\Controller\OptionController" (parent: .instanceof.App\Controller\OptionController.0.App\Controller\OptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PERController" (parent: .abstract.instanceof.App\Controller\PERController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PERController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PERController).
Resolving inheritance for ".instanceof.App\Controller\PERController.0.App\Controller\PERController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PERController).
Resolving inheritance for "App\Controller\PERController" (parent: .instanceof.App\Controller\PERController.0.App\Controller\PERController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProduitFiController" (parent: .abstract.instanceof.App\Controller\ProduitFiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProduitFiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProduitFiController).
Resolving inheritance for ".instanceof.App\Controller\ProduitFiController.0.App\Controller\ProduitFiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProduitFiController).
Resolving inheritance for "App\Controller\ProduitFiController" (parent: .instanceof.App\Controller\ProduitFiController.0.App\Controller\ProduitFiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProduitFinancierController" (parent: .abstract.instanceof.App\Controller\ProduitFinancierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProduitFinancierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProduitFinancierController).
Resolving inheritance for ".instanceof.App\Controller\ProduitFinancierController.0.App\Controller\ProduitFinancierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProduitFinancierController).
Resolving inheritance for "App\Controller\ProduitFinancierController" (parent: .instanceof.App\Controller\ProduitFinancierController.0.App\Controller\ProduitFinancierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProgrammeController" (parent: .abstract.instanceof.App\Controller\ProgrammeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProgrammeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProgrammeController).
Resolving inheritance for ".instanceof.App\Controller\ProgrammeController.0.App\Controller\ProgrammeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProgrammeController).
Resolving inheritance for "App\Controller\ProgrammeController" (parent: .instanceof.App\Controller\ProgrammeController.0.App\Controller\ProgrammeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PromoteurController" (parent: .abstract.instanceof.App\Controller\PromoteurController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PromoteurController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PromoteurController).
Resolving inheritance for ".instanceof.App\Controller\PromoteurController.0.App\Controller\PromoteurController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PromoteurController).
Resolving inheritance for "App\Controller\PromoteurController" (parent: .instanceof.App\Controller\PromoteurController.0.App\Controller\PromoteurController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController" (parent: .abstract.instanceof.App\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.App\Controller\ResetPasswordController.0.App\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController).
Resolving inheritance for "App\Controller\ResetPasswordController" (parent: .instanceof.App\Controller\ResetPasswordController.0.App\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SCPIController" (parent: .abstract.instanceof.App\Controller\SCPIController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SCPIController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SCPIController).
Resolving inheritance for ".instanceof.App\Controller\SCPIController.0.App\Controller\SCPIController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SCPIController).
Resolving inheritance for "App\Controller\SCPIController" (parent: .instanceof.App\Controller\SCPIController.0.App\Controller\SCPIController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController" (parent: .abstract.instanceof.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController).
Resolving inheritance for ".instanceof.App\Controller\SearchController.0.App\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController).
Resolving inheritance for "App\Controller\SearchController" (parent: .instanceof.App\Controller\SearchController.0.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.App\Controller\SecurityController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.App\Controller\SecurityController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TokenGeneratorController" (parent: .abstract.instanceof.App\Controller\TokenGeneratorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TokenGeneratorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TokenGeneratorController).
Resolving inheritance for ".instanceof.App\Controller\TokenGeneratorController.0.App\Controller\TokenGeneratorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TokenGeneratorController).
Resolving inheritance for "App\Controller\TokenGeneratorController" (parent: .instanceof.App\Controller\TokenGeneratorController.0.App\Controller\TokenGeneratorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UniteCompteController" (parent: .abstract.instanceof.App\Controller\UniteCompteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UniteCompteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UniteCompteController).
Resolving inheritance for ".instanceof.App\Controller\UniteCompteController.0.App\Controller\UniteCompteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UniteCompteController).
Resolving inheritance for "App\Controller\UniteCompteController" (parent: .instanceof.App\Controller\UniteCompteController.0.App\Controller\UniteCompteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserViewsController" (parent: .abstract.instanceof.App\Controller\UserViewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserViewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserViewsController).
Resolving inheritance for ".instanceof.App\Controller\UserViewsController.0.App\Controller\UserViewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserViewsController).
Resolving inheritance for "App\Controller\UserViewsController" (parent: .instanceof.App\Controller\UserViewsController.0.App\Controller\UserViewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WelcomeController" (parent: .abstract.instanceof.App\Controller\WelcomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WelcomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WelcomeController).
Resolving inheritance for ".instanceof.App\Controller\WelcomeController.0.App\Controller\WelcomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WelcomeController).
Resolving inheritance for "App\Controller\WelcomeController" (parent: .instanceof.App\Controller\WelcomeController.0.App\Controller\WelcomeController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArrayPerformanceType" (parent: .abstract.instanceof.App\Form\ArrayPerformanceType).
Resolving inheritance for "App\Form\ArrayPerformanceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArrayPerformanceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AssuranceVieType" (parent: .abstract.instanceof.App\Form\AssuranceVieType).
Resolving inheritance for "App\Form\AssuranceVieType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AssuranceVieType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategorieType" (parent: .abstract.instanceof.App\Form\CategorieType).
Resolving inheritance for "App\Form\CategorieType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategorieType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType" (parent: .abstract.instanceof.App\Form\ChangePasswordFormType).
Resolving inheritance for "App\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FiscaliteType" (parent: .abstract.instanceof.App\Form\FiscaliteType).
Resolving inheritance for "App\Form\FiscaliteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FiscaliteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImportLotType" (parent: .abstract.instanceof.App\Form\ImportLotType).
Resolving inheritance for "App\Form\ImportLotType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImportLotType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LotType" (parent: .abstract.instanceof.App\Form\LotType).
Resolving inheritance for "App\Form\LotType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LotType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MiseEnAvantType" (parent: .abstract.instanceof.App\Form\MiseEnAvantType).
Resolving inheritance for "App\Form\MiseEnAvantType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MiseEnAvantType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewDocumentType" (parent: .abstract.instanceof.App\Form\NewDocumentType).
Resolving inheritance for "App\Form\NewDocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewDocumentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OPCIType" (parent: .abstract.instanceof.App\Form\OPCIType).
Resolving inheritance for "App\Form\OPCIType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OPCIType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PERType" (parent: .abstract.instanceof.App\Form\PERType).
Resolving inheritance for "App\Form\PERType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PERType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProduitFiType" (parent: .abstract.instanceof.App\Form\ProduitFiType).
Resolving inheritance for "App\Form\ProduitFiType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProduitFiType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType" (parent: .abstract.instanceof.App\Form\ResetPasswordRequestFormType).
Resolving inheritance for "App\Form\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SCPIDocumentType" (parent: .abstract.instanceof.App\Form\SCPIDocumentType).
Resolving inheritance for "App\Form\SCPIDocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SCPIDocumentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SCPIType" (parent: .abstract.instanceof.App\Form\SCPIType).
Resolving inheritance for "App\Form\SCPIType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SCPIType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UniteCompteType" (parent: .abstract.instanceof.App\Form\UniteCompteType).
Resolving inheritance for "App\Form\UniteCompteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UniteCompteType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnexeRepository" (parent: .abstract.instanceof.App\Repository\AnnexeRepository).
Resolving inheritance for "App\Repository\AnnexeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnexeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssuranceVieRepository" (parent: .abstract.instanceof.App\Repository\AssuranceVieRepository).
Resolving inheritance for "App\Repository\AssuranceVieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssuranceVieRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategorieRepository" (parent: .abstract.instanceof.App\Repository\CategorieRepository).
Resolving inheritance for "App\Repository\CategorieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategorieRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository" (parent: .abstract.instanceof.App\Repository\DocumentRepository).
Resolving inheritance for "App\Repository\DocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiscaliteRepository" (parent: .abstract.instanceof.App\Repository\FiscaliteRepository).
Resolving inheritance for "App\Repository\FiscaliteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiscaliteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LotRepository" (parent: .abstract.instanceof.App\Repository\LotRepository).
Resolving inheritance for "App\Repository\LotRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LotRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MiseEnAvantRepository" (parent: .abstract.instanceof.App\Repository\MiseEnAvantRepository).
Resolving inheritance for "App\Repository\MiseEnAvantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MiseEnAvantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OPCIRepository" (parent: .abstract.instanceof.App\Repository\OPCIRepository).
Resolving inheritance for "App\Repository\OPCIRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OPCIRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OptionRepository" (parent: .abstract.instanceof.App\Repository\OptionRepository).
Resolving inheritance for "App\Repository\OptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PERRepository" (parent: .abstract.instanceof.App\Repository\PERRepository).
Resolving inheritance for "App\Repository\PERRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PERRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProduitFiRepository" (parent: .abstract.instanceof.App\Repository\ProduitFiRepository).
Resolving inheritance for "App\Repository\ProduitFiRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProduitFiRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgrammeRepository" (parent: .abstract.instanceof.App\Repository\ProgrammeRepository).
Resolving inheritance for "App\Repository\ProgrammeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgrammeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "App\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SCPIRepository" (parent: .abstract.instanceof.App\Repository\SCPIRepository).
Resolving inheritance for "App\Repository\SCPIRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SCPIRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UniteCompteRepository" (parent: .abstract.instanceof.App\Repository\UniteCompteRepository).
Resolving inheritance for "App\Repository\UniteCompteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UniteCompteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TokenFunctionExtension" (parent: .abstract.instanceof.App\Twig\Extension\TokenFunctionExtension).
Resolving inheritance for "App\Twig\Extension\TokenFunctionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TokenFunctionExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ExternalLinkFilter" (parent: .abstract.instanceof.App\Twig\ExternalLinkFilter).
Resolving inheritance for "App\Twig\ExternalLinkFilter" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ExternalLinkFilter).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\TokenFunctionRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\TokenFunctionRuntime).
Resolving inheritance for "App\Twig\Runtime\TokenFunctionRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\TokenFunctionRuntime).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\MigrateOptionStatusCommand" (parent: .abstract.instanceof.AppBundle\Command\MigrateOptionStatusCommand).
Resolving inheritance for "AppBundle\Command\MigrateOptionStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\MigrateOptionStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateOptionExpirationCommand" (parent: .abstract.instanceof.AppBundle\Command\UpdateOptionExpirationCommand).
Resolving inheritance for "AppBundle\Command\UpdateOptionExpirationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateOptionExpirationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\fixLockedOptionsCommand" (parent: .abstract.instanceof.AppBundle\Command\fixLockedOptionsCommand).
Resolving inheritance for "AppBundle\Command\fixLockedOptionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\fixLockedOptionsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Flux\Provider\ProviderBus" (parent: .abstract.instanceof.AppBundle\Flux\Provider\ProviderBus).
Resolving inheritance for "AppBundle\Flux\Provider\ProviderBus" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Flux\Provider\ProviderBus).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Flux\Storage\StorageBus" (parent: .abstract.instanceof.AppBundle\Flux\Storage\StorageBus).
Resolving inheritance for "AppBundle\Flux\Storage\StorageBus" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Flux\Storage\StorageBus).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\AccountType" (parent: .abstract.instanceof.AppBundle\Form\Type\AccountType).
Resolving inheritance for "AppBundle\Form\Type\AccountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\AccountType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\AnnexeType" (parent: .abstract.instanceof.AppBundle\Form\Type\AnnexeType).
Resolving inheritance for "AppBundle\Form\Type\AnnexeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\AnnexeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\DenonciationType" (parent: .abstract.instanceof.AppBundle\Form\Type\DenonciationType).
Resolving inheritance for "AppBundle\Form\Type\DenonciationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\DenonciationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\EntityHiddenType" (parent: .abstract.instanceof.AppBundle\Form\Type\EntityHiddenType).
Resolving inheritance for "AppBundle\Form\Type\EntityHiddenType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\EntityHiddenType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Lot\ImportLotType" (parent: .abstract.instanceof.AppBundle\Form\Type\Lot\ImportLotType).
Resolving inheritance for "AppBundle\Form\Type\Lot\ImportLotType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Lot\ImportLotType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\LotAnnexeType" (parent: .abstract.instanceof.AppBundle\Form\Type\LotAnnexeType).
Resolving inheritance for "AppBundle\Form\Type\LotAnnexeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\LotAnnexeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\LotType" (parent: .abstract.instanceof.AppBundle\Form\Type\LotType).
Resolving inheritance for "AppBundle\Form\Type\LotType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\LotType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Option\ContactType" (parent: .abstract.instanceof.AppBundle\Form\Type\Option\ContactType).
Resolving inheritance for "AppBundle\Form\Type\Option\ContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Option\ContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Option\DashboardOptionType" (parent: .abstract.instanceof.AppBundle\Form\Type\Option\DashboardOptionType).
Resolving inheritance for "AppBundle\Form\Type\Option\DashboardOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Option\DashboardOptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Option\LotType" (parent: .abstract.instanceof.AppBundle\Form\Type\Option\LotType).
Resolving inheritance for "AppBundle\Form\Type\Option\LotType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Option\LotType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Option\OptionEditType" (parent: .abstract.instanceof.AppBundle\Form\Type\Option\OptionEditType).
Resolving inheritance for "AppBundle\Form\Type\Option\OptionEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Option\OptionEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Option\OptionType" (parent: .abstract.instanceof.AppBundle\Form\Type\Option\OptionType).
Resolving inheritance for "AppBundle\Form\Type\Option\OptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Option\OptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Option\ProgrammeType" (parent: .abstract.instanceof.AppBundle\Form\Type\Option\ProgrammeType).
Resolving inheritance for "AppBundle\Form\Type\Option\ProgrammeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Option\ProgrammeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Programme\ProgrammeDocumentType" (parent: .abstract.instanceof.AppBundle\Form\Type\Programme\ProgrammeDocumentType).
Resolving inheritance for "AppBundle\Form\Type\Programme\ProgrammeDocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Programme\ProgrammeDocumentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Programme\ProgrammeType" (parent: .abstract.instanceof.AppBundle\Form\Type\Programme\ProgrammeType).
Resolving inheritance for "AppBundle\Form\Type\Programme\ProgrammeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Programme\ProgrammeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\PromoteurType" (parent: .abstract.instanceof.AppBundle\Form\Type\PromoteurType).
Resolving inheritance for "AppBundle\Form\Type\PromoteurType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\PromoteurType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\SearchType" (parent: .abstract.instanceof.AppBundle\Form\Type\SearchType).
Resolving inheritance for "AppBundle\Form\Type\SearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\SearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\VendeurType" (parent: .abstract.instanceof.AppBundle\Form\Type\VendeurType).
Resolving inheritance for "AppBundle\Form\Type\VendeurType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\VendeurType).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AppBundle\Twig\AppExtension" (parent: .abstract.instanceof.AppBundle\Twig\AppExtension).
Resolving inheritance for "AppBundle\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AppBundle\Twig\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AppBundle\Twig\LotExtension" (parent: .abstract.instanceof.AppBundle\Twig\LotExtension).
Resolving inheritance for "AppBundle\Twig\LotExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AppBundle\Twig\LotExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AppBundle\Twig\OptionExtension" (parent: .abstract.instanceof.AppBundle\Twig\OptionExtension).
Resolving inheritance for "AppBundle\Twig\OptionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AppBundle\Twig\OptionExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.api" (parent: security.listener.session).
Resolving inheritance for "security.access_token_handler.api" (parent: App\Security\AccessTokenHandler).
Resolving inheritance for "security.authenticator.access_token.api" (parent: security.authenticator.access_token).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
1
Skipping service "AppBundle\Manager\OptionManager": Class or interface "AppBundle\Manager\OptionManager" cannot be loaded.
338
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_proxy_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.stopwatch_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.union_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.array_collection_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.constraint_violation_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.datetime_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.form_error_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.iterator_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.symfony_uid_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.type_parser"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.file_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.yaml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.xml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.annotation_or_attribute_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.null_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_phpcr_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.default_value_property_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.typed_properties_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.enum_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doc_block_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.lazy_loading_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.cache.file_cache"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.version_exclusion_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.camel_case_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.identical_property_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.serialized_name_annotation_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_phpcr_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.deserialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.serialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_evaluator"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language.function_provider"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.runtime_serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer_runtime_helper"; reason: private alias.
Removed service "jms_serializer.instance.default.templating.helper.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.accessor_strategy.default"; reason: private alias.
Removed service "jms_serializer.instance.default.json_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.json_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_clearer"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_warmer"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_serialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_deserialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.data_collector"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_runs_listener"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.traceable_file_locator"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".service_locator.BPaAnB7"; reason: private alias.
Removed service ".service_locator.PsksVkm"; reason: private alias.
Removed service ".service_locator.9dHHuFi"; reason: private alias.
Removed service ".service_locator.S9tnIXR"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "http_client.uri_template.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "security.csrf.token_manager"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "jms_serializer.metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.c0wzfI4"; reason: private alias.
Removed service ".service_locator.zrw_Jtk"; reason: private alias.
Removed service ".service_locator.3aAg6C."; reason: private alias.
Removed service ".service_locator.0ekWYPZ"; reason: private alias.
Removed service ".service_locator.pgIaZq0"; reason: private alias.
Removed service ".service_locator.AjzONHH"; reason: private alias.
Removed service ".service_locator.ULqOe0s"; reason: private alias.
Removed service ".service_locator.xxlEu2e"; reason: private alias.
Removed service ".service_locator..7xUPH."; reason: private alias.
Removed service ".service_locator.AkhJwS6"; reason: private alias.
Removed service ".service_locator.2AxIuL7"; reason: private alias.
Removed service ".service_locator.ikHFt1V"; reason: private alias.
Removed service ".service_locator._hUBQGS"; reason: private alias.
Removed service ".service_locator.U3a9DS3"; reason: private alias.
Removed service ".service_locator.buJVwgq"; reason: private alias.
Removed service ".service_locator.Hh_Q59i"; reason: private alias.
Removed service ".service_locator.yFRapHK"; reason: private alias.
Removed service ".service_locator.g2woyI0"; reason: private alias.
Removed service ".service_locator.vvAm2Sk"; reason: private alias.
Removed service ".service_locator.lmfqloq"; reason: private alias.
Removed service ".service_locator.FIvweKg"; reason: private alias.
Removed service ".service_locator.bE6c4vx"; reason: private alias.
Removed service ".service_locator.eedogzP"; reason: private alias.
Removed service ".service_locator.PuR2y2S"; reason: private alias.
Removed service ".service_locator.2Hyfu.3"; reason: private alias.
Removed service ".service_locator.UOV1jy9"; reason: private alias.
Removed service ".service_locator.jIueppX"; reason: private alias.
Removed service ".service_locator.ZRPxDQC"; reason: private alias.
Removed service ".service_locator.g94xH3k"; reason: private alias.
Removed service ".service_locator.iz71j38"; reason: private alias.
Removed service ".service_locator.x2hrIzd"; reason: private alias.
Removed service ".service_locator.AU6nkMY"; reason: private alias.
Removed service ".service_locator.FCqzXoE"; reason: private alias.
Removed service ".service_locator.pSLTKMk"; reason: private alias.
Removed service ".service_locator.gsQFK4j"; reason: private alias.
Removed service ".service_locator.O0VQPmj"; reason: private alias.
Removed service ".service_locator.Pgmc_sn"; reason: private alias.
Removed service ".service_locator.fM4Jegg"; reason: private alias.
Removed service ".service_locator.T9JqST8"; reason: private alias.
Removed service ".service_locator.G8LmYjB"; reason: private alias.
Removed service ".service_locator.zQXBdz5"; reason: private alias.
Removed service ".service_locator.q77PuZG"; reason: private alias.
Removed service ".service_locator.qjTzt3t"; reason: private alias.
Removed service ".service_locator.agsJ7gb"; reason: private alias.
Removed service ".service_locator.O8w9rkf"; reason: private alias.
Removed service ".service_locator.0TZWWBN"; reason: private alias.
Removed service ".service_locator.3egzxrW"; reason: private alias.
Removed service ".service_locator.kGc7sBE"; reason: private alias.
Removed service ".service_locator.uPA4ofx"; reason: private alias.
Removed service ".service_locator.lcPyjke"; reason: private alias.
Removed service ".service_locator.dLDfP8K"; reason: private alias.
Removed service ".service_locator.8tyGNjD"; reason: private alias.
Removed service ".service_locator.9RdT4pK"; reason: private alias.
Removed service ".service_locator.SVVV4Ms"; reason: private alias.
Removed service ".service_locator.jsaHu33"; reason: private alias.
Removed service ".service_locator.B_eTASG"; reason: private alias.
Removed service ".service_locator.57Vitel"; reason: private alias.
Removed service ".service_locator.YAljcmo"; reason: private alias.
Removed service ".service_locator.u2tp.3z"; reason: private alias.
Removed service ".service_locator.VslxrwT"; reason: private alias.
Removed service ".service_locator.NY4jJ6z"; reason: private alias.
Removed service ".service_locator.UJL9GhJ"; reason: private alias.
Removed service ".service_locator.37cl3Tl"; reason: private alias.
Removed service ".service_locator.RUlsv9C"; reason: private alias.
Removed service ".service_locator.ndv6pOU"; reason: private alias.
Removed service ".service_locator.t3uEnnv"; reason: private alias.
Removed service ".service_locator.Y2uN8x3"; reason: private alias.
Removed service ".service_locator.8rg.fEn"; reason: private alias.
Removed service ".service_locator.OkXU1UB"; reason: private alias.
Removed service ".service_locator.7WuWZp3"; reason: private alias.
Removed service ".service_locator.3pxfgbb"; reason: private alias.
Removed service ".service_locator.uBwBrvQ"; reason: private alias.
Removed service ".service_locator.FBsvF3N"; reason: private alias.
Removed service ".service_locator.5PC7DnV"; reason: private alias.
Removed service ".service_locator.D5eXW6E"; reason: private alias.
Removed service ".service_locator.qujWNld"; reason: private alias.
Removed service ".service_locator.pYY8VKk"; reason: private alias.
Removed service ".service_locator.rSLTsh0"; reason: private alias.
Removed service ".service_locator.orQmpjE"; reason: private alias.
Removed service ".service_locator.Q2FF2no"; reason: private alias.
Removed service ".service_locator.bv.CdEs"; reason: private alias.
Removed service ".service_locator.UhBMqsC"; reason: private alias.
Removed service ".service_locator.0ngK9uf"; reason: private alias.
79
Changed reference of service "AppBundle\Flux\Provider\LaReferencePierreProvider" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "AppBundle\Flux\Provider\XMLProvider" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "AppBundle\Manager\FluxImportManager" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "AppBundle\Manager\OptionsManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "AppBundle\Twig\OptionExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "AppBundle\Manager\OptionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.access.expression_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.access.closure_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "controller.is_granted_attribute_listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.security" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.db.LmRj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.hfJmwzM" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.kvOAK9B" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mFBT25N" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.FbTVtRn" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.rAuPNI6" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.rAuPNI6" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
408
Removed service "App\AppBundle"; reason: abstract.
Removed service "App\Entity"; reason: abstract.
Removed service "App\Etematik"; reason: abstract.
Removed service "AppBundle\Entity"; reason: abstract.
Removed service "AppBundle\Event"; reason: abstract.
Removed service "AppBundle\Flux\Views"; reason: abstract.
Removed service "AppBundle\Form\DataTransformer"; reason: abstract.
Removed service "AppBundle\Repository"; reason: abstract.
Removed service ".abstract.AppBundle\Flux\Provider\AbstractProvider"; reason: abstract.
Removed service ".abstract.AppBundle\Flux\Provider\ProviderInterface"; reason: abstract.
Removed service ".abstract.AppBundle\Flux\Storage\StorageInterface"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service ".abstract.Symfony\Component\Validator\Constraints\AbstractComparisonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\VideoValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.access_token_handler.oidc.generator"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateFluxCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateFluxCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FluxImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FluxImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GarbageCollectorCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GarbageCollectorCommand.0.App\Command\GarbageCollectorCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GarbageCollectorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendLosingOptionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendLosingOptionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\AdminController.0.App\Controller\Admin\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminPromoteurController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminPromoteurController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminPromoteurController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategorieController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategorieController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\CategorieController.0.App\Controller\Admin\CategorieController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CategorieController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LotAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LotAdminController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\LotAdminController.0.App\Controller\Admin\LotAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\LotAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProgrammeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProgrammeController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\ProgrammeController.0.App\Controller\Admin\ProgrammeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProgrammeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LotController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LotController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\LotController.0.App\Controller\Api\LotController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\LotController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProgrammeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProgrammeController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\ProgrammeController.0.App\Controller\Api\ProgrammeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ProgrammeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\UserController.0.App\Controller\Api\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssuranceVieController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssuranceVieController"; reason: abstract.
Removed service ".instanceof.App\Controller\AssuranceVieController.0.App\Controller\AssuranceVieController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AssuranceVieController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentController"; reason: abstract.
Removed service ".instanceof.App\Controller\DocumentController.0.App\Controller\DocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FiscaliteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FiscaliteController"; reason: abstract.
Removed service ".instanceof.App\Controller\FiscaliteController.0.App\Controller\FiscaliteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FiscaliteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LotController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LotController"; reason: abstract.
Removed service ".instanceof.App\Controller\LotController.0.App\Controller\LotController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LotController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MiseEnAvantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MiseEnAvantController"; reason: abstract.
Removed service ".instanceof.App\Controller\MiseEnAvantController.0.App\Controller\MiseEnAvantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MiseEnAvantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OPCIController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OPCIController"; reason: abstract.
Removed service ".instanceof.App\Controller\OPCIController.0.App\Controller\OPCIController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OPCIController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OptionController"; reason: abstract.
Removed service ".instanceof.App\Controller\OptionController.0.App\Controller\OptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PERController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PERController"; reason: abstract.
Removed service ".instanceof.App\Controller\PERController.0.App\Controller\PERController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PERController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProduitFiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProduitFiController"; reason: abstract.
Removed service ".instanceof.App\Controller\ProduitFiController.0.App\Controller\ProduitFiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProduitFiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProduitFinancierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProduitFinancierController"; reason: abstract.
Removed service ".instanceof.App\Controller\ProduitFinancierController.0.App\Controller\ProduitFinancierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProduitFinancierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProgrammeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProgrammeController"; reason: abstract.
Removed service ".instanceof.App\Controller\ProgrammeController.0.App\Controller\ProgrammeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProgrammeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PromoteurController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PromoteurController"; reason: abstract.
Removed service ".instanceof.App\Controller\PromoteurController.0.App\Controller\PromoteurController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PromoteurController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.App\Controller\ResetPasswordController.0.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SCPIController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SCPIController"; reason: abstract.
Removed service ".instanceof.App\Controller\SCPIController.0.App\Controller\SCPIController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SCPIController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.App\Controller\SearchController.0.App\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.App\Controller\SecurityController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TokenGeneratorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TokenGeneratorController"; reason: abstract.
Removed service ".instanceof.App\Controller\TokenGeneratorController.0.App\Controller\TokenGeneratorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TokenGeneratorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UniteCompteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UniteCompteController"; reason: abstract.
Removed service ".instanceof.App\Controller\UniteCompteController.0.App\Controller\UniteCompteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UniteCompteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserViewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserViewsController"; reason: abstract.
Removed service ".instanceof.App\Controller\UserViewsController.0.App\Controller\UserViewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserViewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WelcomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WelcomeController"; reason: abstract.
Removed service ".instanceof.App\Controller\WelcomeController.0.App\Controller\WelcomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WelcomeController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArrayPerformanceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ArrayPerformanceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AssuranceVieType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AssuranceVieType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategorieType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CategorieType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FiscaliteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FiscaliteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImportLotType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ImportLotType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LotType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LotType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MiseEnAvantType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MiseEnAvantType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NewDocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OPCIType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OPCIType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PERType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PERType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProduitFiType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProduitFiType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SCPIDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SCPIDocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SCPIType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SCPIType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UniteCompteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UniteCompteType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnexeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AnnexeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssuranceVieRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AssuranceVieRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategorieRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategorieRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiscaliteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FiscaliteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LotRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LotRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MiseEnAvantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MiseEnAvantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OPCIRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OPCIRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PERRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PERRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProduitFiRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProduitFiRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgrammeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProgrammeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SCPIRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SCPIRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UniteCompteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UniteCompteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TokenFunctionExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\TokenFunctionExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ExternalLinkFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ExternalLinkFilter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\TokenFunctionRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\TokenFunctionRuntime"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\MigrateOptionStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\MigrateOptionStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateOptionExpirationCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\UpdateOptionExpirationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\fixLockedOptionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\fixLockedOptionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Flux\Provider\ProviderBus"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Flux\Provider\ProviderBus"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Flux\Storage\StorageBus"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Flux\Storage\StorageBus"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\AccountType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\AccountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\AnnexeType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\AnnexeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\DenonciationType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\DenonciationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\EntityHiddenType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\EntityHiddenType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Lot\ImportLotType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\Lot\ImportLotType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\LotAnnexeType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\LotAnnexeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\LotType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\LotType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Option\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\Option\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Option\DashboardOptionType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\Option\DashboardOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Option\LotType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\Option\LotType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Option\OptionEditType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\Option\OptionEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Option\OptionType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\Option\OptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Option\ProgrammeType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\Option\ProgrammeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Programme\ProgrammeDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\Programme\ProgrammeDocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\Programme\ProgrammeType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\Programme\ProgrammeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\PromoteurType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\PromoteurType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\SearchType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\SearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\VendeurType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\VendeurType"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AppBundle\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AppBundle\Twig\LotExtension"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Twig\LotExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AppBundle\Twig\OptionExtension"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Twig\OptionExtension"; reason: abstract.
103
Removed service "App\Security\AccessTokenHandler"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.icAHgqM"; reason: unused.
Removed service ".service_locator.zfRA4vz"; reason: unused.
Removed service ".service_locator.WYl0woh"; reason: unused.
432
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\AdminController" to "App\Controller\Admin\AdminController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\AdminPromoteurController" to "App\Controller\Admin\AdminPromoteurController".
Inlined service "App\Service\CategorieManager" to "App\Controller\Admin\CategorieController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\CategorieController" to "App\Controller\Admin\CategorieController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\LotAdminController" to "App\Controller\Admin\LotAdminController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\ProgrammeController" to "App\Controller\Admin\ProgrammeController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Api\LotController" to "App\Controller\Api\LotController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Api\ProgrammeController" to "App\Controller\Api\ProgrammeController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Api\UserController" to "App\Controller\Api\UserController".
Inlined service ".service_locator.TJNRSaV.App\Controller\AssuranceVieController" to "App\Controller\AssuranceVieController".
Inlined service ".service_locator.TJNRSaV.App\Controller\DocumentController" to "App\Controller\DocumentController".
Inlined service ".service_locator.TJNRSaV.App\Controller\FiscaliteController" to "App\Controller\FiscaliteController".
Inlined service ".service_locator.TJNRSaV.App\Controller\LotController" to "App\Controller\LotController".
Inlined service ".service_locator.TJNRSaV.App\Controller\MiseEnAvantController" to "App\Controller\MiseEnAvantController".
Inlined service ".service_locator.TJNRSaV.App\Controller\OPCIController" to "App\Controller\OPCIController".
Inlined service ".service_locator.TJNRSaV.App\Controller\OptionController" to "App\Controller\OptionController".
Inlined service ".service_locator.TJNRSaV.App\Controller\PERController" to "App\Controller\PERController".
Inlined service ".service_locator.TJNRSaV.App\Controller\ProduitFiController" to "App\Controller\ProduitFiController".
Inlined service ".service_locator.TJNRSaV.App\Controller\ProduitFinancierController" to "App\Controller\ProduitFinancierController".
Inlined service ".service_locator.TJNRSaV.App\Controller\ProgrammeController" to "App\Controller\ProgrammeController".
Inlined service ".service_locator.TJNRSaV.App\Controller\PromoteurController" to "App\Controller\PromoteurController".
Inlined service "symfonycasts.reset_password.helper" to "App\Controller\ResetPasswordController".
Inlined service ".service_locator.TJNRSaV.App\Controller\ResetPasswordController" to "App\Controller\ResetPasswordController".
Inlined service ".service_locator.TJNRSaV.App\Controller\SCPIController" to "App\Controller\SCPIController".
Inlined service ".service_locator.TJNRSaV.App\Controller\SearchController" to "App\Controller\SearchController".
Inlined service ".service_locator.TJNRSaV.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.TJNRSaV.App\Controller\TokenGeneratorController" to "App\Controller\TokenGeneratorController".
Inlined service ".service_locator.TJNRSaV.App\Controller\UniteCompteController" to "App\Controller\UniteCompteController".
Inlined service ".service_locator.TJNRSaV.App\Controller\UserViewsController" to "App\Controller\UserViewsController".
Inlined service ".service_locator.TJNRSaV.App\Controller\WelcomeController" to "App\Controller\WelcomeController".
Inlined service ".service_locator.VeBeixZ.AppBundle\Flux\Provider\ProviderBus" to "AppBundle\Flux\Provider\ProviderBus".
Inlined service ".service_locator.WW_365O.AppBundle\Flux\Storage\StorageBus" to "AppBundle\Flux\Storage\StorageBus".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.Sj3MsdY" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.YDYHnos" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.6KVxCv0" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.kvOAK9B.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.pKCuUXf" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.LiNhGEY" to "router.expression_language_provider".
Inlined service ".service_locator.mFBT25N.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.number" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "App\Serializer\CircularReferenceHandler" to "serializer.normalizer.object".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.MQ2K9ka" to "session_listener".
Inlined service "security.csrf.same_origin_token_manager.inner" to "security.csrf.same_origin_token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.p_kF4Bb" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.DA6YX9k" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "jms_serializer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.0NioFko" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.n98meg9" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.Wr3BxP_" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\Extension\TokenFunctionExtension" to "twig".
Inlined service "App\Twig\ExternalLinkFilter" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.3DrAUl_.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.Ukaol_C" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.1mjVCan" to "security.token_storage".
Inlined service ".service_locator.rAuPNI6" to "security.helper".
Inlined service ".service_locator.iZuX57b" to "security.helper".
Inlined service ".service_locator.4vT0Jxw" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.BhpRUZK" to "security.access_map".
Inlined service ".security.request_matcher.YrnOxI1" to "security.access_map".
Inlined service ".security.request_matcher.0tMb.ud" to "security.access_map".
Inlined service ".security.request_matcher.SVK5D2B" to "security.access_map".
Inlined service ".security.request_matcher.ag1TrpU" to "security.access_map".
Inlined service ".security.request_matcher.aN9VKDi" to "security.access_map".
Inlined service ".security.request_matcher.qqYCdnr" to "security.access_map".
Inlined service ".security.request_matcher.nAzMPd3" to "security.access_map".
Inlined service ".security.request_matcher.xLuZHvD" to "security.access_map".
Inlined service ".security.request_matcher.CUDSgej" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.access_token_handler.api" to "security.authenticator.access_token.api".
Inlined service "security.access_token_extractor.header" to "security.authenticator.access_token.api".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.T8BdVIN" to ".security.request_matcher.BhpRUZK".
Inlined service ".security.request_matcher.7XMFiMz" to ".security.request_matcher.YrnOxI1".
Inlined service ".security.request_matcher.pqyCXG8" to ".security.request_matcher.SVK5D2B".
Inlined service ".security.request_matcher.jq8Yla4" to ".security.request_matcher.ag1TrpU".
Inlined service ".security.request_matcher.P7KchHW" to ".security.request_matcher.aN9VKDi".
Inlined service ".security.request_matcher.JAQ62QN" to ".security.request_matcher.qqYCdnr".
Inlined service ".security.request_matcher.8A4QJip" to ".security.request_matcher.nAzMPd3".
Inlined service ".security.request_matcher..qDBYh6" to ".security.request_matcher.xLuZHvD".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.doctrine_type_driver.inner" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.doctrine_object_constructor.inner" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service ".service_locator.lEUGOB7" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".service_locator.MXLal1R" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service ".service_locator.yymdU1L" to ".service_locator.yymdU1L.App\Controller\Admin\AdminController::dashboardAction()".
Inlined service ".service_locator.gIbfds9" to ".service_locator.gIbfds9.App\Controller\Admin\AdminController::comboBoxProgrammeAction()".
Inlined service ".service_locator.IGtmlEw" to ".service_locator.IGtmlEw.App\Controller\Admin\CategorieController::show()".
Inlined service ".service_locator.zSHTRxV" to ".service_locator.zSHTRxV.App\Controller\Admin\LotAdminController::addNewDocumentAction()".
Inlined service ".service_locator.5_t.ga3" to ".service_locator.5_t.ga3.App\Controller\Admin\LotAdminController::deleteDocumentAction()".
Inlined service ".service_locator.4YUPfBG" to ".service_locator.4YUPfBG.App\Controller\Admin\LotAdminController::toggleActif()".
Inlined service ".service_locator.Ej7vT91" to ".service_locator.Ej7vT91.App\Controller\Admin\ProgrammeController::fichierEditAction()".
Inlined service ".service_locator.jUmQk4e" to ".service_locator.jUmQk4e.App\Controller\Admin\ProgrammeController::toggleAction()".
Inlined service ".service_locator.h1YALxb" to ".service_locator.h1YALxb.App\Controller\Api\LotController::new()".
Inlined service ".service_locator.kYAceIU" to ".service_locator.kYAceIU.App\Controller\Api\UserController::show()".
Inlined service ".service_locator.P7TBmgw" to ".service_locator.P7TBmgw.App\Controller\AssuranceVieController::show()".
Inlined service ".service_locator.HjQsQOG" to ".service_locator.HjQsQOG.App\Controller\AssuranceVieController::edit()".
Inlined service ".service_locator.psLtNYp" to ".service_locator.psLtNYp.App\Controller\AssuranceVieController::delete()".
Inlined service ".service_locator.EtRRj91" to ".service_locator.EtRRj91.App\Controller\AssuranceVieController::documents()".
Inlined service ".service_locator.M_u_tOv" to ".service_locator.M_u_tOv.App\Controller\DocumentController::remove()".
Inlined service ".service_locator.2.gt7co" to ".service_locator.2.gt7co.App\Controller\DocumentController::new()".
Inlined service ".service_locator.sniAlTZ" to ".service_locator.sniAlTZ.App\Controller\FiscaliteController::index()".
Inlined service ".service_locator.sQPM6iw" to ".service_locator.sQPM6iw.App\Controller\FiscaliteController::show()".
Inlined service ".service_locator.frKT45f" to ".service_locator.frKT45f.App\Controller\FiscaliteController::edit()".
Inlined service ".service_locator.vnlWTcK" to ".service_locator.vnlWTcK.App\Controller\FiscaliteController::delete()".
Inlined service ".service_locator.rBRn1b." to ".service_locator.rBRn1b..App\Controller\LotController::new()".
Inlined service ".service_locator.3ZRzkDu" to ".service_locator.3ZRzkDu.App\Controller\LotController::removeAnnexe()".
Inlined service ".service_locator.lHXwUUl" to ".service_locator.lHXwUUl.App\Controller\LotController::newAnnexe()".
Inlined service ".service_locator.8qTakiH" to ".service_locator.8qTakiH.App\Controller\MiseEnAvantController::disableMea()".
Inlined service ".service_locator.XD4bOzr" to ".service_locator.XD4bOzr.App\Controller\MiseEnAvantController::editAllotement()".
Inlined service ".service_locator.Pqti9Wu" to ".service_locator.Pqti9Wu.App\Controller\MiseEnAvantController::newLotBloque()".
Inlined service ".service_locator.rhR6dXU" to ".service_locator.rhR6dXU.App\Controller\MiseEnAvantController::viewtopprogrammes()".
Inlined service ".service_locator.oBrNPSM" to ".service_locator.oBrNPSM.App\Controller\MiseEnAvantController::editDocuments()".
Inlined service ".service_locator.ehZ69Jx" to ".service_locator.ehZ69Jx.App\Controller\OPCIController::show()".
Inlined service ".service_locator.zl2o9TB" to ".service_locator.zl2o9TB.App\Controller\OPCIController::edit()".
Inlined service ".service_locator.U5FkO61" to ".service_locator.U5FkO61.App\Controller\OPCIController::delete()".
Inlined service ".service_locator.Dha5gUu" to ".service_locator.Dha5gUu.App\Controller\OPCIController::documents()".
Inlined service ".service_locator.lXfCSAI" to ".service_locator.lXfCSAI.App\Controller\OptionController::editAction()".
Inlined service ".service_locator.004oGt8" to ".service_locator.004oGt8.App\Controller\OptionController::updateStatus()".
Inlined service ".service_locator.blVJwZB" to ".service_locator.blVJwZB.App\Controller\OptionController::optionRenew()".
Inlined service ".service_locator.07If32e" to ".service_locator.07If32e.App\Controller\PERController::show()".
Inlined service ".service_locator.UMMQpF3" to ".service_locator.UMMQpF3.App\Controller\PERController::edit()".
Inlined service ".service_locator.Rj0fvIf" to ".service_locator.Rj0fvIf.App\Controller\PERController::delete()".
Inlined service ".service_locator.OEsfaq8" to ".service_locator.OEsfaq8.App\Controller\PERController::documents()".
Inlined service ".service_locator.taPXYud" to ".service_locator.taPXYud.App\Controller\ProduitFiController::show()".
Inlined service ".service_locator.0gu0QFJ" to ".service_locator.0gu0QFJ.App\Controller\ProduitFiController::documents()".
Inlined service ".service_locator.XV.s28V" to ".service_locator.XV.s28V.App\Controller\ProduitFinancierController::index()".
Inlined service ".service_locator.FfV20NP" to ".service_locator.FfV20NP.App\Controller\ProgrammeController::viewProgrammeAction()".
Inlined service ".service_locator.M3YV3k." to ".service_locator.M3YV3k..App\Controller\PromoteurController::indexAction()".
Inlined service ".service_locator.N6H.PSl" to ".service_locator.N6H.PSl.App\Controller\PromoteurController::denonciationsAction()".
Inlined service ".service_locator.bNa24wz" to ".service_locator.bNa24wz.App\Controller\PromoteurController::programmesAction()".
Inlined service ".service_locator.db.LmRj" to ".service_locator.db.LmRj.App\Controller\ResetPasswordController::request()".
Inlined service ".service_locator.hfJmwzM" to ".service_locator.hfJmwzM.App\Controller\ResetPasswordController::reset()".
Inlined service ".service_locator.KTFSV7h" to ".service_locator.KTFSV7h.App\Controller\SCPIController::show()".
Inlined service ".service_locator.jvmjHAr" to ".service_locator.jvmjHAr.App\Controller\SCPIController::editDocuments()".
Inlined service ".service_locator.yD5_uqy" to ".service_locator.yD5_uqy.App\Controller\SearchController::searchLotAction()".
Inlined service ".service_locator.0MQaTBY" to ".service_locator.0MQaTBY.App\Controller\SecurityController::login()".
Inlined service ".service_locator.SE66wAV" to ".service_locator.SE66wAV.App\Controller\TokenGeneratorController::index()".
Inlined service ".service_locator.p5VcEOX" to ".service_locator.p5VcEOX.App\Controller\UniteCompteController::show()".
Inlined service ".service_locator.YC033Jy" to ".service_locator.YC033Jy.App\Controller\UniteCompteController::edit()".
Inlined service ".service_locator.ZS7rM0f" to ".service_locator.ZS7rM0f.App\Controller\UniteCompteController::delete()".
Inlined service ".service_locator.GKyy5Vj" to ".service_locator.GKyy5Vj.App\Controller\UniteCompteController::documents()".
Inlined service ".service_locator.JeI5fVI" to ".service_locator.JeI5fVI.App\Controller\UserViewsController::depotOptionsAction()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.W55Po6X" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.VeBeixZ" to ".service_locator.VeBeixZ.AppBundle\Flux\Provider\ProviderBus".
Inlined service ".service_locator.WW_365O" to ".service_locator.WW_365O.AppBundle\Flux\Storage\StorageBus".
Inlined service ".service_locator.kvOAK9B" to ".service_locator.kvOAK9B.translation.warmer".
Inlined service ".service_locator.3uPd9MT" to ".service_locator.3uPd9MT.router.default".
Inlined service ".service_locator.mFBT25N" to ".service_locator.mFBT25N.router.cache_warmer".
Inlined service ".service_locator.3DrAUl_" to ".service_locator.3DrAUl_.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.1gw5tvd" to "debug.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.inner".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.annotation_or_attribute_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.null_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.ZA4R4bx" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.3uPd9MT.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
5
Tag "container.decorator" was defined on service(s) "http_client.uri_template", "security.csrf.same_origin_token_manager", "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.main", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used.
Tag "jms_serializer.instance" was defined on service(s) "jms_serializer.event_dispatcher", "jms_serializer.doctrine_proxy_subscriber", "jms_serializer.stopwatch_subscriber", "jms_serializer.union_handler", "jms_serializer.array_collection_handler", "jms_serializer.constraint_violation_handler", "jms_serializer.datetime_handler", "jms_serializer.form_error_handler", "jms_serializer.iterator_handler", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.metadata.cache.file_cache", "jms_serializer.twig_extension.serializer_runtime_helper", "jms_serializer.cache.cache_clearer", "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "jms_serializer.deserialization_context_factory", "jms_serializer.serialization_context_factory", "jms_serializer", but was never used. Did you mean "jms_serializer.instance_global"?
Tag "jms_serializer.instance_global" was defined on service(s) "jms_serializer.type_parser", "jms_serializer.expression_evaluator", but was never used. Did you mean "jms_serializer.instance"?
Tag "jms_serializer.profiler" was defined on service(s) "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", but was never used. Did you mean "jms_serializer.serializer"?
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.cache", "monolog.logger.mailer", "monolog.logger.event", "monolog.logger.security", but was never used.