var/cache/dev/ContainerVW6utlD/App_KernelDevDebugContainer.php line 637

Open in your IDE?
  1. <?php
  2. namespace ContainerVW6utlD;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43.             'data_collector.dump' => 'getDataCollector_DumpService',
  44.             'doctrine' => 'getDoctrineService',
  45.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  50.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  51.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  52.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  53.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  54.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  55.             'request_stack' => 'getRequestStackService',
  56.             'router' => 'getRouterService',
  57.             'translator' => 'getTranslatorService',
  58.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  59.             'cache_clearer' => 'getCacheClearerService',
  60.             'filesystem' => 'getFilesystemService',
  61.             'serializer' => 'getSerializerService',
  62.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  63.             'form.factory' => 'getForm_FactoryService',
  64.             'form.type.file' => 'getForm_Type_FileService',
  65.             'profiler' => 'getProfilerService',
  66.             'twig' => 'getTwigService',
  67.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  68.             'security.token_storage' => 'getSecurity_TokenStorageService',
  69.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  70.             'session' => 'getSessionService',
  71.             'validator' => 'getValidatorService',
  72.         ];
  73.         $this->fileMap = [
  74.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  75.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  76.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  77.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  78.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  79.             '.container.private.session' => 'get_Container_Private_SessionService',
  80.             'App\\Controller\\Admin\\ApplicationCrudController' => 'getApplicationCrudControllerService',
  81.             'App\\Controller\\Admin\\ApplicationParagraphCrudController' => 'getApplicationParagraphCrudControllerService',
  82.             'App\\Controller\\Admin\\ApplicationProductCrudController' => 'getApplicationProductCrudControllerService',
  83.             'App\\Controller\\Admin\\CategoryCrudController' => 'getCategoryCrudControllerService',
  84.             'App\\Controller\\Admin\\ContactCrudController' => 'getContactCrudControllerService',
  85.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  86.             'App\\Controller\\Admin\\HistoryCategoryCrudController' => 'getHistoryCategoryCrudControllerService',
  87.             'App\\Controller\\Admin\\HistoryCrudController' => 'getHistoryCrudControllerService',
  88.             'App\\Controller\\Admin\\JobOfferCrudController' => 'getJobOfferCrudControllerService',
  89.             'App\\Controller\\Admin\\JobOfferParagraphCrudController' => 'getJobOfferParagraphCrudControllerService',
  90.             'App\\Controller\\Admin\\LandingSliderCrudController' => 'getLandingSliderCrudControllerService',
  91.             'App\\Controller\\Admin\\MemberCrudController' => 'getMemberCrudControllerService',
  92.             'App\\Controller\\Admin\\NewsletterCrudController' => 'getNewsletterCrudControllerService',
  93.             'App\\Controller\\Admin\\PageCrudController' => 'getPageCrudControllerService',
  94.             'App\\Controller\\Admin\\ParagraphCrudController' => 'getParagraphCrudControllerService',
  95.             'App\\Controller\\Admin\\PartnerCrudController' => 'getPartnerCrudControllerService',
  96.             'App\\Controller\\Admin\\PostCategoryCrudController' => 'getPostCategoryCrudControllerService',
  97.             'App\\Controller\\Admin\\PostCrudController' => 'getPostCrudControllerService',
  98.             'App\\Controller\\Admin\\PostMediaCrudController' => 'getPostMediaCrudControllerService',
  99.             'App\\Controller\\Admin\\PresentationParagraphCrudController' => 'getPresentationParagraphCrudControllerService',
  100.             'App\\Controller\\Admin\\ProductCrudController' => 'getProductCrudControllerService',
  101.             'App\\Controller\\Admin\\ProductMediaCrudController' => 'getProductMediaCrudControllerService',
  102.             'App\\Controller\\Admin\\ProjectCrudController' => 'getProjectCrudControllerService',
  103.             'App\\Controller\\Admin\\RelatedProductCrudController' => 'getRelatedProductCrudControllerService',
  104.             'App\\Controller\\Admin\\SubCategoryCrudController' => 'getSubCategoryCrudControllerService',
  105.             'App\\Controller\\Admin\\TestimonialCrudController' => 'getTestimonialCrudControllerService',
  106.             'App\\Controller\\FrontController' => 'getFrontControllerService',
  107.             'App\\Controller\\LoginController' => 'getLoginControllerService',
  108.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  109.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  110.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  111.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  112.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  113.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  114.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => 'getBlameableEventSubscriberService',
  115.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => 'getLoggableEventSubscriberService',
  116.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => 'getSluggableEventSubscriberService',
  117.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => 'getSoftDeletableEventSubscriberService',
  118.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => 'getTimestampableEventSubscriberService',
  119.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => 'getTranslatableEventSubscriberService',
  120.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => 'getTreeEventSubscriberService',
  121.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => 'getUuidableEventSubscriberService',
  122.             'Knp\\DoctrineBehaviors\\Provider\\LocaleProvider' => 'getLocaleProviderService',
  123.             'Knp\\DoctrineBehaviors\\Provider\\UserProvider' => 'getUserProviderService',
  124.             'Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository' => 'getDefaultSluggableRepositoryService',
  125.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  126.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  127.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  128.             'Translation\\Bundle\\Catalogue\\CatalogueCounter' => 'getCatalogueCounterService',
  129.             'Translation\\Bundle\\Catalogue\\CatalogueFetcher' => 'getCatalogueFetcherService',
  130.             'Translation\\Bundle\\Catalogue\\CatalogueManager' => 'getCatalogueManagerService',
  131.             'Translation\\Bundle\\Catalogue\\CatalogueWriter' => 'getCatalogueWriterService',
  132.             'Translation\\Bundle\\Command\\CheckMissingCommand' => 'getCheckMissingCommandService',
  133.             'Translation\\Bundle\\Command\\DeleteEmptyCommand' => 'getDeleteEmptyCommandService',
  134.             'Translation\\Bundle\\Command\\DeleteObsoleteCommand' => 'getDeleteObsoleteCommandService',
  135.             'Translation\\Bundle\\Command\\DownloadCommand' => 'getDownloadCommandService',
  136.             'Translation\\Bundle\\Command\\ExtractCommand' => 'getExtractCommandService',
  137.             'Translation\\Bundle\\Command\\StatusCommand' => 'getStatusCommandService',
  138.             'Translation\\Bundle\\Command\\SyncCommand' => 'getSyncCommandService',
  139.             'Translation\\Bundle\\Controller\\SymfonyProfilerController' => 'getSymfonyProfilerControllerService',
  140.             'Translation\\Bundle\\Controller\\WebUIController' => 'getWebUIControllerService',
  141.             'Translation\\Bundle\\Service\\CacheClearer' => 'getCacheClearer2Service',
  142.             'Translation\\Bundle\\Service\\ConfigurationManager' => 'getConfigurationManagerService',
  143.             'Translation\\Bundle\\Service\\Importer' => 'getImporterService',
  144.             'Translation\\Bundle\\Service\\StorageManager' => 'getStorageManagerService',
  145.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  146.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  147.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  148.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  149.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  150.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  151.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  152.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.application' => 'getSmartUniqueNamer_ApplicationService',
  153.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.applicationParagraph' => 'getSmartUniqueNamer_ApplicationParagraphService',
  154.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.category' => 'getSmartUniqueNamer_CategoryService',
  155.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.categoryBg' => 'getSmartUniqueNamer_CategoryBgService',
  156.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.customFile' => 'getSmartUniqueNamer_CustomFileService',
  157.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.history' => 'getSmartUniqueNamer_HistoryService',
  158.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.historyCategory' => 'getSmartUniqueNamer_HistoryCategoryService',
  159.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.jobOffer' => 'getSmartUniqueNamer_JobOfferService',
  160.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.landingSlider' => 'getSmartUniqueNamer_LandingSliderService',
  161.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.member' => 'getSmartUniqueNamer_MemberService',
  162.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.paragraph' => 'getSmartUniqueNamer_ParagraphService',
  163.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.partner' => 'getSmartUniqueNamer_PartnerService',
  164.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.post' => 'getSmartUniqueNamer_PostService',
  165.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.postMedia' => 'getSmartUniqueNamer_PostMediaService',
  166.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.postPdf' => 'getSmartUniqueNamer_PostPdfService',
  167.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.presentationParagraph' => 'getSmartUniqueNamer_PresentationParagraphService',
  168.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.presentationParagraphIcon' => 'getSmartUniqueNamer_PresentationParagraphIconService',
  169.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.product' => 'getSmartUniqueNamer_ProductService',
  170.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.productMedia' => 'getSmartUniqueNamer_ProductMediaService',
  171.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.project' => 'getSmartUniqueNamer_ProjectService',
  172.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.sitemap' => 'getSmartUniqueNamer_SitemapService',
  173.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.subCategory' => 'getSmartUniqueNamer_SubCategoryService',
  174.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.subCategoryBg' => 'getSmartUniqueNamer_SubCategoryBgService',
  175.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  176.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  177.             'cache.app_clearer' => 'getCache_AppClearerService',
  178.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  179.             'cache.system_clearer' => 'getCache_SystemClearerService',
  180.             'cache_warmer' => 'getCacheWarmerService',
  181.             'console.command_loader' => 'getConsole_CommandLoaderService',
  182.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  183.             'error_controller' => 'getErrorControllerService',
  184.             'knp_paginator' => 'getKnpPaginatorService',
  185.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  186.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  187.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  188.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  189.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  190.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  191.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  192.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  193.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  194.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  195.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  196.             'php_translation.cache_clearer' => 'getPhpTranslation_CacheClearerService',
  197.             'php_translation.catalogue_counter' => 'getPhpTranslation_CatalogueCounterService',
  198.             'php_translation.catalogue_fetcher' => 'getPhpTranslation_CatalogueFetcherService',
  199.             'php_translation.catalogue_manager' => 'getPhpTranslation_CatalogueManagerService',
  200.             'php_translation.catalogue_writer' => 'getPhpTranslation_CatalogueWriterService',
  201.             'php_translation.configuration_manager' => 'getPhpTranslation_ConfigurationManagerService',
  202.             'php_translation.importer' => 'getPhpTranslation_ImporterService',
  203.             'php_translation.storage.app' => 'getPhpTranslation_Storage_AppService',
  204.             'php_translation.storage_manager' => 'getPhpTranslation_StorageManagerService',
  205.             'php_translator.console.delete_obsolete' => 'getPhpTranslator_Console_DeleteObsoleteService',
  206.             'php_translator.console.download' => 'getPhpTranslator_Console_DownloadService',
  207.             'php_translator.console.extract' => 'getPhpTranslator_Console_ExtractService',
  208.             'php_translator.console.status' => 'getPhpTranslator_Console_StatusService',
  209.             'php_translator.console.sync' => 'getPhpTranslator_Console_SyncService',
  210.             'routing.loader' => 'getRouting_LoaderService',
  211.             'services_resetter' => 'getServicesResetterService',
  212.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  213.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  214.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  215.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  216.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  217.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  218.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  219.         ];
  220.         $this->aliases = [
  221.             'App\\Kernel' => 'kernel',
  222.             'Translation\\Bundle\\Service\\StorageService' => 'php_translation.storage.app',
  223.             'database_connection' => 'doctrine.dbal.default_connection',
  224.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  225.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  226.             'php_translation.storage' => 'php_translation.storage.app',
  227.             'php_translation.storage.default' => 'php_translation.storage.app',
  228.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  229.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  230.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  231.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  232.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  233.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  234.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  235.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  236.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  237.         ];
  238.         $this->privates['service_container'] = function () {
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  245.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  246.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  248.             include_once \dirname(__DIR__4).'/src/Service/AppService.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  261.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  278.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  285.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  325.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  400.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  411.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  412.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  435.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  463.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  470.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  472.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  473.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  476.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  477.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  478.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  479.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  482.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  485.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  488.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  491.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  492.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  495.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  496.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  497.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  498.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  500.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  501.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  502.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  505.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  508.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  509.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  510.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  513.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  514.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  515.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  516.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  517.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  520.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  521.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  522.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  523.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  524.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  525.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  526.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  527.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  528.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  529.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  530.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  531.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  532.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  533.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  535.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  536.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  537.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  538.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  543.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  544.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  558.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  586.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  587.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  589.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  591.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  592.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  593.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  594.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  595.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  596.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  597.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  598.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  599.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  603.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  621.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  625.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  626.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  627.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  628.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  629.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  630.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  631.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  632.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  634.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  635.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  636.             include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Twig/TranslationExtension.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  638.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  640.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  647.         };
  648.     }
  649.     public function compile(): void
  650.     {
  651.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  652.     }
  653.     public function isCompiled(): bool
  654.     {
  655.         return true;
  656.     }
  657.     public function getRemovedIds(): array
  658.     {
  659.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  660.     }
  661.     protected function load($file$lazyLoad true)
  662.     {
  663.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  664.             return $class::do($this$lazyLoad);
  665.         }
  666.         if ('.' === $file[-4]) {
  667.             $class substr($class0, -4);
  668.         } else {
  669.             $file .= '.php';
  670.         }
  671.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  672.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  673.     }
  674.     protected function createProxy($class, \Closure $factory)
  675.     {
  676.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  677.         return $factory();
  678.     }
  679.     /**
  680.      * Gets the public '.container.private.filesystem' shared service.
  681.      *
  682.      * @return \Symfony\Component\Filesystem\Filesystem
  683.      */
  684.     protected function get_Container_Private_FilesystemService()
  685.     {
  686.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  687.     }
  688.     /**
  689.      * Gets the public '.container.private.profiler' shared service.
  690.      *
  691.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  692.      */
  693.     protected function get_Container_Private_ProfilerService()
  694.     {
  695.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  696.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  697.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  698.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  699.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  700.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  701.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  702.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  703.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  704.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  705.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  706.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  707.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  708.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  709.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  710.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  711.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  712.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  713.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  714.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  715.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  716.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  717.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  718.         $f = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  719.         $f->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  720.         $g = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  721.         $g->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  722.         $h = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  723.         $h->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  724.         $i = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  725.         if ($this->has('kernel')) {
  726.             $i->setKernel($b);
  727.         }
  728.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  729.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  730.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  731.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  732.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  733.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  734.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  735.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  736.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  737.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  738.         $instance->add($d);
  739.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector($e));
  740.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  741.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  742.         $instance->add($f);
  743.         $instance->add($g);
  744.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  745.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  746.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector($e));
  747.         $instance->add($h);
  748.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  749.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  750.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  751.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  752.         $instance->add($i);
  753.         return $instance;
  754.     }
  755.     /**
  756.      * Gets the public '.container.private.security.authorization_checker' shared service.
  757.      *
  758.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  759.      */
  760.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  761.     {
  762.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalsefalse);
  763.     }
  764.     /**
  765.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  766.      *
  767.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  768.      */
  769.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  770.     {
  771.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  772.     }
  773.     /**
  774.      * Gets the public '.container.private.security.token_storage' shared service.
  775.      *
  776.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  777.      */
  778.     protected function get_Container_Private_Security_TokenStorageService()
  779.     {
  780.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  781.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  782.         ], [
  783.             'request_stack' => '?',
  784.         ]));
  785.     }
  786.     /**
  787.      * Gets the public '.container.private.twig' shared service.
  788.      *
  789.      * @return \Twig\Environment
  790.      */
  791.     protected function get_Container_Private_TwigService()
  792.     {
  793.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  794.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  795.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  796.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  797.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  798.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  799.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  800.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  801.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  802.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  803.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  804.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  805.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  806.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  807.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  808.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  809.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  810.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  811.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  812.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  813.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  814.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  815.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  816.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  817.         $a->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), 'A2lixTranslationForm');
  818.         $a->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), '!A2lixTranslationForm');
  819.         $a->addPath((\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Resources/views'), 'Translation');
  820.         $a->addPath((\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Resources/views'), '!Translation');
  821.         $a->addPath((\dirname(__DIR__4).'/templates'));
  822.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  823.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  824.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  825.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  826.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  827.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  828.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  829.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  830.         $f = ($this->services['router'] ?? $this->getRouterService());
  831.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  832.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  833.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  834.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  835.         $j = new \Symfony\Bridge\Twig\AppVariable();
  836.         $j->setEnvironment('dev');
  837.         $j->setDebug(true);
  838.         if ($this->has('.container.private.security.token_storage')) {
  839.             $j->setTokenStorage($h);
  840.         }
  841.         if ($this->has('request_stack')) {
  842.             $j->setRequestStack($g);
  843.         }
  844.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  845.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  846.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  847.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  848.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  849.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  850.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  851.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  852.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  853.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  854.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  855.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  856.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  857.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  858.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  859.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  860.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  861.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  862.         $instance->addExtension(($this->privates['App\\Service\\AppService'] ?? $this->getAppServiceService()));
  863.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  864.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  865.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  866.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  867.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  868.         ], [
  869.             'webpack_encore.entrypoint_lookup_collection' => '?',
  870.             'webpack_encore.tag_renderer' => '?',
  871.         ])));
  872.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  873.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()))));
  874.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  875.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  876.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  877.         ], [
  878.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  879.         ])));
  880.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  881.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f$d$g$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  882.         $instance->addExtension(new \Translation\Bundle\Twig\TranslationExtension($ctrue));
  883.         $instance->addGlobal('app'$j);
  884.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  885.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  886.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  887.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  888.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  889.         ], [
  890.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  891.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  892.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  893.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  894.         ])));
  895.         $instance->addGlobal('recaptchaSiteKey''6LcF5gAkAAAAADDkf1rwh06517tet2PJXeN1ynC4');
  896.         $instance->addGlobal('siteTitle''Facomia');
  897.         $instance->addGlobal('managedLocales'$this->parameters['managed_locales']);
  898.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  899.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  900.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  901.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  902.         return $instance;
  903.     }
  904.     /**
  905.      * Gets the public '.container.private.validator' shared service.
  906.      *
  907.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  908.      */
  909.     protected function get_Container_Private_ValidatorService()
  910.     {
  911.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  912.     }
  913.     /**
  914.      * Gets the public 'cache.app' shared service.
  915.      *
  916.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  917.      */
  918.     protected function getCache_AppService()
  919.     {
  920.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('atY586yEeb'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  921.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  922.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  923.     }
  924.     /**
  925.      * Gets the public 'cache.system' shared service.
  926.      *
  927.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  928.      */
  929.     protected function getCache_SystemService()
  930.     {
  931.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LuZC4BEE7R'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  932.     }
  933.     /**
  934.      * Gets the public 'cache.validator_expression_language' shared service.
  935.      *
  936.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  937.      */
  938.     protected function getCache_ValidatorExpressionLanguageService()
  939.     {
  940.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('g8evwLyxt4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  941.     }
  942.     /**
  943.      * Gets the public 'data_collector.dump' shared service.
  944.      *
  945.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  946.      */
  947.     protected function getDataCollector_DumpService()
  948.     {
  949.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  950.     }
  951.     /**
  952.      * Gets the public 'doctrine' shared service.
  953.      *
  954.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  955.      */
  956.     protected function getDoctrineService()
  957.     {
  958.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  959.     }
  960.     /**
  961.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  962.      *
  963.      * @return \Doctrine\DBAL\Connection
  964.      */
  965.     protected function getDoctrine_Dbal_DefaultConnectionService()
  966.     {
  967.         $a = new \Doctrine\DBAL\Configuration();
  968.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  969.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  970.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  971.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  972.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  973.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  974.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber''getBlameableEventSubscriberService'true],
  975.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber''getLoggableEventSubscriberService'true],
  976.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber''getSluggableEventSubscriberService'true],
  977.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber''getSoftDeletableEventSubscriberService'true],
  978.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber''getTimestampableEventSubscriberService'true],
  979.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber''getTranslatableEventSubscriberService'true],
  980.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber''getTreeEventSubscriberService'true],
  981.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber''getUuidableEventSubscriberService'true],
  982.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  983.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  984.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  985.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  986.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  987.             'gedmo.listener.sluggable' => ['privates''gedmo.listener.sluggable''getGedmo_Listener_SluggableService'true],
  988.             'gedmo.listener.sortable' => ['privates''gedmo.listener.sortable''getGedmo_Listener_SortableService'true],
  989.             'vich_uploader.listener.clean.application' => ['privates''vich_uploader.listener.clean.application''getVichUploader_Listener_Clean_ApplicationService'true],
  990.             'vich_uploader.listener.clean.applicationParagraph' => ['privates''vich_uploader.listener.clean.applicationParagraph''getVichUploader_Listener_Clean_ApplicationParagraphService'true],
  991.             'vich_uploader.listener.clean.category' => ['privates''vich_uploader.listener.clean.category''getVichUploader_Listener_Clean_CategoryService'true],
  992.             'vich_uploader.listener.clean.categoryBg' => ['privates''vich_uploader.listener.clean.categoryBg''getVichUploader_Listener_Clean_CategoryBgService'true],
  993.             'vich_uploader.listener.clean.customFile' => ['privates''vich_uploader.listener.clean.customFile''getVichUploader_Listener_Clean_CustomFileService'true],
  994.             'vich_uploader.listener.clean.history' => ['privates''vich_uploader.listener.clean.history''getVichUploader_Listener_Clean_HistoryService'true],
  995.             'vich_uploader.listener.clean.historyCategory' => ['privates''vich_uploader.listener.clean.historyCategory''getVichUploader_Listener_Clean_HistoryCategoryService'true],
  996.             'vich_uploader.listener.clean.jobOffer' => ['privates''vich_uploader.listener.clean.jobOffer''getVichUploader_Listener_Clean_JobOfferService'true],
  997.             'vich_uploader.listener.clean.landingSlider' => ['privates''vich_uploader.listener.clean.landingSlider''getVichUploader_Listener_Clean_LandingSliderService'true],
  998.             'vich_uploader.listener.clean.member' => ['privates''vich_uploader.listener.clean.member''getVichUploader_Listener_Clean_MemberService'true],
  999.             'vich_uploader.listener.clean.paragraph' => ['privates''vich_uploader.listener.clean.paragraph''getVichUploader_Listener_Clean_ParagraphService'true],
  1000.             'vich_uploader.listener.clean.partner' => ['privates''vich_uploader.listener.clean.partner''getVichUploader_Listener_Clean_PartnerService'true],
  1001.             'vich_uploader.listener.clean.post' => ['privates''vich_uploader.listener.clean.post''getVichUploader_Listener_Clean_PostService'true],
  1002.             'vich_uploader.listener.clean.postMedia' => ['privates''vich_uploader.listener.clean.postMedia''getVichUploader_Listener_Clean_PostMediaService'true],
  1003.             'vich_uploader.listener.clean.postPdf' => ['privates''vich_uploader.listener.clean.postPdf''getVichUploader_Listener_Clean_PostPdfService'true],
  1004.             'vich_uploader.listener.clean.presentationParagraph' => ['privates''vich_uploader.listener.clean.presentationParagraph''getVichUploader_Listener_Clean_PresentationParagraphService'true],
  1005.             'vich_uploader.listener.clean.presentationParagraphIcon' => ['privates''vich_uploader.listener.clean.presentationParagraphIcon''getVichUploader_Listener_Clean_PresentationParagraphIconService'true],
  1006.             'vich_uploader.listener.clean.product' => ['privates''vich_uploader.listener.clean.product''getVichUploader_Listener_Clean_ProductService'true],
  1007.             'vich_uploader.listener.clean.productMedia' => ['privates''vich_uploader.listener.clean.productMedia''getVichUploader_Listener_Clean_ProductMediaService'true],
  1008.             'vich_uploader.listener.clean.project' => ['privates''vich_uploader.listener.clean.project''getVichUploader_Listener_Clean_ProjectService'true],
  1009.             'vich_uploader.listener.clean.sitemap' => ['privates''vich_uploader.listener.clean.sitemap''getVichUploader_Listener_Clean_SitemapService'true],
  1010.             'vich_uploader.listener.clean.subCategory' => ['privates''vich_uploader.listener.clean.subCategory''getVichUploader_Listener_Clean_SubCategoryService'true],
  1011.             'vich_uploader.listener.clean.subCategoryBg' => ['privates''vich_uploader.listener.clean.subCategoryBg''getVichUploader_Listener_Clean_SubCategoryBgService'true],
  1012.             'vich_uploader.listener.remove.application' => ['privates''vich_uploader.listener.remove.application''getVichUploader_Listener_Remove_ApplicationService'true],
  1013.             'vich_uploader.listener.remove.applicationParagraph' => ['privates''vich_uploader.listener.remove.applicationParagraph''getVichUploader_Listener_Remove_ApplicationParagraphService'true],
  1014.             'vich_uploader.listener.remove.category' => ['privates''vich_uploader.listener.remove.category''getVichUploader_Listener_Remove_CategoryService'true],
  1015.             'vich_uploader.listener.remove.categoryBg' => ['privates''vich_uploader.listener.remove.categoryBg''getVichUploader_Listener_Remove_CategoryBgService'true],
  1016.             'vich_uploader.listener.remove.customFile' => ['privates''vich_uploader.listener.remove.customFile''getVichUploader_Listener_Remove_CustomFileService'true],
  1017.             'vich_uploader.listener.remove.history' => ['privates''vich_uploader.listener.remove.history''getVichUploader_Listener_Remove_HistoryService'true],
  1018.             'vich_uploader.listener.remove.historyCategory' => ['privates''vich_uploader.listener.remove.historyCategory''getVichUploader_Listener_Remove_HistoryCategoryService'true],
  1019.             'vich_uploader.listener.remove.jobOffer' => ['privates''vich_uploader.listener.remove.jobOffer''getVichUploader_Listener_Remove_JobOfferService'true],
  1020.             'vich_uploader.listener.remove.landingSlider' => ['privates''vich_uploader.listener.remove.landingSlider''getVichUploader_Listener_Remove_LandingSliderService'true],
  1021.             'vich_uploader.listener.remove.member' => ['privates''vich_uploader.listener.remove.member''getVichUploader_Listener_Remove_MemberService'true],
  1022.             'vich_uploader.listener.remove.paragraph' => ['privates''vich_uploader.listener.remove.paragraph''getVichUploader_Listener_Remove_ParagraphService'true],
  1023.             'vich_uploader.listener.remove.partner' => ['privates''vich_uploader.listener.remove.partner''getVichUploader_Listener_Remove_PartnerService'true],
  1024.             'vich_uploader.listener.remove.post' => ['privates''vich_uploader.listener.remove.post''getVichUploader_Listener_Remove_PostService'true],
  1025.             'vich_uploader.listener.remove.postMedia' => ['privates''vich_uploader.listener.remove.postMedia''getVichUploader_Listener_Remove_PostMediaService'true],
  1026.             'vich_uploader.listener.remove.postPdf' => ['privates''vich_uploader.listener.remove.postPdf''getVichUploader_Listener_Remove_PostPdfService'true],
  1027.             'vich_uploader.listener.remove.presentationParagraph' => ['privates''vich_uploader.listener.remove.presentationParagraph''getVichUploader_Listener_Remove_PresentationParagraphService'true],
  1028.             'vich_uploader.listener.remove.presentationParagraphIcon' => ['privates''vich_uploader.listener.remove.presentationParagraphIcon''getVichUploader_Listener_Remove_PresentationParagraphIconService'true],
  1029.             'vich_uploader.listener.remove.product' => ['privates''vich_uploader.listener.remove.product''getVichUploader_Listener_Remove_ProductService'true],
  1030.             'vich_uploader.listener.remove.productMedia' => ['privates''vich_uploader.listener.remove.productMedia''getVichUploader_Listener_Remove_ProductMediaService'true],
  1031.             'vich_uploader.listener.remove.project' => ['privates''vich_uploader.listener.remove.project''getVichUploader_Listener_Remove_ProjectService'true],
  1032.             'vich_uploader.listener.remove.sitemap' => ['privates''vich_uploader.listener.remove.sitemap''getVichUploader_Listener_Remove_SitemapService'true],
  1033.             'vich_uploader.listener.remove.subCategory' => ['privates''vich_uploader.listener.remove.subCategory''getVichUploader_Listener_Remove_SubCategoryService'true],
  1034.             'vich_uploader.listener.remove.subCategoryBg' => ['privates''vich_uploader.listener.remove.subCategoryBg''getVichUploader_Listener_Remove_SubCategoryBgService'true],
  1035.             'vich_uploader.listener.upload.application' => ['privates''vich_uploader.listener.upload.application''getVichUploader_Listener_Upload_ApplicationService'true],
  1036.             'vich_uploader.listener.upload.applicationParagraph' => ['privates''vich_uploader.listener.upload.applicationParagraph''getVichUploader_Listener_Upload_ApplicationParagraphService'true],
  1037.             'vich_uploader.listener.upload.category' => ['privates''vich_uploader.listener.upload.category''getVichUploader_Listener_Upload_CategoryService'true],
  1038.             'vich_uploader.listener.upload.categoryBg' => ['privates''vich_uploader.listener.upload.categoryBg''getVichUploader_Listener_Upload_CategoryBgService'true],
  1039.             'vich_uploader.listener.upload.customFile' => ['privates''vich_uploader.listener.upload.customFile''getVichUploader_Listener_Upload_CustomFileService'true],
  1040.             'vich_uploader.listener.upload.history' => ['privates''vich_uploader.listener.upload.history''getVichUploader_Listener_Upload_HistoryService'true],
  1041.             'vich_uploader.listener.upload.historyCategory' => ['privates''vich_uploader.listener.upload.historyCategory''getVichUploader_Listener_Upload_HistoryCategoryService'true],
  1042.             'vich_uploader.listener.upload.jobOffer' => ['privates''vich_uploader.listener.upload.jobOffer''getVichUploader_Listener_Upload_JobOfferService'true],
  1043.             'vich_uploader.listener.upload.landingSlider' => ['privates''vich_uploader.listener.upload.landingSlider''getVichUploader_Listener_Upload_LandingSliderService'true],
  1044.             'vich_uploader.listener.upload.member' => ['privates''vich_uploader.listener.upload.member''getVichUploader_Listener_Upload_MemberService'true],
  1045.             'vich_uploader.listener.upload.paragraph' => ['privates''vich_uploader.listener.upload.paragraph''getVichUploader_Listener_Upload_ParagraphService'true],
  1046.             'vich_uploader.listener.upload.partner' => ['privates''vich_uploader.listener.upload.partner''getVichUploader_Listener_Upload_PartnerService'true],
  1047.             'vich_uploader.listener.upload.post' => ['privates''vich_uploader.listener.upload.post''getVichUploader_Listener_Upload_PostService'true],
  1048.             'vich_uploader.listener.upload.postMedia' => ['privates''vich_uploader.listener.upload.postMedia''getVichUploader_Listener_Upload_PostMediaService'true],
  1049.             'vich_uploader.listener.upload.postPdf' => ['privates''vich_uploader.listener.upload.postPdf''getVichUploader_Listener_Upload_PostPdfService'true],
  1050.             'vich_uploader.listener.upload.presentationParagraph' => ['privates''vich_uploader.listener.upload.presentationParagraph''getVichUploader_Listener_Upload_PresentationParagraphService'true],
  1051.             'vich_uploader.listener.upload.presentationParagraphIcon' => ['privates''vich_uploader.listener.upload.presentationParagraphIcon''getVichUploader_Listener_Upload_PresentationParagraphIconService'true],
  1052.             'vich_uploader.listener.upload.product' => ['privates''vich_uploader.listener.upload.product''getVichUploader_Listener_Upload_ProductService'true],
  1053.             'vich_uploader.listener.upload.productMedia' => ['privates''vich_uploader.listener.upload.productMedia''getVichUploader_Listener_Upload_ProductMediaService'true],
  1054.             'vich_uploader.listener.upload.project' => ['privates''vich_uploader.listener.upload.project''getVichUploader_Listener_Upload_ProjectService'true],
  1055.             'vich_uploader.listener.upload.sitemap' => ['privates''vich_uploader.listener.upload.sitemap''getVichUploader_Listener_Upload_SitemapService'true],
  1056.             'vich_uploader.listener.upload.subCategory' => ['privates''vich_uploader.listener.upload.subCategory''getVichUploader_Listener_Upload_SubCategoryService'true],
  1057.             'vich_uploader.listener.upload.subCategoryBg' => ['privates''vich_uploader.listener.upload.subCategoryBg''getVichUploader_Listener_Upload_SubCategoryBgService'true],
  1058.         ], [
  1059.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  1060.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  1061.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  1062.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  1063.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  1064.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  1065.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  1066.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  1067.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1068.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1069.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1070.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1071.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1072.             'gedmo.listener.sluggable' => '?',
  1073.             'gedmo.listener.sortable' => '?',
  1074.             'vich_uploader.listener.clean.application' => '?',
  1075.             'vich_uploader.listener.clean.applicationParagraph' => '?',
  1076.             'vich_uploader.listener.clean.category' => '?',
  1077.             'vich_uploader.listener.clean.categoryBg' => '?',
  1078.             'vich_uploader.listener.clean.customFile' => '?',
  1079.             'vich_uploader.listener.clean.history' => '?',
  1080.             'vich_uploader.listener.clean.historyCategory' => '?',
  1081.             'vich_uploader.listener.clean.jobOffer' => '?',
  1082.             'vich_uploader.listener.clean.landingSlider' => '?',
  1083.             'vich_uploader.listener.clean.member' => '?',
  1084.             'vich_uploader.listener.clean.paragraph' => '?',
  1085.             'vich_uploader.listener.clean.partner' => '?',
  1086.             'vich_uploader.listener.clean.post' => '?',
  1087.             'vich_uploader.listener.clean.postMedia' => '?',
  1088.             'vich_uploader.listener.clean.postPdf' => '?',
  1089.             'vich_uploader.listener.clean.presentationParagraph' => '?',
  1090.             'vich_uploader.listener.clean.presentationParagraphIcon' => '?',
  1091.             'vich_uploader.listener.clean.product' => '?',
  1092.             'vich_uploader.listener.clean.productMedia' => '?',
  1093.             'vich_uploader.listener.clean.project' => '?',
  1094.             'vich_uploader.listener.clean.sitemap' => '?',
  1095.             'vich_uploader.listener.clean.subCategory' => '?',
  1096.             'vich_uploader.listener.clean.subCategoryBg' => '?',
  1097.             'vich_uploader.listener.remove.application' => '?',
  1098.             'vich_uploader.listener.remove.applicationParagraph' => '?',
  1099.             'vich_uploader.listener.remove.category' => '?',
  1100.             'vich_uploader.listener.remove.categoryBg' => '?',
  1101.             'vich_uploader.listener.remove.customFile' => '?',
  1102.             'vich_uploader.listener.remove.history' => '?',
  1103.             'vich_uploader.listener.remove.historyCategory' => '?',
  1104.             'vich_uploader.listener.remove.jobOffer' => '?',
  1105.             'vich_uploader.listener.remove.landingSlider' => '?',
  1106.             'vich_uploader.listener.remove.member' => '?',
  1107.             'vich_uploader.listener.remove.paragraph' => '?',
  1108.             'vich_uploader.listener.remove.partner' => '?',
  1109.             'vich_uploader.listener.remove.post' => '?',
  1110.             'vich_uploader.listener.remove.postMedia' => '?',
  1111.             'vich_uploader.listener.remove.postPdf' => '?',
  1112.             'vich_uploader.listener.remove.presentationParagraph' => '?',
  1113.             'vich_uploader.listener.remove.presentationParagraphIcon' => '?',
  1114.             'vich_uploader.listener.remove.product' => '?',
  1115.             'vich_uploader.listener.remove.productMedia' => '?',
  1116.             'vich_uploader.listener.remove.project' => '?',
  1117.             'vich_uploader.listener.remove.sitemap' => '?',
  1118.             'vich_uploader.listener.remove.subCategory' => '?',
  1119.             'vich_uploader.listener.remove.subCategoryBg' => '?',
  1120.             'vich_uploader.listener.upload.application' => '?',
  1121.             'vich_uploader.listener.upload.applicationParagraph' => '?',
  1122.             'vich_uploader.listener.upload.category' => '?',
  1123.             'vich_uploader.listener.upload.categoryBg' => '?',
  1124.             'vich_uploader.listener.upload.customFile' => '?',
  1125.             'vich_uploader.listener.upload.history' => '?',
  1126.             'vich_uploader.listener.upload.historyCategory' => '?',
  1127.             'vich_uploader.listener.upload.jobOffer' => '?',
  1128.             'vich_uploader.listener.upload.landingSlider' => '?',
  1129.             'vich_uploader.listener.upload.member' => '?',
  1130.             'vich_uploader.listener.upload.paragraph' => '?',
  1131.             'vich_uploader.listener.upload.partner' => '?',
  1132.             'vich_uploader.listener.upload.post' => '?',
  1133.             'vich_uploader.listener.upload.postMedia' => '?',
  1134.             'vich_uploader.listener.upload.postPdf' => '?',
  1135.             'vich_uploader.listener.upload.presentationParagraph' => '?',
  1136.             'vich_uploader.listener.upload.presentationParagraphIcon' => '?',
  1137.             'vich_uploader.listener.upload.product' => '?',
  1138.             'vich_uploader.listener.upload.productMedia' => '?',
  1139.             'vich_uploader.listener.upload.project' => '?',
  1140.             'vich_uploader.listener.upload.sitemap' => '?',
  1141.             'vich_uploader.listener.upload.subCategory' => '?',
  1142.             'vich_uploader.listener.upload.subCategoryBg' => '?',
  1143.         ]), [=> 'vich_uploader.listener.clean.presentationParagraph'=> 'vich_uploader.listener.clean.application'=> 'vich_uploader.listener.clean.categoryBg'=> 'vich_uploader.listener.clean.historyCategory'=> 'vich_uploader.listener.clean.postPdf'=> 'vich_uploader.listener.clean.productMedia'=> 'vich_uploader.listener.clean.subCategoryBg'=> 'vich_uploader.listener.clean.history'=> 'vich_uploader.listener.clean.presentationParagraphIcon'=> 'vich_uploader.listener.clean.applicationParagraph'10 => 'vich_uploader.listener.clean.partner'11 => 'vich_uploader.listener.clean.jobOffer'12 => 'vich_uploader.listener.clean.postMedia'13 => 'vich_uploader.listener.clean.subCategory'14 => 'vich_uploader.listener.clean.product'15 => 'vich_uploader.listener.clean.category'16 => 'vich_uploader.listener.clean.landingSlider'17 => 'vich_uploader.listener.clean.project'18 => 'vich_uploader.listener.clean.paragraph'19 => 'vich_uploader.listener.clean.post'20 => 'vich_uploader.listener.clean.customFile'21 => 'vich_uploader.listener.clean.sitemap'22 => 'vich_uploader.listener.clean.member'23 => 'gedmo.listener.sluggable'24 => 'gedmo.listener.sortable'25 => 'doctrine.orm.messenger.doctrine_schema_subscriber'26 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'27 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'28 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'29 => 'vich_uploader.listener.remove.presentationParagraph'30 => 'vich_uploader.listener.upload.presentationParagraph'31 => 'vich_uploader.listener.remove.application'32 => 'vich_uploader.listener.upload.application'33 => 'vich_uploader.listener.remove.categoryBg'34 => 'vich_uploader.listener.upload.categoryBg'35 => 'vich_uploader.listener.remove.historyCategory'36 => 'vich_uploader.listener.upload.historyCategory'37 => 'vich_uploader.listener.remove.postPdf'38 => 'vich_uploader.listener.upload.postPdf'39 => 'vich_uploader.listener.remove.productMedia'40 => 'vich_uploader.listener.upload.productMedia'41 => 'vich_uploader.listener.remove.subCategoryBg'42 => 'vich_uploader.listener.upload.subCategoryBg'43 => 'vich_uploader.listener.remove.history'44 => 'vich_uploader.listener.upload.history'45 => 'vich_uploader.listener.remove.presentationParagraphIcon'46 => 'vich_uploader.listener.upload.presentationParagraphIcon'47 => 'vich_uploader.listener.remove.applicationParagraph'48 => 'vich_uploader.listener.upload.applicationParagraph'49 => 'vich_uploader.listener.remove.partner'50 => 'vich_uploader.listener.upload.partner'51 => 'vich_uploader.listener.remove.jobOffer'52 => 'vich_uploader.listener.upload.jobOffer'53 => 'vich_uploader.listener.remove.postMedia'54 => 'vich_uploader.listener.upload.postMedia'55 => 'vich_uploader.listener.remove.subCategory'56 => 'vich_uploader.listener.upload.subCategory'57 => 'vich_uploader.listener.remove.product'58 => 'vich_uploader.listener.upload.product'59 => 'vich_uploader.listener.remove.category'60 => 'vich_uploader.listener.upload.category'61 => 'vich_uploader.listener.remove.landingSlider'62 => 'vich_uploader.listener.upload.landingSlider'63 => 'vich_uploader.listener.remove.project'64 => 'vich_uploader.listener.upload.project'65 => 'vich_uploader.listener.remove.paragraph'66 => 'vich_uploader.listener.upload.paragraph'67 => 'vich_uploader.listener.remove.post'68 => 'vich_uploader.listener.upload.post'69 => 'vich_uploader.listener.remove.customFile'70 => 'vich_uploader.listener.upload.customFile'71 => 'vich_uploader.listener.remove.sitemap'72 => 'vich_uploader.listener.upload.sitemap'73 => 'vich_uploader.listener.remove.member'74 => 'vich_uploader.listener.upload.member'75 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'76 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'77 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'78 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'79 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'80 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'81 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'82 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'83 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1144.     }
  1145.     /**
  1146.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1147.      *
  1148.      * @return \Doctrine\ORM\EntityManager
  1149.      */
  1150.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1151.     {
  1152.         if ($lazyLoad) {
  1153.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1154.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1155.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1156.                     $proxy->setProxyInitializer(null);
  1157.                     return true;
  1158.                 });
  1159.             });
  1160.         }
  1161.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  1162.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1163.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1164.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1165.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1166.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1167.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1168.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1169.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1170.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1171.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1172.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1173.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1174.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1175.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1176.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1177.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1178.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1179.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1180.         $a = new \Doctrine\ORM\Configuration();
  1181.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1182.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1183.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  1184.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1185.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1186.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1187.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1188.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1189.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1190.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1191.         ], [
  1192.             'doctrine.ulid_generator' => '?',
  1193.             'doctrine.uuid_generator' => '?',
  1194.         ])));
  1195.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1196.         $a->setProxyNamespace('Proxies');
  1197.         $a->setAutoGenerateProxyClasses(true);
  1198.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1199.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1200.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1201.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1202.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1203.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1204.             'App\\Repository\\ApplicationParagraphRepository' => ['privates''App\\Repository\\ApplicationParagraphRepository''getApplicationParagraphRepositoryService'true],
  1205.             'App\\Repository\\ApplicationParagraphTranslationRepository' => ['privates''App\\Repository\\ApplicationParagraphTranslationRepository''getApplicationParagraphTranslationRepositoryService'true],
  1206.             'App\\Repository\\ApplicationProductRepository' => ['privates''App\\Repository\\ApplicationProductRepository''getApplicationProductRepositoryService'true],
  1207.             'App\\Repository\\ApplicationRepository' => ['privates''App\\Repository\\ApplicationRepository''getApplicationRepositoryService'true],
  1208.             'App\\Repository\\ApplicationTranslationRepository' => ['privates''App\\Repository\\ApplicationTranslationRepository''getApplicationTranslationRepositoryService'true],
  1209.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1210.             'App\\Repository\\CategoryTranslationRepository' => ['privates''App\\Repository\\CategoryTranslationRepository''getCategoryTranslationRepositoryService'true],
  1211.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'true],
  1212.             'App\\Repository\\CustomFileRepository' => ['privates''App\\Repository\\CustomFileRepository''getCustomFileRepositoryService'true],
  1213.             'App\\Repository\\HistoryCategoryRepository' => ['privates''App\\Repository\\HistoryCategoryRepository''getHistoryCategoryRepositoryService'true],
  1214.             'App\\Repository\\HistoryCategoryTranslationRepository' => ['privates''App\\Repository\\HistoryCategoryTranslationRepository''getHistoryCategoryTranslationRepositoryService'true],
  1215.             'App\\Repository\\HistoryRepository' => ['privates''App\\Repository\\HistoryRepository''getHistoryRepositoryService'true],
  1216.             'App\\Repository\\HistoryTranslationRepository' => ['privates''App\\Repository\\HistoryTranslationRepository''getHistoryTranslationRepositoryService'true],
  1217.             'App\\Repository\\JobOfferParagraphRepository' => ['privates''App\\Repository\\JobOfferParagraphRepository''getJobOfferParagraphRepositoryService'true],
  1218.             'App\\Repository\\JobOfferParagraphTranslationRepository' => ['privates''App\\Repository\\JobOfferParagraphTranslationRepository''getJobOfferParagraphTranslationRepositoryService'true],
  1219.             'App\\Repository\\JobOfferRepository' => ['privates''App\\Repository\\JobOfferRepository''getJobOfferRepositoryService'true],
  1220.             'App\\Repository\\JobOfferTranslationRepository' => ['privates''App\\Repository\\JobOfferTranslationRepository''getJobOfferTranslationRepositoryService'true],
  1221.             'App\\Repository\\LandingSliderRepository' => ['privates''App\\Repository\\LandingSliderRepository''getLandingSliderRepositoryService'true],
  1222.             'App\\Repository\\LandingSliderTranslationRepository' => ['privates''App\\Repository\\LandingSliderTranslationRepository''getLandingSliderTranslationRepositoryService'true],
  1223.             'App\\Repository\\MemberRepository' => ['privates''App\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1224.             'App\\Repository\\MemberTranslationRepository' => ['privates''App\\Repository\\MemberTranslationRepository''getMemberTranslationRepositoryService'true],
  1225.             'App\\Repository\\NewsletterRepository' => ['privates''App\\Repository\\NewsletterRepository''getNewsletterRepositoryService'true],
  1226.             'App\\Repository\\PageRepository' => ['privates''App\\Repository\\PageRepository''getPageRepositoryService'true],
  1227.             'App\\Repository\\PageTranslationRepository' => ['privates''App\\Repository\\PageTranslationRepository''getPageTranslationRepositoryService'true],
  1228.             'App\\Repository\\ParagraphRepository' => ['privates''App\\Repository\\ParagraphRepository''getParagraphRepositoryService'true],
  1229.             'App\\Repository\\ParagraphTranslationRepository' => ['privates''App\\Repository\\ParagraphTranslationRepository''getParagraphTranslationRepositoryService'true],
  1230.             'App\\Repository\\PartnerRepository' => ['privates''App\\Repository\\PartnerRepository''getPartnerRepositoryService'true],
  1231.             'App\\Repository\\PartnerTranslationRepository' => ['privates''App\\Repository\\PartnerTranslationRepository''getPartnerTranslationRepositoryService'true],
  1232.             'App\\Repository\\PostCategoryRepository' => ['privates''App\\Repository\\PostCategoryRepository''getPostCategoryRepositoryService'true],
  1233.             'App\\Repository\\PostCategoryTranslationRepository' => ['privates''App\\Repository\\PostCategoryTranslationRepository''getPostCategoryTranslationRepositoryService'true],
  1234.             'App\\Repository\\PostMediaRepository' => ['privates''App\\Repository\\PostMediaRepository''getPostMediaRepositoryService'true],
  1235.             'App\\Repository\\PostMediaTranslationRepository' => ['privates''App\\Repository\\PostMediaTranslationRepository''getPostMediaTranslationRepositoryService'true],
  1236.             'App\\Repository\\PostRepository' => ['privates''App\\Repository\\PostRepository''getPostRepositoryService'true],
  1237.             'App\\Repository\\PostTranslationRepository' => ['privates''App\\Repository\\PostTranslationRepository''getPostTranslationRepositoryService'true],
  1238.             'App\\Repository\\PresentationParagraphRepository' => ['privates''App\\Repository\\PresentationParagraphRepository''getPresentationParagraphRepositoryService'true],
  1239.             'App\\Repository\\PresentationParagraphTranslationRepository' => ['privates''App\\Repository\\PresentationParagraphTranslationRepository''getPresentationParagraphTranslationRepositoryService'true],
  1240.             'App\\Repository\\ProductMediaRepository' => ['privates''App\\Repository\\ProductMediaRepository''getProductMediaRepositoryService'true],
  1241.             'App\\Repository\\ProductMediaTranslationRepository' => ['privates''App\\Repository\\ProductMediaTranslationRepository''getProductMediaTranslationRepositoryService'true],
  1242.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'true],
  1243.             'App\\Repository\\ProductTranslationRepository' => ['privates''App\\Repository\\ProductTranslationRepository''getProductTranslationRepositoryService'true],
  1244.             'App\\Repository\\ProjectRepository' => ['privates''App\\Repository\\ProjectRepository''getProjectRepositoryService'true],
  1245.             'App\\Repository\\ProjectTranslationRepository' => ['privates''App\\Repository\\ProjectTranslationRepository''getProjectTranslationRepositoryService'true],
  1246.             'App\\Repository\\RelatedProductRepository' => ['privates''App\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1247.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  1248.             'App\\Repository\\SubCategoryRepository' => ['privates''App\\Repository\\SubCategoryRepository''getSubCategoryRepositoryService'true],
  1249.             'App\\Repository\\SubCategoryTranslationRepository' => ['privates''App\\Repository\\SubCategoryTranslationRepository''getSubCategoryTranslationRepositoryService'true],
  1250.             'App\\Repository\\TestimonialRepository' => ['privates''App\\Repository\\TestimonialRepository''getTestimonialRepositoryService'true],
  1251.             'App\\Repository\\TestimonialTranslationRepository' => ['privates''App\\Repository\\TestimonialTranslationRepository''getTestimonialTranslationRepositoryService'true],
  1252.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1253.         ], [
  1254.             'App\\Repository\\ApplicationParagraphRepository' => '?',
  1255.             'App\\Repository\\ApplicationParagraphTranslationRepository' => '?',
  1256.             'App\\Repository\\ApplicationProductRepository' => '?',
  1257.             'App\\Repository\\ApplicationRepository' => '?',
  1258.             'App\\Repository\\ApplicationTranslationRepository' => '?',
  1259.             'App\\Repository\\CategoryRepository' => '?',
  1260.             'App\\Repository\\CategoryTranslationRepository' => '?',
  1261.             'App\\Repository\\ContactRepository' => '?',
  1262.             'App\\Repository\\CustomFileRepository' => '?',
  1263.             'App\\Repository\\HistoryCategoryRepository' => '?',
  1264.             'App\\Repository\\HistoryCategoryTranslationRepository' => '?',
  1265.             'App\\Repository\\HistoryRepository' => '?',
  1266.             'App\\Repository\\HistoryTranslationRepository' => '?',
  1267.             'App\\Repository\\JobOfferParagraphRepository' => '?',
  1268.             'App\\Repository\\JobOfferParagraphTranslationRepository' => '?',
  1269.             'App\\Repository\\JobOfferRepository' => '?',
  1270.             'App\\Repository\\JobOfferTranslationRepository' => '?',
  1271.             'App\\Repository\\LandingSliderRepository' => '?',
  1272.             'App\\Repository\\LandingSliderTranslationRepository' => '?',
  1273.             'App\\Repository\\MemberRepository' => '?',
  1274.             'App\\Repository\\MemberTranslationRepository' => '?',
  1275.             'App\\Repository\\NewsletterRepository' => '?',
  1276.             'App\\Repository\\PageRepository' => '?',
  1277.             'App\\Repository\\PageTranslationRepository' => '?',
  1278.             'App\\Repository\\ParagraphRepository' => '?',
  1279.             'App\\Repository\\ParagraphTranslationRepository' => '?',
  1280.             'App\\Repository\\PartnerRepository' => '?',
  1281.             'App\\Repository\\PartnerTranslationRepository' => '?',
  1282.             'App\\Repository\\PostCategoryRepository' => '?',
  1283.             'App\\Repository\\PostCategoryTranslationRepository' => '?',
  1284.             'App\\Repository\\PostMediaRepository' => '?',
  1285.             'App\\Repository\\PostMediaTranslationRepository' => '?',
  1286.             'App\\Repository\\PostRepository' => '?',
  1287.             'App\\Repository\\PostTranslationRepository' => '?',
  1288.             'App\\Repository\\PresentationParagraphRepository' => '?',
  1289.             'App\\Repository\\PresentationParagraphTranslationRepository' => '?',
  1290.             'App\\Repository\\ProductMediaRepository' => '?',
  1291.             'App\\Repository\\ProductMediaTranslationRepository' => '?',
  1292.             'App\\Repository\\ProductRepository' => '?',
  1293.             'App\\Repository\\ProductTranslationRepository' => '?',
  1294.             'App\\Repository\\ProjectRepository' => '?',
  1295.             'App\\Repository\\ProjectTranslationRepository' => '?',
  1296.             'App\\Repository\\RelatedProductRepository' => '?',
  1297.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1298.             'App\\Repository\\SubCategoryRepository' => '?',
  1299.             'App\\Repository\\SubCategoryTranslationRepository' => '?',
  1300.             'App\\Repository\\TestimonialRepository' => '?',
  1301.             'App\\Repository\\TestimonialTranslationRepository' => '?',
  1302.             'App\\Repository\\UserRepository' => '?',
  1303.         ])));
  1304.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1305.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1306.         return $instance;
  1307.     }
  1308.     /**
  1309.      * Gets the public 'event_dispatcher' shared service.
  1310.      *
  1311.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1312.      */
  1313.     protected function getEventDispatcherService()
  1314.     {
  1315.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1316.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1317.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1318.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1319.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1320.         $instance->addListener('kernel.controller', [=> function () {
  1321.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1322.         }, => 'onKernelController'], 0);
  1323.         $instance->addListener('kernel.exception', [=> function () {
  1324.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1325.         }, => 'onKernelException'], 0);
  1326.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1327.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1328.         }, => 'checkPassport'], 1024);
  1329.         $instance->addListener('kernel.response', [=> function () {
  1330.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1331.         }, => 'onKernelResponse'], 0);
  1332.         $instance->addListener('kernel.request', [=> function () {
  1333.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1334.         }, => 'onKernelRequest'], 0);
  1335.         $instance->addListener('kernel.exception', [=> function () {
  1336.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1337.         }, => 'onKernelException'], -64);
  1338.         $instance->addListener('kernel.view', [=> function () {
  1339.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1340.         }, => 'onKernelView'], 0);
  1341.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeCrudActionEvent', [=> function () {
  1342.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  1343.         }, => 'redirectDetail'], 0);
  1344.         $instance->addListener('kernel.response', [=> function () {
  1345.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1346.         }, => 'onKernelResponse'], 0);
  1347.         $instance->addListener('kernel.response', [=> function () {
  1348.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1349.         }, => 'onKernelResponse'], -1024);
  1350.         $instance->addListener('kernel.request', [=> function () {
  1351.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1352.         }, => 'setDefaultLocale'], 100);
  1353.         $instance->addListener('kernel.request', [=> function () {
  1354.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1355.         }, => 'onKernelRequest'], 16);
  1356.         $instance->addListener('kernel.finish_request', [=> function () {
  1357.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1358.         }, => 'onKernelFinishRequest'], 0);
  1359.         $instance->addListener('kernel.request', [=> function () {
  1360.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1361.         }, => 'onKernelRequest'], 256);
  1362.         $instance->addListener('kernel.response', [=> function () {
  1363.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1364.         }, => 'onResponse'], -255);
  1365.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1366.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1367.         }, => 'onControllerArguments'], 0);
  1368.         $instance->addListener('kernel.exception', [=> function () {
  1369.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1370.         }, => 'logKernelException'], 0);
  1371.         $instance->addListener('kernel.exception', [=> function () {
  1372.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1373.         }, => 'onKernelException'], -128);
  1374.         $instance->addListener('kernel.response', [=> function () {
  1375.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1376.         }, => 'removeCspHeader'], -128);
  1377.         $instance->addListener('kernel.request', [=> function () {
  1378.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1379.         }, => 'onKernelRequest'], 15);
  1380.         $instance->addListener('kernel.finish_request', [=> function () {
  1381.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1382.         }, => 'onKernelFinishRequest'], -15);
  1383.         $instance->addListener('console.error', [=> function () {
  1384.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1385.         }, => 'onConsoleError'], -128);
  1386.         $instance->addListener('console.terminate', [=> function () {
  1387.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1388.         }, => 'onConsoleTerminate'], -128);
  1389.         $instance->addListener('console.error', [=> function () {
  1390.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1391.         }, => 'onConsoleError'], 0);
  1392.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1393.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1394.         }, => 'onMessage'], -255);
  1395.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1396.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1397.         }, => 'onMessage'], -255);
  1398.         $instance->addListener('kernel.request', [=> function () {
  1399.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1400.         }, => 'configure'], 2048);
  1401.         $instance->addListener('console.command', [=> function () {
  1402.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1403.         }, => 'configure'], 2048);
  1404.         $instance->addListener('kernel.request', [=> function () {
  1405.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1406.         }, => 'onKernelRequest'], 32);
  1407.         $instance->addListener('kernel.finish_request', [=> function () {
  1408.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1409.         }, => 'onKernelFinishRequest'], 0);
  1410.         $instance->addListener('kernel.exception', [=> function () {
  1411.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1412.         }, => 'onKernelException'], -64);
  1413.         $instance->addListener('kernel.response', [=> function () {
  1414.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1415.         }, => 'onKernelResponse'], 0);
  1416.         $instance->addListener('kernel.request', [=> function () {
  1417.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1418.         }, => 'onKernelRequest'], 128);
  1419.         $instance->addListener('kernel.response', [=> function () {
  1420.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1421.         }, => 'onKernelResponse'], -1000);
  1422.         $instance->addListener('kernel.finish_request', [=> function () {
  1423.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1424.         }, => 'onFinishRequest'], 0);
  1425.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1426.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1427.         }, => 'onMessageFailed'], 100);
  1428.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1429.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1430.         }, => 'onMessageFailed'], 200);
  1431.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1432.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  1433.         }, => 'onMessageFailed'], -100);
  1434.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1435.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1436.         }, => 'onWorkerStarted'], 0);
  1437.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1438.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1439.         }, => 'onWorkerRunning'], 0);
  1440.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1441.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1442.         }, => 'onMessageFailed'], 0);
  1443.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1444.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1445.         }, => 'onWorkerRunning'], 0);
  1446.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1447.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1448.         }, => 'onNotification'], -255);
  1449.         $instance->addListener('kernel.response', [=> function () {
  1450.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1451.         }, => 'onKernelResponse'], -100);
  1452.         $instance->addListener('kernel.exception', [=> function () {
  1453.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1454.         }, => 'onKernelException'], 0);
  1455.         $instance->addListener('kernel.terminate', [=> function () {
  1456.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1457.         }, => 'onKernelTerminate'], -1024);
  1458.         $instance->addListener('kernel.controller', [=> function () {
  1459.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1460.         }, => 'onKernelController'], 0);
  1461.         $instance->addListener('kernel.response', [=> function () {
  1462.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1463.         }, => 'onKernelResponse'], 0);
  1464.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1465.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1466.         }, => 'onWorkerMessageHandled'], 0);
  1467.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1468.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1469.         }, => 'onWorkerMessageFailed'], 0);
  1470.         $instance->addListener('console.command', [=> function () {
  1471.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1472.         }, => 'configure'], 1024);
  1473.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1474.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1475.         }, => 'onMessage'], 0);
  1476.         $instance->addListener('kernel.response', [=> function () {
  1477.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1478.         }, => 'onKernelResponse'], -128);
  1479.         $instance->addListener('kernel.finish_request', [=> function () {
  1480.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1481.         }, => 'resetAssets'], 0);
  1482.         $instance->addListener('kernel.response', [=> function () {
  1483.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1484.         }, => 'onKernelResponse'], 0);
  1485.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1486.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1487.         }, => 'checkPassport'], 0);
  1488.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1489.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1490.         }, => 'onLoginSuccess'], 0);
  1491.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1492.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1493.         }, => 'onVoterVote'], 0);
  1494.         $instance->addListener('kernel.request', [=> function () {
  1495.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1496.         }, => 'configureLogoutUrlGenerator'], 8);
  1497.         $instance->addListener('kernel.request', [=> function () {
  1498.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1499.         }, => 'onKernelRequest'], 8);
  1500.         $instance->addListener('kernel.finish_request', [=> function () {
  1501.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1502.         }, => 'onKernelFinishRequest'], 0);
  1503.         $instance->addListener('console.command', [=> function () {
  1504.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1505.         }, => 'onCommand'], 255);
  1506.         $instance->addListener('console.terminate', [=> function () {
  1507.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1508.         }, => 'onTerminate'], -255);
  1509.         $instance->addListener('console.error', [=> function () {
  1510.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1511.         }, => 'onConsoleError'], 0);
  1512.         $instance->addListener('console.terminate', [=> function () {
  1513.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1514.         }, => 'onConsoleTerminate'], 0);
  1515.         $instance->addListener('kernel.controller', [=> function () {
  1516.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1517.         }, => 'onKernelController'], 0);
  1518.         $instance->addListener('kernel.controller', [=> function () {
  1519.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1520.         }, => 'onKernelController'], 0);
  1521.         $instance->addListener('kernel.controller', [=> function () {
  1522.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1523.         }, => 'onKernelController'], -128);
  1524.         $instance->addListener('kernel.view', [=> function () {
  1525.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1526.         }, => 'onKernelView'], 0);
  1527.         $instance->addListener('kernel.controller', [=> function () {
  1528.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1529.         }, => 'onKernelController'], 0);
  1530.         $instance->addListener('kernel.response', [=> function () {
  1531.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1532.         }, => 'onKernelResponse'], 0);
  1533.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1534.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1535.         }, => 'onKernelControllerArguments'], 0);
  1536.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1537.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1538.         }, => 'onKernelControllerArguments'], 0);
  1539.         $instance->addListener('knp_pager.before', [=> function () {
  1540.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1541.         }, => 'before'], 0);
  1542.         $instance->addListener('knp_pager.pagination', [=> function () {
  1543.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1544.         }, => 'pagination'], 0);
  1545.         $instance->addListener('knp_pager.before', [=> function () {
  1546.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1547.         }, => 'before'], 1);
  1548.         $instance->addListener('knp_pager.before', [=> function () {
  1549.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1550.         }, => 'before'], 1);
  1551.         $instance->addListener('knp_pager.pagination', [=> function () {
  1552.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1553.         }, => 'pagination'], 1);
  1554.         $instance->addListener('kernel.request', [=> function () {
  1555.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1556.         }, => 'handleLegacyEaContext'], 10);
  1557.         $instance->addListener('kernel.request', [=> function () {
  1558.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1559.         }, => 'onKernelRequest'], 0);
  1560.         $instance->addListener('kernel.controller', [=> function () {
  1561.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1562.         }, => 'onKernelController'], 128);
  1563.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1564.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1565.         }, => 'checkPassport'], 512);
  1566.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1567.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1568.         }, => 'onLogout'], 0);
  1569.         return $instance;
  1570.     }
  1571.     /**
  1572.      * Gets the public 'http_kernel' shared service.
  1573.      *
  1574.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1575.      */
  1576.     protected function getHttpKernelService()
  1577.     {
  1578.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1579.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1580.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1581.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1582.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1583.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1584.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1585.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1586.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1587.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1588.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1589.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1590.     }
  1591.     /**
  1592.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1593.      *
  1594.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1595.      */
  1596.     protected function getLiipImagine_Cache_ManagerService()
  1597.     {
  1598.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default'false);
  1599.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1600.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1601.         return $instance;
  1602.     }
  1603.     /**
  1604.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1605.      *
  1606.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1607.      */
  1608.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1609.     {
  1610.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  1611.     }
  1612.     /**
  1613.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1614.      *
  1615.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1616.      */
  1617.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1618.     {
  1619.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1620.     }
  1621.     /**
  1622.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1623.      *
  1624.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1625.      */
  1626.     protected function getLiipImagine_Cache_SignerService()
  1627.     {
  1628.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1629.     }
  1630.     /**
  1631.      * Gets the public 'messenger.default_bus' shared service.
  1632.      *
  1633.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1634.      */
  1635.     protected function getMessenger_DefaultBusService()
  1636.     {
  1637.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1638.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1639.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1640.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1641.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1642.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1643.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1644.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1645.         }, 7)));
  1646.     }
  1647.     /**
  1648.      * Gets the public 'monolog.logger.deprecation' shared service.
  1649.      *
  1650.      * @return \Symfony\Bridge\Monolog\Logger
  1651.      */
  1652.     protected function getMonolog_Logger_DeprecationService()
  1653.     {
  1654.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1655.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1656.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1657.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1658.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1659.         return $instance;
  1660.     }
  1661.     /**
  1662.      * Gets the public 'request_stack' shared service.
  1663.      *
  1664.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1665.      */
  1666.     protected function getRequestStackService()
  1667.     {
  1668.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1669.     }
  1670.     /**
  1671.      * Gets the public 'router' shared service.
  1672.      *
  1673.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1674.      */
  1675.     protected function getRouterService()
  1676.     {
  1677.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1678.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1679.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1680.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1681.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1682.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1683.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1684.         ], [
  1685.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1686.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  1687.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1688.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1689.         return $instance;
  1690.     }
  1691.     /**
  1692.      * Gets the public 'translator' shared service.
  1693.      *
  1694.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1695.      */
  1696.     protected function getTranslatorService()
  1697.     {
  1698.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1699.     }
  1700.     /**
  1701.      * Gets the public 'var_dumper.cloner' shared service.
  1702.      *
  1703.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1704.      */
  1705.     protected function getVarDumper_ClonerService()
  1706.     {
  1707.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1708.         $instance->setMaxItems(2500);
  1709.         $instance->setMinDepth(1);
  1710.         $instance->setMaxString(-1);
  1711.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1712.         return $instance;
  1713.     }
  1714.     /**
  1715.      * Gets the private '.debug.http_client' shared service.
  1716.      *
  1717.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1718.      */
  1719.     protected function get_Debug_HttpClientService()
  1720.     {
  1721.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1722.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1723.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1724.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1725.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1726.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1727.         $a->setLogger($b);
  1728.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1729.     }
  1730.     /**
  1731.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1732.      *
  1733.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1734.      */
  1735.     protected function get_ServiceLocator_ZJyh7qSService()
  1736.     {
  1737.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1738.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1739.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1740.         ], [
  1741.             'security.firewall.map.context.dev' => '?',
  1742.             'security.firewall.map.context.main' => '?',
  1743.         ]);
  1744.     }
  1745.     /**
  1746.      * Gets the private 'App\Service\AppService' shared autowired service.
  1747.      *
  1748.      * @return \App\Service\AppService
  1749.      */
  1750.     protected function getAppServiceService()
  1751.     {
  1752.         return $this->privates['App\\Service\\AppService'] = new \App\Service\AppService(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'no-reply@asb-digital.fr', ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), $this->getEnv('MAILER_DSN'), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()));
  1753.     }
  1754.     /**
  1755.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1756.      *
  1757.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1758.      */
  1759.     protected function getAdminRouterSubscriberService()
  1760.     {
  1761.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1762.         $b = ($this->services['router'] ?? $this->getRouterService());
  1763.         $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  1764.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.''$a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $c, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService())), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), $c, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $b$b, ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1765.     }
  1766.     /**
  1767.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1768.      *
  1769.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1770.      */
  1771.     protected function getActionFactoryService()
  1772.     {
  1773.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1774.     }
  1775.     /**
  1776.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1777.      *
  1778.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1779.      */
  1780.     protected function getControllerFactoryService()
  1781.     {
  1782.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1783.     }
  1784.     /**
  1785.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1786.      *
  1787.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1788.      */
  1789.     protected function getEntityFactoryService()
  1790.     {
  1791.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1792.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, new RewindableGenerator(function () {
  1793.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1794.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1795.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1796.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1797.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1798.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1799.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1800.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1801.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1802.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1803.             yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  1804.             yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  1805.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  1806.             yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__4))));
  1807.             yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  1808.             yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  1809.             yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  1810.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1811.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1812.             yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  1813.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1814.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  1815.             yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  1816.             yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  1817.             yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  1818.             yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  1819.             yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  1820.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1821.         }, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1822.     }
  1823.     /**
  1824.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1825.      *
  1826.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1827.      */
  1828.     protected function getAdminContextProviderService()
  1829.     {
  1830.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1831.     }
  1832.     /**
  1833.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  1834.      *
  1835.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  1836.      */
  1837.     protected function getCrudControllerRegistryService()
  1838.     {
  1839.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Controller\\Admin\\ApplicationCrudController'=> 'App\\Controller\\Admin\\ApplicationParagraphCrudController'=> 'App\\Controller\\Admin\\ApplicationProductCrudController'=> 'App\\Controller\\Admin\\CategoryCrudController'=> 'App\\Controller\\Admin\\ContactCrudController'=> 'App\\Controller\\Admin\\HistoryCategoryCrudController'=> 'App\\Controller\\Admin\\HistoryCrudController'=> 'App\\Controller\\Admin\\JobOfferCrudController'=> 'App\\Controller\\Admin\\JobOfferParagraphCrudController'=> 'App\\Controller\\Admin\\LandingSliderCrudController'10 => 'App\\Controller\\Admin\\MemberCrudController'11 => 'App\\Controller\\Admin\\NewsletterCrudController'12 => 'App\\Controller\\Admin\\PageCrudController'13 => 'App\\Controller\\Admin\\ParagraphCrudController'14 => 'App\\Controller\\Admin\\PartnerCrudController'15 => 'App\\Controller\\Admin\\PostCategoryCrudController'16 => 'App\\Controller\\Admin\\PostCrudController'17 => 'App\\Controller\\Admin\\PostMediaCrudController'18 => 'App\\Controller\\Admin\\PresentationParagraphCrudController'19 => 'App\\Controller\\Admin\\ProductCrudController'20 => 'App\\Controller\\Admin\\ProductMediaCrudController'21 => 'App\\Controller\\Admin\\ProjectCrudController'22 => 'App\\Controller\\Admin\\RelatedProductCrudController'23 => 'App\\Controller\\Admin\\SubCategoryCrudController'24 => 'App\\Controller\\Admin\\TestimonialCrudController']);
  1840.     }
  1841.     /**
  1842.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1843.      *
  1844.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1845.      */
  1846.     protected function getAdminUrlGeneratorService()
  1847.     {
  1848.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1849.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1850.         };
  1851.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1852.     }
  1853.     /**
  1854.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1855.      *
  1856.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1857.      */
  1858.     protected function getAuthorizationCheckerService()
  1859.     {
  1860.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1861.     }
  1862.     /**
  1863.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1864.      *
  1865.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1866.      */
  1867.     protected function getResetAssetsEventListenerService()
  1868.     {
  1869.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1870.     }
  1871.     /**
  1872.      * Gets the private 'annotations.cache_adapter' shared service.
  1873.      *
  1874.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1875.      */
  1876.     protected function getAnnotations_CacheAdapterService()
  1877.     {
  1878.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1879.     }
  1880.     /**
  1881.      * Gets the private 'annotations.cached_reader' shared service.
  1882.      *
  1883.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1884.      */
  1885.     protected function getAnnotations_CachedReaderService()
  1886.     {
  1887.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1888.     }
  1889.     /**
  1890.      * Gets the private 'annotations.reader' shared service.
  1891.      *
  1892.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1893.      */
  1894.     protected function getAnnotations_ReaderService()
  1895.     {
  1896.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1897.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1898.         $a->registerUniqueLoader('class_exists');
  1899.         $instance->addGlobalIgnoredName('required'$a);
  1900.         return $instance;
  1901.     }
  1902.     /**
  1903.      * Gets the private 'assets.packages' shared service.
  1904.      *
  1905.      * @return \Symfony\Component\Asset\Packages
  1906.      */
  1907.     protected function getAssets_PackagesService()
  1908.     {
  1909.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1910.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1911.             return new \EmptyIterator();
  1912.         }, 0));
  1913.     }
  1914.     /**
  1915.      * Gets the private 'cache.annotations' shared service.
  1916.      *
  1917.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1918.      */
  1919.     protected function getCache_AnnotationsService()
  1920.     {
  1921.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('t53Zi3qGI+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1922.     }
  1923.     /**
  1924.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1925.      *
  1926.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1927.      */
  1928.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1929.     {
  1930.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1931.     }
  1932.     /**
  1933.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1934.      *
  1935.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1936.      */
  1937.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1938.     {
  1939.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1940.     }
  1941.     /**
  1942.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1943.      *
  1944.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1945.      */
  1946.     protected function getCache_Messenger_RestartWorkersSignalService()
  1947.     {
  1948.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('iJSP+NP7sE'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1949.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1950.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1951.     }
  1952.     /**
  1953.      * Gets the private 'cache.property_info' shared service.
  1954.      *
  1955.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1956.      */
  1957.     protected function getCache_PropertyInfoService()
  1958.     {
  1959.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('l1nEX4WEOU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1960.     }
  1961.     /**
  1962.      * Gets the private 'cache.security_expression_language' shared service.
  1963.      *
  1964.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1965.      */
  1966.     protected function getCache_SecurityExpressionLanguageService()
  1967.     {
  1968.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Kyey1IHY6d'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1969.     }
  1970.     /**
  1971.      * Gets the private 'cache.security_token_verifier' shared service.
  1972.      *
  1973.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1974.      */
  1975.     protected function getCache_SecurityTokenVerifierService()
  1976.     {
  1977.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('De4kgIzU0r'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1978.     }
  1979.     /**
  1980.      * Gets the private 'cache.serializer' shared service.
  1981.      *
  1982.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1983.      */
  1984.     protected function getCache_SerializerService()
  1985.     {
  1986.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vAWPmAN0oB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1987.     }
  1988.     /**
  1989.      * Gets the private 'cache.validator' shared service.
  1990.      *
  1991.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1992.      */
  1993.     protected function getCache_ValidatorService()
  1994.     {
  1995.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-OnNMJjWtK'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1996.     }
  1997.     /**
  1998.      * Gets the private 'cache.webpack_encore' shared service.
  1999.      *
  2000.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2001.      */
  2002.     protected function getCache_WebpackEncoreService()
  2003.     {
  2004.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dlsf9DBuVA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2005.     }
  2006.     /**
  2007.      * Gets the private 'config_cache_factory' shared service.
  2008.      *
  2009.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2010.      */
  2011.     protected function getConfigCacheFactoryService()
  2012.     {
  2013.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2014.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  2015.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2016.         }, 2));
  2017.     }
  2018.     /**
  2019.      * Gets the private 'data_collector.form' shared service.
  2020.      *
  2021.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2022.      */
  2023.     protected function getDataCollector_FormService()
  2024.     {
  2025.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2026.     }
  2027.     /**
  2028.      * Gets the private 'data_collector.request' shared service.
  2029.      *
  2030.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2031.      */
  2032.     protected function getDataCollector_RequestService()
  2033.     {
  2034.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2035.     }
  2036.     /**
  2037.      * Gets the private 'debug.controller_resolver' shared service.
  2038.      *
  2039.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2040.      */
  2041.     protected function getDebug_ControllerResolverService()
  2042.     {
  2043.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2044.     }
  2045.     /**
  2046.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2047.      *
  2048.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2049.      */
  2050.     protected function getDebug_DebugHandlersListenerService()
  2051.     {
  2052.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2053.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2054.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2055.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2056.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2057.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  2058.     }
  2059.     /**
  2060.      * Gets the private 'debug.file_link_formatter' shared service.
  2061.      *
  2062.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2063.      */
  2064.     protected function getDebug_FileLinkFormatterService()
  2065.     {
  2066.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  2067.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2068.         });
  2069.     }
  2070.     /**
  2071.      * Gets the private 'debug.log_processor' shared service.
  2072.      *
  2073.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2074.      */
  2075.     protected function getDebug_LogProcessorService()
  2076.     {
  2077.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2078.     }
  2079.     /**
  2080.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2081.      *
  2082.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2083.      */
  2084.     protected function getDebug_Security_Access_DecisionManagerService()
  2085.     {
  2086.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  2087.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2088.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2089.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2090.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  2091.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2092.     }
  2093.     /**
  2094.      * Gets the private 'debug.security.firewall' shared service.
  2095.      *
  2096.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2097.      */
  2098.     protected function getDebug_Security_FirewallService()
  2099.     {
  2100.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2101.     }
  2102.     /**
  2103.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2104.      *
  2105.      * @return \Doctrine\Migrations\DependencyFactory
  2106.      */
  2107.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2108.     {
  2109.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2110.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2111.         $a->setAllOrNothing(false);
  2112.         $a->setCheckDatabasePlatform(true);
  2113.         $a->setTransactional(true);
  2114.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2115.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2116.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2117.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2118.         });
  2119.         return $instance;
  2120.     }
  2121.     /**
  2122.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2123.      *
  2124.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2125.      */
  2126.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2127.     {
  2128.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]);
  2129.     }
  2130.     /**
  2131.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2132.      *
  2133.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2134.      */
  2135.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2136.     {
  2137.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity']);
  2138.         $instance->setGlobalBasename('mapping');
  2139.         return $instance;
  2140.     }
  2141.     /**
  2142.      * Gets the private 'exception_listener' shared service.
  2143.      *
  2144.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2145.      */
  2146.     protected function getExceptionListener2Service()
  2147.     {
  2148.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2149.     }
  2150.     /**
  2151.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2152.      *
  2153.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2154.      */
  2155.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2156.     {
  2157.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  2158.     }
  2159.     /**
  2160.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2161.      *
  2162.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2163.      */
  2164.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2165.     {
  2166.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2167.     }
  2168.     /**
  2169.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2170.      *
  2171.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2172.      */
  2173.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2174.     {
  2175.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => 'pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  2176.     }
  2177.     /**
  2178.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2179.      *
  2180.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2181.      */
  2182.     protected function getLiipImagine_Filter_ConfigurationService()
  2183.     {
  2184.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2185.     }
  2186.     /**
  2187.      * Gets the private 'locale_aware_listener' shared service.
  2188.      *
  2189.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2190.      */
  2191.     protected function getLocaleAwareListenerService()
  2192.     {
  2193.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2194.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  2195.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2196.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2197.     }
  2198.     /**
  2199.      * Gets the private 'locale_listener' shared service.
  2200.      *
  2201.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2202.      */
  2203.     protected function getLocaleListenerService()
  2204.     {
  2205.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2206.     }
  2207.     /**
  2208.      * Gets the private 'mailer.mailer' shared service.
  2209.      *
  2210.      * @return \Symfony\Component\Mailer\Mailer
  2211.      */
  2212.     protected function getMailer_MailerService()
  2213.     {
  2214.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2215.     }
  2216.     /**
  2217.      * Gets the private 'mailer.transports' shared service.
  2218.      *
  2219.      * @return \Symfony\Component\Mailer\Transport\Transports
  2220.      */
  2221.     protected function getMailer_TransportsService()
  2222.     {
  2223.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  2224.             yield => $this->load('getMailer_TransportFactory_SendgridService');
  2225.             yield => $this->load('getMailer_TransportFactory_NullService');
  2226.             yield => $this->load('getMailer_TransportFactory_SendmailService');
  2227.             yield => $this->load('getMailer_TransportFactory_NativeService');
  2228.             yield => $this->load('getMailer_TransportFactory_SmtpService');
  2229.         }, 5)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  2230.     }
  2231.     /**
  2232.      * Gets the private 'monolog.handler.console' shared service.
  2233.      *
  2234.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2235.      */
  2236.     protected function getMonolog_Handler_ConsoleService()
  2237.     {
  2238.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2239.     }
  2240.     /**
  2241.      * Gets the private 'monolog.handler.main' shared service.
  2242.      *
  2243.      * @return \Monolog\Handler\StreamHandler
  2244.      */
  2245.     protected function getMonolog_Handler_MainService()
  2246.     {
  2247.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2248.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2249.         return $instance;
  2250.     }
  2251.     /**
  2252.      * Gets the private 'monolog.logger' shared service.
  2253.      *
  2254.      * @return \Symfony\Bridge\Monolog\Logger
  2255.      */
  2256.     protected function getMonolog_LoggerService()
  2257.     {
  2258.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2259.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2260.         $instance->useMicrosecondTimestamps(true);
  2261.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2262.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2263.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2264.         return $instance;
  2265.     }
  2266.     /**
  2267.      * Gets the private 'monolog.logger.cache' shared service.
  2268.      *
  2269.      * @return \Symfony\Bridge\Monolog\Logger
  2270.      */
  2271.     protected function getMonolog_Logger_CacheService()
  2272.     {
  2273.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2274.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2275.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2276.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2277.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2278.         return $instance;
  2279.     }
  2280.     /**
  2281.      * Gets the private 'monolog.logger.request' shared service.
  2282.      *
  2283.      * @return \Symfony\Bridge\Monolog\Logger
  2284.      */
  2285.     protected function getMonolog_Logger_RequestService()
  2286.     {
  2287.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2288.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2289.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2290.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2291.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2292.         return $instance;
  2293.     }
  2294.     /**
  2295.      * Gets the private 'monolog.logger.security' shared service.
  2296.      *
  2297.      * @return \Symfony\Bridge\Monolog\Logger
  2298.      */
  2299.     protected function getMonolog_Logger_SecurityService()
  2300.     {
  2301.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2302.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2303.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2304.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2305.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2306.         return $instance;
  2307.     }
  2308.     /**
  2309.      * Gets the private 'parameter_bag' shared service.
  2310.      *
  2311.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2312.      */
  2313.     protected function getParameterBagService()
  2314.     {
  2315.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2316.     }
  2317.     /**
  2318.      * Gets the private 'profiler_listener' shared service.
  2319.      *
  2320.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2321.      */
  2322.     protected function getProfilerListenerService()
  2323.     {
  2324.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2325.     }
  2326.     /**
  2327.      * Gets the private 'property_accessor' shared service.
  2328.      *
  2329.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2330.      */
  2331.     protected function getPropertyAccessorService()
  2332.     {
  2333.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2334.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2335.     }
  2336.     /**
  2337.      * Gets the private 'property_info' shared service.
  2338.      *
  2339.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2340.      */
  2341.     protected function getPropertyInfoService()
  2342.     {
  2343.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2344.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2345.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2346.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2347.         }, 3), new RewindableGenerator(function () {
  2348.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2349.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2350.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2351.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2352.         }, 4), new RewindableGenerator(function () {
  2353.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2354.         }, 1), new RewindableGenerator(function () {
  2355.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2356.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2357.         }, 2), new RewindableGenerator(function () {
  2358.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2359.         }, 1));
  2360.     }
  2361.     /**
  2362.      * Gets the private 'router.expression_language_provider' shared service.
  2363.      *
  2364.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2365.      */
  2366.     protected function getRouter_ExpressionLanguageProviderService()
  2367.     {
  2368.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2369.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2370.         ], [
  2371.             'env' => 'Closure',
  2372.         ]));
  2373.     }
  2374.     /**
  2375.      * Gets the private 'router.request_context' shared service.
  2376.      *
  2377.      * @return \Symfony\Component\Routing\RequestContext
  2378.      */
  2379.     protected function getRouter_RequestContextService()
  2380.     {
  2381.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2382.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2383.         return $instance;
  2384.     }
  2385.     /**
  2386.      * Gets the private 'router_listener' shared service.
  2387.      *
  2388.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2389.      */
  2390.     protected function getRouterListenerService()
  2391.     {
  2392.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  2393.     }
  2394.     /**
  2395.      * Gets the private 'security.context_listener.0' shared service.
  2396.      *
  2397.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2398.      */
  2399.     protected function getSecurity_ContextListener_0Service()
  2400.     {
  2401.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2402.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2403.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2404.     }
  2405.     /**
  2406.      * Gets the private 'security.csrf.token_storage' shared service.
  2407.      *
  2408.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2409.      */
  2410.     protected function getSecurity_Csrf_TokenStorageService()
  2411.     {
  2412.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2413.     }
  2414.     /**
  2415.      * Gets the private 'security.event_dispatcher.main' shared service.
  2416.      *
  2417.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2418.      */
  2419.     protected function getSecurity_EventDispatcher_MainService()
  2420.     {
  2421.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2422.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2423.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2424.         }, => 'checkPassport'], 2048);
  2425.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2426.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2427.         }, => 'onSuccessfulLogin'], 0);
  2428.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2429.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2430.         }, => 'onLogout'], 64);
  2431.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2432.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2433.         }, => 'onLogout'], 0);
  2434.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2435.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  2436.         }, => 'onSuccessfulLogin'], -32);
  2437.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2438.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2439.         }, => 'onSuccessfulLogin'], -64);
  2440.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2441.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2442.         }, => 'clearCookie'], 0);
  2443.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2444.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2445.         }, => 'clearCookie'], 0);
  2446.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  2447.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2448.         }, => 'clearCookie'], 0);
  2449.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2450.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2451.         }, => 'preCheckCredentials'], 256);
  2452.         $instance->addListener('security.authentication.success', [=> function () {
  2453.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2454.         }, => 'postCheckCredentials'], 256);
  2455.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2456.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2457.         }, => 'checkPassport'], 1024);
  2458.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2459.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2460.         }, => 'checkPassport'], 0);
  2461.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2462.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2463.         }, => 'onLoginSuccess'], 0);
  2464.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2465.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2466.         }, => 'checkPassport'], 512);
  2467.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2468.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2469.         }, => 'onLogout'], 0);
  2470.         return $instance;
  2471.     }
  2472.     /**
  2473.      * Gets the private 'security.firewall.map' shared service.
  2474.      *
  2475.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2476.      */
  2477.     protected function getSecurity_Firewall_MapService()
  2478.     {
  2479.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), new RewindableGenerator(function () {
  2480.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  2481.             yield 'security.firewall.map.context.main' => NULL;
  2482.         }, 2));
  2483.     }
  2484.     /**
  2485.      * Gets the private 'security.helper' shared service.
  2486.      *
  2487.      * @return \Symfony\Component\Security\Core\Security
  2488.      */
  2489.     protected function getSecurity_HelperService()
  2490.     {
  2491.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2492.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2493.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2494.         ], [
  2495.             'security.authorization_checker' => '?',
  2496.             'security.token_storage' => '?',
  2497.         ]));
  2498.     }
  2499.     /**
  2500.      * Gets the private 'security.logout_url_generator' shared service.
  2501.      *
  2502.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2503.      */
  2504.     protected function getSecurity_LogoutUrlGeneratorService()
  2505.     {
  2506.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2507.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  2508.         return $instance;
  2509.     }
  2510.     /**
  2511.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2512.      *
  2513.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2514.      */
  2515.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2516.     {
  2517.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2518.     }
  2519.     /**
  2520.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2521.      *
  2522.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2523.      */
  2524.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2525.     {
  2526.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2527.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2528.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2529.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2530.     }
  2531.     /**
  2532.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2533.      *
  2534.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2535.      */
  2536.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2537.     {
  2538.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2539.     }
  2540.     /**
  2541.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2542.      *
  2543.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2544.      */
  2545.     protected function getSensioFrameworkExtra_View_ListenerService()
  2546.     {
  2547.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  2548.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2549.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2550.         ], [
  2551.             'twig' => '?',
  2552.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2553.         return $instance;
  2554.     }
  2555.     /**
  2556.      * Gets the private 'session_listener' shared service.
  2557.      *
  2558.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2559.      */
  2560.     protected function getSessionListenerService()
  2561.     {
  2562.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2563.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2564.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2565.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2566.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2567.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2568.         ], [
  2569.             'initialized_session' => '?',
  2570.             'logger' => '?',
  2571.             'session' => '?',
  2572.             'session_collector' => '?',
  2573.             'session_factory' => '?',
  2574.         ]), true$this->parameters['session.storage.options']);
  2575.     }
  2576.     /**
  2577.      * Gets the private 'translator.default' shared service.
  2578.      *
  2579.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2580.      */
  2581.     protected function getTranslator_DefaultService()
  2582.     {
  2583.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2584.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2585.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2586.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2587.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2588.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2589.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2590.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2591.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2592.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2593.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2594.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2595.         ], [
  2596.             'translation.loader.csv' => '?',
  2597.             'translation.loader.dat' => '?',
  2598.             'translation.loader.ini' => '?',
  2599.             'translation.loader.json' => '?',
  2600.             'translation.loader.mo' => '?',
  2601.             'translation.loader.php' => '?',
  2602.             'translation.loader.po' => '?',
  2603.             'translation.loader.qt' => '?',
  2604.             'translation.loader.res' => '?',
  2605.             'translation.loader.xliff' => '?',
  2606.             'translation.loader.yml' => '?',
  2607.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), => (\dirname(__DIR__4).'/translations/EasyAdminBundle.en.xlf'), => (\dirname(__DIR__4).'/translations/messages.en.xlf'), => (\dirname(__DIR__4).'/translations/validators.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), => (\dirname(__DIR__4).'/translations/EasyAdminBundle.fr.xlf'), => (\dirname(__DIR__4).'/translations/VichUploaderBundle.fr.xlf'), => (\dirname(__DIR__4).'/translations/messages.fr.xlf'), 10 => (\dirname(__DIR__4).'/translations/validators.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'vendor/doctrine/doctrine-migrations-bundle/translations'11 => 'vendor/symfony/debug-bundle/translations'12 => 'vendor/symfony/twig-bundle/translations'13 => 'vendor/symfony/web-profiler-bundle/translations'14 => 'vendor/symfony/webpack-encore-bundle/src/translations'15 => 'vendor/twig/extra-bundle/translations'16 => 'vendor/symfony/security-bundle/translations'17 => 'vendor/symfony/monolog-bundle/translations'18 => 'vendor/symfony/maker-bundle/src/translations'19 => 'vendor/sensio/framework-extra-bundle/src/translations'20 => 'vendor/liip/imagine-bundle/translations'21 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'22 => 'vendor/a2lix/auto-form-bundle/src/translations'23 => 'vendor/a2lix/translation-form-bundle/src/translations'24 => 'vendor/knplabs/doctrine-behaviors/src/translations'25 => 'vendor/php-translation/symfony-bundle/translations']]], []);
  2608.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2609.         $instance->setFallbackLocales([=> 'fr']);
  2610.         return $instance;
  2611.     }
  2612.     /**
  2613.      * Gets the private 'validator.builder' shared service.
  2614.      *
  2615.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2616.      */
  2617.     protected function getValidator_BuilderService()
  2618.     {
  2619.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2620.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2621.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2622.             'App\\Validator\\PhoneNumberValidator' => ['privates''App\\Validator\\PhoneNumberValidator''getPhoneNumberValidatorService'true],
  2623.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2624.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2625.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2626.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2627.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2628.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2629.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2630.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2631.         ], [
  2632.             'App\\Validator\\PhoneNumberValidator' => '?',
  2633.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2634.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2635.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2636.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2637.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2638.             'doctrine.orm.validator.unique' => '?',
  2639.             'security.validator.user_password' => '?',
  2640.             'validator.expression' => '?',
  2641.         ])));
  2642.         if ($this->has('translator')) {
  2643.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2644.         }
  2645.         $instance->setTranslationDomain('validators');
  2646.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2647.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Resources/config/validation.yaml')]);
  2648.         $instance->enableAnnotationMapping(true);
  2649.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2650.         $instance->addMethodMapping('loadValidatorMetadata');
  2651.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2652.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2653.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2654.         return $instance;
  2655.     }
  2656.     /**
  2657.      * Gets the private 'var_dumper.html_dumper' shared service.
  2658.      *
  2659.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2660.      */
  2661.     protected function getVarDumper_HtmlDumperService()
  2662.     {
  2663.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2664.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2665.         return $instance;
  2666.     }
  2667.     /**
  2668.      * Gets the private 'var_dumper.server_connection' shared service.
  2669.      *
  2670.      * @return \Symfony\Component\VarDumper\Server\Connection
  2671.      */
  2672.     protected function getVarDumper_ServerConnectionService()
  2673.     {
  2674.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2675.     }
  2676.     /**
  2677.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  2678.      *
  2679.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2680.      */
  2681.     protected function getVichUploader_MetadataReaderService()
  2682.     {
  2683.         $a = new \Metadata\Driver\FileLocator([]);
  2684.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader()), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  2685.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2686.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2687.     }
  2688.     /**
  2689.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  2690.      *
  2691.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  2692.      */
  2693.     protected function getVichUploader_PropertyMappingFactoryService()
  2694.     {
  2695.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  2696.     }
  2697.     /**
  2698.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  2699.      *
  2700.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  2701.      */
  2702.     protected function getVichUploader_Storage_FileSystemService()
  2703.     {
  2704.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  2705.     }
  2706.     /**
  2707.      * Gets the private 'web_profiler.csp.handler' shared service.
  2708.      *
  2709.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2710.      */
  2711.     protected function getWebProfiler_Csp_HandlerService()
  2712.     {
  2713.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2714.     }
  2715.     /**
  2716.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2717.      *
  2718.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2719.      */
  2720.     protected function getWebProfiler_DebugToolbarService()
  2721.     {
  2722.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2723.     }
  2724.     /**
  2725.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2726.      *
  2727.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2728.      */
  2729.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2730.     {
  2731.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2732.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  2733.         ], [
  2734.             '_default' => '?',
  2735.         ]), '_default');
  2736.     }
  2737.     /**
  2738.      * Gets the public 'cache_clearer' alias.
  2739.      *
  2740.      * @return object The ".container.private.cache_clearer" service.
  2741.      */
  2742.     protected function getCacheClearerService()
  2743.     {
  2744.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2745.         return $this->get('.container.private.cache_clearer');
  2746.     }
  2747.     /**
  2748.      * Gets the public 'filesystem' alias.
  2749.      *
  2750.      * @return object The ".container.private.filesystem" service.
  2751.      */
  2752.     protected function getFilesystemService()
  2753.     {
  2754.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2755.         return $this->get('.container.private.filesystem');
  2756.     }
  2757.     /**
  2758.      * Gets the public 'serializer' alias.
  2759.      *
  2760.      * @return object The ".container.private.serializer" service.
  2761.      */
  2762.     protected function getSerializerService()
  2763.     {
  2764.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2765.         return $this->get('.container.private.serializer');
  2766.     }
  2767.     /**
  2768.      * Gets the public 'security.csrf.token_manager' alias.
  2769.      *
  2770.      * @return object The ".container.private.security.csrf.token_manager" service.
  2771.      */
  2772.     protected function getSecurity_Csrf_TokenManagerService()
  2773.     {
  2774.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2775.         return $this->get('.container.private.security.csrf.token_manager');
  2776.     }
  2777.     /**
  2778.      * Gets the public 'form.factory' alias.
  2779.      *
  2780.      * @return object The ".container.private.form.factory" service.
  2781.      */
  2782.     protected function getForm_FactoryService()
  2783.     {
  2784.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2785.         return $this->get('.container.private.form.factory');
  2786.     }
  2787.     /**
  2788.      * Gets the public 'form.type.file' alias.
  2789.      *
  2790.      * @return object The ".container.private.form.type.file" service.
  2791.      */
  2792.     protected function getForm_Type_FileService()
  2793.     {
  2794.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2795.         return $this->get('.container.private.form.type.file');
  2796.     }
  2797.     /**
  2798.      * Gets the public 'profiler' alias.
  2799.      *
  2800.      * @return object The ".container.private.profiler" service.
  2801.      */
  2802.     protected function getProfilerService()
  2803.     {
  2804.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2805.         return $this->get('.container.private.profiler');
  2806.     }
  2807.     /**
  2808.      * Gets the public 'twig' alias.
  2809.      *
  2810.      * @return object The ".container.private.twig" service.
  2811.      */
  2812.     protected function getTwigService()
  2813.     {
  2814.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2815.         return $this->get('.container.private.twig');
  2816.     }
  2817.     /**
  2818.      * Gets the public 'security.authorization_checker' alias.
  2819.      *
  2820.      * @return object The ".container.private.security.authorization_checker" service.
  2821.      */
  2822.     protected function getSecurity_AuthorizationCheckerService()
  2823.     {
  2824.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2825.         return $this->get('.container.private.security.authorization_checker');
  2826.     }
  2827.     /**
  2828.      * Gets the public 'security.token_storage' alias.
  2829.      *
  2830.      * @return object The ".container.private.security.token_storage" service.
  2831.      */
  2832.     protected function getSecurity_TokenStorageService()
  2833.     {
  2834.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2835.         return $this->get('.container.private.security.token_storage');
  2836.     }
  2837.     /**
  2838.      * Gets the public 'security.password_encoder' alias.
  2839.      *
  2840.      * @return object The ".container.private.security.password_encoder" service.
  2841.      */
  2842.     protected function getSecurity_PasswordEncoderService()
  2843.     {
  2844.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2845.         return $this->get('.container.private.security.password_encoder');
  2846.     }
  2847.     /**
  2848.      * Gets the public 'session' alias.
  2849.      *
  2850.      * @return object The ".container.private.session" service.
  2851.      */
  2852.     protected function getSessionService()
  2853.     {
  2854.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2855.         return $this->get('.container.private.session');
  2856.     }
  2857.     /**
  2858.      * Gets the public 'validator' alias.
  2859.      *
  2860.      * @return object The ".container.private.validator" service.
  2861.      */
  2862.     protected function getValidatorService()
  2863.     {
  2864.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2865.         return $this->get('.container.private.validator');
  2866.     }
  2867.     /**
  2868.      * @return array|bool|float|int|string|\UnitEnum|null
  2869.      */
  2870.     public function getParameter(string $name)
  2871.     {
  2872.         if (isset($this->buildParameters[$name])) {
  2873.             return $this->buildParameters[$name];
  2874.         }
  2875.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2876.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2877.         }
  2878.         if (isset($this->loadedDynamicParameters[$name])) {
  2879.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2880.         }
  2881.         return $this->parameters[$name];
  2882.     }
  2883.     public function hasParameter(string $name): bool
  2884.     {
  2885.         if (isset($this->buildParameters[$name])) {
  2886.             return true;
  2887.         }
  2888.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2889.     }
  2890.     public function setParameter(string $name$value): void
  2891.     {
  2892.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2893.     }
  2894.     public function getParameterBag(): ParameterBagInterface
  2895.     {
  2896.         if (null === $this->parameterBag) {
  2897.             $parameters $this->parameters;
  2898.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2899.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2900.             }
  2901.             foreach ($this->buildParameters as $name => $value) {
  2902.                 $parameters[$name] = $value;
  2903.             }
  2904.             $this->parameterBag = new FrozenParameterBag($parameters);
  2905.         }
  2906.         return $this->parameterBag;
  2907.     }
  2908.     private $loadedDynamicParameters = [
  2909.         'kernel.runtime_environment' => false,
  2910.         'kernel.build_dir' => false,
  2911.         'kernel.cache_dir' => false,
  2912.         'mailer_dsn' => false,
  2913.         'kernel.secret' => false,
  2914.         'debug.container.dump' => false,
  2915.         'serializer.mapping.cache.file' => false,
  2916.         'session.save_path' => false,
  2917.         'validator.mapping.cache.file' => false,
  2918.         'profiler.storage.dsn' => false,
  2919.         'doctrine.orm.proxy_dir' => false,
  2920.     ];
  2921.     private $dynamicParameters = [];
  2922.     private function getDynamicParameter(string $name)
  2923.     {
  2924.         switch ($name) {
  2925.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2926.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2927.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2928.             case 'mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  2929.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2930.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2931.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2932.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2933.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2934.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2935.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2936.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2937.         }
  2938.         $this->loadedDynamicParameters[$name] = true;
  2939.         return $this->dynamicParameters[$name] = $value;
  2940.     }
  2941.     protected function getDefaultParameters(): array
  2942.     {
  2943.         return [
  2944.             'kernel.project_dir' => \dirname(__DIR__4),
  2945.             'kernel.environment' => 'dev',
  2946.             'kernel.debug' => true,
  2947.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2948.             'kernel.bundles' => [
  2949.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2950.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2951.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2952.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2953.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2954.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2955.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2956.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2957.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2958.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2959.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2960.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2961.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  2962.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  2963.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  2964.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  2965.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  2966.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  2967.                 'A2lixAutoFormBundle' => 'A2lix\\AutoFormBundle\\A2lixAutoFormBundle',
  2968.                 'A2lixTranslationFormBundle' => 'A2lix\\TranslationFormBundle\\A2lixTranslationFormBundle',
  2969.                 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\DoctrineBehaviorsBundle',
  2970.                 'TranslationBundle' => 'Translation\\Bundle\\TranslationBundle',
  2971.             ],
  2972.             'kernel.bundles_metadata' => [
  2973.                 'FrameworkBundle' => [
  2974.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2975.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2976.                 ],
  2977.                 'DoctrineBundle' => [
  2978.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2979.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2980.                 ],
  2981.                 'DoctrineMigrationsBundle' => [
  2982.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2983.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2984.                 ],
  2985.                 'DebugBundle' => [
  2986.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2987.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2988.                 ],
  2989.                 'TwigBundle' => [
  2990.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2991.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2992.                 ],
  2993.                 'WebProfilerBundle' => [
  2994.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2995.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2996.                 ],
  2997.                 'WebpackEncoreBundle' => [
  2998.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  2999.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3000.                 ],
  3001.                 'TwigExtraBundle' => [
  3002.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3003.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3004.                 ],
  3005.                 'SecurityBundle' => [
  3006.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3007.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3008.                 ],
  3009.                 'MonologBundle' => [
  3010.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3011.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3012.                 ],
  3013.                 'MakerBundle' => [
  3014.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3015.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3016.                 ],
  3017.                 'SensioFrameworkExtraBundle' => [
  3018.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3019.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3020.                 ],
  3021.                 'VichUploaderBundle' => [
  3022.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  3023.                     'namespace' => 'Vich\\UploaderBundle',
  3024.                 ],
  3025.                 'KnpPaginatorBundle' => [
  3026.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3027.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3028.                 ],
  3029.                 'EasyAdminBundle' => [
  3030.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  3031.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  3032.                 ],
  3033.                 'SymfonyCastsResetPasswordBundle' => [
  3034.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  3035.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  3036.                 ],
  3037.                 'LiipImagineBundle' => [
  3038.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  3039.                     'namespace' => 'Liip\\ImagineBundle',
  3040.                 ],
  3041.                 'FOSCKEditorBundle' => [
  3042.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  3043.                     'namespace' => 'FOS\\CKEditorBundle',
  3044.                 ],
  3045.                 'A2lixAutoFormBundle' => [
  3046.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src'),
  3047.                     'namespace' => 'A2lix\\AutoFormBundle',
  3048.                 ],
  3049.                 'A2lixTranslationFormBundle' => [
  3050.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src'),
  3051.                     'namespace' => 'A2lix\\TranslationFormBundle',
  3052.                 ],
  3053.                 'DoctrineBehaviorsBundle' => [
  3054.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src'),
  3055.                     'namespace' => 'Knp\\DoctrineBehaviors',
  3056.                 ],
  3057.                 'TranslationBundle' => [
  3058.                     'path' => (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle'),
  3059.                     'namespace' => 'Translation\\Bundle',
  3060.                 ],
  3061.             ],
  3062.             'kernel.charset' => 'UTF-8',
  3063.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3064.             'recaptchaSecret' => '6LcF5gAkAAAAAE45_aqQoHRtnq00ith69cSt-PJw',
  3065.             'recaptchaSiteKey' => '6LcF5gAkAAAAADDkf1rwh06517tet2PJXeN1ynC4',
  3066.             'mailer_user' => 'no-reply@asb-digital.fr',
  3067.             'siteTitle' => 'Facomia',
  3068.             'managed_locales' => [
  3069.                 => 'fr',
  3070.                 => 'en',
  3071.             ],
  3072.             'managed_locales_routing' => 'fr|en',
  3073.             'locale' => 'fr',
  3074.             'event_dispatcher.event_aliases' => [
  3075.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3076.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3077.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3078.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3079.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3080.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3081.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3082.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3083.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3084.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3085.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3086.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3087.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3088.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3089.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3090.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3091.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3092.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3093.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3094.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3095.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3096.             ],
  3097.             'fragment.renderer.hinclude.global_template' => NULL,
  3098.             'fragment.path' => '/_fragment',
  3099.             'kernel.http_method_override' => false,
  3100.             'kernel.trusted_hosts' => [
  3101.             ],
  3102.             'kernel.default_locale' => 'fr',
  3103.             'kernel.enabled_locales' => [
  3104.             ],
  3105.             'kernel.error_controller' => 'error_controller',
  3106.             'debug.file_link_format' => NULL,
  3107.             'asset.request_context.base_path' => NULL,
  3108.             'asset.request_context.secure' => NULL,
  3109.             'translator.logging' => false,
  3110.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3111.             'debug.error_handler.throw_at' => -1,
  3112.             'router.request_context.host' => 'localhost',
  3113.             'router.request_context.scheme' => 'http',
  3114.             'router.request_context.base_url' => '',
  3115.             'router.resource' => 'kernel::loadRoutes',
  3116.             'request_listener.http_port' => 80,
  3117.             'request_listener.https_port' => 443,
  3118.             'session.metadata.storage_key' => '_sf2_meta',
  3119.             'session.storage.options' => [
  3120.                 'cache_limiter' => '0',
  3121.                 'cookie_secure' => 'auto',
  3122.                 'cookie_httponly' => true,
  3123.                 'cookie_samesite' => 'lax',
  3124.                 'gc_probability' => 1,
  3125.             ],
  3126.             'session.metadata.update_threshold' => 0,
  3127.             'form.type_extension.csrf.enabled' => true,
  3128.             'form.type_extension.csrf.field_name' => '_token',
  3129.             'validator.translation_domain' => 'validators',
  3130.             'profiler_listener.only_exceptions' => false,
  3131.             'profiler_listener.only_main_requests' => false,
  3132.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3133.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3134.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3135.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3136.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3137.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3138.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3139.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3140.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3141.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3142.             'doctrine.entity_managers' => [
  3143.                 'default' => 'doctrine.orm.default_entity_manager',
  3144.             ],
  3145.             'doctrine.default_entity_manager' => 'default',
  3146.             'doctrine.dbal.connection_factory.types' => [
  3147.                 'uuid' => [
  3148.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  3149.                 ],
  3150.                 'ulid' => [
  3151.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3152.                 ],
  3153.             ],
  3154.             'doctrine.connections' => [
  3155.                 'default' => 'doctrine.dbal.default_connection',
  3156.             ],
  3157.             'doctrine.default_connection' => 'default',
  3158.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3159.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3160.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3161.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3162.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3163.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3164.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3165.             'doctrine.orm.cache.memcache_port' => 11211,
  3166.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3167.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3168.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3169.             'doctrine.orm.cache.memcached_port' => 11211,
  3170.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3171.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3172.             'doctrine.orm.cache.redis_host' => 'localhost',
  3173.             'doctrine.orm.cache.redis_port' => 6379,
  3174.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3175.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3176.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3177.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3178.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3179.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3180.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3181.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3182.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3183.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3184.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3185.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3186.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3187.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3188.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3189.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3190.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3191.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3192.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3193.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3194.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3195.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3196.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3197.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3198.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3199.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3200.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3201.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3202.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3203.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3204.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3205.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3206.             'doctrine.migrations.preferred_em' => NULL,
  3207.             'doctrine.migrations.preferred_connection' => NULL,
  3208.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3209.             'twig.form.resources' => [
  3210.                 => '@VichUploader/Form/fields.html.twig',
  3211.                 => 'form_div_layout.html.twig',
  3212.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  3213.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  3214.                 => 'bootstrap_4_layout.html.twig',
  3215.                 => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  3216.             ],
  3217.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3218.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3219.             'web_profiler.debug_toolbar.mode' => 2,
  3220.             'security.role_hierarchy.roles' => [
  3221.             ],
  3222.             'security.access.denied_url' => NULL,
  3223.             'security.authentication.manager.erase_credentials' => true,
  3224.             'security.authentication.session_strategy.strategy' => 'migrate',
  3225.             'security.access.always_authenticate_before_granting' => false,
  3226.             'security.authentication.hide_user_not_found' => true,
  3227.             'security.firewalls' => [
  3228.                 => 'dev',
  3229.                 => 'main',
  3230.             ],
  3231.             'monolog.use_microseconds' => true,
  3232.             'monolog.swift_mailer.handlers' => [
  3233.             ],
  3234.             'monolog.handlers_to_channels' => [
  3235.                 'monolog.handler.console' => [
  3236.                     'type' => 'exclusive',
  3237.                     'elements' => [
  3238.                         => 'event',
  3239.                         => 'doctrine',
  3240.                         => 'console',
  3241.                     ],
  3242.                 ],
  3243.                 'monolog.handler.main' => [
  3244.                     'type' => 'exclusive',
  3245.                     'elements' => [
  3246.                         => 'event',
  3247.                     ],
  3248.                 ],
  3249.             ],
  3250.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  3251.             'vich_uploader.mappings' => [
  3252.                 'presentationParagraph' => [
  3253.                     'uri_prefix' => 'upload/presentationParagraph',
  3254.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/presentationParagraph'),
  3255.                     'namer' => [
  3256.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.presentationParagraph',
  3257.                         'options' => [
  3258.                         ],
  3259.                     ],
  3260.                     'directory_namer' => [
  3261.                         'service' => NULL,
  3262.                         'options' => NULL,
  3263.                     ],
  3264.                     'delete_on_remove' => true,
  3265.                     'delete_on_update' => true,
  3266.                     'inject_on_load' => false,
  3267.                     'db_driver' => 'orm',
  3268.                 ],
  3269.                 'application' => [
  3270.                     'uri_prefix' => 'upload/application',
  3271.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/application'),
  3272.                     'namer' => [
  3273.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.application',
  3274.                         'options' => [
  3275.                         ],
  3276.                     ],
  3277.                     'directory_namer' => [
  3278.                         'service' => NULL,
  3279.                         'options' => NULL,
  3280.                     ],
  3281.                     'delete_on_remove' => true,
  3282.                     'delete_on_update' => true,
  3283.                     'inject_on_load' => false,
  3284.                     'db_driver' => 'orm',
  3285.                 ],
  3286.                 'categoryBg' => [
  3287.                     'uri_prefix' => 'upload/categoryBg',
  3288.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/categoryBg'),
  3289.                     'namer' => [
  3290.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.categoryBg',
  3291.                         'options' => [
  3292.                         ],
  3293.                     ],
  3294.                     'directory_namer' => [
  3295.                         'service' => NULL,
  3296.                         'options' => NULL,
  3297.                     ],
  3298.                     'delete_on_remove' => true,
  3299.                     'delete_on_update' => true,
  3300.                     'inject_on_load' => false,
  3301.                     'db_driver' => 'orm',
  3302.                 ],
  3303.                 'historyCategory' => [
  3304.                     'uri_prefix' => 'upload/historyCategory',
  3305.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/historyCategory'),
  3306.                     'namer' => [
  3307.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.historyCategory',
  3308.                         'options' => [
  3309.                         ],
  3310.                     ],
  3311.                     'directory_namer' => [
  3312.                         'service' => NULL,
  3313.                         'options' => NULL,
  3314.                     ],
  3315.                     'delete_on_remove' => true,
  3316.                     'delete_on_update' => true,
  3317.                     'inject_on_load' => false,
  3318.                     'db_driver' => 'orm',
  3319.                 ],
  3320.                 'postPdf' => [
  3321.                     'uri_prefix' => 'upload/postPdf',
  3322.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/postPdf'),
  3323.                     'namer' => [
  3324.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.postPdf',
  3325.                         'options' => [
  3326.                         ],
  3327.                     ],
  3328.                     'directory_namer' => [
  3329.                         'service' => NULL,
  3330.                         'options' => NULL,
  3331.                     ],
  3332.                     'delete_on_remove' => true,
  3333.                     'delete_on_update' => true,
  3334.                     'inject_on_load' => false,
  3335.                     'db_driver' => 'orm',
  3336.                 ],
  3337.                 'productMedia' => [
  3338.                     'uri_prefix' => 'upload/productMedia',
  3339.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/productMedia'),
  3340.                     'namer' => [
  3341.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.productMedia',
  3342.                         'options' => [
  3343.                         ],
  3344.                     ],
  3345.                     'directory_namer' => [
  3346.                         'service' => NULL,
  3347.                         'options' => NULL,
  3348.                     ],
  3349.                     'delete_on_remove' => true,
  3350.                     'delete_on_update' => true,
  3351.                     'inject_on_load' => false,
  3352.                     'db_driver' => 'orm',
  3353.                 ],
  3354.                 'subCategoryBg' => [
  3355.                     'uri_prefix' => 'upload/subCategoryBg',
  3356.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/subCategoryBg'),
  3357.                     'namer' => [
  3358.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.subCategoryBg',
  3359.                         'options' => [
  3360.                         ],
  3361.                     ],
  3362.                     'directory_namer' => [
  3363.                         'service' => NULL,
  3364.                         'options' => NULL,
  3365.                     ],
  3366.                     'delete_on_remove' => true,
  3367.                     'delete_on_update' => true,
  3368.                     'inject_on_load' => false,
  3369.                     'db_driver' => 'orm',
  3370.                 ],
  3371.                 'history' => [
  3372.                     'uri_prefix' => 'upload/history',
  3373.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/history'),
  3374.                     'namer' => [
  3375.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.history',
  3376.                         'options' => [
  3377.                         ],
  3378.                     ],
  3379.                     'directory_namer' => [
  3380.                         'service' => NULL,
  3381.                         'options' => NULL,
  3382.                     ],
  3383.                     'delete_on_remove' => true,
  3384.                     'delete_on_update' => true,
  3385.                     'inject_on_load' => false,
  3386.                     'db_driver' => 'orm',
  3387.                 ],
  3388.                 'presentationParagraphIcon' => [
  3389.                     'uri_prefix' => 'upload/presentationParagraphIcon',
  3390.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/presentationParagraphIcon'),
  3391.                     'namer' => [
  3392.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.presentationParagraphIcon',
  3393.                         'options' => [
  3394.                         ],
  3395.                     ],
  3396.                     'directory_namer' => [
  3397.                         'service' => NULL,
  3398.                         'options' => NULL,
  3399.                     ],
  3400.                     'delete_on_remove' => true,
  3401.                     'delete_on_update' => true,
  3402.                     'inject_on_load' => false,
  3403.                     'db_driver' => 'orm',
  3404.                 ],
  3405.                 'applicationParagraph' => [
  3406.                     'uri_prefix' => 'upload/applicationParagraph',
  3407.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/applicationParagraph'),
  3408.                     'namer' => [
  3409.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.applicationParagraph',
  3410.                         'options' => [
  3411.                         ],
  3412.                     ],
  3413.                     'directory_namer' => [
  3414.                         'service' => NULL,
  3415.                         'options' => NULL,
  3416.                     ],
  3417.                     'delete_on_remove' => true,
  3418.                     'delete_on_update' => true,
  3419.                     'inject_on_load' => false,
  3420.                     'db_driver' => 'orm',
  3421.                 ],
  3422.                 'partner' => [
  3423.                     'uri_prefix' => 'upload/partner',
  3424.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/partner'),
  3425.                     'namer' => [
  3426.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.partner',
  3427.                         'options' => [
  3428.                         ],
  3429.                     ],
  3430.                     'directory_namer' => [
  3431.                         'service' => NULL,
  3432.                         'options' => NULL,
  3433.                     ],
  3434.                     'delete_on_remove' => true,
  3435.                     'delete_on_update' => true,
  3436.                     'inject_on_load' => false,
  3437.                     'db_driver' => 'orm',
  3438.                 ],
  3439.                 'jobOffer' => [
  3440.                     'uri_prefix' => 'upload/jobOffer',
  3441.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/jobOffer'),
  3442.                     'namer' => [
  3443.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.jobOffer',
  3444.                         'options' => [
  3445.                         ],
  3446.                     ],
  3447.                     'directory_namer' => [
  3448.                         'service' => NULL,
  3449.                         'options' => NULL,
  3450.                     ],
  3451.                     'delete_on_remove' => true,
  3452.                     'delete_on_update' => true,
  3453.                     'inject_on_load' => false,
  3454.                     'db_driver' => 'orm',
  3455.                 ],
  3456.                 'postMedia' => [
  3457.                     'uri_prefix' => 'upload/postMedia',
  3458.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/postMedia'),
  3459.                     'namer' => [
  3460.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.postMedia',
  3461.                         'options' => [
  3462.                         ],
  3463.                     ],
  3464.                     'directory_namer' => [
  3465.                         'service' => NULL,
  3466.                         'options' => NULL,
  3467.                     ],
  3468.                     'delete_on_remove' => true,
  3469.                     'delete_on_update' => true,
  3470.                     'inject_on_load' => false,
  3471.                     'db_driver' => 'orm',
  3472.                 ],
  3473.                 'subCategory' => [
  3474.                     'uri_prefix' => 'upload/subCategory',
  3475.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/subCategory'),
  3476.                     'namer' => [
  3477.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.subCategory',
  3478.                         'options' => [
  3479.                         ],
  3480.                     ],
  3481.                     'directory_namer' => [
  3482.                         'service' => NULL,
  3483.                         'options' => NULL,
  3484.                     ],
  3485.                     'delete_on_remove' => true,
  3486.                     'delete_on_update' => true,
  3487.                     'inject_on_load' => false,
  3488.                     'db_driver' => 'orm',
  3489.                 ],
  3490.                 'product' => [
  3491.                     'uri_prefix' => 'upload/product',
  3492.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/product'),
  3493.                     'namer' => [
  3494.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.product',
  3495.                         'options' => [
  3496.                         ],
  3497.                     ],
  3498.                     'directory_namer' => [
  3499.                         'service' => NULL,
  3500.                         'options' => NULL,
  3501.                     ],
  3502.                     'delete_on_remove' => true,
  3503.                     'delete_on_update' => true,
  3504.                     'inject_on_load' => false,
  3505.                     'db_driver' => 'orm',
  3506.                 ],
  3507.                 'category' => [
  3508.                     'uri_prefix' => 'upload/category',
  3509.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/category'),
  3510.                     'namer' => [
  3511.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.category',
  3512.                         'options' => [
  3513.                         ],
  3514.                     ],
  3515.                     'directory_namer' => [
  3516.                         'service' => NULL,
  3517.                         'options' => NULL,
  3518.                     ],
  3519.                     'delete_on_remove' => true,
  3520.                     'delete_on_update' => true,
  3521.                     'inject_on_load' => false,
  3522.                     'db_driver' => 'orm',
  3523.                 ],
  3524.                 'landingSlider' => [
  3525.                     'uri_prefix' => 'upload/landingSlider',
  3526.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/landingSlider'),
  3527.                     'namer' => [
  3528.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.landingSlider',
  3529.                         'options' => [
  3530.                         ],
  3531.                     ],
  3532.                     'directory_namer' => [
  3533.                         'service' => NULL,
  3534.                         'options' => NULL,
  3535.                     ],
  3536.                     'delete_on_remove' => true,
  3537.                     'delete_on_update' => true,
  3538.                     'inject_on_load' => false,
  3539.                     'db_driver' => 'orm',
  3540.                 ],
  3541.                 'project' => [
  3542.                     'uri_prefix' => 'upload/project',
  3543.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/project'),
  3544.                     'namer' => [
  3545.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.project',
  3546.                         'options' => [
  3547.                         ],
  3548.                     ],
  3549.                     'directory_namer' => [
  3550.                         'service' => NULL,
  3551.                         'options' => NULL,
  3552.                     ],
  3553.                     'delete_on_remove' => true,
  3554.                     'delete_on_update' => true,
  3555.                     'inject_on_load' => false,
  3556.                     'db_driver' => 'orm',
  3557.                 ],
  3558.                 'paragraph' => [
  3559.                     'uri_prefix' => 'upload/paragraph',
  3560.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/paragraph'),
  3561.                     'namer' => [
  3562.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.paragraph',
  3563.                         'options' => [
  3564.                         ],
  3565.                     ],
  3566.                     'directory_namer' => [
  3567.                         'service' => NULL,
  3568.                         'options' => NULL,
  3569.                     ],
  3570.                     'delete_on_remove' => true,
  3571.                     'delete_on_update' => true,
  3572.                     'inject_on_load' => false,
  3573.                     'db_driver' => 'orm',
  3574.                 ],
  3575.                 'post' => [
  3576.                     'uri_prefix' => 'upload/post',
  3577.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/post'),
  3578.                     'namer' => [
  3579.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.post',
  3580.                         'options' => [
  3581.                         ],
  3582.                     ],
  3583.                     'directory_namer' => [
  3584.                         'service' => NULL,
  3585.                         'options' => NULL,
  3586.                     ],
  3587.                     'delete_on_remove' => true,
  3588.                     'delete_on_update' => true,
  3589.                     'inject_on_load' => false,
  3590.                     'db_driver' => 'orm',
  3591.                 ],
  3592.                 'customFile' => [
  3593.                     'uri_prefix' => 'upload/customFile',
  3594.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/customFile'),
  3595.                     'namer' => [
  3596.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.customFile',
  3597.                         'options' => [
  3598.                         ],
  3599.                     ],
  3600.                     'directory_namer' => [
  3601.                         'service' => NULL,
  3602.                         'options' => NULL,
  3603.                     ],
  3604.                     'delete_on_remove' => true,
  3605.                     'delete_on_update' => true,
  3606.                     'inject_on_load' => false,
  3607.                     'db_driver' => 'orm',
  3608.                 ],
  3609.                 'sitemap' => [
  3610.                     'uri_prefix' => 'upload/sitemap',
  3611.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/sitemap'),
  3612.                     'namer' => [
  3613.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.sitemap',
  3614.                         'options' => [
  3615.                         ],
  3616.                     ],
  3617.                     'directory_namer' => [
  3618.                         'service' => NULL,
  3619.                         'options' => NULL,
  3620.                     ],
  3621.                     'delete_on_remove' => true,
  3622.                     'delete_on_update' => true,
  3623.                     'inject_on_load' => false,
  3624.                     'db_driver' => 'orm',
  3625.                 ],
  3626.                 'member' => [
  3627.                     'uri_prefix' => 'upload/member',
  3628.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/member'),
  3629.                     'namer' => [
  3630.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.member',
  3631.                         'options' => [
  3632.                         ],
  3633.                     ],
  3634.                     'directory_namer' => [
  3635.                         'service' => NULL,
  3636.                         'options' => NULL,
  3637.                     ],
  3638.                     'delete_on_remove' => true,
  3639.                     'delete_on_update' => true,
  3640.                     'inject_on_load' => false,
  3641.                     'db_driver' => 'orm',
  3642.                 ],
  3643.             ],
  3644.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  3645.             'knp_paginator.template.pagination' => 'pagination.html.twig',
  3646.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  3647.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  3648.             'knp_paginator.page_range' => 5,
  3649.             'knp_paginator.page_limit' => NULL,
  3650.             'easyadmin.config' => [
  3651.             ],
  3652.             'liip_imagine.resolvers' => [
  3653.                 'default' => [
  3654.                     'web_path' => [
  3655.                         'web_root' => (\dirname(__DIR__4).'/public'),
  3656.                         'cache_prefix' => 'media/cache',
  3657.                     ],
  3658.                 ],
  3659.             ],
  3660.             'liip_imagine.loaders' => [
  3661.                 'default' => [
  3662.                     'filesystem' => [
  3663.                         'locator' => 'filesystem',
  3664.                         'data_root' => [
  3665.                             => (\dirname(__DIR__4).'/public'),
  3666.                         ],
  3667.                         'allow_unresolvable_data_roots' => false,
  3668.                         'bundle_resources' => [
  3669.                             'enabled' => false,
  3670.                             'access_control_type' => 'blacklist',
  3671.                             'access_control_list' => [
  3672.                             ],
  3673.                         ],
  3674.                     ],
  3675.                 ],
  3676.             ],
  3677.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  3678.             'liip_imagine.jpegoptim.stripAll' => true,
  3679.             'liip_imagine.jpegoptim.max' => NULL,
  3680.             'liip_imagine.jpegoptim.progressive' => true,
  3681.             'liip_imagine.jpegoptim.tempDir' => NULL,
  3682.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  3683.             'liip_imagine.optipng.level' => 7,
  3684.             'liip_imagine.optipng.stripAll' => true,
  3685.             'liip_imagine.optipng.tempDir' => NULL,
  3686.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  3687.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  3688.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  3689.             'liip_imagine.cache.resolver.default' => 'default',
  3690.             'liip_imagine.default_image' => NULL,
  3691.             'liip_imagine.filter_sets' => [
  3692.                 'cache' => [
  3693.                     'quality' => 100,
  3694.                     'jpeg_quality' => NULL,
  3695.                     'png_compression_level' => NULL,
  3696.                     'png_compression_filter' => NULL,
  3697.                     'format' => NULL,
  3698.                     'animated' => false,
  3699.                     'cache' => NULL,
  3700.                     'data_loader' => NULL,
  3701.                     'default_image' => NULL,
  3702.                     'filters' => [
  3703.                     ],
  3704.                     'post_processors' => [
  3705.                     ],
  3706.                 ],
  3707.                 'small' => [
  3708.                     'quality' => 75,
  3709.                     'jpeg_quality' => NULL,
  3710.                     'png_compression_level' => NULL,
  3711.                     'png_compression_filter' => NULL,
  3712.                     'format' => NULL,
  3713.                     'animated' => false,
  3714.                     'cache' => NULL,
  3715.                     'data_loader' => NULL,
  3716.                     'default_image' => NULL,
  3717.                     'filters' => [
  3718.                         'thumbnail' => [
  3719.                             'size' => [
  3720.                                 => 500,
  3721.                                 => 500,
  3722.                             ],
  3723.                             'mode' => 'inset',
  3724.                         ],
  3725.                     ],
  3726.                     'post_processors' => [
  3727.                     ],
  3728.                 ],
  3729.                 'medium' => [
  3730.                     'quality' => 75,
  3731.                     'jpeg_quality' => NULL,
  3732.                     'png_compression_level' => NULL,
  3733.                     'png_compression_filter' => NULL,
  3734.                     'format' => NULL,
  3735.                     'animated' => false,
  3736.                     'cache' => NULL,
  3737.                     'data_loader' => NULL,
  3738.                     'default_image' => NULL,
  3739.                     'filters' => [
  3740.                         'thumbnail' => [
  3741.                             'size' => [
  3742.                                 => 1200,
  3743.                                 => 1200,
  3744.                             ],
  3745.                             'mode' => 'inset',
  3746.                         ],
  3747.                     ],
  3748.                     'post_processors' => [
  3749.                     ],
  3750.                 ],
  3751.                 'large' => [
  3752.                     'quality' => 75,
  3753.                     'jpeg_quality' => NULL,
  3754.                     'png_compression_level' => NULL,
  3755.                     'png_compression_filter' => NULL,
  3756.                     'format' => NULL,
  3757.                     'animated' => false,
  3758.                     'cache' => NULL,
  3759.                     'data_loader' => NULL,
  3760.                     'default_image' => NULL,
  3761.                     'filters' => [
  3762.                         'thumbnail' => [
  3763.                             'size' => [
  3764.                                 => 2000,
  3765.                                 => 2000,
  3766.                             ],
  3767.                             'mode' => 'inset',
  3768.                         ],
  3769.                     ],
  3770.                     'post_processors' => [
  3771.                     ],
  3772.                 ],
  3773.             ],
  3774.             'liip_imagine.binary.loader.default' => 'default',
  3775.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  3776.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  3777.             'liip_imagine.webp.generate' => false,
  3778.             'liip_imagine.webp.options' => [
  3779.                 'quality' => 100,
  3780.                 'cache' => NULL,
  3781.                 'data_loader' => NULL,
  3782.                 'post_processors' => [
  3783.                 ],
  3784.             ],
  3785.             'a2lix_translation_form.locale_provider' => 'default',
  3786.             'a2lix_translation_form.locales' => [
  3787.                 => 'fr',
  3788.                 => 'en',
  3789.             ],
  3790.             'a2lix_translation_form.required_locales' => [
  3791.                 => 'fr',
  3792.                 => 'en',
  3793.             ],
  3794.             'a2lix_translation_form.default_locale' => 'fr',
  3795.             'a2lix_translation_form.templating' => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  3796.             'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
  3797.             'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
  3798.             'doctrine_behaviors_blameable_user_entity' => NULL,
  3799.             'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
  3800.             'extractor_vendor_dir' => (\dirname(__DIR__4).'/vendor/php-translation/extractor/src'),
  3801.             'php_translation.locales' => [
  3802.                 => 'fr',
  3803.                 => 'en',
  3804.             ],
  3805.             'php_translation.default_locale' => 'fr',
  3806.             'php_translation.webui.enabled' => true,
  3807.             'php_translation.webui.allow_create' => true,
  3808.             'php_translation.webui.allow_delete' => true,
  3809.             'php_translation.webui.file_base_path' => (\dirname(__DIR__4).'/'),
  3810.             'php_translation.toolbar.allow_edit' => true,
  3811.             'maker.compatible_check.doctrine.supports_attributes' => true,
  3812.             'data_collector.templates' => [
  3813.                 'data_collector.request' => [
  3814.                     => 'request',
  3815.                     => '@WebProfiler/Collector/request.html.twig',
  3816.                 ],
  3817.                 'data_collector.time' => [
  3818.                     => 'time',
  3819.                     => '@WebProfiler/Collector/time.html.twig',
  3820.                 ],
  3821.                 'data_collector.memory' => [
  3822.                     => 'memory',
  3823.                     => '@WebProfiler/Collector/memory.html.twig',
  3824.                 ],
  3825.                 'data_collector.validator' => [
  3826.                     => 'validator',
  3827.                     => '@WebProfiler/Collector/validator.html.twig',
  3828.                 ],
  3829.                 'data_collector.ajax' => [
  3830.                     => 'ajax',
  3831.                     => '@WebProfiler/Collector/ajax.html.twig',
  3832.                 ],
  3833.                 'data_collector.form' => [
  3834.                     => 'form',
  3835.                     => '@WebProfiler/Collector/form.html.twig',
  3836.                 ],
  3837.                 'data_collector.exception' => [
  3838.                     => 'exception',
  3839.                     => '@WebProfiler/Collector/exception.html.twig',
  3840.                 ],
  3841.                 'data_collector.logger' => [
  3842.                     => 'logger',
  3843.                     => '@WebProfiler/Collector/logger.html.twig',
  3844.                 ],
  3845.                 'data_collector.events' => [
  3846.                     => 'events',
  3847.                     => '@WebProfiler/Collector/events.html.twig',
  3848.                 ],
  3849.                 'data_collector.router' => [
  3850.                     => 'router',
  3851.                     => '@WebProfiler/Collector/router.html.twig',
  3852.                 ],
  3853.                 'data_collector.cache' => [
  3854.                     => 'cache',
  3855.                     => '@WebProfiler/Collector/cache.html.twig',
  3856.                 ],
  3857.                 'data_collector.translation' => [
  3858.                     => 'translation',
  3859.                     => '@WebProfiler/Collector/translation.html.twig',
  3860.                 ],
  3861.                 'data_collector.security' => [
  3862.                     => 'security',
  3863.                     => '@Security/Collector/security.html.twig',
  3864.                 ],
  3865.                 'data_collector.twig' => [
  3866.                     => 'twig',
  3867.                     => '@WebProfiler/Collector/twig.html.twig',
  3868.                 ],
  3869.                 'data_collector.http_client' => [
  3870.                     => 'http_client',
  3871.                     => '@WebProfiler/Collector/http_client.html.twig',
  3872.                 ],
  3873.                 'data_collector.doctrine' => [
  3874.                     => 'db',
  3875.                     => '@Doctrine/Collector/db.html.twig',
  3876.                 ],
  3877.                 'doctrine_migrations.migrations_collector' => [
  3878.                     => 'doctrine_migrations',
  3879.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  3880.                 ],
  3881.                 'data_collector.dump' => [
  3882.                     => 'dump',
  3883.                     => '@Debug/Profiler/dump.html.twig',
  3884.                 ],
  3885.                 'php_translation.data_collector' => [
  3886.                     => 'translation',
  3887.                     => '@Translation/SymfonyProfiler/translation.html.twig',
  3888.                 ],
  3889.                 'data_collector.messenger' => [
  3890.                     => 'messenger',
  3891.                     => '@WebProfiler/Collector/messenger.html.twig',
  3892.                 ],
  3893.                 'mailer.data_collector' => [
  3894.                     => 'mailer',
  3895.                     => '@WebProfiler/Collector/mailer.html.twig',
  3896.                 ],
  3897.                 'notifier.data_collector' => [
  3898.                     => 'notifier',
  3899.                     => '@WebProfiler/Collector/notifier.html.twig',
  3900.                 ],
  3901.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  3902.                     => 'vich_uploader.mapping_collector',
  3903.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  3904.                 ],
  3905.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  3906.                     => 'easyadmin',
  3907.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  3908.                 ],
  3909.                 'data_collector.config' => [
  3910.                     => 'config',
  3911.                     => '@WebProfiler/Collector/config.html.twig',
  3912.                 ],
  3913.             ],
  3914.             'console.command.ids' => [
  3915.             ],
  3916.         ];
  3917.     }
  3918.     protected function throw($message)
  3919.     {
  3920.         throw new RuntimeException($message);
  3921.     }
  3922. }