var/cache/dev/ContainerGEMEde9/App_KernelDevDebugContainer.php line 1913

Open in your IDE?
  1. <?php
  2. namespace ContainerGEMEde9;
  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.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  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.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  46.             'event_dispatcher' => 'getEventDispatcherService',
  47.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'jms_serializer' => 'getJmsSerializerService',
  50.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  51.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  52.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  53.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  54.             'liip_imagine.cache.resolver.invoices' => 'getLiipImagine_Cache_Resolver_InvoicesService',
  55.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  56.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  57.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  58.             'request_stack' => 'getRequestStackService',
  59.             'router' => 'getRouterService',
  60.             'translator' => 'getTranslatorService',
  61.             'cache_clearer' => 'getCacheClearerService',
  62.             'filesystem' => 'getFilesystemService',
  63.             'serializer' => 'getSerializerService',
  64.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  65.             'form.factory' => 'getForm_FactoryService',
  66.             'form.type.file' => 'getForm_Type_FileService',
  67.             'profiler' => 'getProfilerService',
  68.             'twig' => 'getTwigService',
  69.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  70.             'security.token_storage' => 'getSecurity_TokenStorageService',
  71.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  72.             'session' => 'getSessionService',
  73.             'validator' => 'getValidatorService',
  74.         ];
  75.         $this->fileMap = [
  76.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  77.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  78.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  79.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  80.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  81.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  82.             'App\\Controller\\Admin\\AccountOpeningRequestController' => 'getAccountOpeningRequestControllerService',
  83.             'App\\Controller\\Admin\\AdminUserController' => 'getAdminUserControllerService',
  84.             'App\\Controller\\Admin\\ApiClientController' => 'getApiClientControllerService',
  85.             'App\\Controller\\Admin\\BatchController' => 'getBatchControllerService',
  86.             'App\\Controller\\Admin\\CategoryController' => 'getCategoryControllerService',
  87.             'App\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  88.             'App\\Controller\\Admin\\CustomerController' => 'getCustomerControllerService',
  89.             'App\\Controller\\Admin\\CustomerGroupController' => 'getCustomerGroupControllerService',
  90.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  91.             'App\\Controller\\Admin\\DeleteController' => 'getDeleteControllerService',
  92.             'App\\Controller\\Admin\\DeliveryModelController' => 'getDeliveryModelControllerService',
  93.             'App\\Controller\\Admin\\HomeController' => 'getHomeControllerService',
  94.             'App\\Controller\\Admin\\InvoiceBatchController' => 'getInvoiceBatchControllerService',
  95.             'App\\Controller\\Admin\\LabelController' => 'getLabelControllerService',
  96.             'App\\Controller\\Admin\\MarketInfoController' => 'getMarketInfoControllerService',
  97.             'App\\Controller\\Admin\\MessageController' => 'getMessageControllerService',
  98.             'App\\Controller\\Admin\\OrderController' => 'getOrderControllerService',
  99.             'App\\Controller\\Admin\\PageCMSController' => 'getPageCMSControllerService',
  100.             'App\\Controller\\Admin\\PriceOptimizedBatchController' => 'getPriceOptimizedBatchControllerService',
  101.             'App\\Controller\\Admin\\PriceOptimizedController' => 'getPriceOptimizedControllerService',
  102.             'App\\Controller\\Admin\\ProductFeaturingController' => 'getProductFeaturingControllerService',
  103.             'App\\Controller\\Admin\\ProductServiceController' => 'getProductServiceControllerService',
  104.             'App\\Controller\\Admin\\ProductsBatchController' => 'getProductsBatchControllerService',
  105.             'App\\Controller\\Admin\\ProductsController' => 'getProductsControllerService',
  106.             'App\\Controller\\Admin\\RegistrationController' => 'getRegistrationControllerService',
  107.             'App\\Controller\\Admin\\SandboxController' => 'getSandboxControllerService',
  108.             'App\\Controller\\Admin\\SearchController' => 'getSearchControllerService',
  109.             'App\\Controller\\Admin\\SimulationController' => 'getSimulationControllerService',
  110.             'App\\Controller\\Admin\\SpecialOfferController' => 'getSpecialOfferControllerService',
  111.             'App\\Controller\\Admin\\StatsController' => 'getStatsControllerService',
  112.             'App\\Controller\\Admin\\SupplierController' => 'getSupplierControllerService',
  113.             'App\\Controller\\Admin\\SupplierCustomerController' => 'getSupplierCustomerControllerService',
  114.             'App\\Controller\\Admin\\SupplierCustomerLinkRequestController' => 'getSupplierCustomerLinkRequestControllerService',
  115.             'App\\Controller\\Admin\\TagController' => 'getTagControllerService',
  116.             'App\\Controller\\Admin\\TraceController' => 'getTraceControllerService',
  117.             'App\\Controller\\Admin\\TutorialController' => 'getTutorialControllerService',
  118.             'App\\Controller\\Admin\\UserController' => 'getUserControllerService',
  119.             'App\\Controller\\Api\\ApiController' => 'getApiControllerService',
  120.             'App\\Controller\\Api\\CustomerController' => 'getCustomerController2Service',
  121.             'App\\Controller\\Api\\CustomerGroupController' => 'getCustomerGroupController2Service',
  122.             'App\\Controller\\Api\\OrderController' => 'getOrderController2Service',
  123.             'App\\Controller\\Api\\StaffController' => 'getStaffControllerService',
  124.             'App\\Controller\\Api\\SupplierController' => 'getSupplierController2Service',
  125.             'App\\Controller\\Common\\GoogleChatController' => 'getGoogleChatControllerService',
  126.             'App\\Controller\\Common\\InvoiceController' => 'getInvoiceControllerService',
  127.             'App\\Controller\\Front\\AccessTokenController' => 'getAccessTokenControllerService',
  128.             'App\\Controller\\Front\\CartController' => 'getCartControllerService',
  129.             'App\\Controller\\Front\\GuestProductController' => 'getGuestProductControllerService',
  130.             'App\\Controller\\Front\\HomeController' => 'getHomeController2Service',
  131.             'App\\Controller\\Front\\ImpersonateController' => 'getImpersonateControllerService',
  132.             'App\\Controller\\Front\\InvitationController' => 'getInvitationControllerService',
  133.             'App\\Controller\\Front\\InvoiceController' => 'getInvoiceController2Service',
  134.             'App\\Controller\\Front\\MessageController' => 'getMessageController2Service',
  135.             'App\\Controller\\Front\\OrderController' => 'getOrderController3Service',
  136.             'App\\Controller\\Front\\PageCMSController' => 'getPageCMSController2Service',
  137.             'App\\Controller\\Front\\ProductController' => 'getProductControllerService',
  138.             'App\\Controller\\Front\\ProductsListController' => 'getProductsListControllerService',
  139.             'App\\Controller\\Front\\RegistrationController' => 'getRegistrationController2Service',
  140.             'App\\Controller\\Front\\SandboxController' => 'getSandboxController2Service',
  141.             'App\\Controller\\Front\\SearchController' => 'getSearchController2Service',
  142.             'App\\Controller\\Front\\ShopController' => 'getShopControllerService',
  143.             'App\\Controller\\Front\\SupplierController' => 'getSupplierController3Service',
  144.             'App\\Controller\\Front\\TutorialController' => 'getTutorialController2Service',
  145.             'App\\Controller\\Front\\UserController' => 'getUserController2Service',
  146.             'App\\Controller\\Front\\WelcomeController' => 'getWelcomeControllerService',
  147.             'App\\Controller\\InvoiceProcessingProvider\\GuestProductController' => 'getGuestProductController2Service',
  148.             'App\\Controller\\InvoiceProcessingProvider\\HomeController' => 'getHomeController3Service',
  149.             'App\\Controller\\InvoiceProcessingProvider\\InvoiceBatchController' => 'getInvoiceBatchController2Service',
  150.             'App\\Controller\\InvoiceProcessingProvider\\InvoiceController' => 'getInvoiceController3Service',
  151.             'App\\Controller\\InvoiceProcessingProvider\\SupplierController' => 'getSupplierController4Service',
  152.             'App\\Controller\\ResettingController' => 'getResettingControllerService',
  153.             'App\\Controller\\SandboxController' => 'getSandboxController3Service',
  154.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  155.             'App\\Controller\\Suppliers\\EmailAddressController' => 'getEmailAddressControllerService',
  156.             'App\\Model\\Dashboard\\CustomerDashboard' => 'getCustomerDashboardService',
  157.             'App\\RegisterBundle\\Controller\\Api\\ApiController' => 'getApiController2Service',
  158.             'App\\RegisterBundle\\Controller\\Api\\FirebaseTokenController' => 'getFirebaseTokenControllerService',
  159.             'App\\RegisterBundle\\Controller\\Api\\RegisterController' => 'getRegisterControllerService',
  160.             'App\\RegisterBundle\\Controller\\Api\\SupplierController' => 'getSupplierController5Service',
  161.             'App\\StatsBundle\\Controller\\StatController' => 'getStatControllerService',
  162.             'App\\SupplierApiBundle\\Controller\\Api\\ApiController' => 'getApiController3Service',
  163.             'App\\SupplierApiBundle\\Controller\\Api\\MiscController' => 'getMiscControllerService',
  164.             'App\\SupplierApiBundle\\Controller\\Api\\OrderController' => 'getOrderController4Service',
  165.             'App\\SupplierApiBundle\\Controller\\Api\\ProductController' => 'getProductController2Service',
  166.             'App\\SupplierApiBundle\\Controller\\Api\\SecurityController' => 'getSecurityController2Service',
  167.             'App\\SupplierApiBundle\\Services\\OrderService' => 'getOrderServiceService',
  168.             'App\\SupplierApiBundle\\Services\\WebhookService' => 'getWebhookServiceService',
  169.             'App\\Utils\\Admin\\ExportOptimizedPrices' => 'getExportOptimizedPricesService',
  170.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  171.             'FOS\\UserBundle\\Form\\Factory\\FactoryInterface' => 'getFactoryInterfaceService',
  172.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  173.             'Omines\\DataTablesBundle\\DataTableFactory' => 'getDataTableFactoryService',
  174.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  175.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  176.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  177.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  178.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  179.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  180.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  181.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  182.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  183.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  184.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  185.             'cache.app_clearer' => 'getCache_AppClearerService',
  186.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  187.             'cache.system_clearer' => 'getCache_SystemClearerService',
  188.             'cache_warmer' => 'getCacheWarmerService',
  189.             'console.command.public_alias.App\\Command\\Action\\AttachInvoiceToBatchCommand' => 'getAttachInvoiceToBatchCommandService',
  190.             'console.command.public_alias.App\\Command\\Action\\BuildCustomerLatLngCommand' => 'getBuildCustomerLatLngCommandService',
  191.             'console.command.public_alias.App\\Command\\Action\\BuildProdBoughtByCustomerOccurenceCommand' => 'getBuildProdBoughtByCustomerOccurenceCommandService',
  192.             'console.command.public_alias.App\\Command\\Action\\CRMWebhookCommand' => 'getCRMWebhookCommandService',
  193.             'console.command.public_alias.App\\Command\\Action\\ExportOrderItemsQueueCommand' => 'getExportOrderItemsQueueCommandService',
  194.             'console.command.public_alias.App\\Command\\Action\\ExportProductsQueueCommand' => 'getExportProductsQueueCommandService',
  195.             'console.command.public_alias.App\\Command\\Action\\ExportSupplierCustomerQueueCommand' => 'getExportSupplierCustomerQueueCommandService',
  196.             'console.command.public_alias.App\\Command\\Action\\MessagematchRefreshCommand' => 'getMessagematchRefreshCommandService',
  197.             'console.command.public_alias.App\\Command\\Action\\OrderWebhookCommand' => 'getOrderWebhookCommandService',
  198.             'console.command.public_alias.App\\Command\\BuildMergeUnitsPreparationCommand' => 'getBuildMergeUnitsPreparationCommandService',
  199.             'console.command.public_alias.App\\Command\\BuildOrderDeliveryDetailsCommand' => 'getBuildOrderDeliveryDetailsCommandService',
  200.             'console.command.public_alias.App\\Command\\BuildOrderSalePersonCommand' => 'getBuildOrderSalePersonCommandService',
  201.             'console.command.public_alias.App\\Command\\BuildOriginImageFromVariationCommand' => 'getBuildOriginImageFromVariationCommandService',
  202.             'console.command.public_alias.App\\Command\\BuildPartnerSuppliersProductFamiliesCommand' => 'getBuildPartnerSuppliersProductFamiliesCommandService',
  203.             'console.command.public_alias.App\\Command\\BuildProductIdCopyOnOrderItemCommand' => 'getBuildProductIdCopyOnOrderItemCommandService',
  204.             'console.command.public_alias.App\\Command\\BuildProductUnitCommand' => 'getBuildProductUnitCommandService',
  205.             'console.command.public_alias.App\\Command\\BuildProductVariationsCommand' => 'getBuildProductVariationsCommandService',
  206.             'console.command.public_alias.App\\Command\\BuildServicesOnProductsCommand' => 'getBuildServicesOnProductsCommandService',
  207.             'console.command.public_alias.App\\Command\\BuildSupplierPartnerCommand' => 'getBuildSupplierPartnerCommandService',
  208.             'console.command.public_alias.App\\Command\\CleanPriceOptimizedCommand' => 'getCleanPriceOptimizedCommandService',
  209.             'console.command.public_alias.App\\Command\\CleanPriceOptimizedStartDateCommand' => 'getCleanPriceOptimizedStartDateCommandService',
  210.             'console.command.public_alias.App\\Command\\ConvertValuesTypeCommand' => 'getConvertValuesTypeCommandService',
  211.             'console.command.public_alias.App\\Command\\Cron\\AvgTurnoverEventToDispatcherCommand' => 'getAvgTurnoverEventToDispatcherCommandService',
  212.             'console.command.public_alias.App\\Command\\Cron\\BroadcastWeatherMsgCommand' => 'getBroadcastWeatherMsgCommandService',
  213.             'console.command.public_alias.App\\Command\\Cron\\DisableEndingPromoProductCommand' => 'getDisableEndingPromoProductCommandService',
  214.             'console.command.public_alias.App\\Command\\Cron\\SendMessageNotificationCommand' => 'getSendMessageNotificationCommandService',
  215.             'console.command.public_alias.App\\Command\\Cron\\SendReportingEndingOptimizedPricesCommand' => 'getSendReportingEndingOptimizedPricesCommandService',
  216.             'console.command.public_alias.App\\Command\\ExecuteNextActionCommand' => 'getExecuteNextActionCommandService',
  217.             'console.command.public_alias.App\\Command\\GeneratePasswordCommand' => 'getGeneratePasswordCommandService',
  218.             'console.command.public_alias.App\\Command\\IndexProductsCommand' => 'getIndexProductsCommandService',
  219.             'console.command.public_alias.App\\Command\\OneShot\\AddFavoritesProductsToCustomerFromCustomer' => 'getAddFavoritesProductsToCustomerFromCustomerService',
  220.             'console.command.public_alias.App\\Command\\OneShot\\AddFavoritesProductsToCustomerGroupCommand' => 'getAddFavoritesProductsToCustomerGroupCommandService',
  221.             'console.command.public_alias.App\\Command\\OneShot\\AddHashToOrdersCommand' => 'getAddHashToOrdersCommandService',
  222.             'console.command.public_alias.App\\Command\\OneShot\\AddLabelsCommand' => 'getAddLabelsCommandService',
  223.             'console.command.public_alias.App\\Command\\OneShot\\AddProdTypeToOrderItemCommand' => 'getAddProdTypeToOrderItemCommandService',
  224.             'console.command.public_alias.App\\Command\\OneShot\\AllAdminsCanSeePricesCommand' => 'getAllAdminsCanSeePricesCommandService',
  225.             'console.command.public_alias.App\\Command\\OneShot\\AttributeAnAdminUserToCustomerGroupsCommand' => 'getAttributeAnAdminUserToCustomerGroupsCommandService',
  226.             'console.command.public_alias.App\\Command\\OneShot\\BuildDefaultDeliveryModelCommand' => 'getBuildDefaultDeliveryModelCommandService',
  227.             'console.command.public_alias.App\\Command\\OneShot\\BuildSuppliersDeliveryAreaCommand' => 'getBuildSuppliersDeliveryAreaCommandService',
  228.             'console.command.public_alias.App\\Command\\OneShot\\CheckGroupAdminCommand' => 'getCheckGroupAdminCommandService',
  229.             'console.command.public_alias.App\\Command\\OneShot\\CheckZohoOrderMappingCommand' => 'getCheckZohoOrderMappingCommandService',
  230.             'console.command.public_alias.App\\Command\\OneShot\\CleanCartsWithoutItemsCommand' => 'getCleanCartsWithoutItemsCommandService',
  231.             'console.command.public_alias.App\\Command\\OneShot\\CleanEOYProductsPricesCommand' => 'getCleanEOYProductsPricesCommandService',
  232.             'console.command.public_alias.App\\Command\\OneShot\\CleanOrdersSalesPersonCommand' => 'getCleanOrdersSalesPersonCommandService',
  233.             'console.command.public_alias.App\\Command\\OneShot\\CleanSpecificCustomersCommand' => 'getCleanSpecificCustomersCommandService',
  234.             'console.command.public_alias.App\\Command\\OneShot\\CleanWithBadImageProductsCommand' => 'getCleanWithBadImageProductsCommandService',
  235.             'console.command.public_alias.App\\Command\\OneShot\\CloneNonPartnerConfirmedProductsAsGuestProductsCommand' => 'getCloneNonPartnerConfirmedProductsAsGuestProductsCommandService',
  236.             'console.command.public_alias.App\\Command\\OneShot\\CompareRevenueCommand' => 'getCompareRevenueCommandService',
  237.             'console.command.public_alias.App\\Command\\OneShot\\DebugOrderDashboardCommand' => 'getDebugOrderDashboardCommandService',
  238.             'console.command.public_alias.App\\Command\\OneShot\\DispatchCustomerGroupsCreationCommand' => 'getDispatchCustomerGroupsCreationCommandService',
  239.             'console.command.public_alias.App\\Command\\OneShot\\DispatchCustomerLinkGroupCommand' => 'getDispatchCustomerLinkGroupCommandService',
  240.             'console.command.public_alias.App\\Command\\OneShot\\EOYProductsPanoramaCommand' => 'getEOYProductsPanoramaCommandService',
  241.             'console.command.public_alias.App\\Command\\OneShot\\FixBrandSearchCommand' => 'getFixBrandSearchCommandService',
  242.             'console.command.public_alias.App\\Command\\OneShot\\FixDeliveryModelsCommand' => 'getFixDeliveryModelsCommandService',
  243.             'console.command.public_alias.App\\Command\\OneShot\\FromSimuToMercuCommand' => 'getFromSimuToMercuCommandService',
  244.             'console.command.public_alias.App\\Command\\OneShot\\IndexOrderItemsCommand' => 'getIndexOrderItemsCommandService',
  245.             'console.command.public_alias.App\\Command\\OneShot\\ListCustomersUsingGuestSuppliersCommand' => 'getListCustomersUsingGuestSuppliersCommandService',
  246.             'console.command.public_alias.App\\Command\\OneShot\\ListProductWithImageNotOnDiskCommand' => 'getListProductWithImageNotOnDiskCommandService',
  247.             'console.command.public_alias.App\\Command\\OneShot\\MergeCustomerGroupsCommand' => 'getMergeCustomerGroupsCommandService',
  248.             'console.command.public_alias.App\\Command\\OneShot\\PlugTagsOnOrderItemsCommand' => 'getPlugTagsOnOrderItemsCommandService',
  249.             'console.command.public_alias.App\\Command\\OneShot\\PostCovidIndicatorsCommand' => 'getPostCovidIndicatorsCommandService',
  250.             'console.command.public_alias.App\\Command\\OneShot\\RebuildProductFeaturingOnOrderItemsCommand' => 'getRebuildProductFeaturingOnOrderItemsCommandService',
  251.             'console.command.public_alias.App\\Command\\OneShot\\RebuildVariationBasedOnOrdersCommand' => 'getRebuildVariationBasedOnOrdersCommandService',
  252.             'console.command.public_alias.App\\Command\\OneShot\\RemoveOptiPriceAndFavoritesFromCustomerCommand' => 'getRemoveOptiPriceAndFavoritesFromCustomerCommandService',
  253.             'console.command.public_alias.App\\Command\\OneShot\\RemoveProdsCommand' => 'getRemoveProdsCommandService',
  254.             'console.command.public_alias.App\\Command\\OneShot\\SandboxCommand' => 'getSandboxCommandService',
  255.             'console.command.public_alias.App\\Command\\OneShot\\SendAllSupplierCRMInfosCommand' => 'getSendAllSupplierCRMInfosCommandService',
  256.             'console.command.public_alias.App\\Command\\OneShot\\TagEndOfYearCommand' => 'getTagEndOfYearCommandService',
  257.             'console.command.public_alias.App\\Command\\OneShot\\UpdatePrestachefIdInZohoCommand' => 'getUpdatePrestachefIdInZohoCommandService',
  258.             'console.command.public_alias.App\\Command\\OneShot\\UpdateTagsFieldOnExistingProductsCommand' => 'getUpdateTagsFieldOnExistingProductsCommandService',
  259.             'console.command.public_alias.App\\Command\\OneShot\\VerifyOrderDispatchCommand' => 'getVerifyOrderDispatchCommandService',
  260.             'console.command.public_alias.App\\Command\\PeRefreshProdAssetsCommand' => 'getPeRefreshProdAssetsCommandService',
  261.             'console.command.public_alias.App\\Command\\RegenerateSlugCommand' => 'getRegenerateSlugCommandService',
  262.             'console.command.public_alias.App\\Command\\RemoveCustomerCommand' => 'getRemoveCustomerCommandService',
  263.             'console.command.public_alias.App\\Command\\RemoveProductsFromSupplierCommand' => 'getRemoveProductsFromSupplierCommandService',
  264.             'console.command.public_alias.App\\Command\\RemoveSupplierCommand' => 'getRemoveSupplierCommandService',
  265.             'console.command.public_alias.App\\Command\\RemoveTimeoutCartCommand' => 'getRemoveTimeoutCartCommandService',
  266.             'console.command.public_alias.App\\Command\\ValidateAllProductsCommand' => 'getValidateAllProductsCommandService',
  267.             'console.command.public_alias.App\\DispatcherBridgeBundle\\Command\\SendEventCommand' => 'getSendEventCommandService',
  268.             'console.command.public_alias.App\\StatsBundle\\Command\\BuildValuesCommand' => 'getBuildValuesCommandService',
  269.             'console.command_loader' => 'getConsole_CommandLoaderService',
  270.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  271.             'doctrine.dbal.extranet_malys_connection' => 'getDoctrine_Dbal_ExtranetMalysConnectionService',
  272.             'eight_points_guzzle.client.dark_sky' => 'getEightPointsGuzzle_Client_DarkSkyService',
  273.             'eight_points_guzzle.client.dumb_dispatcher' => 'getEightPointsGuzzle_Client_DumbDispatcherService',
  274.             'eight_points_guzzle.client.open_weather_map' => 'getEightPointsGuzzle_Client_OpenWeatherMapService',
  275.             'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
  276.             'eight_points_guzzle.handler_stack.dark_sky' => 'getEightPointsGuzzle_HandlerStack_DarkSkyService',
  277.             'eight_points_guzzle.handler_stack.dumb_dispatcher' => 'getEightPointsGuzzle_HandlerStack_DumbDispatcherService',
  278.             'eight_points_guzzle.handler_stack.open_weather_map' => 'getEightPointsGuzzle_HandlerStack_OpenWeatherMapService',
  279.             'eight_points_guzzle.middleware.event_dispatch.dark_sky' => 'getEightPointsGuzzle_Middleware_EventDispatch_DarkSkyService',
  280.             'eight_points_guzzle.middleware.event_dispatch.dumb_dispatcher' => 'getEightPointsGuzzle_Middleware_EventDispatch_DumbDispatcherService',
  281.             'eight_points_guzzle.middleware.event_dispatch.open_weather_map' => 'getEightPointsGuzzle_Middleware_EventDispatch_OpenWeatherMapService',
  282.             'eight_points_guzzle.middleware.log.dark_sky' => 'getEightPointsGuzzle_Middleware_Log_DarkSkyService',
  283.             'eight_points_guzzle.middleware.log.dumb_dispatcher' => 'getEightPointsGuzzle_Middleware_Log_DumbDispatcherService',
  284.             'eight_points_guzzle.middleware.log.open_weather_map' => 'getEightPointsGuzzle_Middleware_Log_OpenWeatherMapService',
  285.             'eight_points_guzzle.middleware.profile.dark_sky' => 'getEightPointsGuzzle_Middleware_Profile_DarkSkyService',
  286.             'eight_points_guzzle.middleware.profile.dumb_dispatcher' => 'getEightPointsGuzzle_Middleware_Profile_DumbDispatcherService',
  287.             'eight_points_guzzle.middleware.profile.open_weather_map' => 'getEightPointsGuzzle_Middleware_Profile_OpenWeatherMapService',
  288.             'eight_points_guzzle.middleware.request_time.dark_sky' => 'getEightPointsGuzzle_Middleware_RequestTime_DarkSkyService',
  289.             'eight_points_guzzle.middleware.request_time.dumb_dispatcher' => 'getEightPointsGuzzle_Middleware_RequestTime_DumbDispatcherService',
  290.             'eight_points_guzzle.middleware.request_time.open_weather_map' => 'getEightPointsGuzzle_Middleware_RequestTime_OpenWeatherMapService',
  291.             'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
  292.             'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
  293.             'error_controller' => 'getErrorControllerService',
  294.             'fos_elastica.client.default' => 'getFosElastica_Client_DefaultService',
  295.             'fos_elastica.config_manager' => 'getFosElastica_ConfigManagerService',
  296.             'fos_elastica.config_manager.index_templates' => 'getFosElastica_ConfigManager_IndexTemplatesService',
  297.             'fos_elastica.elastica_to_model_transformer.collection.app' => 'getFosElastica_ElasticaToModelTransformer_Collection_AppService',
  298.             'fos_elastica.elastica_to_model_transformer.collection.backoffice' => 'getFosElastica_ElasticaToModelTransformer_Collection_BackofficeService',
  299.             'fos_elastica.elastica_to_model_transformer.collection.front_users' => 'getFosElastica_ElasticaToModelTransformer_Collection_FrontUsersService',
  300.             'fos_elastica.elastica_to_model_transformer.collection.order_analysis_items' => 'getFosElastica_ElasticaToModelTransformer_Collection_OrderAnalysisItemsService',
  301.             'fos_elastica.elastica_to_model_transformer.collection.suppliers' => 'getFosElastica_ElasticaToModelTransformer_Collection_SuppliersService',
  302.             'fos_elastica.filter_objects_listener' => 'getFosElastica_FilterObjectsListenerService',
  303.             'fos_elastica.finder.app' => 'getFosElastica_Finder_AppService',
  304.             'fos_elastica.finder.app.product' => 'getFosElastica_Finder_App_ProductService',
  305.             'fos_elastica.finder.backoffice' => 'getFosElastica_Finder_BackofficeService',
  306.             'fos_elastica.finder.backoffice.customer' => 'getFosElastica_Finder_Backoffice_CustomerService',
  307.             'fos_elastica.finder.backoffice.customer_group' => 'getFosElastica_Finder_Backoffice_CustomerGroupService',
  308.             'fos_elastica.finder.backoffice.product' => 'getFosElastica_Finder_Backoffice_ProductService',
  309.             'fos_elastica.finder.backoffice.simulation' => 'getFosElastica_Finder_Backoffice_SimulationService',
  310.             'fos_elastica.finder.backoffice.supplier' => 'getFosElastica_Finder_Backoffice_SupplierService',
  311.             'fos_elastica.finder.backoffice.supplier_customer_link' => 'getFosElastica_Finder_Backoffice_SupplierCustomerLinkService',
  312.             'fos_elastica.finder.backoffice.user' => 'getFosElastica_Finder_Backoffice_UserService',
  313.             'fos_elastica.finder.front_users' => 'getFosElastica_Finder_FrontUsersService',
  314.             'fos_elastica.finder.front_users.user' => 'getFosElastica_Finder_FrontUsers_UserService',
  315.             'fos_elastica.finder.order_analysis_items' => 'getFosElastica_Finder_OrderAnalysisItemsService',
  316.             'fos_elastica.finder.order_analysis_items.order_item' => 'getFosElastica_Finder_OrderAnalysisItems_OrderItemService',
  317.             'fos_elastica.finder.suppliers' => 'getFosElastica_Finder_SuppliersService',
  318.             'fos_elastica.finder.suppliers.supplier' => 'getFosElastica_Finder_Suppliers_SupplierService',
  319.             'fos_elastica.in_place_pager_persister' => 'getFosElastica_InPlacePagerPersisterService',
  320.             'fos_elastica.index.app' => 'getFosElastica_Index_AppService',
  321.             'fos_elastica.index.app.product' => 'getFosElastica_Index_App_ProductService',
  322.             'fos_elastica.index.backoffice' => 'getFosElastica_Index_BackofficeService',
  323.             'fos_elastica.index.backoffice.customer' => 'getFosElastica_Index_Backoffice_CustomerService',
  324.             'fos_elastica.index.backoffice.customer_group' => 'getFosElastica_Index_Backoffice_CustomerGroupService',
  325.             'fos_elastica.index.backoffice.product' => 'getFosElastica_Index_Backoffice_ProductService',
  326.             'fos_elastica.index.backoffice.simulation' => 'getFosElastica_Index_Backoffice_SimulationService',
  327.             'fos_elastica.index.backoffice.supplier' => 'getFosElastica_Index_Backoffice_SupplierService',
  328.             'fos_elastica.index.backoffice.supplier_customer_link' => 'getFosElastica_Index_Backoffice_SupplierCustomerLinkService',
  329.             'fos_elastica.index.backoffice.user' => 'getFosElastica_Index_Backoffice_UserService',
  330.             'fos_elastica.index.front_users' => 'getFosElastica_Index_FrontUsersService',
  331.             'fos_elastica.index.front_users.user' => 'getFosElastica_Index_FrontUsers_UserService',
  332.             'fos_elastica.index.order_analysis_items' => 'getFosElastica_Index_OrderAnalysisItemsService',
  333.             'fos_elastica.index.order_analysis_items.order_item' => 'getFosElastica_Index_OrderAnalysisItems_OrderItemService',
  334.             'fos_elastica.index.suppliers' => 'getFosElastica_Index_SuppliersService',
  335.             'fos_elastica.index.suppliers.supplier' => 'getFosElastica_Index_Suppliers_SupplierService',
  336.             'fos_elastica.index_manager' => 'getFosElastica_IndexManagerService',
  337.             'fos_elastica.index_template_manager' => 'getFosElastica_IndexTemplateManagerService',
  338.             'fos_elastica.manager.orm' => 'getFosElastica_Manager_OrmService',
  339.             'fos_elastica.object_persister.app.product' => 'getFosElastica_ObjectPersister_App_ProductService',
  340.             'fos_elastica.object_persister.backoffice.customer' => 'getFosElastica_ObjectPersister_Backoffice_CustomerService',
  341.             'fos_elastica.object_persister.backoffice.customer_group' => 'getFosElastica_ObjectPersister_Backoffice_CustomerGroupService',
  342.             'fos_elastica.object_persister.backoffice.product' => 'getFosElastica_ObjectPersister_Backoffice_ProductService',
  343.             'fos_elastica.object_persister.backoffice.simulation' => 'getFosElastica_ObjectPersister_Backoffice_SimulationService',
  344.             'fos_elastica.object_persister.backoffice.supplier' => 'getFosElastica_ObjectPersister_Backoffice_SupplierService',
  345.             'fos_elastica.object_persister.backoffice.supplier_customer_link' => 'getFosElastica_ObjectPersister_Backoffice_SupplierCustomerLinkService',
  346.             'fos_elastica.object_persister.backoffice.user' => 'getFosElastica_ObjectPersister_Backoffice_UserService',
  347.             'fos_elastica.object_persister.front_users.user' => 'getFosElastica_ObjectPersister_FrontUsers_UserService',
  348.             'fos_elastica.object_persister.order_analysis_items.order_item' => 'getFosElastica_ObjectPersister_OrderAnalysisItems_OrderItemService',
  349.             'fos_elastica.object_persister.suppliers.supplier' => 'getFosElastica_ObjectPersister_Suppliers_SupplierService',
  350.             'fos_elastica.pager_persister_registry' => 'getFosElastica_PagerPersisterRegistryService',
  351.             'fos_elastica.pager_provider.app.product' => 'getFosElastica_PagerProvider_App_ProductService',
  352.             'fos_elastica.pager_provider.backoffice.customer' => 'getFosElastica_PagerProvider_Backoffice_CustomerService',
  353.             'fos_elastica.pager_provider.backoffice.customer_group' => 'getFosElastica_PagerProvider_Backoffice_CustomerGroupService',
  354.             'fos_elastica.pager_provider.backoffice.product' => 'getFosElastica_PagerProvider_Backoffice_ProductService',
  355.             'fos_elastica.pager_provider.backoffice.simulation' => 'getFosElastica_PagerProvider_Backoffice_SimulationService',
  356.             'fos_elastica.pager_provider.backoffice.supplier' => 'getFosElastica_PagerProvider_Backoffice_SupplierService',
  357.             'fos_elastica.pager_provider.backoffice.supplier_customer_link' => 'getFosElastica_PagerProvider_Backoffice_SupplierCustomerLinkService',
  358.             'fos_elastica.pager_provider.backoffice.user' => 'getFosElastica_PagerProvider_Backoffice_UserService',
  359.             'fos_elastica.pager_provider.front_users.user' => 'getFosElastica_PagerProvider_FrontUsers_UserService',
  360.             'fos_elastica.pager_provider.order_analysis_items.order_item' => 'getFosElastica_PagerProvider_OrderAnalysisItems_OrderItemService',
  361.             'fos_elastica.pager_provider.suppliers.supplier' => 'getFosElastica_PagerProvider_Suppliers_SupplierService',
  362.             'fos_elastica.pager_provider_registry' => 'getFosElastica_PagerProviderRegistryService',
  363.             'fos_elastica.paginator.subscriber' => 'getFosElastica_Paginator_SubscriberService',
  364.             'fos_elastica.persister_registry' => 'getFosElastica_PersisterRegistryService',
  365.             'fos_elastica.repository_manager' => 'getFosElastica_RepositoryManagerService',
  366.             'fos_elastica.resetter' => 'getFosElastica_ResetterService',
  367.             'fos_elastica.template_resetter' => 'getFosElastica_TemplateResetterService',
  368.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  369.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  370.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  371.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  372.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  373.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  374.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  375.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  376.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  377.             'knp_paginator' => 'getKnpPaginatorService',
  378.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  379.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  380.             'kreait_firebase.applis_mobiles_prestachef.auth' => 'getKreaitFirebase_ApplisMobilesPrestachef_AuthService',
  381.             'kreait_firebase.applis_mobiles_prestachef.database' => 'getKreaitFirebase_ApplisMobilesPrestachef_DatabaseService',
  382.             'kreait_firebase.applis_mobiles_prestachef.dynamic_links' => 'getKreaitFirebase_ApplisMobilesPrestachef_DynamicLinksService',
  383.             'kreait_firebase.applis_mobiles_prestachef.firestore' => 'getKreaitFirebase_ApplisMobilesPrestachef_FirestoreService',
  384.             'kreait_firebase.applis_mobiles_prestachef.messaging' => 'getKreaitFirebase_ApplisMobilesPrestachef_MessagingService',
  385.             'kreait_firebase.applis_mobiles_prestachef.remote_config' => 'getKreaitFirebase_ApplisMobilesPrestachef_RemoteConfigService',
  386.             'kreait_firebase.applis_mobiles_prestachef.storage' => 'getKreaitFirebase_ApplisMobilesPrestachef_StorageService',
  387.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  388.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  389.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  390.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  391.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  392.             'liip_imagine.binary.loader.invoices' => 'getLiipImagine_Binary_Loader_InvoicesService',
  393.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  394.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  395.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  396.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  397.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  398.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  399.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  400.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  401.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  402.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  403.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
  404.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  405.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  406.             'phpoffice.spreadsheet' => 'getPhpoffice_SpreadsheetService',
  407.             'routing.loader' => 'getRouting_LoaderService',
  408.             'services_resetter' => 'getServicesResetterService',
  409.             'stats.async_calculator_register' => 'getStats_AsyncCalculatorRegisterService',
  410.             'stats.live_calculator_register' => 'getStats_LiveCalculatorRegisterService',
  411.             'test.client' => 'getTest_ClientService',
  412.             'test.private_services_locator' => 'getTest_PrivateServicesLocatorService',
  413.             'test.service_container' => 'getTest_ServiceContainerService',
  414.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  415.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  416.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  417.             'vich_uploader.namer_uniqid.category_picture' => 'getVichUploader_NamerUniqid_CategoryPictureService',
  418.             'vich_uploader.namer_uniqid.invoice_file' => 'getVichUploader_NamerUniqid_InvoiceFileService',
  419.             'vich_uploader.namer_uniqid.label_picture' => 'getVichUploader_NamerUniqid_LabelPictureService',
  420.             'vich_uploader.namer_uniqid.product_picture' => 'getVichUploader_NamerUniqid_ProductPictureService',
  421.             'vich_uploader.namer_uniqid.supplier_picture' => 'getVichUploader_NamerUniqid_SupplierPictureService',
  422.             'vich_uploader.namer_uniqid.tutorial_picture' => 'getVichUploader_NamerUniqid_TutorialPictureService',
  423.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  424.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  425.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  426.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  427.         ];
  428.         $this->aliases = [
  429.             'App\\Kernel' => 'kernel',
  430.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  431.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  432.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  433.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  434.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  435.             'Kreait\\Firebase\\Contract\\Auth' => 'kreait_firebase.applis_mobiles_prestachef.auth',
  436.             'Kreait\\Firebase\\Contract\\Database' => 'kreait_firebase.applis_mobiles_prestachef.database',
  437.             'Kreait\\Firebase\\Contract\\DynamicLinks' => 'kreait_firebase.applis_mobiles_prestachef.dynamic_links',
  438.             'Kreait\\Firebase\\Contract\\Firestore' => 'kreait_firebase.applis_mobiles_prestachef.firestore',
  439.             'Kreait\\Firebase\\Contract\\Messaging' => 'kreait_firebase.applis_mobiles_prestachef.messaging',
  440.             'Kreait\\Firebase\\Contract\\RemoteConfig' => 'kreait_firebase.applis_mobiles_prestachef.remote_config',
  441.             'Kreait\\Firebase\\Contract\\Storage' => 'kreait_firebase.applis_mobiles_prestachef.storage',
  442.             'database_connection' => 'doctrine.dbal.default_connection',
  443.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  444.             'fos_elastica.client' => 'fos_elastica.client.default',
  445.             'fos_elastica.index' => 'fos_elastica.index.backoffice',
  446.             'fos_elastica.manager' => 'fos_elastica.manager.orm',
  447.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  448.             'jms_serializer.instances.default' => 'jms_serializer',
  449.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  450.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  451.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  452.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  453.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  454.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  455.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  456.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  457.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  458.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  459.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  460.         ];
  461.         $this->privates['service_container'] = function () {
  462.             include_once \dirname(__DIR__4).'/src/StatsBundle/Model/GAEventsReference.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  469.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  471.             include_once \dirname(__DIR__4).'/src/EventListener/InterceptLoginRouteSubscriber.php';
  472.             include_once \dirname(__DIR__4).'/src/EventListener/LoggerSubscriber.php';
  473.             include_once \dirname(__DIR__4).'/src/Model/GeneralModel.php';
  474.             include_once \dirname(__DIR__4).'/src/Model/Cart/Cart.php';
  475.             include_once \dirname(__DIR__4).'/src/Model/Cart/CartFactory.php';
  476.             include_once \dirname(__DIR__4).'/src/Model/Cart/CartItemFactory.php';
  477.             include_once \dirname(__DIR__4).'/src/Model/Cart/SupplierCartFactory.php';
  478.             include_once \dirname(__DIR__4).'/src/Model/CategoryFactory.php';
  479.             include_once \dirname(__DIR__4).'/src/Model/CustomerGroupFactory.php';
  480.             include_once \dirname(__DIR__4).'/src/Model/DeliveryModelFactory.php';
  481.             include_once \dirname(__DIR__4).'/src/Model/ProductFactory.php';
  482.             include_once \dirname(__DIR__4).'/src/Model/ProductServiceFactory.php';
  483.             include_once \dirname(__DIR__4).'/src/Model/ProductVariationFactory.php';
  484.             include_once \dirname(__DIR__4).'/src/Model/ShopFactory.php';
  485.             include_once \dirname(__DIR__4).'/src/Model/SupplierFactory.php';
  486.             include_once \dirname(__DIR__4).'/src/Model/SupplierHolidayCollection.php';
  487.             include_once \dirname(__DIR__4).'/src/Model/SupplierHolidayFactory.php';
  488.             include_once \dirname(__DIR__4).'/src/Model/TraceFactory.php';
  489.             include_once \dirname(__DIR__4).'/src/Model/User/User.php';
  490.             include_once \dirname(__DIR__4).'/src/Model/User/UserChoiceFactory.php';
  491.             include_once \dirname(__DIR__4).'/src/Model/User/UserFactory.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  493.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  494.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  495.             include_once \dirname(__DIR__4).'/src/Repository/GeneralRepository.php';
  496.             include_once \dirname(__DIR__4).'/src/Repository/OrderItemRepository.php';
  497.             include_once \dirname(__DIR__4).'/src/Service/EntityImageFetcher.php';
  498.             include_once \dirname(__DIR__4).'/src/Service/EntityJournal.php';
  499.             include_once \dirname(__DIR__4).'/src/Service/FlashbagService.php';
  500.             include_once \dirname(__DIR__4).'/src/Service/PriceProductService.php';
  501.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  503.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  505.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  508.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  509.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  510.             include_once \dirname(__DIR__4).'/src/Service/UserTraceLogHandler.php';
  511.             include_once \dirname(__DIR__4).'/src/SupplierApiBundle/Services/SupplierRequestLogger.php';
  512.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  514.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  515.             include_once \dirname(__DIR__4).'/src/Twig/DateExtension.php';
  516.             include_once \dirname(__DIR__4).'/src/Twig/EntityJournalExtension.php';
  517.             include_once \dirname(__DIR__4).'/src/Twig/FacetFormExtension.php';
  518.             include_once \dirname(__DIR__4).'/src/Twig/InstanceOfExtension.php';
  519.             include_once \dirname(__DIR__4).'/src/Twig/MenuExtension.php';
  520.             include_once \dirname(__DIR__4).'/src/Twig/StatusExtension.php';
  521.             include_once \dirname(__DIR__4).'/src/Twig/UtilsExtension.php';
  522.             include_once \dirname(__DIR__4).'/src/Twig/WeatherExtension.php';
  523.             include_once \dirname(__DIR__4).'/src/EventListener/ControllerListener.php';
  524.             include_once \dirname(__DIR__4).'/src/Model/Tracker.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  536.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  551.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  599.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  600.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  601.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  655.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  657.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  659.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  670.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  672.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  697.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  704.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  706.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  707.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  709.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  711.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  712.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  714.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  715.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  716.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  717.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  718.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  719.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  720.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  723.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  726.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  727.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  728.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  729.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  731.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  732.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  734.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  735.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  736.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  737.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  739.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  740.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  741.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  745.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  746.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  747.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  748.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  749.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  750.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerTrait.php';
  751.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  752.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  753.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  754.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  756.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  757.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  758.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  759.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  760.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  761.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  763.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  764.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  765.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  766.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  767.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  768.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  770.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  772.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  773.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  774.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  775.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  778.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  779.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  780.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  781.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  782.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  783.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  784.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  785.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  786.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  787.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  788.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  789.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  790.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  791.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  792.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  793.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  794.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  797.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  798.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  799.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  800.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  801.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  802.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  803.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  804.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  807.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  808.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
  809.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  810.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  811.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  812.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  813.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  815.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  816.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  817.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  818.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  819.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  820.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  821.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  822.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  824.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  825.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  826.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  827.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  828.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  829.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  830.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  831.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  832.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  833.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  834.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  835.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  836.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  838.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  839.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  840.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  841.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  842.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  843.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  844.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  845.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  846.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  847.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  848.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  849.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  850.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  851.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  852.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  853.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  854.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  855.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  856.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  857.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  858.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  859.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  860.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  861.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  863.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  864.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  865.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  867.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  868.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  869.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  870.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Validator/Initializer.php';
  871.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
  872.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
  873.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
  874.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  875.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  890.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  891.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  892.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  893.             include_once \dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Twig/DataTablesExtension.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  897.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  898.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  899.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  900.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  901.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  902.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  903.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  904.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  905.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  914.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  916.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  917.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  918.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  932.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  933.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  934.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  935.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  936.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  937.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  938.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  939.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  940.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  945.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  946.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  947.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  948.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  949.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  950.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  951.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  952.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  953.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  954.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  960.         };
  961.     }
  962.     public function compile(): void
  963.     {
  964.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  965.     }
  966.     public function isCompiled(): bool
  967.     {
  968.         return true;
  969.     }
  970.     public function getRemovedIds(): array
  971.     {
  972.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  973.     }
  974.     protected function load($file$lazyLoad true)
  975.     {
  976.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  977.             return $class::do($this$lazyLoad);
  978.         }
  979.         if ('.' === $file[-4]) {
  980.             $class substr($class0, -4);
  981.         } else {
  982.             $file .= '.php';
  983.         }
  984.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  985.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  986.     }
  987.     /**
  988.      * Gets the public '.container.private.filesystem' shared service.
  989.      *
  990.      * @return \Symfony\Component\Filesystem\Filesystem
  991.      */
  992.     protected function get_Container_Private_FilesystemService()
  993.     {
  994.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  995.     }
  996.     /**
  997.      * Gets the public '.container.private.profiler' shared service.
  998.      *
  999.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1000.      */
  1001.     protected function get_Container_Private_ProfilerService()
  1002.     {
  1003.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(($this->privates['profiler.storage'] ?? ($this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')))), ($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), true);
  1004.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1005.         $instance->add(($this->privates['data_collector.time'] ?? $this->getDataCollector_TimeService()));
  1006.         $instance->add(($this->privates['data_collector.memory'] ?? ($this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector())));
  1007.         $instance->add(($this->privates['data_collector.validator'] ?? $this->getDataCollector_ValidatorService()));
  1008.         $instance->add(($this->privates['data_collector.ajax'] ?? ($this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector())));
  1009.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1010.         $instance->add(($this->privates['data_collector.exception'] ?? ($this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector())));
  1011.         $instance->add(($this->privates['data_collector.logger'] ?? $this->getDataCollector_LoggerService()));
  1012.         $instance->add(($this->privates['data_collector.events'] ?? $this->getDataCollector_EventsService()));
  1013.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1014.         $instance->add(($this->privates['data_collector.cache'] ?? $this->getDataCollector_CacheService()));
  1015.         $instance->add(($this->privates['data_collector.translation'] ?? $this->getDataCollector_TranslationService()));
  1016.         $instance->add(($this->privates['data_collector.security'] ?? $this->getDataCollector_SecurityService()));
  1017.         $instance->add(($this->privates['data_collector.twig'] ?? $this->getDataCollector_TwigService()));
  1018.         $instance->add(($this->privates['data_collector.http_client'] ?? $this->getDataCollector_HttpClientService()));
  1019.         $instance->add(($this->privates['data_collector.doctrine'] ?? $this->getDataCollector_DoctrineService()));
  1020.         $instance->add(($this->privates['mailer.data_collector'] ?? $this->getMailer_DataCollectorService()));
  1021.         $instance->add(($this->privates['Vich\\UploaderBundle\\DataCollector\\MappingCollector'] ?? $this->getMappingCollectorService()));
  1022.         $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  1023.         $instance->add(($this->privates['fos_elastica.data_collector'] ?? $this->getFosElastica_DataCollectorService()));
  1024.         $instance->add(($this->privates['jms_serializer.data_collector'] ?? $this->getJmsSerializer_DataCollectorService()));
  1025.         $instance->add(($this->privates['data_collector.config'] ?? $this->getDataCollector_ConfigService()));
  1026.         return $instance;
  1027.     }
  1028.     /**
  1029.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1030.      *
  1031.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1032.      */
  1033.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1034.     {
  1035.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1036.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1037.             return $this->services['.container.private.security.authorization_checker'];
  1038.         }
  1039.         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()), $afalsefalsefalse);
  1040.     }
  1041.     /**
  1042.      * Gets the public '.container.private.security.token_storage' shared service.
  1043.      *
  1044.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1045.      */
  1046.     protected function get_Container_Private_Security_TokenStorageService()
  1047.     {
  1048.         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, [
  1049.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1050.         ], [
  1051.             'request_stack' => '?',
  1052.         ]));
  1053.     }
  1054.     /**
  1055.      * Gets the public '.container.private.session' shared service.
  1056.      *
  1057.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1058.      */
  1059.     protected function get_Container_Private_SessionService()
  1060.     {
  1061.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1062.         if (isset($this->services['.container.private.session'])) {
  1063.             return $this->services['.container.private.session'];
  1064.         }
  1065.         return $this->services['.container.private.session'] = $a->createSession();
  1066.     }
  1067.     /**
  1068.      * Gets the public '.container.private.twig' shared service.
  1069.      *
  1070.      * @return \Twig\Environment
  1071.      */
  1072.     protected function get_Container_Private_TwigService()
  1073.     {
  1074.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1075.         $a = ($this->privates['twig.missing_extension_suggestor'] ?? ($this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor()));
  1076.         $instance->addExtension(($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension())));
  1077.         $instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
  1078.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  1079.         $instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
  1080.         $instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
  1081.         $instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
  1082.         $instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
  1083.         $instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
  1084.         $instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
  1085.         $instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
  1086.         $instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
  1087.         $instance->addExtension(($this->privates['twig.extension.serializer'] ?? ($this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension())));
  1088.         $instance->addExtension(($this->privates['twig.extension.form'] ?? $this->getTwig_Extension_FormService()));
  1089.         $instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
  1090.         $instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
  1091.         $instance->addExtension(($this->privates['App\\Twig\\AppExtension'] ?? ($this->privates['App\\Twig\\AppExtension'] = new \App\Twig\AppExtension())));
  1092.         $instance->addExtension(($this->privates['App\\Twig\\DateExtension'] ?? $this->getDateExtensionService()));
  1093.         $instance->addExtension(($this->privates['App\\Twig\\EntityJournalExtension'] ?? $this->getEntityJournalExtensionService()));
  1094.         $instance->addExtension(($this->privates['App\\Twig\\FacetFormExtension'] ?? ($this->privates['App\\Twig\\FacetFormExtension'] = new \App\Twig\FacetFormExtension())));
  1095.         $instance->addExtension(($this->privates['App\\Twig\\InstanceOfExtension'] ?? ($this->privates['App\\Twig\\InstanceOfExtension'] = new \App\Twig\InstanceOfExtension())));
  1096.         $instance->addExtension(($this->privates['App\\Twig\\MenuExtension'] ?? $this->getMenuExtensionService()));
  1097.         $instance->addExtension(($this->privates['App\\Twig\\StatusExtension'] ?? ($this->privates['App\\Twig\\StatusExtension'] = new \App\Twig\StatusExtension())));
  1098.         $instance->addExtension(($this->privates['App\\Twig\\UtilsExtension'] ?? ($this->privates['App\\Twig\\UtilsExtension'] = new \App\Twig\UtilsExtension())));
  1099.         $instance->addExtension(($this->privates['App\\Twig\\WeatherExtension'] ?? ($this->privates['App\\Twig\\WeatherExtension'] = new \App\Twig\WeatherExtension())));
  1100.         $instance->addExtension(($this->privates['twig.extension.debug'] ?? ($this->privates['twig.extension.debug'] = new \Twig\Extension\DebugExtension())));
  1101.         $instance->addExtension(($this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtension'] ?? ($this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtension'] = new \Vich\UploaderBundle\Twig\Extension\UploaderExtension())));
  1102.         $instance->addExtension(($this->privates['liip_imagine.templating.filter_extension'] ?? $this->getLiipImagine_Templating_FilterExtensionService()));
  1103.         $instance->addExtension(($this->privates['eight_points_guzzle.twig_extension.debug'] ?? ($this->privates['eight_points_guzzle.twig_extension.debug'] = new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension())));
  1104.         $instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
  1105.         $instance->addExtension(($this->privates['jms_serializer.twig_extension.runtime_serializer'] ?? ($this->privates['jms_serializer.twig_extension.runtime_serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'))));
  1106.         $instance->addExtension(($this->privates['twig.extension.intl'] ?? ($this->privates['twig.extension.intl'] = new \Twig\Extra\Intl\IntlExtension())));
  1107.         $instance->addExtension(($this->privates['webpack_encore.twig_entry_files_extension'] ?? $this->getWebpackEncore_TwigEntryFilesExtensionService()));
  1108.         $instance->addExtension(($this->privates['webpack_encore.twig_stimulus_extension'] ?? ($this->privates['webpack_encore.twig_stimulus_extension'] = new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension())));
  1109.         $instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
  1110.         $instance->addExtension(($this->privates['knp_paginator.twig.extension.pagination'] ?? $this->getKnpPaginator_Twig_Extension_PaginationService()));
  1111.         $instance->addExtension(($this->privates['Omines\\DataTablesBundle\\Twig\\DataTablesExtension'] ?? $this->getDataTablesExtensionService()));
  1112.         $instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
  1113.         $instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
  1114.         $instance->addGlobal('ga_tracking'$this->getEnv('GA_TRACKING'));
  1115.         $instance->addGlobal('gtm_tracking'$this->getEnv('GTM_TRACKING'));
  1116.         $instance->addGlobal('ga_disabled_roles'$this->getEnv('GOOGLE_ANALYTICS_DISABLE_FOR_ROLES'));
  1117.         $instance->addGlobal('contact_phone'$this->getEnv('CONTACT_PHONE_NUMBER'));
  1118.         $instance->addGlobal('contact_email'$this->getEnv('CONTACT_EMAIL'));
  1119.         $instance->addGlobal('gae', ($this->privates['stats.ga_events_ref'] ?? ($this->privates['stats.ga_events_ref'] = new \App\StatsBundle\Model\GAEventsReference())));
  1120.         $instance->addGlobal('google_api_key'$this->getEnv('GOOGLE_API_KEY'));
  1121.         $instance->addGlobal('assets_version'309);
  1122.         $instance->addGlobal('flashbag', ($this->privates['App\\Service\\FlashbagService'] ?? $this->getFlashbagServiceService()));
  1123.         $instance->addGlobal('user', ($this->privates['App\\Model\\User\\User'] ?? $this->getUserService()));
  1124.         $instance->addGlobal('cart', ($this->privates['App\\Model\\Cart\\Cart'] ?? $this->getCartService()));
  1125.         $instance->addGlobal('end_of_year_tag'$this->getEnv('int:TAGS_END_OF_YEAR'));
  1126.         $instance->addGlobal('end_of_year_display'false);
  1127.         $instance->addGlobal('app_googleplay_url'$this->getEnv('APP_GOOGLEPLAY_URL'));
  1128.         $instance->addGlobal('app_appstore_url'$this->getEnv('APP_APPSTORE_URL'));
  1129.         $instance->addGlobal('maintenance_enable'$this->getEnv('bool:MAINTENANCE_ENABLE'));
  1130.         $instance->addGlobal('maintenance_message'$this->getEnv('MAINTENANCE_MESSAGE'));
  1131.         $instance->addGlobal('zoho_sales_iq_widget_code'$this->getEnv('ZOHO_SALES_IQ_WIDGET_CODE'));
  1132.         $instance->registerUndefinedFilterCallback([=> $a=> 'suggestFilter']);
  1133.         $instance->registerUndefinedFunctionCallback([=> $a=> 'suggestFunction']);
  1134.         $instance->registerUndefinedTokenParserCallback([=> $a=> 'suggestTag']);
  1135.         ($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->configure($instance);
  1136.         return $instance;
  1137.     }
  1138.     /**
  1139.      * Gets the public '.container.private.validator' shared service.
  1140.      *
  1141.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1142.      */
  1143.     protected function get_Container_Private_ValidatorService()
  1144.     {
  1145.         $a = ($this->privates['debug.validator.inner'] ?? $this->getDebug_Validator_InnerService());
  1146.         if (isset($this->services['.container.private.validator'])) {
  1147.             return $this->services['.container.private.validator'];
  1148.         }
  1149.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a);
  1150.     }
  1151.     /**
  1152.      * Gets the public 'cache.app' shared service.
  1153.      *
  1154.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1155.      */
  1156.     protected function getCache_AppService()
  1157.     {
  1158.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.app.recorder_inner'] ?? $this->getCache_App_RecorderInnerService()));
  1159.     }
  1160.     /**
  1161.      * Gets the public 'cache.system' shared service.
  1162.      *
  1163.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1164.      */
  1165.     protected function getCache_SystemService()
  1166.     {
  1167.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.system.recorder_inner'] ?? $this->getCache_System_RecorderInnerService()));
  1168.     }
  1169.     /**
  1170.      * Gets the public 'cache.validator_expression_language' shared service.
  1171.      *
  1172.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1173.      */
  1174.     protected function getCache_ValidatorExpressionLanguageService()
  1175.     {
  1176.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator_expression_language.recorder_inner'] ?? $this->getCache_ValidatorExpressionLanguage_RecorderInnerService()));
  1177.     }
  1178.     /**
  1179.      * Gets the public 'doctrine' shared service.
  1180.      *
  1181.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1182.      */
  1183.     protected function getDoctrineService()
  1184.     {
  1185.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1186.     }
  1187.     /**
  1188.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1189.      *
  1190.      * @return \Doctrine\DBAL\Connection
  1191.      */
  1192.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1193.     {
  1194.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1195.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1196.             return $this->services['doctrine.dbal.default_connection'];
  1197.         }
  1198.         $this->services['doctrine.dbal.default_connection'] = $instance = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql''host' => $this->getEnv('DATABASE_HOST'), 'port' => $this->getEnv('DATABASE_PORT'), 'dbname' => $this->getEnv('DATABASE_NAME'), 'user' => $this->getEnv('DATABASE_USER'), 'password' => $this->getEnv('DATABASE_PASSWORD'), 'charset' => 'UTF8MB4''use_savepoints' => true'idle_connection_ttl' => 600'driverOptions' => [], 'serverVersion' => '16''defaultTableOptions' => []], ($this->privates['doctrine.dbal.default_connection.configuration'] ?? $this->getDoctrine_Dbal_DefaultConnection_ConfigurationService()), $a, []);
  1199.         $instance->setNestTransactionsWithSavepoints(true);
  1200.         return $instance;
  1201.     }
  1202.     /**
  1203.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1204.      *
  1205.      * @return \Doctrine\ORM\EntityManager
  1206.      */
  1207.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1208.     {
  1209.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1210.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1211.             return $this->services['doctrine.orm.default_entity_manager'];
  1212.         }
  1213.         $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1214.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1215.             return $this->services['doctrine.orm.default_entity_manager'];
  1216.         }
  1217.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, ($this->privates['doctrine.orm.default_configuration'] ?? $this->getDoctrine_Orm_DefaultConfigurationService()), $b);
  1218.         ($this->privates['doctrine.orm.default_manager_configurator'] ?? ($this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], [])))->configure($instance);
  1219.         return $instance;
  1220.     }
  1221.     /**
  1222.      * Gets the public 'event_dispatcher' shared service.
  1223.      *
  1224.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1225.      */
  1226.     protected function getEventDispatcherService()
  1227.     {
  1228.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(($this->privates['debug.event_dispatcher.inner'] ?? ($this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['monolog.logger.event'] ?? $this->getMonolog_Logger_EventService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1229.         $instance->addListener('kernel.exception', [=> function () {
  1230.             return ($this->privates['App\\SupplierApiBundle\\EventListener\\ExceptionListener'] ?? ($this->privates['App\\SupplierApiBundle\\EventListener\\ExceptionListener'] = new \App\SupplierApiBundle\EventListener\ExceptionListener($this->getEnv('SUPPLIER_API_HOST'))));
  1231.         }, => 'onKernelException'], 0);
  1232.         $instance->addListener('kernel.response', [=> function () {
  1233.             return ($this->privates['App\\SupplierApiBundle\\Services\\SupplierRequestLogger'] ?? $this->getSupplierRequestLoggerService());
  1234.         }, => 'onKernelResponse'], 0);
  1235.         $instance->addListener('kernel.controller', [=> function () {
  1236.             return ($this->privates['controller.pre_execute_listener'] ?? $this->getController_PreExecuteListenerService());
  1237.         }, => 'onCoreController'], 0);
  1238.         $instance->addListener('kernel.controller', [=> function () {
  1239.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1240.         }, => 'onKernelController'], 0);
  1241.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1242.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1243.         }, => 'checkPassport'], 1024);
  1244.         $instance->addListener('kernel.response', [=> function () {
  1245.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1246.         }, => 'onKernelResponse'], 0);
  1247.         $instance->addListener('kernel.response', [=> function () {
  1248.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1249.         }, => 'onKernelResponse'], 0);
  1250.         $instance->addListener('kernel.response', [=> function () {
  1251.             return ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  1252.         }, => 'onKernelResponse'], 0);
  1253.         $instance->addListener('kernel.response', [=> function () {
  1254.             return ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
  1255.         }, => 'onKernelResponse'], 0);
  1256.         $instance->addListener('kernel.response', [=> function () {
  1257.             return ($this->privates['security.context_listener.4'] ?? $this->getSecurity_ContextListener_4Service());
  1258.         }, => 'onKernelResponse'], 0);
  1259.         $instance->addListener('elastica.index.index_post_populate', [=> function () {
  1260.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1261.         }, => 'onPostIndexPopulate'], -9999);
  1262.         $instance->addListener('kernel.request', [=> function () {
  1263.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1264.         }, => 'onKernelRequest'], 10);
  1265.         $instance->addListener('kernel.controller', [=> function () {
  1266.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  1267.         }, => 'onKernelController'], 5);
  1268.         $instance->addListener('kernel.exception', [=> function () {
  1269.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1270.         }, => 'onKernelException'], 0);
  1271.         $instance->addListener('kernel.request', [=> function () {
  1272.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1273.         }, => 'onKernelRequest'], 0);
  1274.         $instance->addListener('login.account_opening', [=> function () {
  1275.             return ($this->privates['App\\Event\\AccountOpeningSubscriber'] ?? $this->load('getAccountOpeningSubscriberService'));
  1276.         }, => 'onLoginAccountOpening'], 0);
  1277.         $instance->addListener('FOS\\ElasticaBundle\\Event\\PostTransformEvent', [=> function () {
  1278.             return ($this->privates['App\\EventListener\\IndexConfirmedProduct'] ?? $this->load('getIndexConfirmedProductService'));
  1279.         }, => 'addCustomProperty'], 0);
  1280.         $instance->addListener('FOS\\ElasticaBundle\\Event\\PreTransformEvent', [=> function () {
  1281.             return ($this->privates['App\\EventListener\\IndexOrderItem'] ?? ($this->privates['App\\EventListener\\IndexOrderItem'] = new \App\EventListener\IndexOrderItem()));
  1282.         }, => 'prepareObject'], 0);
  1283.         $instance->addListener('FOS\\ElasticaBundle\\Event\\PostTransformEvent', [=> function () {
  1284.             return ($this->privates['App\\EventListener\\IndexProductOrderCount'] ?? $this->load('getIndexProductOrderCountService'));
  1285.         }, => 'addCustomProperty'], 0);
  1286.         $instance->addListener('FOS\\ElasticaBundle\\Event\\PreIndexPopulateEvent', [=> function () {
  1287.             return ($this->privates['App\\EventListener\\IndexProductOrderCount'] ?? $this->load('getIndexProductOrderCountService'));
  1288.         }, => 'preIndexPopulate'], 0);
  1289.         $instance->addListener('FOS\\ElasticaBundle\\Event\\PostIndexPopulateEvent', [=> function () {
  1290.             return ($this->privates['App\\EventListener\\IndexProductOrderCount'] ?? $this->load('getIndexProductOrderCountService'));
  1291.         }, => 'postIndexPopulate'], 0);
  1292.         $instance->addListener('kernel.request', [=> function () {
  1293.             return ($this->privates['App\\EventListener\\InterceptLoginRouteSubscriber'] ?? $this->getInterceptLoginRouteSubscriberService());
  1294.         }, => 'onKernelRequest'], 0);
  1295.         $instance->addListener('invoicebatch.status.refresh', [=> function () {
  1296.             return ($this->privates['App\\EventListener\\InvoiceBatchSubscriber'] ?? $this->load('getInvoiceBatchSubscriberService'));
  1297.         }, => 'onInvoiceBatchStatusRefresh'], 0);
  1298.         $instance->addListener('invoiceBatch.process', [=> function () {
  1299.             return ($this->privates['App\\EventListener\\InvoiceBatchSubscriber'] ?? $this->load('getInvoiceBatchSubscriberService'));
  1300.         }, => 'onInvoiceBatchProcess'], 0);
  1301.         $instance->addListener('vich_uploader.post_upload', [=> function () {
  1302.             return ($this->privates['App\\EventListener\\InvoicePdfUploadSubscriber'] ?? ($this->privates['App\\EventListener\\InvoicePdfUploadSubscriber'] = new \App\EventListener\InvoicePdfUploadSubscriber()));
  1303.         }, => 'createThumbnail'], 0);
  1304.         $instance->addListener('kernel.request', [=> function () {
  1305.             return ($this->privates['App\\EventListener\\LoggerSubscriber'] ?? $this->getLoggerSubscriberService());
  1306.         }, => 'onKernelRequest'], 0);
  1307.         $instance->addListener('stats.post_decorate', [=> function () {
  1308.             return ($this->privates['App\\EventListener\\StatProductDecorateSubscriber'] ?? $this->load('getStatProductDecorateSubscriberService'));
  1309.         }, => 'postDecorate'], 0);
  1310.         $instance->addListener('validationCode.email.send', [=> function () {
  1311.             return ($this->privates['App\\EventListener\\ValidationCodeSubscriber'] ?? $this->load('getValidationCodeSubscriberService'));
  1312.         }, => 'onValidationCodeEmailSend'], 0);
  1313.         $instance->addListener('user.creation', [=> function () {
  1314.             return ($this->privates['App\\EventListener\\WelcomeSubscriber'] ?? $this->load('getWelcomeSubscriberService'));
  1315.         }, => 'onUserCreation'], 0);
  1316.         $instance->addListener('user.created.user.notify.again', [=> function () {
  1317.             return ($this->privates['App\\EventListener\\WelcomeSubscriber'] ?? $this->load('getWelcomeSubscriberService'));
  1318.         }, => 'onUserFailsToClickOnPasswordRegistrationLinkInTime'], 0);
  1319.         $instance->addListener('kernel.response', [=> function () {
  1320.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1321.         }, => 'onKernelResponse'], 0);
  1322.         $instance->addListener('kernel.response', [=> function () {
  1323.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1324.         }, => 'onKernelResponse'], -1024);
  1325.         $instance->addListener('kernel.request', [=> function () {
  1326.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1327.         }, => 'setDefaultLocale'], 100);
  1328.         $instance->addListener('kernel.request', [=> function () {
  1329.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1330.         }, => 'onKernelRequest'], 16);
  1331.         $instance->addListener('kernel.finish_request', [=> function () {
  1332.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1333.         }, => 'onKernelFinishRequest'], 0);
  1334.         $instance->addListener('kernel.request', [=> function () {
  1335.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1336.         }, => 'onKernelRequest'], 256);
  1337.         $instance->addListener('kernel.response', [=> function () {
  1338.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1339.         }, => 'onResponse'], -255);
  1340.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1341.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1342.         }, => 'onControllerArguments'], 0);
  1343.         $instance->addListener('kernel.exception', [=> function () {
  1344.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1345.         }, => 'logKernelException'], 0);
  1346.         $instance->addListener('kernel.exception', [=> function () {
  1347.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1348.         }, => 'onKernelException'], -128);
  1349.         $instance->addListener('kernel.response', [=> function () {
  1350.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1351.         }, => 'removeCspHeader'], -128);
  1352.         $instance->addListener('kernel.request', [=> function () {
  1353.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1354.         }, => 'onKernelRequest'], 15);
  1355.         $instance->addListener('kernel.finish_request', [=> function () {
  1356.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1357.         }, => 'onKernelFinishRequest'], -15);
  1358.         $instance->addListener('console.error', [=> function () {
  1359.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1360.         }, => 'onConsoleError'], -128);
  1361.         $instance->addListener('console.terminate', [=> function () {
  1362.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1363.         }, => 'onConsoleTerminate'], -128);
  1364.         $instance->addListener('console.error', [=> function () {
  1365.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1366.         }, => 'onConsoleError'], 0);
  1367.         $instance->addListener('kernel.request', [=> function () {
  1368.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  1369.         }, => 'onKernelRequest'], 128);
  1370.         $instance->addListener('kernel.response', [=> function () {
  1371.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  1372.         }, => 'onKernelResponse'], -1000);
  1373.         $instance->addListener('kernel.finish_request', [=> function () {
  1374.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  1375.         }, => 'onFinishRequest'], 0);
  1376.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1377.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1378.         }, => 'onMessage'], -255);
  1379.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1380.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1381.         }, => 'onMessage'], -255);
  1382.         $instance->addListener('kernel.request', [=> function () {
  1383.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1384.         }, => 'configure'], 2048);
  1385.         $instance->addListener('console.command', [=> function () {
  1386.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1387.         }, => 'configure'], 2048);
  1388.         $instance->addListener('kernel.request', [=> function () {
  1389.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1390.         }, => 'onKernelRequest'], 32);
  1391.         $instance->addListener('kernel.finish_request', [=> function () {
  1392.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1393.         }, => 'onKernelFinishRequest'], 0);
  1394.         $instance->addListener('kernel.exception', [=> function () {
  1395.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1396.         }, => 'onKernelException'], -64);
  1397.         $instance->addListener('kernel.response', [=> function () {
  1398.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1399.         }, => 'onKernelResponse'], -100);
  1400.         $instance->addListener('kernel.exception', [=> function () {
  1401.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1402.         }, => 'onKernelException'], 0);
  1403.         $instance->addListener('kernel.terminate', [=> function () {
  1404.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1405.         }, => 'onKernelTerminate'], -1024);
  1406.         $instance->addListener('kernel.controller', [=> function () {
  1407.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1408.         }, => 'onKernelController'], 0);
  1409.         $instance->addListener('kernel.response', [=> function () {
  1410.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1411.         }, => 'onKernelResponse'], 0);
  1412.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1413.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1414.         }, => 'onMessage'], 0);
  1415.         $instance->addListener('kernel.response', [=> function () {
  1416.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1417.         }, => 'onKernelResponse'], 0);
  1418.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1419.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1420.         }, => 'checkPassport'], 0);
  1421.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1422.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1423.         }, => 'onLoginSuccess'], 0);
  1424.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1425.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1426.         }, => 'onVoterVote'], 0);
  1427.         $instance->addListener('kernel.request', [=> function () {
  1428.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1429.         }, => 'configureLogoutUrlGenerator'], 8);
  1430.         $instance->addListener('kernel.request', [=> function () {
  1431.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1432.         }, => 'onKernelRequest'], 8);
  1433.         $instance->addListener('kernel.finish_request', [=> function () {
  1434.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1435.         }, => 'onKernelFinishRequest'], 0);
  1436.         $instance->addListener('console.command', [=> function () {
  1437.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1438.         }, => 'onCommand'], 255);
  1439.         $instance->addListener('console.terminate', [=> function () {
  1440.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1441.         }, => 'onTerminate'], -255);
  1442.         $instance->addListener('elastica.pager_persister.pre_insert_objects', [=> function () {
  1443.             return ($this->services['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  1444.         }, => 'filterObjects'], 0);
  1445.         $instance->addListener('kernel.controller', [=> function () {
  1446.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  1447.         }, => 'onKernelController'], 0);
  1448.         $instance->addListener('kernel.view', [=> function () {
  1449.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  1450.         }, => 'onKernelView'], 30);
  1451.         $instance->addListener('kernel.controller', [=> function () {
  1452.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1453.         }, => 'onKernelController'], 0);
  1454.         $instance->addListener('kernel.controller', [=> function () {
  1455.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1456.         }, => 'onKernelController'], 0);
  1457.         $instance->addListener('kernel.controller', [=> function () {
  1458.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1459.         }, => 'onKernelController'], -128);
  1460.         $instance->addListener('kernel.view', [=> function () {
  1461.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1462.         }, => 'onKernelView'], 0);
  1463.         $instance->addListener('kernel.controller', [=> function () {
  1464.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1465.         }, => 'onKernelController'], 0);
  1466.         $instance->addListener('kernel.response', [=> function () {
  1467.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1468.         }, => 'onKernelResponse'], 0);
  1469.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1470.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1471.         }, => 'onKernelControllerArguments'], 0);
  1472.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1473.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1474.         }, => 'onKernelControllerArguments'], 0);
  1475.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1476.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  1477.         }, => 'onImplicitLogin'], 0);
  1478.         $instance->addListener('security.interactive_login', [=> function () {
  1479.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  1480.         }, => 'onSecurityInteractiveLogin'], 0);
  1481.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1482.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1483.         }, => 'authenticate'], 0);
  1484.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1485.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1486.         }, => 'authenticate'], 0);
  1487.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1488.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1489.         }, => 'authenticate'], 0);
  1490.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1491.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1492.         }, => 'addSuccessFlash'], 0);
  1493.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1494.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1495.         }, => 'addSuccessFlash'], 0);
  1496.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1497.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1498.         }, => 'addSuccessFlash'], 0);
  1499.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1500.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1501.         }, => 'addSuccessFlash'], 0);
  1502.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1503.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  1504.         }, => 'onResettingResetInitialize'], 0);
  1505.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1506.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  1507.         }, => 'onResettingResetSuccess'], 0);
  1508.         $instance->addListener('kernel.finish_request', [=> function () {
  1509.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1510.         }, => 'resetAssets'], 0);
  1511.         $instance->addListener('kernel.response', [=> function () {
  1512.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1513.         }, => 'onKernelResponse'], -128);
  1514.         $instance->addListener('knp_pager.before', [=> function () {
  1515.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1516.         }, => 'before'], 0);
  1517.         $instance->addListener('knp_pager.pagination', [=> function () {
  1518.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1519.         }, => 'pagination'], 0);
  1520.         $instance->addListener('knp_pager.before', [=> function () {
  1521.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1522.         }, => 'before'], 1);
  1523.         $instance->addListener('knp_pager.before', [=> function () {
  1524.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1525.         }, => 'before'], 1);
  1526.         $instance->addListener('knp_pager.pagination', [=> function () {
  1527.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1528.         }, => 'pagination'], 1);
  1529.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1530.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1531.         }, => 'checkPassport'], 512);
  1532.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1533.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1534.         }, => 'onLogout'], 0);
  1535.         $instance->addListener('knp_pager.items', [=> function () {
  1536.             return ($this->services['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  1537.         }, => 'items'], 1);
  1538.         return $instance;
  1539.     }
  1540.     /**
  1541.      * Gets the public 'fos_rest.view_handler' shared service.
  1542.      *
  1543.      * @return \FOS\RestBundle\View\ViewHandler
  1544.      */
  1545.     protected function getFosRest_ViewHandlerService()
  1546.     {
  1547.         return $this->services['fos_rest.view_handler'] = \FOS\RestBundle\View\ViewHandler::create(($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false'xml' => false], 400204false, ['serializeNullStrategy' => true]);
  1548.     }
  1549.     /**
  1550.      * Gets the public 'http_kernel' shared service.
  1551.      *
  1552.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1553.      */
  1554.     protected function getHttpKernelService()
  1555.     {
  1556.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1557.         if (isset($this->services['http_kernel'])) {
  1558.             return $this->services['http_kernel'];
  1559.         }
  1560.         $b = ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService());
  1561.         if (isset($this->services['http_kernel'])) {
  1562.             return $this->services['http_kernel'];
  1563.         }
  1564.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
  1565.     }
  1566.     /**
  1567.      * Gets the public 'jms_serializer' shared service.
  1568.      *
  1569.      * @return \JMS\Serializer\Serializer
  1570.      */
  1571.     protected function getJmsSerializerService()
  1572.     {
  1573.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer(($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), [=> ($this->privates['jms_serializer.deserialization_graph_navigator_factory'] ?? $this->getJmsSerializer_DeserializationGraphNavigatorFactoryService()), => ($this->privates['jms_serializer.serialization_graph_navigator_factory'] ?? $this->getJmsSerializer_SerializationGraphNavigatorFactoryService())], ['json' => ($this->privates['jms_serializer.json_serialization_visitor'] ?? $this->getJmsSerializer_JsonSerializationVisitorService()), 'xml' => ($this->privates['jms_serializer.xml_serialization_visitor'] ?? $this->getJmsSerializer_XmlSerializationVisitorService())], ['json' => ($this->privates['jms_serializer.json_deserialization_visitor'] ?? $this->getJmsSerializer_JsonDeserializationVisitorService()), 'xml' => ($this->privates['jms_serializer.xml_deserialization_visitor'] ?? ($this->privates['jms_serializer.xml_deserialization_visitor'] = new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()))], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  1574.     }
  1575.     /**
  1576.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1577.      *
  1578.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1579.      */
  1580.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1581.     {
  1582.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1583.     }
  1584.     /**
  1585.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1586.      *
  1587.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1588.      */
  1589.     protected function getJmsSerializer_SerializationContextFactoryService()
  1590.     {
  1591.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1592.     }
  1593.     /**
  1594.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1595.      *
  1596.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1597.      */
  1598.     protected function getLiipImagine_Cache_ManagerService()
  1599.     {
  1600.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1601.         if (isset($this->services['liip_imagine.cache.manager'])) {
  1602.             return $this->services['liip_imagine.cache.manager'];
  1603.         }
  1604.         $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')))), $a'default'false);
  1605.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1606.         $instance->addResolver('invoices', ($this->services['liip_imagine.cache.resolver.invoices'] ?? $this->getLiipImagine_Cache_Resolver_InvoicesService()));
  1607.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1608.         return $instance;
  1609.     }
  1610.     /**
  1611.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1612.      *
  1613.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1614.      */
  1615.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1616.     {
  1617.         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');
  1618.     }
  1619.     /**
  1620.      * Gets the public 'liip_imagine.cache.resolver.invoices' shared service.
  1621.      *
  1622.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1623.      */
  1624.     protected function getLiipImagine_Cache_Resolver_InvoicesService()
  1625.     {
  1626.         return $this->services['liip_imagine.cache.resolver.invoices'] = 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__3).'/invoices'), 'media/cache');
  1627.     }
  1628.     /**
  1629.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1630.      *
  1631.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1632.      */
  1633.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1634.     {
  1635.         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()));
  1636.     }
  1637.     /**
  1638.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1639.      *
  1640.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1641.      */
  1642.     protected function getLiipImagine_Cache_SignerService()
  1643.     {
  1644.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1645.     }
  1646.     /**
  1647.      * Gets the public 'monolog.logger.deprecation' shared service.
  1648.      *
  1649.      * @return \Symfony\Bridge\Monolog\Logger
  1650.      */
  1651.     protected function getMonolog_Logger_DeprecationService()
  1652.     {
  1653.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1654.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1655.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1656.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1657.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1658.         return $instance;
  1659.     }
  1660.     /**
  1661.      * Gets the public 'request_stack' shared service.
  1662.      *
  1663.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1664.      */
  1665.     protected function getRequestStackService()
  1666.     {
  1667.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1668.     }
  1669.     /**
  1670.      * Gets the public 'router' shared service.
  1671.      *
  1672.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1673.      */
  1674.     protected function getRouterService()
  1675.     {
  1676.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1677.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1678.         ], [
  1679.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1680.         ]))->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))), ($this->privates['monolog.logger.router'] ?? $this->getMonolog_Logger_RouterService()), 'fr');
  1681.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1682.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1683.         return $instance;
  1684.     }
  1685.     /**
  1686.      * Gets the public 'translator' shared service.
  1687.      *
  1688.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1689.      */
  1690.     protected function getTranslatorService()
  1691.     {
  1692.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1693.     }
  1694.     /**
  1695.      * Gets the private '.debug.http_client' shared service.
  1696.      *
  1697.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1698.      */
  1699.     protected function get_Debug_HttpClientService()
  1700.     {
  1701.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1702.         $a->setLogger(($this->privates['monolog.logger.http_client'] ?? $this->getMonolog_Logger_HttpClientService()));
  1703.         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))));
  1704.     }
  1705.     /**
  1706.      * Gets the private '.doctrine.orm.default_metadata_driver' shared service.
  1707.      *
  1708.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver
  1709.      */
  1710.     protected function get_Doctrine_Orm_DefaultMetadataDriverService()
  1711.     {
  1712.         $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1713.         $b = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1714.         $a->addDriver($b'App\\Entity');
  1715.         $a->addDriver($b'App\\StatsBundle\\Entity');
  1716.         $a->addDriver($b'App\\RegisterBundle\\Entity');
  1717.         $a->addDriver($b'Beelab\\TagBundle\\Entity');
  1718.         $a->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  1719.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml'), '.dcm.xml'true), 'FOS\\UserBundle\\Model');
  1720.         return $this->privates['.doctrine.orm.default_metadata_driver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($a, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService()));
  1721.     }
  1722.     /**
  1723.      * Gets the private '.service_locator.KLVvNIq' shared service.
  1724.      *
  1725.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1726.      */
  1727.     protected function get_ServiceLocator_KLVvNIqService()
  1728.     {
  1729.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1730.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1731.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1732.         ], [
  1733.             'doctrine.ulid_generator' => '?',
  1734.             'doctrine.uuid_generator' => '?',
  1735.         ]);
  1736.     }
  1737.     /**
  1738.      * Gets the private '.service_locator.StagIeP' shared service.
  1739.      *
  1740.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1741.      */
  1742.     protected function get_ServiceLocator_StagIePService()
  1743.     {
  1744.         return $this->privates['.service_locator.StagIeP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1745.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  1746.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1747.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1748.             'security.firewall.map.context.invoice_processing_provider' => ['privates''security.firewall.map.context.invoice_processing_provider''getSecurity_Firewall_Map_Context_InvoiceProcessingProviderService'true],
  1749.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1750.             'security.firewall.map.context.register_api' => ['privates''security.firewall.map.context.register_api''getSecurity_Firewall_Map_Context_RegisterApiService'true],
  1751.             'security.firewall.map.context.register_api_doc' => ['privates''security.firewall.map.context.register_api_doc''getSecurity_Firewall_Map_Context_RegisterApiDocService'true],
  1752.             'security.firewall.map.context.supplier_api' => ['privates''security.firewall.map.context.supplier_api''getSecurity_Firewall_Map_Context_SupplierApiService'true],
  1753.             'security.firewall.map.context.supplier_api_login' => ['privates''security.firewall.map.context.supplier_api_login''getSecurity_Firewall_Map_Context_SupplierApiLoginService'true],
  1754.         ], [
  1755.             'security.firewall.map.context.admin' => '?',
  1756.             'security.firewall.map.context.api' => '?',
  1757.             'security.firewall.map.context.dev' => '?',
  1758.             'security.firewall.map.context.invoice_processing_provider' => '?',
  1759.             'security.firewall.map.context.main' => '?',
  1760.             'security.firewall.map.context.register_api' => '?',
  1761.             'security.firewall.map.context.register_api_doc' => '?',
  1762.             'security.firewall.map.context.supplier_api' => '?',
  1763.             'security.firewall.map.context.supplier_api_login' => '?',
  1764.         ]);
  1765.     }
  1766.     /**
  1767.      * Gets the private 'App\EventListener\InterceptLoginRouteSubscriber' shared autowired service.
  1768.      *
  1769.      * @return \App\EventListener\InterceptLoginRouteSubscriber
  1770.      */
  1771.     protected function getInterceptLoginRouteSubscriberService()
  1772.     {
  1773.         return $this->privates['App\\EventListener\\InterceptLoginRouteSubscriber'] = new \App\EventListener\InterceptLoginRouteSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()));
  1774.     }
  1775.     /**
  1776.      * Gets the private 'App\EventListener\LoggerSubscriber' shared autowired service.
  1777.      *
  1778.      * @return \App\EventListener\LoggerSubscriber
  1779.      */
  1780.     protected function getLoggerSubscriberService()
  1781.     {
  1782.         return $this->privates['App\\EventListener\\LoggerSubscriber'] = new \App\EventListener\LoggerSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['monolog.logger.user_trace'] ?? $this->getMonolog_Logger_UserTraceService()), $this->getEnv('LOGGING_USERS_TO_ANALYZE'), ($this->privates['App\\Model\\User\\User'] ?? $this->getUserService()), 309);
  1783.     }
  1784.     /**
  1785.      * Gets the private 'App\Model\Cart\Cart' shared autowired service.
  1786.      *
  1787.      * @return \App\Model\Cart\Cart
  1788.      */
  1789.     protected function getCartService()
  1790.     {
  1791.         $a = ($this->privates['App\\Model\\Cart\\CartFactory'] ?? $this->getCartFactoryService());
  1792.         if (isset($this->privates['App\\Model\\Cart\\Cart'])) {
  1793.             return $this->privates['App\\Model\\Cart\\Cart'];
  1794.         }
  1795.         return $this->privates['App\\Model\\Cart\\Cart'] = $a->createModel();
  1796.     }
  1797.     /**
  1798.      * Gets the private 'App\Model\Cart\CartFactory' shared autowired service.
  1799.      *
  1800.      * @return \App\Model\Cart\CartFactory
  1801.      */
  1802.     protected function getCartFactoryService()
  1803.     {
  1804.         $a = ($this->privates['App\\Model\\Cart\\CartItemFactory'] ?? $this->getCartItemFactoryService());
  1805.         if (isset($this->privates['App\\Model\\Cart\\CartFactory'])) {
  1806.             return $this->privates['App\\Model\\Cart\\CartFactory'];
  1807.         }
  1808.         $b = ($this->privates['App\\Model\\Cart\\SupplierCartFactory'] ?? $this->getSupplierCartFactoryService());
  1809.         if (isset($this->privates['App\\Model\\Cart\\CartFactory'])) {
  1810.             return $this->privates['App\\Model\\Cart\\CartFactory'];
  1811.         }
  1812.         return $this->privates['App\\Model\\Cart\\CartFactory'] = new \App\Model\Cart\CartFactory($a$b);
  1813.     }
  1814.     /**
  1815.      * Gets the private 'App\Model\Cart\CartItemFactory' shared autowired service.
  1816.      *
  1817.      * @return \App\Model\Cart\CartItemFactory
  1818.      */
  1819.     protected function getCartItemFactoryService()
  1820.     {
  1821.         $a = ($this->privates['App\\Model\\ProductFactory'] ?? $this->getProductFactoryService());
  1822.         if (isset($this->privates['App\\Model\\Cart\\CartItemFactory'])) {
  1823.             return $this->privates['App\\Model\\Cart\\CartItemFactory'];
  1824.         }
  1825.         return $this->privates['App\\Model\\Cart\\CartItemFactory'] = new \App\Model\Cart\CartItemFactory($a);
  1826.     }
  1827.     /**
  1828.      * Gets the private 'App\Model\Cart\SupplierCartFactory' shared autowired service.
  1829.      *
  1830.      * @return \App\Model\Cart\SupplierCartFactory
  1831.      */
  1832.     protected function getSupplierCartFactoryService()
  1833.     {
  1834.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1835.         if (isset($this->privates['App\\Model\\Cart\\SupplierCartFactory'])) {
  1836.             return $this->privates['App\\Model\\Cart\\SupplierCartFactory'];
  1837.         }
  1838.         return $this->privates['App\\Model\\Cart\\SupplierCartFactory'] = new \App\Model\Cart\SupplierCartFactory($a, ($this->privates['App\\Model\\DeliveryModelFactory'] ?? $this->getDeliveryModelFactoryService()), ($this->privates['App\\Model\\User\\User'] ?? $this->getUserService()));
  1839.     }
  1840.     /**
  1841.      * Gets the private 'App\Model\CategoryFactory' shared autowired service.
  1842.      *
  1843.      * @return \App\Model\CategoryFactory
  1844.      */
  1845.     protected function getCategoryFactoryService()
  1846.     {
  1847.         return $this->privates['App\\Model\\CategoryFactory'] = new \App\Model\CategoryFactory();
  1848.     }
  1849.     /**
  1850.      * Gets the private 'App\Model\CustomerGroupFactory' shared autowired service.
  1851.      *
  1852.      * @return \App\Model\CustomerGroupFactory
  1853.      */
  1854.     protected function getCustomerGroupFactoryService()
  1855.     {
  1856.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1857.         if (isset($this->privates['App\\Model\\CustomerGroupFactory'])) {
  1858.             return $this->privates['App\\Model\\CustomerGroupFactory'];
  1859.         }
  1860.         return $this->privates['App\\Model\\CustomerGroupFactory'] = new \App\Model\CustomerGroupFactory($a);
  1861.     }
  1862.     /**
  1863.      * Gets the private 'App\Model\DeliveryModelFactory' shared autowired service.
  1864.      *
  1865.      * @return \App\Model\DeliveryModelFactory
  1866.      */
  1867.     protected function getDeliveryModelFactoryService()
  1868.     {
  1869.         $a = ($this->privates['App\\Model\\SupplierFactory'] ?? $this->getSupplierFactoryService());
  1870.         if (isset($this->privates['App\\Model\\DeliveryModelFactory'])) {
  1871.             return $this->privates['App\\Model\\DeliveryModelFactory'];
  1872.         }
  1873.         return $this->privates['App\\Model\\DeliveryModelFactory'] = new \App\Model\DeliveryModelFactory($a);
  1874.     }
  1875.     /**
  1876.      * Gets the private 'App\Model\ProductFactory' shared autowired service.
  1877.      *
  1878.      * @return \App\Model\ProductFactory
  1879.      */
  1880.     protected function getProductFactoryService()
  1881.     {
  1882.         $a = ($this->privates['App\\Model\\SupplierFactory'] ?? $this->getSupplierFactoryService());
  1883.         if (isset($this->privates['App\\Model\\ProductFactory'])) {
  1884.             return $this->privates['App\\Model\\ProductFactory'];
  1885.         }
  1886.         $b = ($this->privates['App\\Service\\PriceProductService'] ?? $this->getPriceProductServiceService());
  1887.         if (isset($this->privates['App\\Model\\ProductFactory'])) {
  1888.             return $this->privates['App\\Model\\ProductFactory'];
  1889.         }
  1890.         $c = ($this->privates['App\\Repository\\OrderItemRepository'] ?? $this->getOrderItemRepositoryService());
  1891.         if (isset($this->privates['App\\Model\\ProductFactory'])) {
  1892.             return $this->privates['App\\Model\\ProductFactory'];
  1893.         }
  1894.         return $this->privates['App\\Model\\ProductFactory'] = new \App\Model\ProductFactory(($this->privates['App\\Model\\ProductVariationFactory'] ?? ($this->privates['App\\Model\\ProductVariationFactory'] = new \App\Model\ProductVariationFactory())), ($this->privates['App\\Model\\ProductServiceFactory'] ?? ($this->privates['App\\Model\\ProductServiceFactory'] = new \App\Model\ProductServiceFactory())), $a$b, ($this->privates['App\\Model\\User\\User'] ?? $this->getUserService()), ($this->privates['App\\Model\\CategoryFactory'] ?? ($this->privates['App\\Model\\CategoryFactory'] = new \App\Model\CategoryFactory())), $c);
  1895.     }
  1896.     /**
  1897.      * Gets the private 'App\Model\ProductServiceFactory' shared autowired service.
  1898.      *
  1899.      * @return \App\Model\ProductServiceFactory
  1900.      */
  1901.     protected function getProductServiceFactoryService()
  1902.     {
  1903.         return $this->privates['App\\Model\\ProductServiceFactory'] = new \App\Model\ProductServiceFactory();
  1904.     }
  1905.     /**
  1906.      * Gets the private 'App\Model\ProductVariationFactory' shared autowired service.
  1907.      *
  1908.      * @return \App\Model\ProductVariationFactory
  1909.      */
  1910.     protected function getProductVariationFactoryService()
  1911.     {
  1912.         return $this->privates['App\\Model\\ProductVariationFactory'] = new \App\Model\ProductVariationFactory();
  1913.     }
  1914.     /**
  1915.      * Gets the private 'App\Model\ShopFactory' shared autowired service.
  1916.      *
  1917.      * @return \App\Model\ShopFactory
  1918.      */
  1919.     protected function getShopFactoryService()
  1920.     {
  1921.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1922.         if (isset($this->privates['App\\Model\\ShopFactory'])) {
  1923.             return $this->privates['App\\Model\\ShopFactory'];
  1924.         }
  1925.         $b = ($this->privates['App\\Model\\CustomerGroupFactory'] ?? $this->getCustomerGroupFactoryService());
  1926.         if (isset($this->privates['App\\Model\\ShopFactory'])) {
  1927.             return $this->privates['App\\Model\\ShopFactory'];
  1928.         }
  1929.         return $this->privates['App\\Model\\ShopFactory'] = new \App\Model\ShopFactory($a$b1);
  1930.     }
  1931.     /**
  1932.      * Gets the private 'App\Model\SupplierFactory' shared autowired service.
  1933.      *
  1934.      * @return \App\Model\SupplierFactory
  1935.      */
  1936.     protected function getSupplierFactoryService()
  1937.     {
  1938.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1939.         if (isset($this->privates['App\\Model\\SupplierFactory'])) {
  1940.             return $this->privates['App\\Model\\SupplierFactory'];
  1941.         }
  1942.         $b = ($this->privates['App\\Service\\EntityImageFetcher'] ?? $this->getEntityImageFetcherService());
  1943.         if (isset($this->privates['App\\Model\\SupplierFactory'])) {
  1944.             return $this->privates['App\\Model\\SupplierFactory'];
  1945.         }
  1946.         return $this->privates['App\\Model\\SupplierFactory'] = new \App\Model\SupplierFactory($a, ($this->privates['App\\Model\\User\\User'] ?? $this->getUserService()), $b, ($this->privates['App\\Model\\SupplierHolidayCollection'] ?? $this->getSupplierHolidayCollectionService()));
  1947.     }
  1948.     /**
  1949.      * Gets the private 'App\Model\SupplierHolidayCollection' shared autowired service.
  1950.      *
  1951.      * @return \App\Model\SupplierHolidayCollection
  1952.      */
  1953.     protected function getSupplierHolidayCollectionService()
  1954.     {
  1955.         return $this->privates['App\\Model\\SupplierHolidayCollection'] = new \App\Model\SupplierHolidayCollection(($this->privates['App\\Model\\SupplierHolidayFactory'] ?? ($this->privates['App\\Model\\SupplierHolidayFactory'] = new \App\Model\SupplierHolidayFactory())));
  1956.     }
  1957.     /**
  1958.      * Gets the private 'App\Model\SupplierHolidayFactory' shared autowired service.
  1959.      *
  1960.      * @return \App\Model\SupplierHolidayFactory
  1961.      */
  1962.     protected function getSupplierHolidayFactoryService()
  1963.     {
  1964.         return $this->privates['App\\Model\\SupplierHolidayFactory'] = new \App\Model\SupplierHolidayFactory();
  1965.     }
  1966.     /**
  1967.      * Gets the private 'App\Model\TraceFactory' autowired service.
  1968.      *
  1969.      * @return \App\Model\TraceFactory
  1970.      */
  1971.     protected function getTraceFactoryService()
  1972.     {
  1973.         $this->factories['service_container']['App\\Model\\TraceFactory'] = function () {
  1974.             $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1975.             if (isset($this->privates['App\\Model\\TraceFactory'])) {
  1976.                 return $this->privates['App\\Model\\TraceFactory'];
  1977.             }
  1978.             return new \App\Model\TraceFactory($a);
  1979.         };
  1980.         return $this->factories['service_container']['App\\Model\\TraceFactory']();
  1981.     }
  1982.     /**
  1983.      * Gets the private 'App\Model\User\User' shared autowired service.
  1984.      *
  1985.      * @return \App\Model\User\User
  1986.      */
  1987.     protected function getUserService()
  1988.     {
  1989.         $a = ($this->privates['App\\Model\\User\\UserFactory'] ?? $this->getUserFactoryService());
  1990.         if (isset($this->privates['App\\Model\\User\\User'])) {
  1991.             return $this->privates['App\\Model\\User\\User'];
  1992.         }
  1993.         return $this->privates['App\\Model\\User\\User'] = $a->initEmpty();
  1994.     }
  1995.     /**
  1996.      * Gets the private 'App\Model\User\UserChoiceFactory' shared autowired service.
  1997.      *
  1998.      * @return \App\Model\User\UserChoiceFactory
  1999.      */
  2000.     protected function getUserChoiceFactoryService()
  2001.     {
  2002.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2003.         if (isset($this->privates['App\\Model\\User\\UserChoiceFactory'])) {
  2004.             return $this->privates['App\\Model\\User\\UserChoiceFactory'];
  2005.         }
  2006.         return $this->privates['App\\Model\\User\\UserChoiceFactory'] = new \App\Model\User\UserChoiceFactory($a);
  2007.     }
  2008.     /**
  2009.      * Gets the private 'App\Model\User\UserFactory' shared autowired service.
  2010.      *
  2011.      * @return \App\Model\User\UserFactory
  2012.      */
  2013.     protected function getUserFactoryService()
  2014.     {
  2015.         $a = ($this->privates['App\\Model\\ShopFactory'] ?? $this->getShopFactoryService());
  2016.         if (isset($this->privates['App\\Model\\User\\UserFactory'])) {
  2017.             return $this->privates['App\\Model\\User\\UserFactory'];
  2018.         }
  2019.         $b = ($this->privates['App\\Model\\User\\UserChoiceFactory'] ?? $this->getUserChoiceFactoryService());
  2020.         if (isset($this->privates['App\\Model\\User\\UserFactory'])) {
  2021.             return $this->privates['App\\Model\\User\\UserFactory'];
  2022.         }
  2023.         return $this->privates['App\\Model\\User\\UserFactory'] = new \App\Model\User\UserFactory(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a$b);
  2024.     }
  2025.     /**
  2026.      * Gets the private 'App\Repository\OrderItemRepository' shared autowired service.
  2027.      *
  2028.      * @return \App\Repository\OrderItemRepository
  2029.      */
  2030.     protected function getOrderItemRepositoryService()
  2031.     {
  2032.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2033.         if (isset($this->privates['App\\Repository\\OrderItemRepository'])) {
  2034.             return $this->privates['App\\Repository\\OrderItemRepository'];
  2035.         }
  2036.         return $this->privates['App\\Repository\\OrderItemRepository'] = new \App\Repository\OrderItemRepository($a);
  2037.     }
  2038.     /**
  2039.      * Gets the private 'App\Service\EntityImageFetcher' shared autowired service.
  2040.      *
  2041.      * @return \App\Service\EntityImageFetcher
  2042.      */
  2043.     protected function getEntityImageFetcherService()
  2044.     {
  2045.         $a = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  2046.         if (isset($this->privates['App\\Service\\EntityImageFetcher'])) {
  2047.             return $this->privates['App\\Service\\EntityImageFetcher'];
  2048.         }
  2049.         return $this->privates['App\\Service\\EntityImageFetcher'] = new \App\Service\EntityImageFetcher(\dirname(__DIR__4), ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()), $a, ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  2050.     }
  2051.     /**
  2052.      * Gets the private 'App\Service\EntityJournal' shared autowired service.
  2053.      *
  2054.      * @return \App\Service\EntityJournal
  2055.      */
  2056.     protected function getEntityJournalService()
  2057.     {
  2058.         $a = ($this->privates['tracker'] ?? $this->getTrackerService());
  2059.         if (isset($this->privates['App\\Service\\EntityJournal'])) {
  2060.             return $this->privates['App\\Service\\EntityJournal'];
  2061.         }
  2062.         return $this->privates['App\\Service\\EntityJournal'] = new \App\Service\EntityJournal($a);
  2063.     }
  2064.     /**
  2065.      * Gets the private 'App\Service\FlashbagService' shared autowired service.
  2066.      *
  2067.      * @return \App\Service\FlashbagService
  2068.      */
  2069.     protected function getFlashbagServiceService()
  2070.     {
  2071.         return $this->privates['App\\Service\\FlashbagService'] = new \App\Service\FlashbagService(($this->privates['session.flash_bag'] ?? $this->load('getSession_FlashBagService')));
  2072.     }
  2073.     /**
  2074.      * Gets the private 'App\Service\PriceProductService' shared autowired service.
  2075.      *
  2076.      * @return \App\Service\PriceProductService
  2077.      */
  2078.     protected function getPriceProductServiceService()
  2079.     {
  2080.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2081.         if (isset($this->privates['App\\Service\\PriceProductService'])) {
  2082.             return $this->privates['App\\Service\\PriceProductService'];
  2083.         }
  2084.         return $this->privates['App\\Service\\PriceProductService'] = new \App\Service\PriceProductService($a);
  2085.     }
  2086.     /**
  2087.      * Gets the private 'App\Service\UserTraceLogHandler' shared autowired service.
  2088.      *
  2089.      * @return \App\Service\UserTraceLogHandler
  2090.      */
  2091.     protected function getUserTraceLogHandlerService()
  2092.     {
  2093.         $this->privates['App\\Service\\UserTraceLogHandler'] = $instance = new \App\Service\UserTraceLogHandler();
  2094.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2095.         $instance->setLogDir((\dirname(__DIR__3).'/log'));
  2096.         return $instance;
  2097.     }
  2098.     /**
  2099.      * Gets the private 'App\SupplierApiBundle\Services\SupplierRequestLogger' shared autowired service.
  2100.      *
  2101.      * @return \App\SupplierApiBundle\Services\SupplierRequestLogger
  2102.      */
  2103.     protected function getSupplierRequestLoggerService()
  2104.     {
  2105.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2106.         if (isset($this->privates['App\\SupplierApiBundle\\Services\\SupplierRequestLogger'])) {
  2107.             return $this->privates['App\\SupplierApiBundle\\Services\\SupplierRequestLogger'];
  2108.         }
  2109.         return $this->privates['App\\SupplierApiBundle\\Services\\SupplierRequestLogger'] = new \App\SupplierApiBundle\Services\SupplierRequestLogger(($this->privates['monolog.logger.supplier'] ?? $this->getMonolog_Logger_SupplierService()), $this->getEnv('SUPPLIER_API_HOST'), $a);
  2110.     }
  2111.     /**
  2112.      * Gets the private 'App\Twig\AppExtension' shared autowired service.
  2113.      *
  2114.      * @return \App\Twig\AppExtension
  2115.      */
  2116.     protected function getAppExtensionService()
  2117.     {
  2118.         return $this->privates['App\\Twig\\AppExtension'] = new \App\Twig\AppExtension();
  2119.     }
  2120.     /**
  2121.      * Gets the private 'App\Twig\DateExtension' shared autowired service.
  2122.      *
  2123.      * @return \App\Twig\DateExtension
  2124.      */
  2125.     protected function getDateExtensionService()
  2126.     {
  2127.         return $this->privates['App\\Twig\\DateExtension'] = new \App\Twig\DateExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  2128.     }
  2129.     /**
  2130.      * Gets the private 'App\Twig\EntityJournalExtension' shared autowired service.
  2131.      *
  2132.      * @return \App\Twig\EntityJournalExtension
  2133.      */
  2134.     protected function getEntityJournalExtensionService()
  2135.     {
  2136.         $a = ($this->privates['App\\Service\\EntityJournal'] ?? $this->getEntityJournalService());
  2137.         if (isset($this->privates['App\\Twig\\EntityJournalExtension'])) {
  2138.             return $this->privates['App\\Twig\\EntityJournalExtension'];
  2139.         }
  2140.         return $this->privates['App\\Twig\\EntityJournalExtension'] = new \App\Twig\EntityJournalExtension($a);
  2141.     }
  2142.     /**
  2143.      * Gets the private 'App\Twig\FacetFormExtension' shared autowired service.
  2144.      *
  2145.      * @return \App\Twig\FacetFormExtension
  2146.      */
  2147.     protected function getFacetFormExtensionService()
  2148.     {
  2149.         return $this->privates['App\\Twig\\FacetFormExtension'] = new \App\Twig\FacetFormExtension();
  2150.     }
  2151.     /**
  2152.      * Gets the private 'App\Twig\InstanceOfExtension' shared autowired service.
  2153.      *
  2154.      * @return \App\Twig\InstanceOfExtension
  2155.      */
  2156.     protected function getInstanceOfExtensionService()
  2157.     {
  2158.         return $this->privates['App\\Twig\\InstanceOfExtension'] = new \App\Twig\InstanceOfExtension();
  2159.     }
  2160.     /**
  2161.      * Gets the private 'App\Twig\MenuExtension' shared autowired service.
  2162.      *
  2163.      * @return \App\Twig\MenuExtension
  2164.      */
  2165.     protected function getMenuExtensionService()
  2166.     {
  2167.         return $this->privates['App\\Twig\\MenuExtension'] = new \App\Twig\MenuExtension(($this->privates['App\\Model\\User\\User'] ?? $this->getUserService()));
  2168.     }
  2169.     /**
  2170.      * Gets the private 'App\Twig\StatusExtension' shared autowired service.
  2171.      *
  2172.      * @return \App\Twig\StatusExtension
  2173.      */
  2174.     protected function getStatusExtensionService()
  2175.     {
  2176.         return $this->privates['App\\Twig\\StatusExtension'] = new \App\Twig\StatusExtension();
  2177.     }
  2178.     /**
  2179.      * Gets the private 'App\Twig\UtilsExtension' shared autowired service.
  2180.      *
  2181.      * @return \App\Twig\UtilsExtension
  2182.      */
  2183.     protected function getUtilsExtensionService()
  2184.     {
  2185.         return $this->privates['App\\Twig\\UtilsExtension'] = new \App\Twig\UtilsExtension();
  2186.     }
  2187.     /**
  2188.      * Gets the private 'App\Twig\WeatherExtension' shared autowired service.
  2189.      *
  2190.      * @return \App\Twig\WeatherExtension
  2191.      */
  2192.     protected function getWeatherExtensionService()
  2193.     {
  2194.         return $this->privates['App\\Twig\\WeatherExtension'] = new \App\Twig\WeatherExtension();
  2195.     }
  2196.     /**
  2197.      * Gets the private 'Omines\DataTablesBundle\Twig\DataTablesExtension' shared autowired service.
  2198.      *
  2199.      * @return \Omines\DataTablesBundle\Twig\DataTablesExtension
  2200.      */
  2201.     protected function getDataTablesExtensionService()
  2202.     {
  2203.         return $this->privates['Omines\\DataTablesBundle\\Twig\\DataTablesExtension'] = new \Omines\DataTablesBundle\Twig\DataTablesExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  2204.     }
  2205.     /**
  2206.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2207.      *
  2208.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2209.      */
  2210.     protected function getResetAssetsEventListenerService()
  2211.     {
  2212.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  2213.     }
  2214.     /**
  2215.      * Gets the private 'Vich\UploaderBundle\DataCollector\MappingCollector' shared service.
  2216.      *
  2217.      * @return \Vich\UploaderBundle\DataCollector\MappingCollector
  2218.      */
  2219.     protected function getMappingCollectorService()
  2220.     {
  2221.         return $this->privates['Vich\\UploaderBundle\\DataCollector\\MappingCollector'] = new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  2222.     }
  2223.     /**
  2224.      * Gets the private 'Vich\UploaderBundle\Templating\Helper\UploaderHelper' shared service.
  2225.      *
  2226.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  2227.      */
  2228.     protected function getUploaderHelperService()
  2229.     {
  2230.         return $this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  2231.     }
  2232.     /**
  2233.      * Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtension' shared service.
  2234.      *
  2235.      * @return \Vich\UploaderBundle\Twig\Extension\UploaderExtension
  2236.      */
  2237.     protected function getUploaderExtensionService()
  2238.     {
  2239.         return $this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtension'] = new \Vich\UploaderBundle\Twig\Extension\UploaderExtension();
  2240.     }
  2241.     /**
  2242.      * Gets the private 'annotations.cache_adapter' shared service.
  2243.      *
  2244.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2245.      */
  2246.     protected function getAnnotations_CacheAdapterService()
  2247.     {
  2248.         return $this->privates['annotations.cache_adapter'] = \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2249.     }
  2250.     /**
  2251.      * Gets the private 'annotations.cached_reader' shared service.
  2252.      *
  2253.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2254.      */
  2255.     protected function getAnnotations_CachedReaderService()
  2256.     {
  2257.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['annotations.cache_adapter'] ?? $this->getAnnotations_CacheAdapterService()), true);
  2258.     }
  2259.     /**
  2260.      * Gets the private 'annotations.dummy_registry' shared service.
  2261.      *
  2262.      * @return \Doctrine\Common\Annotations\AnnotationRegistry
  2263.      */
  2264.     protected function getAnnotations_DummyRegistryService()
  2265.     {
  2266.         $this->privates['annotations.dummy_registry'] = $instance = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2267.         $instance->registerUniqueLoader('class_exists');
  2268.         return $instance;
  2269.     }
  2270.     /**
  2271.      * Gets the private 'annotations.reader' shared service.
  2272.      *
  2273.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2274.      */
  2275.     protected function getAnnotations_ReaderService()
  2276.     {
  2277.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2278.         $instance->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
  2279.         return $instance;
  2280.     }
  2281.     /**
  2282.      * Gets the private 'argument_metadata_factory' shared service.
  2283.      *
  2284.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  2285.      */
  2286.     protected function getArgumentMetadataFactoryService()
  2287.     {
  2288.         return $this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  2289.     }
  2290.     /**
  2291.      * Gets the private 'assets._default_package' shared service.
  2292.      *
  2293.      * @return \Symfony\Component\Asset\PathPackage
  2294.      */
  2295.     protected function getAssets_DefaultPackageService()
  2296.     {
  2297.         return $this->privates['assets._default_package'] = new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets._version__default'] ?? $this->getAssets_VersionDefaultService()), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  2298.     }
  2299.     /**
  2300.      * Gets the private 'assets._version__default' shared service.
  2301.      *
  2302.      * @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
  2303.      */
  2304.     protected function getAssets_VersionDefaultService()
  2305.     {
  2306.         return $this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false);
  2307.     }
  2308.     /**
  2309.      * Gets the private 'assets.context' shared service.
  2310.      *
  2311.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2312.      */
  2313.     protected function getAssets_ContextService()
  2314.     {
  2315.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2316.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  2317.     }
  2318.     /**
  2319.      * Gets the private 'assets.packages' shared service.
  2320.      *
  2321.      * @return \Symfony\Component\Asset\Packages
  2322.      */
  2323.     protected function getAssets_PackagesService()
  2324.     {
  2325.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(($this->privates['assets._default_package'] ?? $this->getAssets_DefaultPackageService()), new RewindableGenerator(function () {
  2326.             return new \EmptyIterator();
  2327.         }, 0));
  2328.     }
  2329.     /**
  2330.      * Gets the private 'cache.annotations' shared service.
  2331.      *
  2332.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2333.      */
  2334.     protected function getCache_AnnotationsService()
  2335.     {
  2336.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.annotations.recorder_inner'] ?? $this->getCache_Annotations_RecorderInnerService()));
  2337.     }
  2338.     /**
  2339.      * Gets the private 'cache.annotations.recorder_inner' shared service.
  2340.      *
  2341.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  2342.      */
  2343.     protected function getCache_Annotations_RecorderInnerService()
  2344.     {
  2345.         return $this->privates['cache.annotations.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2doubs1ggi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2346.     }
  2347.     /**
  2348.      * Gets the private 'cache.app.recorder_inner' shared service.
  2349.      *
  2350.      * @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
  2351.      */
  2352.     protected function getCache_App_RecorderInnerService()
  2353.     {
  2354.         $this->privates['cache.app.recorder_inner'] = $instance = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('kBwW157GKF'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2355.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2356.         return $instance;
  2357.     }
  2358.     /**
  2359.      * Gets the private 'cache.default_marshaller' shared service.
  2360.      *
  2361.      * @return \Symfony\Component\Cache\Marshaller\DefaultMarshaller
  2362.      */
  2363.     protected function getCache_DefaultMarshallerService()
  2364.     {
  2365.         return $this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue);
  2366.     }
  2367.     /**
  2368.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  2369.      *
  2370.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  2371.      */
  2372.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  2373.     {
  2374.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  2375.     }
  2376.     /**
  2377.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2378.      *
  2379.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2380.      */
  2381.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2382.     {
  2383.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.doctrine.orm.default.query.recorder_inner'] ?? ($this->privates['cache.doctrine.orm.default.query.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  2384.     }
  2385.     /**
  2386.      * Gets the private 'cache.doctrine.orm.default.query.recorder_inner' shared service.
  2387.      *
  2388.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  2389.      */
  2390.     protected function getCache_Doctrine_Orm_Default_Query_RecorderInnerService()
  2391.     {
  2392.         return $this->privates['cache.doctrine.orm.default.query.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  2393.     }
  2394.     /**
  2395.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2396.      *
  2397.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2398.      */
  2399.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2400.     {
  2401.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.doctrine.orm.default.result.recorder_inner'] ?? ($this->privates['cache.doctrine.orm.default.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  2402.     }
  2403.     /**
  2404.      * Gets the private 'cache.doctrine.orm.default.result.recorder_inner' shared service.
  2405.      *
  2406.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  2407.      */
  2408.     protected function getCache_Doctrine_Orm_Default_Result_RecorderInnerService()
  2409.     {
  2410.         return $this->privates['cache.doctrine.orm.default.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  2411.     }
  2412.     /**
  2413.      * Gets the private 'cache.property_info' shared service.
  2414.      *
  2415.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2416.      */
  2417.     protected function getCache_PropertyInfoService()
  2418.     {
  2419.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.property_info.recorder_inner'] ?? $this->getCache_PropertyInfo_RecorderInnerService()));
  2420.     }
  2421.     /**
  2422.      * Gets the private 'cache.property_info.recorder_inner' shared service.
  2423.      *
  2424.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  2425.      */
  2426.     protected function getCache_PropertyInfo_RecorderInnerService()
  2427.     {
  2428.         return $this->privates['cache.property_info.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9xl3CriaIl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2429.     }
  2430.     /**
  2431.      * Gets the private 'cache.security_expression_language' shared service.
  2432.      *
  2433.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2434.      */
  2435.     protected function getCache_SecurityExpressionLanguageService()
  2436.     {
  2437.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.security_expression_language.recorder_inner'] ?? $this->getCache_SecurityExpressionLanguage_RecorderInnerService()));
  2438.     }
  2439.     /**
  2440.      * Gets the private 'cache.security_expression_language.recorder_inner' shared service.
  2441.      *
  2442.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  2443.      */
  2444.     protected function getCache_SecurityExpressionLanguage_RecorderInnerService()
  2445.     {
  2446.         return $this->privates['cache.security_expression_language.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cW2SqAEQjz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2447.     }
  2448.     /**
  2449.      * Gets the private 'cache.security_token_verifier' shared service.
  2450.      *
  2451.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2452.      */
  2453.     protected function getCache_SecurityTokenVerifierService()
  2454.     {
  2455.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.security_token_verifier.recorder_inner'] ?? $this->getCache_SecurityTokenVerifier_RecorderInnerService()));
  2456.     }
  2457.     /**
  2458.      * Gets the private 'cache.security_token_verifier.recorder_inner' shared service.
  2459.      *
  2460.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  2461.      */
  2462.     protected function getCache_SecurityTokenVerifier_RecorderInnerService()
  2463.     {
  2464.         return $this->privates['cache.security_token_verifier.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fdFBmMe45f'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2465.     }
  2466.     /**
  2467.      * Gets the private 'cache.serializer' shared service.
  2468.      *
  2469.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2470.      */
  2471.     protected function getCache_SerializerService()
  2472.     {
  2473.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.serializer.recorder_inner'] ?? $this->getCache_Serializer_RecorderInnerService()));
  2474.     }
  2475.     /**
  2476.      * Gets the private 'cache.serializer.recorder_inner' shared service.
  2477.      *
  2478.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  2479.      */
  2480.     protected function getCache_Serializer_RecorderInnerService()
  2481.     {
  2482.         return $this->privates['cache.serializer.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GOQSNx91Us'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2483.     }
  2484.     /**
  2485.      * Gets the private 'cache.system.recorder_inner' shared service.
  2486.      *
  2487.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  2488.      */
  2489.     protected function getCache_System_RecorderInnerService()
  2490.     {
  2491.         return $this->privates['cache.system.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KRMMKdkW9q'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2492.     }
  2493.     /**
  2494.      * Gets the private 'cache.validator' shared service.
  2495.      *
  2496.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2497.      */
  2498.     protected function getCache_ValidatorService()
  2499.     {
  2500.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator.recorder_inner'] ?? $this->getCache_Validator_RecorderInnerService()));
  2501.     }
  2502.     /**
  2503.      * Gets the private 'cache.validator.recorder_inner' shared service.
  2504.      *
  2505.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  2506.      */
  2507.     protected function getCache_Validator_RecorderInnerService()
  2508.     {
  2509.         return $this->privates['cache.validator.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rci6slSgDq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2510.     }
  2511.     /**
  2512.      * Gets the private 'cache.validator_expression_language.recorder_inner' shared service.
  2513.      *
  2514.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  2515.      */
  2516.     protected function getCache_ValidatorExpressionLanguage_RecorderInnerService()
  2517.     {
  2518.         return $this->privates['cache.validator_expression_language.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EcZtvMOU17'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2519.     }
  2520.     /**
  2521.      * Gets the private 'cache.webpack_encore' shared service.
  2522.      *
  2523.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2524.      */
  2525.     protected function getCache_WebpackEncoreService()
  2526.     {
  2527.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.webpack_encore.recorder_inner'] ?? $this->getCache_WebpackEncore_RecorderInnerService()));
  2528.     }
  2529.     /**
  2530.      * Gets the private 'cache.webpack_encore.recorder_inner' shared service.
  2531.      *
  2532.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  2533.      */
  2534.     protected function getCache_WebpackEncore_RecorderInnerService()
  2535.     {
  2536.         return $this->privates['cache.webpack_encore.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7UAQmABz7h'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2537.     }
  2538.     /**
  2539.      * Gets the private 'config_cache_factory' shared service.
  2540.      *
  2541.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2542.      */
  2543.     protected function getConfigCacheFactoryService()
  2544.     {
  2545.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2546.             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)));
  2547.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2548.         }, 2));
  2549.     }
  2550.     /**
  2551.      * Gets the private 'controller.pre_execute_listener' shared autowired service.
  2552.      *
  2553.      * @return \App\EventListener\ControllerListener
  2554.      */
  2555.     protected function getController_PreExecuteListenerService()
  2556.     {
  2557.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2558.         if (isset($this->privates['controller.pre_execute_listener'])) {
  2559.             return $this->privates['controller.pre_execute_listener'];
  2560.         }
  2561.         return $this->privates['controller.pre_execute_listener'] = new \App\EventListener\ControllerListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), $a);
  2562.     }
  2563.     /**
  2564.      * Gets the private 'data_collector.ajax' shared service.
  2565.      *
  2566.      * @return \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector
  2567.      */
  2568.     protected function getDataCollector_AjaxService()
  2569.     {
  2570.         return $this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector();
  2571.     }
  2572.     /**
  2573.      * Gets the private 'data_collector.cache' shared service.
  2574.      *
  2575.      * @return \Symfony\Component\Cache\DataCollector\CacheDataCollector
  2576.      */
  2577.     protected function getDataCollector_CacheService()
  2578.     {
  2579.         $this->privates['data_collector.cache'] = $instance = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2580.         $instance->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2581.         $instance->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2582.         $instance->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2583.         $instance->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2584.         $instance->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2585.         $instance->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2586.         $instance->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  2587.         $instance->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2588.         $instance->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  2589.         $instance->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2590.         $instance->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2591.         $instance->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  2592.         return $instance;
  2593.     }
  2594.     /**
  2595.      * Gets the private 'data_collector.config' shared service.
  2596.      *
  2597.      * @return \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector
  2598.      */
  2599.     protected function getDataCollector_ConfigService()
  2600.     {
  2601.         $this->privates['data_collector.config'] = $instance = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2602.         if ($this->has('kernel')) {
  2603.             $instance->setKernel(($this->services['kernel'] ?? $this->get('kernel'3)));
  2604.         }
  2605.         return $instance;
  2606.     }
  2607.     /**
  2608.      * Gets the private 'data_collector.doctrine' shared service.
  2609.      *
  2610.      * @return \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector
  2611.      */
  2612.     protected function getDataCollector_DoctrineService()
  2613.     {
  2614.         return $this->privates['data_collector.doctrine'] = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))));
  2615.     }
  2616.     /**
  2617.      * Gets the private 'data_collector.events' shared service.
  2618.      *
  2619.      * @return \Symfony\Component\HttpKernel\DataCollector\EventDataCollector
  2620.      */
  2621.     protected function getDataCollector_EventsService()
  2622.     {
  2623.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2624.         if (isset($this->privates['data_collector.events'])) {
  2625.             return $this->privates['data_collector.events'];
  2626.         }
  2627.         return $this->privates['data_collector.events'] = new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2628.     }
  2629.     /**
  2630.      * Gets the private 'data_collector.exception' shared service.
  2631.      *
  2632.      * @return \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector
  2633.      */
  2634.     protected function getDataCollector_ExceptionService()
  2635.     {
  2636.         return $this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector();
  2637.     }
  2638.     /**
  2639.      * Gets the private 'data_collector.form' shared service.
  2640.      *
  2641.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2642.      */
  2643.     protected function getDataCollector_FormService()
  2644.     {
  2645.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(($this->privates['data_collector.form.extractor'] ?? ($this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor())));
  2646.     }
  2647.     /**
  2648.      * Gets the private 'data_collector.form.extractor' shared service.
  2649.      *
  2650.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  2651.      */
  2652.     protected function getDataCollector_Form_ExtractorService()
  2653.     {
  2654.         return $this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  2655.     }
  2656.     /**
  2657.      * Gets the private 'data_collector.http_client' shared service.
  2658.      *
  2659.      * @return \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector
  2660.      */
  2661.     protected function getDataCollector_HttpClientService()
  2662.     {
  2663.         $this->privates['data_collector.http_client'] = $instance = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  2664.         $instance->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2665.         return $instance;
  2666.     }
  2667.     /**
  2668.      * Gets the private 'data_collector.logger' shared service.
  2669.      *
  2670.      * @return \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector
  2671.      */
  2672.     protected function getDataCollector_LoggerService()
  2673.     {
  2674.         return $this->privates['data_collector.logger'] = new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector(($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), ($this->targetDir.''.'/App_KernelDevDebugContainer'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2675.     }
  2676.     /**
  2677.      * Gets the private 'data_collector.memory' shared service.
  2678.      *
  2679.      * @return \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector
  2680.      */
  2681.     protected function getDataCollector_MemoryService()
  2682.     {
  2683.         return $this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector();
  2684.     }
  2685.     /**
  2686.      * Gets the private 'data_collector.request' shared service.
  2687.      *
  2688.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2689.      */
  2690.     protected function getDataCollector_RequestService()
  2691.     {
  2692.         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())));
  2693.     }
  2694.     /**
  2695.      * Gets the private 'data_collector.router' shared service.
  2696.      *
  2697.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  2698.      */
  2699.     protected function getDataCollector_RouterService()
  2700.     {
  2701.         return $this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  2702.     }
  2703.     /**
  2704.      * Gets the private 'data_collector.security' shared service.
  2705.      *
  2706.      * @return \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector
  2707.      */
  2708.     protected function getDataCollector_SecurityService()
  2709.     {
  2710.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  2711.         if (isset($this->privates['data_collector.security'])) {
  2712.             return $this->privates['data_collector.security'];
  2713.         }
  2714.         $b = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2715.         if (isset($this->privates['data_collector.security'])) {
  2716.             return $this->privates['data_collector.security'];
  2717.         }
  2718.         $c = ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2719.         if (isset($this->privates['data_collector.security'])) {
  2720.             return $this->privates['data_collector.security'];
  2721.         }
  2722.         return $this->privates['data_collector.security'] = 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->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), $a$b$ctrue);
  2723.     }
  2724.     /**
  2725.      * Gets the private 'data_collector.time' shared service.
  2726.      *
  2727.      * @return \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector
  2728.      */
  2729.     protected function getDataCollector_TimeService()
  2730.     {
  2731.         return $this->privates['data_collector.time'] = new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector(($this->services['kernel'] ?? $this->get('kernel'3)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2732.     }
  2733.     /**
  2734.      * Gets the private 'data_collector.translation' shared service.
  2735.      *
  2736.      * @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
  2737.      */
  2738.     protected function getDataCollector_TranslationService()
  2739.     {
  2740.         return $this->privates['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService()));
  2741.     }
  2742.     /**
  2743.      * Gets the private 'data_collector.twig' shared service.
  2744.      *
  2745.      * @return \Symfony\Bridge\Twig\DataCollector\TwigDataCollector
  2746.      */
  2747.     protected function getDataCollector_TwigService()
  2748.     {
  2749.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2750.         if (isset($this->privates['data_collector.twig'])) {
  2751.             return $this->privates['data_collector.twig'];
  2752.         }
  2753.         return $this->privates['data_collector.twig'] = new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a);
  2754.     }
  2755.     /**
  2756.      * Gets the private 'data_collector.validator' shared service.
  2757.      *
  2758.      * @return \Symfony\Component\Validator\DataCollector\ValidatorDataCollector
  2759.      */
  2760.     protected function getDataCollector_ValidatorService()
  2761.     {
  2762.         return $this->privates['data_collector.validator'] = new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  2763.     }
  2764.     /**
  2765.      * Gets the private 'debug.argument_resolver' shared service.
  2766.      *
  2767.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  2768.      */
  2769.     protected function getDebug_ArgumentResolverService()
  2770.     {
  2771.         $a = ($this->privates['debug.argument_resolver.inner'] ?? $this->getDebug_ArgumentResolver_InnerService());
  2772.         if (isset($this->privates['debug.argument_resolver'])) {
  2773.             return $this->privates['debug.argument_resolver'];
  2774.         }
  2775.         return $this->privates['debug.argument_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2776.     }
  2777.     /**
  2778.      * Gets the private 'debug.argument_resolver.inner' shared service.
  2779.      *
  2780.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver
  2781.      */
  2782.     protected function getDebug_ArgumentResolver_InnerService()
  2783.     {
  2784.         return $this->privates['debug.argument_resolver.inner'] = 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 () {
  2785.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2786.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2787.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2788.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2789.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2790.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2791.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2792.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2793.         }, 8));
  2794.     }
  2795.     /**
  2796.      * Gets the private 'debug.controller_resolver' shared service.
  2797.      *
  2798.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2799.      */
  2800.     protected function getDebug_ControllerResolverService()
  2801.     {
  2802.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(($this->privates['debug.controller_resolver.inner'] ?? $this->getDebug_ControllerResolver_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2803.     }
  2804.     /**
  2805.      * Gets the private 'debug.controller_resolver.inner' shared service.
  2806.      *
  2807.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
  2808.      */
  2809.     protected function getDebug_ControllerResolver_InnerService()
  2810.     {
  2811.         return $this->privates['debug.controller_resolver.inner'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()));
  2812.     }
  2813.     /**
  2814.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2815.      *
  2816.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2817.      */
  2818.     protected function getDebug_DebugHandlersListenerService()
  2819.     {
  2820.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ($this->privates['monolog.logger.php'] ?? $this->getMonolog_Logger_PhpService()), NULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  2821.     }
  2822.     /**
  2823.      * Gets the private 'debug.event_dispatcher.inner' shared service.
  2824.      *
  2825.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2826.      */
  2827.     protected function getDebug_EventDispatcher_InnerService()
  2828.     {
  2829.         return $this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2830.     }
  2831.     /**
  2832.      * Gets the private 'debug.file_link_formatter' shared service.
  2833.      *
  2834.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2835.      */
  2836.     protected function getDebug_FileLinkFormatterService()
  2837.     {
  2838.         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 () {
  2839.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2840.         });
  2841.     }
  2842.     /**
  2843.      * Gets the private 'debug.log_processor' shared service.
  2844.      *
  2845.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2846.      */
  2847.     protected function getDebug_LogProcessorService()
  2848.     {
  2849.         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())));
  2850.     }
  2851.     /**
  2852.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2853.      *
  2854.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2855.      */
  2856.     protected function getDebug_Security_Access_DecisionManagerService()
  2857.     {
  2858.         $a = ($this->privates['debug.security.access.decision_manager.inner'] ?? $this->getDebug_Security_Access_DecisionManager_InnerService());
  2859.         if (isset($this->privates['debug.security.access.decision_manager'])) {
  2860.             return $this->privates['debug.security.access.decision_manager'];
  2861.         }
  2862.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager($a);
  2863.     }
  2864.     /**
  2865.      * Gets the private 'debug.security.access.decision_manager.inner' shared service.
  2866.      *
  2867.      * @return \Symfony\Component\Security\Core\Authorization\AccessDecisionManager
  2868.      */
  2869.     protected function getDebug_Security_Access_DecisionManager_InnerService()
  2870.     {
  2871.         return $this->privates['debug.security.access.decision_manager.inner'] = new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  2872.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2873.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2874.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2875.             yield => ($this->privates['debug.security.voter.App\\Voter\\AccessTokenVoter'] ?? $this->load('getAccessTokenVoter2Service'));
  2876.             yield => ($this->privates['debug.security.voter.App\\Voter\\CartItemVoter'] ?? $this->load('getCartItemVoter2Service'));
  2877.             yield => ($this->privates['debug.security.voter.App\\Voter\\InvitationVoter'] ?? $this->load('getInvitationVoter2Service'));
  2878.             yield => ($this->privates['debug.security.voter.App\\Voter\\InvoiceBatchVoter'] ?? $this->load('getInvoiceBatchVoter2Service'));
  2879.             yield => ($this->privates['debug.security.voter.App\\Voter\\InvoiceVoter'] ?? $this->load('getInvoiceVoter2Service'));
  2880.             yield => ($this->privates['debug.security.voter.App\\Voter\\MessageVoter'] ?? $this->load('getMessageVoter2Service'));
  2881.             yield => ($this->privates['debug.security.voter.App\\Voter\\OrderVoter'] ?? $this->load('getOrderVoter2Service'));
  2882.             yield 10 => ($this->privates['debug.security.voter.App\\Voter\\ProductVoter'] ?? $this->load('getProductVoter2Service'));
  2883.             yield 11 => ($this->privates['debug.security.voter.App\\Voter\\RegistrationVoter'] ?? $this->load('getRegistrationVoter2Service'));
  2884.             yield 12 => ($this->privates['debug.security.voter.App\\Voter\\ShopVoter'] ?? $this->load('getShopVoter2Service'));
  2885.             yield 13 => ($this->privates['debug.security.voter.App\\Voter\\SupplierCustomerVoter'] ?? $this->load('getSupplierCustomerVoter2Service'));
  2886.             yield 14 => ($this->privates['debug.security.voter.App\\Voter\\SupplierVoter'] ?? $this->load('getSupplierVoter2Service'));
  2887.             yield 15 => ($this->privates['debug.security.voter.App\\Voter\\UserVoter'] ?? $this->load('getUserVoter2Service'));
  2888.         }, 16), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false));
  2889.     }
  2890.     /**
  2891.      * Gets the private 'debug.security.firewall' shared service.
  2892.      *
  2893.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2894.      */
  2895.     protected function getDebug_Security_FirewallService()
  2896.     {
  2897.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2898.         if (isset($this->privates['debug.security.firewall'])) {
  2899.             return $this->privates['debug.security.firewall'];
  2900.         }
  2901.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2902.         if (isset($this->privates['debug.security.firewall'])) {
  2903.             return $this->privates['debug.security.firewall'];
  2904.         }
  2905.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2906.     }
  2907.     /**
  2908.      * Gets the private 'debug.stopwatch' shared service.
  2909.      *
  2910.      * @return \Symfony\Component\Stopwatch\Stopwatch
  2911.      */
  2912.     protected function getDebug_StopwatchService()
  2913.     {
  2914.         return $this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  2915.     }
  2916.     /**
  2917.      * Gets the private 'debug.validator.inner' shared service.
  2918.      *
  2919.      * @return \Symfony\Component\Validator\Validator\ValidatorInterface
  2920.      */
  2921.     protected function getDebug_Validator_InnerService()
  2922.     {
  2923.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  2924.         if (isset($this->privates['debug.validator.inner'])) {
  2925.             return $this->privates['debug.validator.inner'];
  2926.         }
  2927.         return $this->privates['debug.validator.inner'] = $a->getValidator();
  2928.     }
  2929.     /**
  2930.      * Gets the private 'disallow_search_engine_index_response_listener' shared service.
  2931.      *
  2932.      * @return \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener
  2933.      */
  2934.     protected function getDisallowSearchEngineIndexResponseListenerService()
  2935.     {
  2936.         return $this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener();
  2937.     }
  2938.     /**
  2939.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  2940.      *
  2941.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  2942.      */
  2943.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  2944.     {
  2945.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], ($this->privates['doctrine.dbal.connection_factory.dsn_parser'] ?? $this->getDoctrine_Dbal_ConnectionFactory_DsnParserService()));
  2946.     }
  2947.     /**
  2948.      * Gets the private 'doctrine.dbal.connection_factory.dsn_parser' shared service.
  2949.      *
  2950.      * @return \Doctrine\DBAL\Tools\DsnParser
  2951.      */
  2952.     protected function getDoctrine_Dbal_ConnectionFactory_DsnParserService()
  2953.     {
  2954.         return $this->privates['doctrine.dbal.connection_factory.dsn_parser'] = new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite']);
  2955.     }
  2956.     /**
  2957.      * Gets the private 'doctrine.dbal.debug_middleware.default' shared service.
  2958.      *
  2959.      * @return \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware
  2960.      */
  2961.     protected function getDoctrine_Dbal_DebugMiddleware_DefaultService()
  2962.     {
  2963.         $this->privates['doctrine.dbal.debug_middleware.default'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2964.         $instance->setConnectionName('default');
  2965.         return $instance;
  2966.     }
  2967.     /**
  2968.      * Gets the private 'doctrine.dbal.default_connection.configuration' shared service.
  2969.      *
  2970.      * @return \Doctrine\DBAL\Configuration
  2971.      */
  2972.     protected function getDoctrine_Dbal_DefaultConnection_ConfigurationService()
  2973.     {
  2974.         $this->privates['doctrine.dbal.default_connection.configuration'] = $instance = new \Doctrine\DBAL\Configuration();
  2975.         $instance->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  2976.         $instance->setMiddlewares([=> ($this->privates['doctrine.dbal.logging_middleware.default'] ?? $this->getDoctrine_Dbal_LoggingMiddleware_DefaultService()), => ($this->privates['doctrine.dbal.debug_middleware.default'] ?? $this->getDoctrine_Dbal_DebugMiddleware_DefaultService())]);
  2977.         return $instance;
  2978.     }
  2979.     /**
  2980.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2981.      *
  2982.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2983.      */
  2984.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2985.     {
  2986.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2987.             'App\\EventListener\\CustomerSupplierLinkSubscriber' => ['privates''App\\EventListener\\CustomerSupplierLinkSubscriber''getCustomerSupplierLinkSubscriberService'true],
  2988.             'App\\EventListener\\DeliveryModelSubscriber' => ['privates''App\\EventListener\\DeliveryModelSubscriber''getDeliveryModelSubscriberService'true],
  2989.             'App\\EventListener\\DispatchCRMInfosSubscriber' => ['privates''App\\EventListener\\DispatchCRMInfosSubscriber''getDispatchCRMInfosSubscriberService'true],
  2990.             'App\\EventListener\\EntityAuthorSubscriber' => ['privates''App\\EventListener\\EntityAuthorSubscriber''getEntityAuthorSubscriberService'true],
  2991.             'App\\EventListener\\EntityRemoveListener' => ['privates''App\\EventListener\\EntityRemoveListener''getEntityRemoveListenerService'true],
  2992.             'App\\EventListener\\GeocodeCustomerSubscriber' => ['privates''App\\EventListener\\GeocodeCustomerSubscriber''getGeocodeCustomerSubscriberService'true],
  2993.             'App\\EventListener\\GuestProductListener' => ['privates''App\\EventListener\\GuestProductListener''getGuestProductListenerService'true],
  2994.             'App\\EventListener\\ImpersonatorListener' => ['privates''App\\EventListener\\ImpersonatorListener''getImpersonatorListenerService'true],
  2995.             'App\\EventListener\\InvitationListener' => ['privates''App\\EventListener\\InvitationListener''getInvitationListenerService'true],
  2996.             'App\\EventListener\\IpAddressListener' => ['privates''App\\EventListener\\IpAddressListener''getIpAddressListenerService'true],
  2997.             'App\\EventListener\\MessageListener' => ['privates''App\\EventListener\\MessageListener''getMessageListenerService'true],
  2998.             'App\\EventListener\\OrderDoctrineSubscriber' => ['privates''App\\EventListener\\OrderDoctrineSubscriber''getOrderDoctrineSubscriberService'true],
  2999.             'App\\EventListener\\OrderStatusHistoryListener' => ['privates''App\\EventListener\\OrderStatusHistoryListener''getOrderStatusHistoryListenerService'true],
  3000.             'App\\EventListener\\PriceHistoryListener' => ['privates''App\\EventListener\\PriceHistoryListener''getPriceHistoryListenerService'true],
  3001.             'App\\EventListener\\ProtectedDeletableListener' => ['privates''App\\EventListener\\ProtectedDeletableListener''getProtectedDeletableListenerService'true],
  3002.             'App\\EventListener\\RefreshMessagesListener' => ['privates''App\\EventListener\\RefreshMessagesListener''getRefreshMessagesListenerService'true],
  3003.             'App\\EventListener\\SupplierCreationSubscriber' => ['privates''App\\EventListener\\SupplierCreationSubscriber''getSupplierCreationSubscriberService'true],
  3004.             'App\\EventListener\\SupplierCustomerSubscriber' => ['privates''App\\EventListener\\SupplierCustomerSubscriber''getSupplierCustomerSubscriberService'true],
  3005.             'App\\EventListener\\SupplierPostLoadListener' => ['privates''App\\EventListener\\SupplierPostLoadListener''getSupplierPostLoadListenerService'true],
  3006.             'App\\EventListener\\TagSourceSystemSubscriber' => ['privates''App\\EventListener\\TagSourceSystemSubscriber''getTagSourceSystemSubscriberService'true],
  3007.             'App\\EventListener\\UpdateElasticaPostListener' => ['privates''App\\EventListener\\UpdateElasticaPostListener''getUpdateElasticaPostListenerService'true],
  3008.             'app.subscriber.order' => ['privates''app.subscriber.order''getApp_Subscriber_OrderService'true],
  3009.             'app.subscriber.order_webhook' => ['privates''app.subscriber.order_webhook''getApp_Subscriber_OrderWebhookService'true],
  3010.             'beelab.tag.subscriber' => ['privates''beelab.tag.subscriber''getBeelab_Tag_SubscriberService'true],
  3011.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  3012.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3013.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3014.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3015.             'fos_elastica.listener.app.product' => ['privates''fos_elastica.listener.app.product''getFosElastica_Listener_App_ProductService'true],
  3016.             'fos_elastica.listener.backoffice.customer' => ['privates''fos_elastica.listener.backoffice.customer''getFosElastica_Listener_Backoffice_CustomerService'true],
  3017.             'fos_elastica.listener.backoffice.customer_group' => ['privates''fos_elastica.listener.backoffice.customer_group''getFosElastica_Listener_Backoffice_CustomerGroupService'true],
  3018.             'fos_elastica.listener.backoffice.product' => ['privates''fos_elastica.listener.backoffice.product''getFosElastica_Listener_Backoffice_ProductService'true],
  3019.             'fos_elastica.listener.backoffice.simulation' => ['privates''fos_elastica.listener.backoffice.simulation''getFosElastica_Listener_Backoffice_SimulationService'true],
  3020.             'fos_elastica.listener.backoffice.supplier' => ['privates''fos_elastica.listener.backoffice.supplier''getFosElastica_Listener_Backoffice_SupplierService'true],
  3021.             'fos_elastica.listener.backoffice.supplier_customer_link' => ['privates''fos_elastica.listener.backoffice.supplier_customer_link''getFosElastica_Listener_Backoffice_SupplierCustomerLinkService'true],
  3022.             'fos_elastica.listener.backoffice.user' => ['privates''fos_elastica.listener.backoffice.user''getFosElastica_Listener_Backoffice_UserService'true],
  3023.             'fos_elastica.listener.front_users.user' => ['privates''fos_elastica.listener.front_users.user''getFosElastica_Listener_FrontUsers_UserService'true],
  3024.             'fos_elastica.listener.order_analysis_items.order_item' => ['privates''fos_elastica.listener.order_analysis_items.order_item''getFosElastica_Listener_OrderAnalysisItems_OrderItemService'true],
  3025.             'fos_elastica.listener.suppliers.supplier' => ['privates''fos_elastica.listener.suppliers.supplier''getFosElastica_Listener_Suppliers_SupplierService'true],
  3026.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'true],
  3027.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'true],
  3028.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  3029.             'vich_uploader.listener.clean.category_picture' => ['privates''vich_uploader.listener.clean.category_picture''getVichUploader_Listener_Clean_CategoryPictureService'true],
  3030.             'vich_uploader.listener.clean.invoice_file' => ['privates''vich_uploader.listener.clean.invoice_file''getVichUploader_Listener_Clean_InvoiceFileService'true],
  3031.             'vich_uploader.listener.clean.label_picture' => ['privates''vich_uploader.listener.clean.label_picture''getVichUploader_Listener_Clean_LabelPictureService'true],
  3032.             'vich_uploader.listener.clean.product_picture' => ['privates''vich_uploader.listener.clean.product_picture''getVichUploader_Listener_Clean_ProductPictureService'true],
  3033.             'vich_uploader.listener.clean.supplier_picture' => ['privates''vich_uploader.listener.clean.supplier_picture''getVichUploader_Listener_Clean_SupplierPictureService'true],
  3034.             'vich_uploader.listener.clean.tutorial_picture' => ['privates''vich_uploader.listener.clean.tutorial_picture''getVichUploader_Listener_Clean_TutorialPictureService'true],
  3035.             'vich_uploader.listener.remove.category_picture' => ['privates''vich_uploader.listener.remove.category_picture''getVichUploader_Listener_Remove_CategoryPictureService'true],
  3036.             'vich_uploader.listener.remove.invoice_file' => ['privates''vich_uploader.listener.remove.invoice_file''getVichUploader_Listener_Remove_InvoiceFileService'true],
  3037.             'vich_uploader.listener.remove.label_picture' => ['privates''vich_uploader.listener.remove.label_picture''getVichUploader_Listener_Remove_LabelPictureService'true],
  3038.             'vich_uploader.listener.remove.product_picture' => ['privates''vich_uploader.listener.remove.product_picture''getVichUploader_Listener_Remove_ProductPictureService'true],
  3039.             'vich_uploader.listener.remove.supplier_picture' => ['privates''vich_uploader.listener.remove.supplier_picture''getVichUploader_Listener_Remove_SupplierPictureService'true],
  3040.             'vich_uploader.listener.remove.tutorial_picture' => ['privates''vich_uploader.listener.remove.tutorial_picture''getVichUploader_Listener_Remove_TutorialPictureService'true],
  3041.             'vich_uploader.listener.upload.category_picture' => ['privates''vich_uploader.listener.upload.category_picture''getVichUploader_Listener_Upload_CategoryPictureService'true],
  3042.             'vich_uploader.listener.upload.invoice_file' => ['privates''vich_uploader.listener.upload.invoice_file''getVichUploader_Listener_Upload_InvoiceFileService'true],
  3043.             'vich_uploader.listener.upload.label_picture' => ['privates''vich_uploader.listener.upload.label_picture''getVichUploader_Listener_Upload_LabelPictureService'true],
  3044.             'vich_uploader.listener.upload.product_picture' => ['privates''vich_uploader.listener.upload.product_picture''getVichUploader_Listener_Upload_ProductPictureService'true],
  3045.             'vich_uploader.listener.upload.supplier_picture' => ['privates''vich_uploader.listener.upload.supplier_picture''getVichUploader_Listener_Upload_SupplierPictureService'true],
  3046.             'vich_uploader.listener.upload.tutorial_picture' => ['privates''vich_uploader.listener.upload.tutorial_picture''getVichUploader_Listener_Upload_TutorialPictureService'true],
  3047.         ], [
  3048.             'App\\EventListener\\CustomerSupplierLinkSubscriber' => '?',
  3049.             'App\\EventListener\\DeliveryModelSubscriber' => '?',
  3050.             'App\\EventListener\\DispatchCRMInfosSubscriber' => '?',
  3051.             'App\\EventListener\\EntityAuthorSubscriber' => '?',
  3052.             'App\\EventListener\\EntityRemoveListener' => '?',
  3053.             'App\\EventListener\\GeocodeCustomerSubscriber' => '?',
  3054.             'App\\EventListener\\GuestProductListener' => '?',
  3055.             'App\\EventListener\\ImpersonatorListener' => '?',
  3056.             'App\\EventListener\\InvitationListener' => '?',
  3057.             'App\\EventListener\\IpAddressListener' => '?',
  3058.             'App\\EventListener\\MessageListener' => '?',
  3059.             'App\\EventListener\\OrderDoctrineSubscriber' => '?',
  3060.             'App\\EventListener\\OrderStatusHistoryListener' => '?',
  3061.             'App\\EventListener\\PriceHistoryListener' => '?',
  3062.             'App\\EventListener\\ProtectedDeletableListener' => '?',
  3063.             'App\\EventListener\\RefreshMessagesListener' => '?',
  3064.             'App\\EventListener\\SupplierCreationSubscriber' => '?',
  3065.             'App\\EventListener\\SupplierCustomerSubscriber' => '?',
  3066.             'App\\EventListener\\SupplierPostLoadListener' => '?',
  3067.             'App\\EventListener\\TagSourceSystemSubscriber' => '?',
  3068.             'App\\EventListener\\UpdateElasticaPostListener' => '?',
  3069.             'app.subscriber.order' => '?',
  3070.             'app.subscriber.order_webhook' => '?',
  3071.             'beelab.tag.subscriber' => '?',
  3072.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3073.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3074.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3075.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3076.             'fos_elastica.listener.app.product' => '?',
  3077.             'fos_elastica.listener.backoffice.customer' => '?',
  3078.             'fos_elastica.listener.backoffice.customer_group' => '?',
  3079.             'fos_elastica.listener.backoffice.product' => '?',
  3080.             'fos_elastica.listener.backoffice.simulation' => '?',
  3081.             'fos_elastica.listener.backoffice.supplier' => '?',
  3082.             'fos_elastica.listener.backoffice.supplier_customer_link' => '?',
  3083.             'fos_elastica.listener.backoffice.user' => '?',
  3084.             'fos_elastica.listener.front_users.user' => '?',
  3085.             'fos_elastica.listener.order_analysis_items.order_item' => '?',
  3086.             'fos_elastica.listener.suppliers.supplier' => '?',
  3087.             'fos_user.user_listener' => '?',
  3088.             'stof_doctrine_extensions.listener.sluggable' => '?',
  3089.             'stof_doctrine_extensions.listener.timestampable' => '?',
  3090.             'vich_uploader.listener.clean.category_picture' => '?',
  3091.             'vich_uploader.listener.clean.invoice_file' => '?',
  3092.             'vich_uploader.listener.clean.label_picture' => '?',
  3093.             'vich_uploader.listener.clean.product_picture' => '?',
  3094.             'vich_uploader.listener.clean.supplier_picture' => '?',
  3095.             'vich_uploader.listener.clean.tutorial_picture' => '?',
  3096.             'vich_uploader.listener.remove.category_picture' => '?',
  3097.             'vich_uploader.listener.remove.invoice_file' => '?',
  3098.             'vich_uploader.listener.remove.label_picture' => '?',
  3099.             'vich_uploader.listener.remove.product_picture' => '?',
  3100.             'vich_uploader.listener.remove.supplier_picture' => '?',
  3101.             'vich_uploader.listener.remove.tutorial_picture' => '?',
  3102.             'vich_uploader.listener.upload.category_picture' => '?',
  3103.             'vich_uploader.listener.upload.invoice_file' => '?',
  3104.             'vich_uploader.listener.upload.label_picture' => '?',
  3105.             'vich_uploader.listener.upload.product_picture' => '?',
  3106.             'vich_uploader.listener.upload.supplier_picture' => '?',
  3107.             'vich_uploader.listener.upload.tutorial_picture' => '?',
  3108.         ]), [=> 'vich_uploader.listener.clean.product_picture'=> 'vich_uploader.listener.clean.supplier_picture'=> 'vich_uploader.listener.clean.tutorial_picture'=> 'vich_uploader.listener.clean.category_picture'=> 'vich_uploader.listener.clean.label_picture'=> 'vich_uploader.listener.clean.invoice_file'=> 'beelab.tag.subscriber'=> 'App\\EventListener\\CustomerSupplierLinkSubscriber'=> 'App\\EventListener\\DeliveryModelSubscriber'=> 'App\\EventListener\\DispatchCRMInfosSubscriber'10 => 'App\\EventListener\\EntityAuthorSubscriber'11 => 'App\\EventListener\\GeocodeCustomerSubscriber'12 => 'App\\EventListener\\OrderDoctrineSubscriber'13 => 'App\\EventListener\\SupplierCreationSubscriber'14 => 'App\\EventListener\\SupplierCustomerSubscriber'15 => 'App\\EventListener\\TagSourceSystemSubscriber'16 => 'app.subscriber.order'17 => 'app.subscriber.order_webhook'18 => 'vich_uploader.listener.remove.product_picture'19 => 'vich_uploader.listener.upload.product_picture'20 => 'vich_uploader.listener.remove.supplier_picture'21 => 'vich_uploader.listener.upload.supplier_picture'22 => 'vich_uploader.listener.remove.tutorial_picture'23 => 'vich_uploader.listener.upload.tutorial_picture'24 => 'vich_uploader.listener.remove.category_picture'25 => 'vich_uploader.listener.upload.category_picture'26 => 'vich_uploader.listener.remove.label_picture'27 => 'vich_uploader.listener.upload.label_picture'28 => 'vich_uploader.listener.remove.invoice_file'29 => 'vich_uploader.listener.upload.invoice_file'30 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'31 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'32 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'33 => [=> [=> 'preRemove'], => 'App\\EventListener\\EntityRemoveListener'], 34 => [=> [=> 'prePersist'], => 'App\\EventListener\\GuestProductListener'], 35 => [=> [=> 'preRemove'], => 'App\\EventListener\\GuestProductListener'], 36 => [=> [=> 'prePersist'], => 'App\\EventListener\\ImpersonatorListener'], 37 => [=> [=> 'postPersist'], => 'App\\EventListener\\InvitationListener'], 38 => [=> [=> 'prePersist'], => 'App\\EventListener\\IpAddressListener'], 39 => [=> [=> 'postPersist'], => 'App\\EventListener\\MessageListener'], 40 => [=> [=> 'postUpdate'], => 'App\\EventListener\\MessageListener'], 41 => [=> [=> 'onFlush'], => 'App\\EventListener\\OrderStatusHistoryListener'], 42 => [=> [=> 'onFlush'], => 'App\\EventListener\\PriceHistoryListener'], 43 => [=> [=> 'onFlush'], => 'App\\EventListener\\ProtectedDeletableListener'], 44 => [=> [=> 'postPersist'], => 'App\\EventListener\\RefreshMessagesListener'], 45 => [=> [=> 'postUpdate'], => 'App\\EventListener\\RefreshMessagesListener'], 46 => [=> [=> 'postRemove'], => 'App\\EventListener\\RefreshMessagesListener'], 47 => [=> [=> 'postLoad'], => 'App\\EventListener\\SupplierPostLoadListener'], 48 => [=> [=> 'onFlush'], => 'App\\EventListener\\UpdateElasticaPostListener'], 49 => [=> [=> 'postFlush'], => 'App\\EventListener\\UpdateElasticaPostListener'], 50 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 51 => [=> [=> 'postPersist'], => 'fos_elastica.listener.backoffice.supplier_customer_link'], 52 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.backoffice.supplier_customer_link'], 53 => [=> [=> 'preRemove'], => 'fos_elastica.listener.backoffice.supplier_customer_link'], 54 => [=> [=> 'postFlush'], => 'fos_elastica.listener.backoffice.supplier_customer_link'], 55 => [=> [=> 'postPersist'], => 'fos_elastica.listener.backoffice.simulation'], 56 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.backoffice.simulation'], 57 => [=> [=> 'preRemove'], => 'fos_elastica.listener.backoffice.simulation'], 58 => [=> [=> 'postFlush'], => 'fos_elastica.listener.backoffice.simulation'], 59 => [=> [=> 'postPersist'], => 'fos_elastica.listener.backoffice.product'], 60 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.backoffice.product'], 61 => [=> [=> 'preRemove'], => 'fos_elastica.listener.backoffice.product'], 62 => [=> [=> 'postFlush'], => 'fos_elastica.listener.backoffice.product'], 63 => [=> [=> 'postPersist'], => 'fos_elastica.listener.backoffice.supplier'], 64 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.backoffice.supplier'], 65 => [=> [=> 'preRemove'], => 'fos_elastica.listener.backoffice.supplier'], 66 => [=> [=> 'postFlush'], => 'fos_elastica.listener.backoffice.supplier'], 67 => [=> [=> 'postPersist'], => 'fos_elastica.listener.backoffice.customer'], 68 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.backoffice.customer'], 69 => [=> [=> 'preRemove'], => 'fos_elastica.listener.backoffice.customer'], 70 => [=> [=> 'postFlush'], => 'fos_elastica.listener.backoffice.customer'], 71 => [=> [=> 'postPersist'], => 'fos_elastica.listener.backoffice.user'], 72 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.backoffice.user'], 73 => [=> [=> 'preRemove'], => 'fos_elastica.listener.backoffice.user'], 74 => [=> [=> 'postFlush'], => 'fos_elastica.listener.backoffice.user'], 75 => [=> [=> 'postPersist'], => 'fos_elastica.listener.backoffice.customer_group'], 76 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.backoffice.customer_group'], 77 => [=> [=> 'preRemove'], => 'fos_elastica.listener.backoffice.customer_group'], 78 => [=> [=> 'postFlush'], => 'fos_elastica.listener.backoffice.customer_group'], 79 => [=> [=> 'postPersist'], => 'fos_elastica.listener.order_analysis_items.order_item'], 80 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.order_analysis_items.order_item'], 81 => [=> [=> 'preRemove'], => 'fos_elastica.listener.order_analysis_items.order_item'], 82 => [=> [=> 'postFlush'], => 'fos_elastica.listener.order_analysis_items.order_item'], 83 => [=> [=> 'postPersist'], => 'fos_elastica.listener.app.product'], 84 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.app.product'], 85 => [=> [=> 'preRemove'], => 'fos_elastica.listener.app.product'], 86 => [=> [=> 'postFlush'], => 'fos_elastica.listener.app.product'], 87 => [=> [=> 'postPersist'], => 'fos_elastica.listener.front_users.user'], 88 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.front_users.user'], 89 => [=> [=> 'preRemove'], => 'fos_elastica.listener.front_users.user'], 90 => [=> [=> 'postFlush'], => 'fos_elastica.listener.front_users.user'], 91 => [=> [=> 'postPersist'], => 'fos_elastica.listener.suppliers.supplier'], 92 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.suppliers.supplier'], 93 => [=> [=> 'preRemove'], => 'fos_elastica.listener.suppliers.supplier'], 94 => [=> [=> 'postFlush'], => 'fos_elastica.listener.suppliers.supplier'], 95 => [=> [=> 'prePersist'], => 'fos_user.user_listener'], 96 => [=> [=> 'preUpdate'], => 'fos_user.user_listener'], 97 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.sluggable'], 98 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.sluggable'], 99 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.sluggable'], 100 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.timestampable'], 101 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.timestampable'], 102 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.timestampable']]);
  3109.     }
  3110.     /**
  3111.      * Gets the private 'doctrine.dbal.legacy_schema_manager_factory' shared service.
  3112.      *
  3113.      * @return \Doctrine\DBAL\Schema\LegacySchemaManagerFactory
  3114.      */
  3115.     protected function getDoctrine_Dbal_LegacySchemaManagerFactoryService()
  3116.     {
  3117.         return $this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory();
  3118.     }
  3119.     /**
  3120.      * Gets the private 'doctrine.dbal.logging_middleware.default' shared service.
  3121.      *
  3122.      * @return \Doctrine\DBAL\Logging\Middleware
  3123.      */
  3124.     protected function getDoctrine_Dbal_LoggingMiddleware_DefaultService()
  3125.     {
  3126.         return $this->privates['doctrine.dbal.logging_middleware.default'] = new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService()));
  3127.     }
  3128.     /**
  3129.      * Gets the private 'doctrine.debug_data_holder' shared service.
  3130.      *
  3131.      * @return \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder
  3132.      */
  3133.     protected function getDoctrine_DebugDataHolderService()
  3134.     {
  3135.         return $this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]);
  3136.     }
  3137.     /**
  3138.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  3139.      *
  3140.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  3141.      */
  3142.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  3143.     {
  3144.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3145.             'App\\Repository\\MarketBulletinRepository' => ['privates''App\\Repository\\MarketBulletinRepository''getMarketBulletinRepositoryService'true],
  3146.         ], [
  3147.             'App\\Repository\\MarketBulletinRepository' => '?',
  3148.         ]));
  3149.     }
  3150.     /**
  3151.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3152.      *
  3153.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3154.      */
  3155.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3156.     {
  3157.         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'), => (\dirname(__DIR__4).'/src/StatsBundle/Entity'), => (\dirname(__DIR__4).'/src/RegisterBundle/Entity'), => (\dirname(__DIR__4).'/vendor/beelab/tag-bundle/src/Entity')], false);
  3158.     }
  3159.     /**
  3160.      * Gets the private 'doctrine.orm.default_configuration' shared service.
  3161.      *
  3162.      * @return \Doctrine\ORM\Configuration
  3163.      */
  3164.     protected function getDoctrine_Orm_DefaultConfigurationService()
  3165.     {
  3166.         $this->privates['doctrine.orm.default_configuration'] = $instance = new \Doctrine\ORM\Configuration();
  3167.         $instance->setEntityNamespaces(['App' => 'App\\Entity''StatsBundle' => 'App\\StatsBundle\\Entity''RegisterBundle' => 'App\\RegisterBundle\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''BeelabTagBundle' => 'Beelab\\TagBundle\\Entity']);
  3168.         $instance->setMetadataCache(($this->privates['cache.doctrine.orm.default.metadata'] ?? ($this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  3169.         $instance->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  3170.         $instance->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  3171.         $instance->setMetadataDriverImpl(($this->privates['.doctrine.orm.default_metadata_driver'] ?? $this->get_Doctrine_Orm_DefaultMetadataDriverService()));
  3172.         $instance->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  3173.         $instance->setProxyNamespace('Proxies');
  3174.         $instance->setAutoGenerateProxyClasses(true);
  3175.         $instance->setSchemaIgnoreClasses([]);
  3176.         $instance->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  3177.         $instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  3178.         $instance->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true))));
  3179.         $instance->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  3180.         $instance->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
  3181.         $instance->setEntityListenerResolver(($this->privates['doctrine.orm.default_entity_listener_resolver'] ?? ($this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this))));
  3182.         $instance->setLazyGhostObjectEnabled(false);
  3183.         $instance->setIdentityGenerationPreferences([]);
  3184.         $instance->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  3185.         $instance->addCustomStringFunction('GROUP_CONCAT''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  3186.         $instance->addCustomStringFunction('CONCAT_WS''DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  3187.         $instance->addCustomStringFunction('JSON_CONTAINS''App\\Doctrine\\JsonContainsFunction');
  3188.         $instance->addCustomNumericFunction('RAND''App\\ORM\\Rand');
  3189.         return $instance;
  3190.     }
  3191.     /**
  3192.      * Gets the private 'doctrine.orm.default_entity_listener_resolver' shared service.
  3193.      *
  3194.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  3195.      */
  3196.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  3197.     {
  3198.         return $this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
  3199.     }
  3200.     /**
  3201.      * Gets the private 'doctrine.orm.default_entity_manager.validator_loader' shared service.
  3202.      *
  3203.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineLoader
  3204.      */
  3205.     protected function getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()
  3206.     {
  3207.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3208.         if (isset($this->privates['doctrine.orm.default_entity_manager.validator_loader'])) {
  3209.             return $this->privates['doctrine.orm.default_entity_manager.validator_loader'];
  3210.         }
  3211.         return $this->privates['doctrine.orm.default_entity_manager.validator_loader'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader($aNULL);
  3212.     }
  3213.     /**
  3214.      * Gets the private 'doctrine.orm.default_manager_configurator' shared service.
  3215.      *
  3216.      * @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
  3217.      */
  3218.     protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
  3219.     {
  3220.         return $this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []);
  3221.     }
  3222.     /**
  3223.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  3224.      *
  3225.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  3226.      */
  3227.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  3228.     {
  3229.         $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'], '.orm.xml'false);
  3230.         $instance->setGlobalBasename('mapping');
  3231.         return $instance;
  3232.     }
  3233.     /**
  3234.      * Gets the private 'doctrine.orm.naming_strategy.underscore_number_aware' shared service.
  3235.      *
  3236.      * @return \Doctrine\ORM\Mapping\UnderscoreNamingStrategy
  3237.      */
  3238.     protected function getDoctrine_Orm_NamingStrategy_UnderscoreNumberAwareService()
  3239.     {
  3240.         return $this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true);
  3241.     }
  3242.     /**
  3243.      * Gets the private 'doctrine.orm.quote_strategy.default' shared service.
  3244.      *
  3245.      * @return \Doctrine\ORM\Mapping\DefaultQuoteStrategy
  3246.      */
  3247.     protected function getDoctrine_Orm_QuoteStrategy_DefaultService()
  3248.     {
  3249.         return $this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy();
  3250.     }
  3251.     /**
  3252.      * Gets the private 'doctrine.orm.typed_field_mapper.default' shared service.
  3253.      *
  3254.      * @return \Doctrine\ORM\Mapping\DefaultTypedFieldMapper
  3255.      */
  3256.     protected function getDoctrine_Orm_TypedFieldMapper_DefaultService()
  3257.     {
  3258.         return $this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper();
  3259.     }
  3260.     /**
  3261.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  3262.      *
  3263.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  3264.      */
  3265.     protected function getDoctrine_Orm_ValidatorInitializerService()
  3266.     {
  3267.         return $this->privates['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3268.     }
  3269.     /**
  3270.      * Gets the private 'doctrine.twig.doctrine_extension' shared service.
  3271.      *
  3272.      * @return \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension
  3273.      */
  3274.     protected function getDoctrine_Twig_DoctrineExtensionService()
  3275.     {
  3276.         return $this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension();
  3277.     }
  3278.     /**
  3279.      * Gets the private 'eight_points_guzzle.dark_sky_logger' shared service.
  3280.      *
  3281.      * @return \EightPoints\Bundle\GuzzleBundle\Log\Logger
  3282.      */
  3283.     protected function getEightPointsGuzzle_DarkSkyLoggerService()
  3284.     {
  3285.         return $this->privates['eight_points_guzzle.dark_sky_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3);
  3286.     }
  3287.     /**
  3288.      * Gets the private 'eight_points_guzzle.data_collector' shared service.
  3289.      *
  3290.      * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  3291.      */
  3292.     protected function getEightPointsGuzzle_DataCollectorService()
  3293.     {
  3294.         return $this->privates['eight_points_guzzle.data_collector'] = new \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector([=> ($this->privates['eight_points_guzzle.dark_sky_logger'] ?? ($this->privates['eight_points_guzzle.dark_sky_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), => ($this->privates['eight_points_guzzle.open_weather_map_logger'] ?? ($this->privates['eight_points_guzzle.open_weather_map_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), => ($this->privates['eight_points_guzzle.dumb_dispatcher_logger'] ?? ($this->privates['eight_points_guzzle.dumb_dispatcher_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3)))], 1.0);
  3295.     }
  3296.     /**
  3297.      * Gets the private 'eight_points_guzzle.dumb_dispatcher_logger' shared service.
  3298.      *
  3299.      * @return \EightPoints\Bundle\GuzzleBundle\Log\Logger
  3300.      */
  3301.     protected function getEightPointsGuzzle_DumbDispatcherLoggerService()
  3302.     {
  3303.         return $this->privates['eight_points_guzzle.dumb_dispatcher_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3);
  3304.     }
  3305.     /**
  3306.      * Gets the private 'eight_points_guzzle.open_weather_map_logger' shared service.
  3307.      *
  3308.      * @return \EightPoints\Bundle\GuzzleBundle\Log\Logger
  3309.      */
  3310.     protected function getEightPointsGuzzle_OpenWeatherMapLoggerService()
  3311.     {
  3312.         return $this->privates['eight_points_guzzle.open_weather_map_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3);
  3313.     }
  3314.     /**
  3315.      * Gets the private 'eight_points_guzzle.twig_extension.debug' shared service.
  3316.      *
  3317.      * @return \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension
  3318.      */
  3319.     protected function getEightPointsGuzzle_TwigExtension_DebugService()
  3320.     {
  3321.         return $this->privates['eight_points_guzzle.twig_extension.debug'] = new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension();
  3322.     }
  3323.     /**
  3324.      * Gets the private 'exception_listener' shared service.
  3325.      *
  3326.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3327.      */
  3328.     protected function getExceptionListener2Service()
  3329.     {
  3330.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3331.     }
  3332.     /**
  3333.      * Gets the private 'fos_elastica.data_collector' shared service.
  3334.      *
  3335.      * @return \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector
  3336.      */
  3337.     protected function getFosElastica_DataCollectorService()
  3338.     {
  3339.         return $this->privates['fos_elastica.data_collector'] = new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
  3340.     }
  3341.     /**
  3342.      * Gets the private 'fos_elastica.logger' shared service.
  3343.      *
  3344.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  3345.      */
  3346.     protected function getFosElastica_LoggerService()
  3347.     {
  3348.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger(($this->privates['monolog.logger.elastica'] ?? $this->getMonolog_Logger_ElasticaService()), true);
  3349.     }
  3350.     /**
  3351.      * Gets the private 'fos_rest.body_listener' shared service.
  3352.      *
  3353.      * @return \FOS\RestBundle\EventListener\BodyListener
  3354.      */
  3355.     protected function getFosRest_BodyListenerService()
  3356.     {
  3357.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(($this->privates['fos_rest.decoder_provider'] ?? $this->getFosRest_DecoderProviderService()), false);
  3358.         $instance->setDefaultFormat(NULL);
  3359.         return $instance;
  3360.     }
  3361.     /**
  3362.      * Gets the private 'fos_rest.decoder_provider' shared service.
  3363.      *
  3364.      * @return \FOS\RestBundle\Decoder\ContainerDecoderProvider
  3365.      */
  3366.     protected function getFosRest_DecoderProviderService()
  3367.     {
  3368.         return $this->privates['fos_rest.decoder_provider'] = new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3369.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'true],
  3370.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'true],
  3371.         ], [
  3372.             'fos_rest.decoder.json' => '?',
  3373.             'fos_rest.decoder.xml' => '?',
  3374.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']);
  3375.     }
  3376.     /**
  3377.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  3378.      *
  3379.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  3380.      */
  3381.     protected function getFosRest_ParamFetcherListenerService()
  3382.     {
  3383.         return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(($this->privates['fos_rest.request.param_fetcher'] ?? $this->getFosRest_Request_ParamFetcherService()), false);
  3384.     }
  3385.     /**
  3386.      * Gets the private 'fos_rest.request.param_fetcher' shared service.
  3387.      *
  3388.      * @return \FOS\RestBundle\Request\ParamFetcher
  3389.      */
  3390.     protected function getFosRest_Request_ParamFetcherService()
  3391.     {
  3392.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  3393.         if (isset($this->privates['fos_rest.request.param_fetcher'])) {
  3394.             return $this->privates['fos_rest.request.param_fetcher'];
  3395.         }
  3396.         return $this->privates['fos_rest.request.param_fetcher'] = new \FOS\RestBundle\Request\ParamFetcher($this, ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  3397.     }
  3398.     /**
  3399.      * Gets the private 'fos_rest.request.param_fetcher.reader' shared service.
  3400.      *
  3401.      * @return \FOS\RestBundle\Request\ParamReader
  3402.      */
  3403.     protected function getFosRest_Request_ParamFetcher_ReaderService()
  3404.     {
  3405.         return $this->privates['fos_rest.request.param_fetcher.reader'] = new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3406.     }
  3407.     /**
  3408.      * Gets the private 'fos_rest.serializer.jms' shared service.
  3409.      *
  3410.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  3411.      */
  3412.     protected function getFosRest_Serializer_JmsService()
  3413.     {
  3414.         return $this->privates['fos_rest.serializer.jms'] = new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  3415.     }
  3416.     /**
  3417.      * Gets the private 'fos_rest.view_response_listener' shared service.
  3418.      *
  3419.      * @return \FOS\RestBundle\EventListener\ViewResponseListener
  3420.      */
  3421.     protected function getFosRest_ViewResponseListenerService()
  3422.     {
  3423.         return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), false, ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3424.     }
  3425.     /**
  3426.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  3427.      *
  3428.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  3429.      */
  3430.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  3431.     {
  3432.         $a = ($this->privates['fos_user.util.canonicalizer.default'] ?? ($this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer()));
  3433.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  3434.     }
  3435.     /**
  3436.      * Gets the private 'fos_user.util.canonicalizer.default' shared service.
  3437.      *
  3438.      * @return \FOS\UserBundle\Util\Canonicalizer
  3439.      */
  3440.     protected function getFosUser_Util_Canonicalizer_DefaultService()
  3441.     {
  3442.         return $this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer();
  3443.     }
  3444.     /**
  3445.      * Gets the private 'fos_user.validator.initializer' shared service.
  3446.      *
  3447.      * @return \FOS\UserBundle\Validator\Initializer
  3448.      */
  3449.     protected function getFosUser_Validator_InitializerService()
  3450.     {
  3451.         return $this->privates['fos_user.validator.initializer'] = new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  3452.     }
  3453.     /**
  3454.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3455.      *
  3456.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3457.      */
  3458.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3459.     {
  3460.         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())));
  3461.     }
  3462.     /**
  3463.      * Gets the private 'framework_extra_bundle.date_time_param_converter' shared service.
  3464.      *
  3465.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter
  3466.      */
  3467.     protected function getFrameworkExtraBundle_DateTimeParamConverterService()
  3468.     {
  3469.         return $this->privates['framework_extra_bundle.date_time_param_converter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter();
  3470.     }
  3471.     /**
  3472.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3473.      *
  3474.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3475.      */
  3476.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3477.     {
  3478.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3479.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3480.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3481.         }
  3482.         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()), $a);
  3483.     }
  3484.     /**
  3485.      * Gets the private 'identity_translator' shared service.
  3486.      *
  3487.      * @return \Symfony\Component\Translation\IdentityTranslator
  3488.      */
  3489.     protected function getIdentityTranslatorService()
  3490.     {
  3491.         return $this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator();
  3492.     }
  3493.     /**
  3494.      * Gets the private 'jms_serializer.accessor_strategy.default' shared service.
  3495.      *
  3496.      * @return \JMS\Serializer\Accessor\DefaultAccessorStrategy
  3497.      */
  3498.     protected function getJmsSerializer_AccessorStrategy_DefaultService()
  3499.     {
  3500.         return $this->privates['jms_serializer.accessor_strategy.default'] = new \JMS\Serializer\Accessor\DefaultAccessorStrategy(($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
  3501.     }
  3502.     /**
  3503.      * Gets the private 'jms_serializer.data_collector' shared service.
  3504.      *
  3505.      * @return \JMS\SerializerBundle\Debug\DataCollector
  3506.      */
  3507.     protected function getJmsSerializer_DataCollectorService()
  3508.     {
  3509.         return $this->privates['jms_serializer.data_collector'] = new \JMS\SerializerBundle\Debug\DataCollector('default', [], ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener())));
  3510.     }
  3511.     /**
  3512.      * Gets the private 'jms_serializer.deserialization_graph_navigator_factory' shared service.
  3513.      *
  3514.      * @return \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory
  3515.      */
  3516.     protected function getJmsSerializer_DeserializationGraphNavigatorFactoryService()
  3517.     {
  3518.         return $this->privates['jms_serializer.deserialization_graph_navigator_factory'] = new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory(($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.doctrine_object_constructor'] ?? $this->getJmsSerializer_DoctrineObjectConstructorService()), ($this->privates['jms_serializer.accessor_strategy.default'] ?? $this->getJmsSerializer_AccessorStrategy_DefaultService()), ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
  3519.     }
  3520.     /**
  3521.      * Gets the private 'jms_serializer.doctrine_object_constructor' shared service.
  3522.      *
  3523.      * @return \JMS\Serializer\Construction\DoctrineObjectConstructor
  3524.      */
  3525.     protected function getJmsSerializer_DoctrineObjectConstructorService()
  3526.     {
  3527.         return $this->privates['jms_serializer.doctrine_object_constructor'] = new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['jms_serializer.doctrine_object_constructor.inner'] ?? ($this->privates['jms_serializer.doctrine_object_constructor.inner'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())), 'null');
  3528.     }
  3529.     /**
  3530.      * Gets the private 'jms_serializer.doctrine_object_constructor.inner' shared service.
  3531.      *
  3532.      * @return \JMS\Serializer\Construction\UnserializeObjectConstructor
  3533.      */
  3534.     protected function getJmsSerializer_DoctrineObjectConstructor_InnerService()
  3535.     {
  3536.         return $this->privates['jms_serializer.doctrine_object_constructor.inner'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor();
  3537.     }
  3538.     /**
  3539.      * Gets the private 'jms_serializer.event_dispatcher' shared service.
  3540.      *
  3541.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  3542.      */
  3543.     protected function getJmsSerializer_EventDispatcherService()
  3544.     {
  3545.         $this->privates['jms_serializer.event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(($this->privates['jms_serializer.event_dispatcher.service_locator'] ?? $this->getJmsSerializer_EventDispatcher_ServiceLocatorService()));
  3546.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  3547.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  3548.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3549.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3550.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  3551.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  3552.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  3553.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3554.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3555.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  3556.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  3557.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  3558.         return $instance;
  3559.     }
  3560.     /**
  3561.      * Gets the private 'jms_serializer.event_dispatcher.service_locator' shared service.
  3562.      *
  3563.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3564.      */
  3565.     protected function getJmsSerializer_EventDispatcher_ServiceLocatorService()
  3566.     {
  3567.         return $this->privates['jms_serializer.event_dispatcher.service_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3568.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  3569.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  3570.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  3571.         ], [
  3572.             'jms_serializer.stopwatch_subscriber' => '?',
  3573.             'jms_serializer.traceable_runs_listener' => '?',
  3574.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  3575.         ]);
  3576.     }
  3577.     /**
  3578.      * Gets the private 'jms_serializer.expression_evaluator' shared service.
  3579.      *
  3580.      * @return \JMS\Serializer\Expression\ExpressionEvaluator
  3581.      */
  3582.     protected function getJmsSerializer_ExpressionEvaluatorService()
  3583.     {
  3584.         return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator(($this->privates['jms_serializer.expression_language'] ?? $this->getJmsSerializer_ExpressionLanguageService()), ['container' => $this]);
  3585.     }
  3586.     /**
  3587.      * Gets the private 'jms_serializer.expression_language' shared service.
  3588.      *
  3589.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  3590.      */
  3591.     protected function getJmsSerializer_ExpressionLanguageService()
  3592.     {
  3593.         $this->privates['jms_serializer.expression_language'] = $instance = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  3594.         $instance->registerProvider(($this->privates['jms_serializer.expression_language.function_provider'] ?? ($this->privates['jms_serializer.expression_language.function_provider'] = new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider())));
  3595.         return $instance;
  3596.     }
  3597.     /**
  3598.      * Gets the private 'jms_serializer.expression_language.function_provider' shared service.
  3599.      *
  3600.      * @return \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider
  3601.      */
  3602.     protected function getJmsSerializer_ExpressionLanguage_FunctionProviderService()
  3603.     {
  3604.         return $this->privates['jms_serializer.expression_language.function_provider'] = new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider();
  3605.     }
  3606.     /**
  3607.      * Gets the private 'jms_serializer.handler_registry.service_locator' shared service.
  3608.      *
  3609.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3610.      */
  3611.     protected function getJmsSerializer_HandlerRegistry_ServiceLocatorService()
  3612.     {
  3613.         return $this->privates['jms_serializer.handler_registry.service_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3614.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'true],
  3615.             'jms_serializer.union_handler' => ['privates''jms_serializer.union_handler''getJmsSerializer_UnionHandlerService'true],
  3616.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  3617.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  3618.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  3619.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  3620.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'true],
  3621.         ], [
  3622.             'fos_rest.serializer.flatten_exception_handler' => '?',
  3623.             'jms_serializer.union_handler' => '?',
  3624.             'jms_serializer.array_collection_handler' => '?',
  3625.             'jms_serializer.constraint_violation_handler' => '?',
  3626.             'jms_serializer.datetime_handler' => '?',
  3627.             'jms_serializer.iterator_handler' => '?',
  3628.             'fos_rest.serializer.form_error_handler' => '?',
  3629.         ]);
  3630.     }
  3631.     /**
  3632.      * Gets the private 'jms_serializer.json_deserialization_visitor' shared service.
  3633.      *
  3634.      * @return \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory
  3635.      */
  3636.     protected function getJmsSerializer_JsonDeserializationVisitorService()
  3637.     {
  3638.         $this->privates['jms_serializer.json_deserialization_visitor'] = $instance = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
  3639.         $instance->setOptions(0);
  3640.         return $instance;
  3641.     }
  3642.     /**
  3643.      * Gets the private 'jms_serializer.json_serialization_visitor' shared service.
  3644.      *
  3645.      * @return \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory
  3646.      */
  3647.     protected function getJmsSerializer_JsonSerializationVisitorService()
  3648.     {
  3649.         $this->privates['jms_serializer.json_serialization_visitor'] = $instance = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  3650.         $instance->setOptions(1216);
  3651.         return $instance;
  3652.     }
  3653.     /**
  3654.      * Gets the private 'jms_serializer.metadata.cache.file_cache' shared service.
  3655.      *
  3656.      * @return \Metadata\Cache\FileCache
  3657.      */
  3658.     protected function getJmsSerializer_Metadata_Cache_FileCacheService()
  3659.     {
  3660.         return $this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer_default'));
  3661.     }
  3662.     /**
  3663.      * Gets the private 'jms_serializer.metadata.lazy_loading_driver' shared service.
  3664.      *
  3665.      * @return \Metadata\Driver\LazyLoadingDriver
  3666.      */
  3667.     protected function getJmsSerializer_Metadata_LazyLoadingDriverService()
  3668.     {
  3669.         return $this->privates['jms_serializer.metadata.lazy_loading_driver'] = new \Metadata\Driver\LazyLoadingDriver(($this->privates['jms_serializer.metadata.service_locator'] ?? $this->getJmsSerializer_Metadata_ServiceLocatorService()), 'metadata_driver');
  3670.     }
  3671.     /**
  3672.      * Gets the private 'jms_serializer.metadata.service_locator' shared service.
  3673.      *
  3674.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3675.      */
  3676.     protected function getJmsSerializer_Metadata_ServiceLocatorService()
  3677.     {
  3678.         return $this->privates['jms_serializer.metadata.service_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3679.             'metadata_driver' => ['privates''jms_serializer.metadata.typed_properties_driver''getJmsSerializer_Metadata_TypedPropertiesDriverService'true],
  3680.         ], [
  3681.             'metadata_driver' => '?',
  3682.         ]);
  3683.     }
  3684.     /**
  3685.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  3686.      *
  3687.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  3688.      */
  3689.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  3690.     {
  3691.         return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(($this->privates['jms_serializer.metadata.traceable_file_locator.inner'] ?? ($this->privates['jms_serializer.metadata.traceable_file_locator.inner'] = new \Metadata\Driver\FileLocator([]))));
  3692.     }
  3693.     /**
  3694.      * Gets the private 'jms_serializer.metadata.traceable_file_locator.inner' shared service.
  3695.      *
  3696.      * @return \Metadata\Driver\FileLocator
  3697.      */
  3698.     protected function getJmsSerializer_Metadata_TraceableFileLocator_InnerService()
  3699.     {
  3700.         return $this->privates['jms_serializer.metadata.traceable_file_locator.inner'] = new \Metadata\Driver\FileLocator([]);
  3701.     }
  3702.     /**
  3703.      * Gets the private 'jms_serializer.serialization_graph_navigator_factory' shared service.
  3704.      *
  3705.      * @return \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory
  3706.      */
  3707.     protected function getJmsSerializer_SerializationGraphNavigatorFactoryService()
  3708.     {
  3709.         return $this->privates['jms_serializer.serialization_graph_navigator_factory'] = new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory(($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.accessor_strategy.default'] ?? $this->getJmsSerializer_AccessorStrategy_DefaultService()), ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
  3710.     }
  3711.     /**
  3712.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  3713.      *
  3714.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  3715.      */
  3716.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  3717.     {
  3718.         $this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(($this->privates['jms_serializer.traceable_handler_registry.inner'] ?? $this->getJmsSerializer_TraceableHandlerRegistry_InnerService()));
  3719.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''json', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson']);
  3720.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''xml', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']);
  3721.         $instance->registerHandler(1'union''json', [=> 'jms_serializer.union_handler'=> 'serializeUnion']);
  3722.         $instance->registerHandler(1'union''xml', [=> 'jms_serializer.union_handler'=> 'serializeUnion']);
  3723.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3724.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3725.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3726.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3727.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3728.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3729.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3730.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3731.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3732.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3733.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  3734.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  3735.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  3736.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  3737.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  3738.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  3739.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  3740.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  3741.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  3742.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  3743.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  3744.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  3745.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3746.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3747.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3748.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3749.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3750.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3751.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml']);
  3752.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']);
  3753.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToXml']);
  3754.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToJson']);
  3755.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  3756.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  3757.         $instance->registerHandler(2'union''json', [=> 'jms_serializer.union_handler'=> 'deserializeUnion']);
  3758.         $instance->registerHandler(2'union''xml', [=> 'jms_serializer.union_handler'=> 'deserializeUnion']);
  3759.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3760.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3761.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3762.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3763.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3764.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3765.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3766.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3767.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3768.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3769.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  3770.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  3771.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  3772.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  3773.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  3774.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  3775.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  3776.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  3777.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3778.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3779.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3780.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3781.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3782.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3783.         return $instance;
  3784.     }
  3785.     /**
  3786.      * Gets the private 'jms_serializer.traceable_handler_registry.inner' shared service.
  3787.      *
  3788.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  3789.      */
  3790.     protected function getJmsSerializer_TraceableHandlerRegistry_InnerService()
  3791.     {
  3792.         return $this->privates['jms_serializer.traceable_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(($this->privates['jms_serializer.handler_registry.service_locator'] ?? $this->getJmsSerializer_HandlerRegistry_ServiceLocatorService()));
  3793.     }
  3794.     /**
  3795.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  3796.      *
  3797.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  3798.      */
  3799.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  3800.     {
  3801.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory(($this->privates['jms_serializer.traceable_metadata_factory.inner'] ?? $this->getJmsSerializer_TraceableMetadataFactory_InnerService()));
  3802.     }
  3803.     /**
  3804.      * Gets the private 'jms_serializer.traceable_metadata_factory.inner' shared service.
  3805.      *
  3806.      * @return \Metadata\MetadataFactory
  3807.      */
  3808.     protected function getJmsSerializer_TraceableMetadataFactory_InnerService()
  3809.     {
  3810.         $this->privates['jms_serializer.traceable_metadata_factory.inner'] = $instance = new \Metadata\MetadataFactory(($this->privates['jms_serializer.metadata.lazy_loading_driver'] ?? $this->getJmsSerializer_Metadata_LazyLoadingDriverService()), 'Metadata\\ClassHierarchyMetadata'true);
  3811.         $instance->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer_default')))));
  3812.         $instance->setIncludeInterfaces(false);
  3813.         return $instance;
  3814.     }
  3815.     /**
  3816.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  3817.      *
  3818.      * @return \JMS\SerializerBundle\Debug\RunsListener
  3819.      */
  3820.     protected function getJmsSerializer_TraceableRunsListenerService()
  3821.     {
  3822.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  3823.     }
  3824.     /**
  3825.      * Gets the private 'jms_serializer.twig_extension.runtime_serializer' shared service.
  3826.      *
  3827.      * @return \JMS\Serializer\Twig\SerializerRuntimeExtension
  3828.      */
  3829.     protected function getJmsSerializer_TwigExtension_RuntimeSerializerService()
  3830.     {
  3831.         return $this->privates['jms_serializer.twig_extension.runtime_serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_');
  3832.     }
  3833.     /**
  3834.      * Gets the private 'jms_serializer.type_parser' shared service.
  3835.      *
  3836.      * @return \JMS\Serializer\Type\Parser
  3837.      */
  3838.     protected function getJmsSerializer_TypeParserService()
  3839.     {
  3840.         return $this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser();
  3841.     }
  3842.     /**
  3843.      * Gets the private 'jms_serializer.xml_deserialization_visitor' shared service.
  3844.      *
  3845.      * @return \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory
  3846.      */
  3847.     protected function getJmsSerializer_XmlDeserializationVisitorService()
  3848.     {
  3849.         return $this->privates['jms_serializer.xml_deserialization_visitor'] = new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory();
  3850.     }
  3851.     /**
  3852.      * Gets the private 'jms_serializer.xml_serialization_visitor' shared service.
  3853.      *
  3854.      * @return \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory
  3855.      */
  3856.     protected function getJmsSerializer_XmlSerializationVisitorService()
  3857.     {
  3858.         $this->privates['jms_serializer.xml_serialization_visitor'] = $instance = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  3859.         $instance->setFormatOutput(true);
  3860.         return $instance;
  3861.     }
  3862.     /**
  3863.      * Gets the private 'knp_paginator.helper.processor' shared service.
  3864.      *
  3865.      * @return \Knp\Bundle\PaginatorBundle\Helper\Processor
  3866.      */
  3867.     protected function getKnpPaginator_Helper_ProcessorService()
  3868.     {
  3869.         return $this->privates['knp_paginator.helper.processor'] = new \Knp\Bundle\PaginatorBundle\Helper\Processor(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  3870.     }
  3871.     /**
  3872.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3873.      *
  3874.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3875.      */
  3876.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3877.     {
  3878.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => 'pagination/custom_pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  3879.     }
  3880.     /**
  3881.      * Gets the private 'knp_paginator.twig.extension.pagination' shared service.
  3882.      *
  3883.      * @return \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension
  3884.      */
  3885.     protected function getKnpPaginator_Twig_Extension_PaginationService()
  3886.     {
  3887.         return $this->privates['knp_paginator.twig.extension.pagination'] = new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(($this->privates['knp_paginator.helper.processor'] ?? $this->getKnpPaginator_Helper_ProcessorService()));
  3888.     }
  3889.     /**
  3890.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  3891.      *
  3892.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  3893.      */
  3894.     protected function getLiipImagine_Filter_ConfigurationService()
  3895.     {
  3896.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  3897.     }
  3898.     /**
  3899.      * Gets the private 'liip_imagine.templating.filter_extension' shared service.
  3900.      *
  3901.      * @return \Liip\ImagineBundle\Templating\FilterExtension
  3902.      */
  3903.     protected function getLiipImagine_Templating_FilterExtensionService()
  3904.     {
  3905.         $a = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  3906.         if (isset($this->privates['liip_imagine.templating.filter_extension'])) {
  3907.             return $this->privates['liip_imagine.templating.filter_extension'];
  3908.         }
  3909.         return $this->privates['liip_imagine.templating.filter_extension'] = new \Liip\ImagineBundle\Templating\FilterExtension($a);
  3910.     }
  3911.     /**
  3912.      * Gets the private 'locale_aware_listener' shared service.
  3913.      *
  3914.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3915.      */
  3916.     protected function getLocaleAwareListenerService()
  3917.     {
  3918.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3919.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  3920.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3921.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3922.     }
  3923.     /**
  3924.      * Gets the private 'locale_listener' shared service.
  3925.      *
  3926.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3927.      */
  3928.     protected function getLocaleListenerService()
  3929.     {
  3930.         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, []);
  3931.     }
  3932.     /**
  3933.      * Gets the private 'mailer.data_collector' shared service.
  3934.      *
  3935.      * @return \Symfony\Component\Mailer\DataCollector\MessageDataCollector
  3936.      */
  3937.     protected function getMailer_DataCollectorService()
  3938.     {
  3939.         return $this->privates['mailer.data_collector'] = new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener())));
  3940.     }
  3941.     /**
  3942.      * Gets the private 'mailer.message_logger_listener' shared service.
  3943.      *
  3944.      * @return \Symfony\Component\Mailer\EventListener\MessageLoggerListener
  3945.      */
  3946.     protected function getMailer_MessageLoggerListenerService()
  3947.     {
  3948.         return $this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener();
  3949.     }
  3950.     /**
  3951.      * Gets the private 'monolog.handler.console' shared service.
  3952.      *
  3953.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3954.      */
  3955.     protected function getMonolog_Handler_ConsoleService()
  3956.     {
  3957.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3958.     }
  3959.     /**
  3960.      * Gets the private 'monolog.handler.deprecation' shared service.
  3961.      *
  3962.      * @return \Monolog\Handler\StreamHandler
  3963.      */
  3964.     protected function getMonolog_Handler_DeprecationService()
  3965.     {
  3966.         $this->privates['monolog.handler.deprecation'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.deprecations.log'), 'DEBUG'trueNULLfalse);
  3967.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  3968.         return $instance;
  3969.     }
  3970.     /**
  3971.      * Gets the private 'monolog.handler.main' shared service.
  3972.      *
  3973.      * @return \Monolog\Handler\RotatingFileHandler
  3974.      */
  3975.     protected function getMonolog_Handler_MainService()
  3976.     {
  3977.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 10'debug'trueNULLfalse);
  3978.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  3979.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  3980.         return $instance;
  3981.     }
  3982.     /**
  3983.      * Gets the private 'monolog.handler.null_internal' shared service.
  3984.      *
  3985.      * @return \Monolog\Handler\NullHandler
  3986.      */
  3987.     protected function getMonolog_Handler_NullInternalService()
  3988.     {
  3989.         return $this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler();
  3990.     }
  3991.     /**
  3992.      * Gets the private 'monolog.handler.supplier' shared service.
  3993.      *
  3994.      * @return \Monolog\Handler\StreamHandler
  3995.      */
  3996.     protected function getMonolog_Handler_SupplierService()
  3997.     {
  3998.         $this->privates['monolog.handler.supplier'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/supplier.log'), 'info'trueNULLfalse);
  3999.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4000.         return $instance;
  4001.     }
  4002.     /**
  4003.      * Gets the private 'monolog.logger' shared service.
  4004.      *
  4005.      * @return \Symfony\Bridge\Monolog\Logger
  4006.      */
  4007.     protected function getMonolog_LoggerService()
  4008.     {
  4009.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4010.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4011.         $instance->useMicrosecondTimestamps(true);
  4012.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4013.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4014.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4015.         return $instance;
  4016.     }
  4017.     /**
  4018.      * Gets the private 'monolog.logger.cache' shared service.
  4019.      *
  4020.      * @return \Symfony\Bridge\Monolog\Logger
  4021.      */
  4022.     protected function getMonolog_Logger_CacheService()
  4023.     {
  4024.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4025.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4026.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4027.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4028.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4029.         return $instance;
  4030.     }
  4031.     /**
  4032.      * Gets the private 'monolog.logger.doctrine' shared service.
  4033.      *
  4034.      * @return \Symfony\Bridge\Monolog\Logger
  4035.      */
  4036.     protected function getMonolog_Logger_DoctrineService()
  4037.     {
  4038.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  4039.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4040.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4041.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4042.         return $instance;
  4043.     }
  4044.     /**
  4045.      * Gets the private 'monolog.logger.elastica' shared service.
  4046.      *
  4047.      * @return \Symfony\Bridge\Monolog\Logger
  4048.      */
  4049.     protected function getMonolog_Logger_ElasticaService()
  4050.     {
  4051.         $this->privates['monolog.logger.elastica'] = $instance = new \Symfony\Bridge\Monolog\Logger('elastica');
  4052.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4053.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4054.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4055.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4056.         return $instance;
  4057.     }
  4058.     /**
  4059.      * Gets the private 'monolog.logger.event' shared service.
  4060.      *
  4061.      * @return \Symfony\Bridge\Monolog\Logger
  4062.      */
  4063.     protected function getMonolog_Logger_EventService()
  4064.     {
  4065.         $this->privates['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  4066.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4067.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  4068.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4069.         return $instance;
  4070.     }
  4071.     /**
  4072.      * Gets the private 'monolog.logger.http_client' shared service.
  4073.      *
  4074.      * @return \Symfony\Bridge\Monolog\Logger
  4075.      */
  4076.     protected function getMonolog_Logger_HttpClientService()
  4077.     {
  4078.         $this->privates['monolog.logger.http_client'] = $instance = new \Symfony\Bridge\Monolog\Logger('http_client');
  4079.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4080.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4081.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4082.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4083.         return $instance;
  4084.     }
  4085.     /**
  4086.      * Gets the private 'monolog.logger.php' shared service.
  4087.      *
  4088.      * @return \Symfony\Bridge\Monolog\Logger
  4089.      */
  4090.     protected function getMonolog_Logger_PhpService()
  4091.     {
  4092.         $this->privates['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  4093.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4094.         $instance->pushHandler(($this->privates['monolog.handler.deprecation'] ?? $this->getMonolog_Handler_DeprecationService()));
  4095.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4096.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4097.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4098.         return $instance;
  4099.     }
  4100.     /**
  4101.      * Gets the private 'monolog.logger.profiler' shared service.
  4102.      *
  4103.      * @return \Symfony\Bridge\Monolog\Logger
  4104.      */
  4105.     protected function getMonolog_Logger_ProfilerService()
  4106.     {
  4107.         $this->privates['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  4108.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4109.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4110.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4111.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4112.         return $instance;
  4113.     }
  4114.     /**
  4115.      * Gets the private 'monolog.logger.request' shared service.
  4116.      *
  4117.      * @return \Symfony\Bridge\Monolog\Logger
  4118.      */
  4119.     protected function getMonolog_Logger_RequestService()
  4120.     {
  4121.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4122.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4123.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4124.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4125.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4126.         return $instance;
  4127.     }
  4128.     /**
  4129.      * Gets the private 'monolog.logger.router' shared service.
  4130.      *
  4131.      * @return \Symfony\Bridge\Monolog\Logger
  4132.      */
  4133.     protected function getMonolog_Logger_RouterService()
  4134.     {
  4135.         $this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  4136.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4137.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4138.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4139.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4140.         return $instance;
  4141.     }
  4142.     /**
  4143.      * Gets the private 'monolog.logger.security' shared service.
  4144.      *
  4145.      * @return \Symfony\Bridge\Monolog\Logger
  4146.      */
  4147.     protected function getMonolog_Logger_SecurityService()
  4148.     {
  4149.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  4150.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4151.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4152.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4153.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4154.         return $instance;
  4155.     }
  4156.     /**
  4157.      * Gets the private 'monolog.logger.supplier' shared service.
  4158.      *
  4159.      * @return \Symfony\Bridge\Monolog\Logger
  4160.      */
  4161.     protected function getMonolog_Logger_SupplierService()
  4162.     {
  4163.         $this->privates['monolog.logger.supplier'] = $instance = new \Symfony\Bridge\Monolog\Logger('supplier');
  4164.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4165.         $instance->pushHandler(($this->privates['monolog.handler.supplier'] ?? $this->getMonolog_Handler_SupplierService()));
  4166.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4167.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4168.         return $instance;
  4169.     }
  4170.     /**
  4171.      * Gets the private 'monolog.logger.user_trace' shared service.
  4172.      *
  4173.      * @return \Symfony\Bridge\Monolog\Logger
  4174.      */
  4175.     protected function getMonolog_Logger_UserTraceService()
  4176.     {
  4177.         $this->privates['monolog.logger.user_trace'] = $instance = new \Symfony\Bridge\Monolog\Logger('user_trace');
  4178.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4179.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4180.         $instance->pushHandler(($this->privates['App\\Service\\UserTraceLogHandler'] ?? $this->getUserTraceLogHandlerService()));
  4181.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4182.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4183.         return $instance;
  4184.     }
  4185.     /**
  4186.      * Gets the private 'monolog.processor.psr_log_message' shared service.
  4187.      *
  4188.      * @return \Monolog\Processor\PsrLogMessageProcessor
  4189.      */
  4190.     protected function getMonolog_Processor_PsrLogMessageService()
  4191.     {
  4192.         return $this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor();
  4193.     }
  4194.     /**
  4195.      * Gets the private 'parameter_bag' shared service.
  4196.      *
  4197.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4198.      */
  4199.     protected function getParameterBagService()
  4200.     {
  4201.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4202.     }
  4203.     /**
  4204.      * Gets the private 'profiler.storage' shared service.
  4205.      *
  4206.      * @return \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage
  4207.      */
  4208.     protected function getProfiler_StorageService()
  4209.     {
  4210.         return $this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler'));
  4211.     }
  4212.     /**
  4213.      * Gets the private 'profiler_listener' shared service.
  4214.      *
  4215.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4216.      */
  4217.     protected function getProfilerListenerService()
  4218.     {
  4219.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4220.         if (isset($this->privates['profiler_listener'])) {
  4221.             return $this->privates['profiler_listener'];
  4222.         }
  4223.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  4224.     }
  4225.     /**
  4226.      * Gets the private 'property_info' shared service.
  4227.      *
  4228.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4229.      */
  4230.     protected function getPropertyInfoService()
  4231.     {
  4232.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4233.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4234.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4235.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4236.         }, 3), new RewindableGenerator(function () {
  4237.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4238.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  4239.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4240.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4241.         }, 4), new RewindableGenerator(function () {
  4242.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4243.         }, 1), new RewindableGenerator(function () {
  4244.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4245.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4246.         }, 2), new RewindableGenerator(function () {
  4247.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4248.         }, 1));
  4249.     }
  4250.     /**
  4251.      * Gets the private 'response_listener' shared service.
  4252.      *
  4253.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  4254.      */
  4255.     protected function getResponseListenerService()
  4256.     {
  4257.         return $this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false);
  4258.     }
  4259.     /**
  4260.      * Gets the private 'router.expression_language_provider' shared service.
  4261.      *
  4262.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4263.      */
  4264.     protected function getRouter_ExpressionLanguageProviderService()
  4265.     {
  4266.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4267.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4268.         ], [
  4269.             'env' => 'Closure',
  4270.         ]));
  4271.     }
  4272.     /**
  4273.      * Gets the private 'router.request_context' shared service.
  4274.      *
  4275.      * @return \Symfony\Component\Routing\RequestContext
  4276.      */
  4277.     protected function getRouter_RequestContextService()
  4278.     {
  4279.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4280.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4281.         return $instance;
  4282.     }
  4283.     /**
  4284.      * Gets the private 'router_listener' shared service.
  4285.      *
  4286.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4287.      */
  4288.     protected function getRouterListenerService()
  4289.     {
  4290.         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);
  4291.     }
  4292.     /**
  4293.      * Gets the private 'security.authentication.trust_resolver' shared service.
  4294.      *
  4295.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  4296.      */
  4297.     protected function getSecurity_Authentication_TrustResolverService()
  4298.     {
  4299.         return $this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver();
  4300.     }
  4301.     /**
  4302.      * Gets the private 'security.context_listener.0' shared service.
  4303.      *
  4304.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4305.      */
  4306.     protected function getSecurity_ContextListener_0Service()
  4307.     {
  4308.         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 () {
  4309.             yield => ($this->privates['fos_user.user_provider.username'] ?? $this->load('getFosUser_UserProvider_UsernameService'));
  4310.             yield => ($this->privates['security.user.provider.concrete.doctrine'] ?? $this->load('getSecurity_User_Provider_Concrete_DoctrineService'));
  4311.             yield => ($this->privates['security.user.provider.concrete.supplier'] ?? $this->load('getSecurity_User_Provider_Concrete_SupplierService'));
  4312.         }, 3), 'register_api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.register_api'] ?? $this->getSecurity_EventDispatcher_RegisterApiService()), ($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']);
  4313.     }
  4314.     /**
  4315.      * Gets the private 'security.context_listener.1' shared service.
  4316.      *
  4317.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4318.      */
  4319.     protected function getSecurity_ContextListener_1Service()
  4320.     {
  4321.         return $this->privates['security.context_listener.1'] = 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 () {
  4322.             yield => ($this->privates['fos_user.user_provider.username'] ?? $this->load('getFosUser_UserProvider_UsernameService'));
  4323.             yield => ($this->privates['security.user.provider.concrete.doctrine'] ?? $this->load('getSecurity_User_Provider_Concrete_DoctrineService'));
  4324.             yield => ($this->privates['security.user.provider.concrete.supplier'] ?? $this->load('getSecurity_User_Provider_Concrete_SupplierService'));
  4325.         }, 3), 'api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.api'] ?? $this->getSecurity_EventDispatcher_ApiService()), ($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']);
  4326.     }
  4327.     /**
  4328.      * Gets the private 'security.context_listener.2' shared service.
  4329.      *
  4330.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4331.      */
  4332.     protected function getSecurity_ContextListener_2Service()
  4333.     {
  4334.         return $this->privates['security.context_listener.2'] = 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 () {
  4335.             yield => ($this->privates['fos_user.user_provider.username'] ?? $this->load('getFosUser_UserProvider_UsernameService'));
  4336.             yield => ($this->privates['security.user.provider.concrete.doctrine'] ?? $this->load('getSecurity_User_Provider_Concrete_DoctrineService'));
  4337.             yield => ($this->privates['security.user.provider.concrete.supplier'] ?? $this->load('getSecurity_User_Provider_Concrete_SupplierService'));
  4338.         }, 3), 'invoice_processing_provider', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.invoice_processing_provider'] ?? $this->getSecurity_EventDispatcher_InvoiceProcessingProviderService()), ($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']);
  4339.     }
  4340.     /**
  4341.      * Gets the private 'security.context_listener.3' shared service.
  4342.      *
  4343.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4344.      */
  4345.     protected function getSecurity_ContextListener_3Service()
  4346.     {
  4347.         return $this->privates['security.context_listener.3'] = 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 () {
  4348.             yield => ($this->privates['fos_user.user_provider.username'] ?? $this->load('getFosUser_UserProvider_UsernameService'));
  4349.             yield => ($this->privates['security.user.provider.concrete.doctrine'] ?? $this->load('getSecurity_User_Provider_Concrete_DoctrineService'));
  4350.             yield => ($this->privates['security.user.provider.concrete.supplier'] ?? $this->load('getSecurity_User_Provider_Concrete_SupplierService'));
  4351.         }, 3), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ($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']);
  4352.     }
  4353.     /**
  4354.      * Gets the private 'security.context_listener.4' shared service.
  4355.      *
  4356.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4357.      */
  4358.     protected function getSecurity_ContextListener_4Service()
  4359.     {
  4360.         return $this->privates['security.context_listener.4'] = 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 () {
  4361.             yield => ($this->privates['fos_user.user_provider.username'] ?? $this->load('getFosUser_UserProvider_UsernameService'));
  4362.             yield => ($this->privates['security.user.provider.concrete.doctrine'] ?? $this->load('getSecurity_User_Provider_Concrete_DoctrineService'));
  4363.             yield => ($this->privates['security.user.provider.concrete.supplier'] ?? $this->load('getSecurity_User_Provider_Concrete_SupplierService'));
  4364.         }, 3), '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']);
  4365.     }
  4366.     /**
  4367.      * Gets the private 'security.event_dispatcher.admin' shared service.
  4368.      *
  4369.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4370.      */
  4371.     protected function getSecurity_EventDispatcher_AdminService()
  4372.     {
  4373.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4374.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4375.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  4376.         }, => 'onSuccessfulLogin'], 0);
  4377.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4378.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
  4379.         }, => 'onLogout'], 64);
  4380.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4381.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  4382.         }, => 'onLogout'], 0);
  4383.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4384.             return ($this->privates['security.listener.check_remember_me_conditions.admin'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_AdminService'));
  4385.         }, => 'onSuccessfulLogin'], -32);
  4386.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4387.             return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
  4388.         }, => 'onSuccessfulLogin'], -64);
  4389.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4390.             return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
  4391.         }, => 'clearCookie'], 0);
  4392.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4393.             return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
  4394.         }, => 'clearCookie'], 0);
  4395.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  4396.             return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
  4397.         }, => 'clearCookie'], 0);
  4398.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4399.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  4400.         }, => 'preCheckCredentials'], 256);
  4401.         $instance->addListener('security.authentication.success', [=> function () {
  4402.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  4403.         }, => 'postCheckCredentials'], 256);
  4404.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4405.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4406.         }, => 'checkPassport'], 1024);
  4407.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4408.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  4409.         }, => 'checkPassport'], 0);
  4410.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4411.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  4412.         }, => 'onLoginSuccess'], 0);
  4413.         $instance->addListener('security.interactive_login', [=> function () {
  4414.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  4415.         }, => 'onSecurityInteractiveLogin'], 0);
  4416.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4417.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  4418.         }, => 'checkPassport'], 512);
  4419.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4420.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  4421.         }, => 'onLogout'], 0);
  4422.         return $instance;
  4423.     }
  4424.     /**
  4425.      * Gets the private 'security.event_dispatcher.api' shared service.
  4426.      *
  4427.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4428.      */
  4429.     protected function getSecurity_EventDispatcher_ApiService()
  4430.     {
  4431.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4432.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4433.             return ($this->privates['security.listener.session.api'] ?? $this->load('getSecurity_Listener_Session_ApiService'));
  4434.         }, => 'onSuccessfulLogin'], 0);
  4435.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4436.             return ($this->privates['security.logout.listener.default.api'] ?? $this->load('getSecurity_Logout_Listener_Default_ApiService'));
  4437.         }, => 'onLogout'], 64);
  4438.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4439.             return ($this->privates['security.logout.listener.session.api'] ?? ($this->privates['security.logout.listener.session.api'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  4440.         }, => 'onLogout'], 0);
  4441.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4442.             return ($this->privates['security.listener.user_checker.api'] ?? $this->load('getSecurity_Listener_UserChecker_ApiService'));
  4443.         }, => 'preCheckCredentials'], 256);
  4444.         $instance->addListener('security.authentication.success', [=> function () {
  4445.             return ($this->privates['security.listener.user_checker.api'] ?? $this->load('getSecurity_Listener_UserChecker_ApiService'));
  4446.         }, => 'postCheckCredentials'], 256);
  4447.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4448.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4449.         }, => 'checkPassport'], 1024);
  4450.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4451.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  4452.         }, => 'checkPassport'], 0);
  4453.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4454.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  4455.         }, => 'onLoginSuccess'], 0);
  4456.         $instance->addListener('security.interactive_login', [=> function () {
  4457.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  4458.         }, => 'onSecurityInteractiveLogin'], 0);
  4459.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4460.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  4461.         }, => 'checkPassport'], 512);
  4462.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4463.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  4464.         }, => 'onLogout'], 0);
  4465.         return $instance;
  4466.     }
  4467.     /**
  4468.      * Gets the private 'security.event_dispatcher.invoice_processing_provider' shared service.
  4469.      *
  4470.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4471.      */
  4472.     protected function getSecurity_EventDispatcher_InvoiceProcessingProviderService()
  4473.     {
  4474.         $this->privates['security.event_dispatcher.invoice_processing_provider'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4475.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4476.             return ($this->privates['security.listener.session.invoice_processing_provider'] ?? $this->load('getSecurity_Listener_Session_InvoiceProcessingProviderService'));
  4477.         }, => 'onSuccessfulLogin'], 0);
  4478.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4479.             return ($this->privates['security.logout.listener.default.invoice_processing_provider'] ?? $this->load('getSecurity_Logout_Listener_Default_InvoiceProcessingProviderService'));
  4480.         }, => 'onLogout'], 64);
  4481.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4482.             return ($this->privates['security.logout.listener.session.invoice_processing_provider'] ?? ($this->privates['security.logout.listener.session.invoice_processing_provider'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  4483.         }, => 'onLogout'], 0);
  4484.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4485.             return ($this->privates['security.listener.check_remember_me_conditions.invoice_processing_provider'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_InvoiceProcessingProviderService'));
  4486.         }, => 'onSuccessfulLogin'], -32);
  4487.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4488.             return ($this->privates['security.listener.remember_me.invoice_processing_provider'] ?? $this->load('getSecurity_Listener_RememberMe_InvoiceProcessingProviderService'));
  4489.         }, => 'onSuccessfulLogin'], -64);
  4490.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4491.             return ($this->privates['security.listener.remember_me.invoice_processing_provider'] ?? $this->load('getSecurity_Listener_RememberMe_InvoiceProcessingProviderService'));
  4492.         }, => 'clearCookie'], 0);
  4493.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4494.             return ($this->privates['security.listener.remember_me.invoice_processing_provider'] ?? $this->load('getSecurity_Listener_RememberMe_InvoiceProcessingProviderService'));
  4495.         }, => 'clearCookie'], 0);
  4496.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  4497.             return ($this->privates['security.listener.remember_me.invoice_processing_provider'] ?? $this->load('getSecurity_Listener_RememberMe_InvoiceProcessingProviderService'));
  4498.         }, => 'clearCookie'], 0);
  4499.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4500.             return ($this->privates['security.listener.user_checker.invoice_processing_provider'] ?? $this->load('getSecurity_Listener_UserChecker_InvoiceProcessingProviderService'));
  4501.         }, => 'preCheckCredentials'], 256);
  4502.         $instance->addListener('security.authentication.success', [=> function () {
  4503.             return ($this->privates['security.listener.user_checker.invoice_processing_provider'] ?? $this->load('getSecurity_Listener_UserChecker_InvoiceProcessingProviderService'));
  4504.         }, => 'postCheckCredentials'], 256);
  4505.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4506.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4507.         }, => 'checkPassport'], 1024);
  4508.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4509.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  4510.         }, => 'checkPassport'], 0);
  4511.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4512.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  4513.         }, => 'onLoginSuccess'], 0);
  4514.         $instance->addListener('security.interactive_login', [=> function () {
  4515.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  4516.         }, => 'onSecurityInteractiveLogin'], 0);
  4517.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4518.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  4519.         }, => 'checkPassport'], 512);
  4520.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4521.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  4522.         }, => 'onLogout'], 0);
  4523.         return $instance;
  4524.     }
  4525.     /**
  4526.      * Gets the private 'security.event_dispatcher.main' shared service.
  4527.      *
  4528.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4529.      */
  4530.     protected function getSecurity_EventDispatcher_MainService()
  4531.     {
  4532.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4533.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4534.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  4535.         }, => 'onSuccessfulLogin'], 0);
  4536.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4537.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  4538.         }, => 'onLogout'], 64);
  4539.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4540.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  4541.         }, => 'onLogout'], 0);
  4542.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4543.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  4544.         }, => 'onSuccessfulLogin'], -32);
  4545.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4546.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  4547.         }, => 'onSuccessfulLogin'], -64);
  4548.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4549.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  4550.         }, => 'clearCookie'], 0);
  4551.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4552.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  4553.         }, => 'clearCookie'], 0);
  4554.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  4555.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  4556.         }, => 'clearCookie'], 0);
  4557.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4558.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  4559.         }, => 'preCheckCredentials'], 256);
  4560.         $instance->addListener('security.authentication.success', [=> function () {
  4561.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  4562.         }, => 'postCheckCredentials'], 256);
  4563.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4564.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4565.         }, => 'checkPassport'], 1024);
  4566.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4567.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  4568.         }, => 'checkPassport'], 0);
  4569.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4570.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  4571.         }, => 'onLoginSuccess'], 0);
  4572.         $instance->addListener('security.interactive_login', [=> function () {
  4573.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  4574.         }, => 'onSecurityInteractiveLogin'], 0);
  4575.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4576.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  4577.         }, => 'checkPassport'], 512);
  4578.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4579.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  4580.         }, => 'onLogout'], 0);
  4581.         return $instance;
  4582.     }
  4583.     /**
  4584.      * Gets the private 'security.event_dispatcher.register_api' shared service.
  4585.      *
  4586.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4587.      */
  4588.     protected function getSecurity_EventDispatcher_RegisterApiService()
  4589.     {
  4590.         $this->privates['security.event_dispatcher.register_api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4591.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4592.             return ($this->privates['security.listener.session.register_api'] ?? $this->load('getSecurity_Listener_Session_RegisterApiService'));
  4593.         }, => 'onSuccessfulLogin'], 0);
  4594.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4595.             return ($this->privates['security.logout.listener.default.register_api'] ?? $this->load('getSecurity_Logout_Listener_Default_RegisterApiService'));
  4596.         }, => 'onLogout'], 64);
  4597.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4598.             return ($this->privates['security.logout.listener.session.register_api'] ?? ($this->privates['security.logout.listener.session.register_api'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  4599.         }, => 'onLogout'], 0);
  4600.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4601.             return ($this->privates['security.listener.user_checker.register_api'] ?? $this->load('getSecurity_Listener_UserChecker_RegisterApiService'));
  4602.         }, => 'preCheckCredentials'], 256);
  4603.         $instance->addListener('security.authentication.success', [=> function () {
  4604.             return ($this->privates['security.listener.user_checker.register_api'] ?? $this->load('getSecurity_Listener_UserChecker_RegisterApiService'));
  4605.         }, => 'postCheckCredentials'], 256);
  4606.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4607.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4608.         }, => 'checkPassport'], 1024);
  4609.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4610.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  4611.         }, => 'checkPassport'], 0);
  4612.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4613.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  4614.         }, => 'onLoginSuccess'], 0);
  4615.         $instance->addListener('security.interactive_login', [=> function () {
  4616.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  4617.         }, => 'onSecurityInteractiveLogin'], 0);
  4618.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4619.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  4620.         }, => 'checkPassport'], 512);
  4621.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4622.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  4623.         }, => 'onLogout'], 0);
  4624.         return $instance;
  4625.     }
  4626.     /**
  4627.      * Gets the private 'security.firewall.map' shared service.
  4628.      *
  4629.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4630.      */
  4631.     protected function getSecurity_Firewall_MapService()
  4632.     {
  4633.         $a = ($this->privates['.service_locator.StagIeP'] ?? $this->get_ServiceLocator_StagIePService());
  4634.         if (isset($this->privates['security.firewall.map'])) {
  4635.             return $this->privates['security.firewall.map'];
  4636.         }
  4637.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4638.             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)/')));
  4639.             yield 'security.firewall.map.context.supplier_api_login' => ($this->privates['.security.request_matcher.mMbeux3'] ?? ($this->privates['.security.request_matcher.mMbeux3'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/(login|refresh|doc)$'$this->getEnv('SUPPLIER_API_FIREWALL'))));
  4640.             yield 'security.firewall.map.context.supplier_api' => ($this->privates['.security.request_matcher.l_PpSm4'] ?? ($this->privates['.security.request_matcher.l_PpSm4'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/'$this->getEnv('SUPPLIER_API_FIREWALL'))));
  4641.             yield 'security.firewall.map.context.register_api_doc' => ($this->privates['.security.request_matcher.LtdIrou'] ?? ($this->privates['.security.request_matcher.LtdIrou'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/doc$'$this->getEnv('REGISTER_API_FIREWALL'))));
  4642.             yield 'security.firewall.map.context.register_api' => ($this->privates['.security.request_matcher.xg0d.n6'] ?? ($this->privates['.security.request_matcher.xg0d.n6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/'$this->getEnv('REGISTER_API_FIREWALL'))));
  4643.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.kJMv9Gm'] ?? ($this->privates['.security.request_matcher.kJMv9Gm'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api($|/)'$this->getEnv('URL_HOST_FIREWALL'))));
  4644.             yield 'security.firewall.map.context.invoice_processing_provider' => ($this->privates['.security.request_matcher.qseAFGB'] ?? ($this->privates['.security.request_matcher.qseAFGB'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^'.$this->getEnv('string:INVOICE_PROCESSING_PROVIDER_URL').'(/|$)')));
  4645.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.WDxvHjw'] ?? ($this->privates['.security.request_matcher.WDxvHjw'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ADMIN_URL').'($|/)')));
  4646.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4647.         }, 9));
  4648.     }
  4649.     /**
  4650.      * Gets the private 'security.helper' shared service.
  4651.      *
  4652.      * @return \Symfony\Component\Security\Core\Security
  4653.      */
  4654.     protected function getSecurity_HelperService()
  4655.     {
  4656.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4657.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4658.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4659.         ], [
  4660.             'security.authorization_checker' => '?',
  4661.             'security.token_storage' => '?',
  4662.         ]));
  4663.     }
  4664.     /**
  4665.      * Gets the private 'security.impersonate_url_generator' shared service.
  4666.      *
  4667.      * @return \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator
  4668.      */
  4669.     protected function getSecurity_ImpersonateUrlGeneratorService()
  4670.     {
  4671.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  4672.         if (isset($this->privates['security.impersonate_url_generator'])) {
  4673.             return $this->privates['security.impersonate_url_generator'];
  4674.         }
  4675.         return $this->privates['security.impersonate_url_generator'] = new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4676.     }
  4677.     /**
  4678.      * Gets the private 'security.logout_url_generator' shared service.
  4679.      *
  4680.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4681.      */
  4682.     protected function getSecurity_LogoutUrlGeneratorService()
  4683.     {
  4684.         $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()));
  4685.         $instance->registerListener('register_api''/logout''logout''_csrf_token'NULLNULL);
  4686.         $instance->registerListener('api''/logout''logout''_csrf_token'NULLNULL);
  4687.         $instance->registerListener('invoice_processing_provider'$this->getEnv('string:INVOICE_PROCESSING_PROVIDER_URL').'/logout''logout''_csrf_token'NULLNULL);
  4688.         $instance->registerListener('admin''/'.$this->getEnv('string:ADMIN_URL').'/logout''logout''_csrf_token'NULLNULL);
  4689.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  4690.         return $instance;
  4691.     }
  4692.     /**
  4693.      * Gets the private 'security.rememberme.response_listener' shared service.
  4694.      *
  4695.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  4696.      */
  4697.     protected function getSecurity_Rememberme_ResponseListenerService()
  4698.     {
  4699.         return $this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  4700.     }
  4701.     /**
  4702.      * Gets the private 'security.role_hierarchy' shared service.
  4703.      *
  4704.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4705.      */
  4706.     protected function getSecurity_RoleHierarchyService()
  4707.     {
  4708.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4709.     }
  4710.     /**
  4711.      * Gets the private 'security.untracked_token_storage' shared service.
  4712.      *
  4713.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  4714.      */
  4715.     protected function getSecurity_UntrackedTokenStorageService()
  4716.     {
  4717.         return $this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  4718.     }
  4719.     /**
  4720.      * Gets the private 'sensio_framework_extra.cache.listener' shared service.
  4721.      *
  4722.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  4723.      */
  4724.     protected function getSensioFrameworkExtra_Cache_ListenerService()
  4725.     {
  4726.         return $this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  4727.     }
  4728.     /**
  4729.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4730.      *
  4731.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4732.      */
  4733.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4734.     {
  4735.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4736.     }
  4737.     /**
  4738.      * Gets the private 'sensio_framework_extra.converter.doctrine.orm' shared service.
  4739.      *
  4740.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter
  4741.      */
  4742.     protected function getSensioFrameworkExtra_Converter_Doctrine_OrmService()
  4743.     {
  4744.         return $this->privates['sensio_framework_extra.converter.doctrine.orm'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] ?? ($this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage())));
  4745.     }
  4746.     /**
  4747.      * Gets the private 'sensio_framework_extra.converter.doctrine.orm.expression_language.default' shared service.
  4748.      *
  4749.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  4750.      */
  4751.     protected function getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService()
  4752.     {
  4753.         return $this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  4754.     }
  4755.     /**
  4756.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4757.      *
  4758.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4759.      */
  4760.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4761.     {
  4762.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener(($this->privates['sensio_framework_extra.converter.manager'] ?? $this->getSensioFrameworkExtra_Converter_ManagerService()), true);
  4763.     }
  4764.     /**
  4765.      * Gets the private 'sensio_framework_extra.converter.manager' shared service.
  4766.      *
  4767.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  4768.      */
  4769.     protected function getSensioFrameworkExtra_Converter_ManagerService()
  4770.     {
  4771.         $this->privates['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4772.         $instance->add(($this->privates['sensio_framework_extra.converter.doctrine.orm'] ?? $this->getSensioFrameworkExtra_Converter_Doctrine_OrmService()), 0'doctrine.orm');
  4773.         $instance->add(($this->privates['framework_extra_bundle.date_time_param_converter'] ?? ($this->privates['framework_extra_bundle.date_time_param_converter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter())), 0'datetime');
  4774.         return $instance;
  4775.     }
  4776.     /**
  4777.      * Gets the private 'sensio_framework_extra.security.expression_language.default' shared service.
  4778.      *
  4779.      * @return \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage
  4780.      */
  4781.     protected function getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService()
  4782.     {
  4783.         return $this->privates['sensio_framework_extra.security.expression_language.default'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  4784.     }
  4785.     /**
  4786.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4787.      *
  4788.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4789.      */
  4790.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4791.     {
  4792.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4793.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4794.             return $this->privates['sensio_framework_extra.security.listener'];
  4795.         }
  4796.         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()), ($this->privates['sensio_framework_extra.security.expression_language.default'] ?? ($this->privates['sensio_framework_extra.security.expression_language.default'] = 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->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4797.     }
  4798.     /**
  4799.      * Gets the private 'sensio_framework_extra.view.guesser' shared service.
  4800.      *
  4801.      * @return \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser
  4802.      */
  4803.     protected function getSensioFrameworkExtra_View_GuesserService()
  4804.     {
  4805.         return $this->privates['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1)));
  4806.     }
  4807.     /**
  4808.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4809.      *
  4810.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4811.      */
  4812.     protected function getSensioFrameworkExtra_View_ListenerService()
  4813.     {
  4814.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(($this->privates['sensio_framework_extra.view.guesser'] ?? ($this->privates['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))))));
  4815.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4816.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4817.         ], [
  4818.             'twig' => '?',
  4819.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4820.         return $instance;
  4821.     }
  4822.     /**
  4823.      * Gets the private 'session.factory' shared service.
  4824.      *
  4825.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  4826.      */
  4827.     protected function getSession_FactoryService()
  4828.     {
  4829.         $a = ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  4830.         if (isset($this->privates['session.factory'])) {
  4831.             return $this->privates['session.factory'];
  4832.         }
  4833.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['session.storage.factory.native'] ?? $this->getSession_Storage_Factory_NativeService()), [=> $a=> 'onSessionUsage']);
  4834.     }
  4835.     /**
  4836.      * Gets the private 'session.handler.native' shared service.
  4837.      *
  4838.      * @return \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler
  4839.      */
  4840.     protected function getSession_Handler_NativeService()
  4841.     {
  4842.         return $this->privates['session.handler.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler());
  4843.     }
  4844.     /**
  4845.      * Gets the private 'session.storage.factory.native' shared service.
  4846.      *
  4847.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory
  4848.      */
  4849.     protected function getSession_Storage_Factory_NativeService()
  4850.     {
  4851.         return $this->privates['session.storage.factory.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], ($this->privates['session.handler.native'] ?? $this->getSession_Handler_NativeService()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), false);
  4852.     }
  4853.     /**
  4854.      * Gets the private 'stats.ga_events_ref' shared service.
  4855.      *
  4856.      * @return \App\StatsBundle\Model\GAEventsReference
  4857.      */
  4858.     protected function getStats_GaEventsRefService()
  4859.     {
  4860.         return $this->privates['stats.ga_events_ref'] = new \App\StatsBundle\Model\GAEventsReference();
  4861.     }
  4862.     /**
  4863.      * Gets the private 'streamed_response_listener' shared service.
  4864.      *
  4865.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  4866.      */
  4867.     protected function getStreamedResponseListenerService()
  4868.     {
  4869.         return $this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  4870.     }
  4871.     /**
  4872.      * Gets the private 'test.session.listener' shared service.
  4873.      *
  4874.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4875.      */
  4876.     protected function getTest_Session_ListenerService()
  4877.     {
  4878.         return $this->privates['test.session.listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4879.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  4880.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  4881.         ], [
  4882.             'session' => '?',
  4883.             'session_factory' => '?',
  4884.         ]), true$this->parameters['session.storage.options']);
  4885.     }
  4886.     /**
  4887.      * Gets the private 'tracker' shared autowired service.
  4888.      *
  4889.      * @return \App\Model\Tracker
  4890.      */
  4891.     protected function getTrackerService()
  4892.     {
  4893.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4894.         if (isset($this->privates['tracker'])) {
  4895.             return $this->privates['tracker'];
  4896.         }
  4897.         return $this->privates['tracker'] = new \App\Model\Tracker($a, (isset($this->factories['service_container']['App\\Model\\TraceFactory']) ? $this->factories['service_container']['App\\Model\\TraceFactory']() : $this->getTraceFactoryService()));
  4898.     }
  4899.     /**
  4900.      * Gets the private 'translator.default' shared service.
  4901.      *
  4902.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4903.      */
  4904.     protected function getTranslator_DefaultService()
  4905.     {
  4906.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4907.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4908.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4909.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4910.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4911.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4912.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4913.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4914.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4915.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4916.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4917.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4918.         ], [
  4919.             'translation.loader.csv' => '?',
  4920.             'translation.loader.dat' => '?',
  4921.             'translation.loader.ini' => '?',
  4922.             'translation.loader.json' => '?',
  4923.             'translation.loader.mo' => '?',
  4924.             'translation.loader.php' => '?',
  4925.             'translation.loader.po' => '?',
  4926.             'translation.loader.qt' => '?',
  4927.             'translation.loader.res' => '?',
  4928.             'translation.loader.xliff' => '?',
  4929.             'translation.loader.yml' => '?',
  4930.         ]), ($this->privates['translator.formatter.default'] ?? $this->getTranslator_Formatter_DefaultService()), '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.af.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.af.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.af.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ar.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ar.yml')], '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'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.az.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.az.yml')], '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'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.be.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.be.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.bg.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.bg.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ca.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ca.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.cs.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.cy.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cy.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.da.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.da.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.da.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.de.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.de.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.el.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.el.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.el.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.en.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.en.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.es.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.es.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.et.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.et.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.et.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.eu.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.eu.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fa.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.fa.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fi.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fr.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.fr.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.gl.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.gl.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.gl.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.he.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.he.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.he.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hr.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hr.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hu.yml')], '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'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hy.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hy.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.id.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.id.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.id.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.it.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.it.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ja.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ja.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lb.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.lt.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lt.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lv.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.lv.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lv.yml')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.mk.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.mk.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.mn.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.mn.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.mn.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nb.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nb.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nb.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nl.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nl.yml')], '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'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nn.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nn.yml')], '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')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.pl.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.pl.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.pt.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.pt.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ro.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ro.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ru.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ru.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sk.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sk.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sk.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sl.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sl.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sl.yml')], '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'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sq.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sq.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sr_Latn.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sv.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sv.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sv.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.th.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.th.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.th.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.tr.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.tr.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.uk.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.uk.yml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ur.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ur.yml')], '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'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.uz.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.uz.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.vi.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.vi.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.vi.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.zh_CN.yml')], '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')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.bn.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eo.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ky.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ky.yml')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sw.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sw.yml')], 'ga' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ga.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ga.yml')], 'gu' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.gu.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.gu.yml')], 'hi' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hi.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hi.yml')], 'is' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.is.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.is.yml')], 'ka' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ka.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ka.yml')], 'ko' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ko.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ko.yml')], 'ms' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ms.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ms.yml')], 'ne' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ne.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ne.yml')], 'ps' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ps.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ps.yml')], 'si' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.si.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.si.yml')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sr.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sr.yml')], 'ta' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ta.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ta.yml')], 'te' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.te.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.te.yml')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.zh.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.zh.yml')], 'am' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.am.yml')], 'cn' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cn.yml')], 'kk' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.kk.yml')], 'km' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.km.yml')], 'ku' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ku.yml')], 'lo' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lo.yml')], 'ua' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ua.yml')]], '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/friendsofsymfony/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/StatsBundle/translations'), 10 => (\dirname(__DIR__4).'/src/RegisterBundle/translations'), 11 => (\dirname(__DIR__4).'/src/SupplierApiBundle/translations'), 12 => (\dirname(__DIR__4).'/src/DispatcherBridgeBundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/yectep/phpspreadsheet-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/beelab/tag-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 34 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/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/friendsofsymfony/user-bundle/src/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/omines/datatables-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/StatsBundle/translations'10 => 'src/RegisterBundle/translations'11 => 'src/SupplierApiBundle/translations'12 => 'src/DispatcherBridgeBundle/translations'13 => 'vendor/symfony/twig-bundle/translations'14 => 'vendor/symfony/security-bundle/translations'15 => 'vendor/liip/imagine-bundle/translations'16 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'17 => 'vendor/yectep/phpspreadsheet-bundle/src/translations'18 => 'vendor/symfony/monolog-bundle/translations'19 => 'vendor/eightpoints/guzzle-bundle/src/translations'20 => 'vendor/beelab/tag-bundle/translations'21 => 'vendor/doctrine/doctrine-bundle/translations'22 => 'vendor/doctrine/doctrine-migrations-bundle/translations'23 => 'vendor/friendsofsymfony/elastica-bundle/src/translations'24 => 'vendor/friendsofsymfony/rest-bundle/translations'25 => 'vendor/jms/serializer-bundle/translations'26 => 'vendor/knplabs/knp-snappy-bundle/src/translations'27 => 'vendor/lexik/jwt-authentication-bundle/translations'28 => 'vendor/sensio/framework-extra-bundle/src/translations'29 => 'vendor/kreait/firebase-bundle/src/translations'30 => 'vendor/nelmio/api-doc-bundle/translations'31 => 'vendor/tetranz/select2entity-bundle/translations'32 => 'vendor/twig/extra-bundle/translations'33 => 'vendor/symfony/webpack-encore-bundle/src/translations'34 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'35 => 'vendor/symfony/web-profiler-bundle/translations'36 => 'vendor/stof/doctrine-extensions-bundle/src/translations']]], []);
  4931.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4932.         $instance->setFallbackLocales([=> 'en']);
  4933.         return $instance;
  4934.     }
  4935.     /**
  4936.      * Gets the private 'translator.formatter.default' shared service.
  4937.      *
  4938.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  4939.      */
  4940.     protected function getTranslator_Formatter_DefaultService()
  4941.     {
  4942.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(($this->privates['identity_translator'] ?? ($this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator())));
  4943.     }
  4944.     /**
  4945.      * Gets the private 'twig.app_variable' shared service.
  4946.      *
  4947.      * @return \Symfony\Bridge\Twig\AppVariable
  4948.      */
  4949.     protected function getTwig_AppVariableService()
  4950.     {
  4951.         $this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
  4952.         $instance->setEnvironment('dev');
  4953.         $instance->setDebug(true);
  4954.         if ($this->has('.container.private.security.token_storage')) {
  4955.             $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4956.         }
  4957.         if ($this->has('request_stack')) {
  4958.             $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4959.         }
  4960.         return $instance;
  4961.     }
  4962.     /**
  4963.      * Gets the private 'twig.configurator.environment' shared service.
  4964.      *
  4965.      * @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
  4966.      */
  4967.     protected function getTwig_Configurator_EnvironmentService()
  4968.     {
  4969.         return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',');
  4970.     }
  4971.     /**
  4972.      * Gets the private 'twig.extension.assets' shared service.
  4973.      *
  4974.      * @return \Symfony\Bridge\Twig\Extension\AssetExtension
  4975.      */
  4976.     protected function getTwig_Extension_AssetsService()
  4977.     {
  4978.         return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  4979.     }
  4980.     /**
  4981.      * Gets the private 'twig.extension.code' shared service.
  4982.      *
  4983.      * @return \Symfony\Bridge\Twig\Extension\CodeExtension
  4984.      */
  4985.     protected function getTwig_Extension_CodeService()
  4986.     {
  4987.         return $this->privates['twig.extension.code'] = new \Symfony\Bridge\Twig\Extension\CodeExtension(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), 'UTF-8');
  4988.     }
  4989.     /**
  4990.      * Gets the private 'twig.extension.debug' shared service.
  4991.      *
  4992.      * @return \Twig\Extension\DebugExtension
  4993.      */
  4994.     protected function getTwig_Extension_DebugService()
  4995.     {
  4996.         return $this->privates['twig.extension.debug'] = new \Twig\Extension\DebugExtension();
  4997.     }
  4998.     /**
  4999.      * Gets the private 'twig.extension.debug.stopwatch' shared service.
  5000.      *
  5001.      * @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
  5002.      */
  5003.     protected function getTwig_Extension_Debug_StopwatchService()
  5004.     {
  5005.         return $this->privates['twig.extension.debug.stopwatch'] = new \Symfony\Bridge\Twig\Extension\StopwatchExtension(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), true);
  5006.     }
  5007.     /**
  5008.      * Gets the private 'twig.extension.expression' shared service.
  5009.      *
  5010.      * @return \Symfony\Bridge\Twig\Extension\ExpressionExtension
  5011.      */
  5012.     protected function getTwig_Extension_ExpressionService()
  5013.     {
  5014.         return $this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension();
  5015.     }
  5016.     /**
  5017.      * Gets the private 'twig.extension.form' shared service.
  5018.      *
  5019.      * @return \Symfony\Bridge\Twig\Extension\FormExtension
  5020.      */
  5021.     protected function getTwig_Extension_FormService()
  5022.     {
  5023.         return $this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5024.     }
  5025.     /**
  5026.      * Gets the private 'twig.extension.httpfoundation' shared service.
  5027.      *
  5028.      * @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
  5029.      */
  5030.     protected function getTwig_Extension_HttpfoundationService()
  5031.     {
  5032.         return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService()));
  5033.     }
  5034.     /**
  5035.      * Gets the private 'twig.extension.httpkernel' shared service.
  5036.      *
  5037.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelExtension
  5038.      */
  5039.     protected function getTwig_Extension_HttpkernelService()
  5040.     {
  5041.         return $this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension();
  5042.     }
  5043.     /**
  5044.      * Gets the private 'twig.extension.intl' shared service.
  5045.      *
  5046.      * @return \Twig\Extra\Intl\IntlExtension
  5047.      */
  5048.     protected function getTwig_Extension_IntlService()
  5049.     {
  5050.         return $this->privates['twig.extension.intl'] = new \Twig\Extra\Intl\IntlExtension();
  5051.     }
  5052.     /**
  5053.      * Gets the private 'twig.extension.logout_url' shared service.
  5054.      *
  5055.      * @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
  5056.      */
  5057.     protected function getTwig_Extension_LogoutUrlService()
  5058.     {
  5059.         return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  5060.     }
  5061.     /**
  5062.      * Gets the private 'twig.extension.profiler' shared service.
  5063.      *
  5064.      * @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
  5065.      */
  5066.     protected function getTwig_Extension_ProfilerService()
  5067.     {
  5068.         return $this->privates['twig.extension.profiler'] = new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5069.     }
  5070.     /**
  5071.      * Gets the private 'twig.extension.routing' shared service.
  5072.      *
  5073.      * @return \Symfony\Bridge\Twig\Extension\RoutingExtension
  5074.      */
  5075.     protected function getTwig_Extension_RoutingService()
  5076.     {
  5077.         return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
  5078.     }
  5079.     /**
  5080.      * Gets the private 'twig.extension.security' shared service.
  5081.      *
  5082.      * @return \Symfony\Bridge\Twig\Extension\SecurityExtension
  5083.      */
  5084.     protected function getTwig_Extension_SecurityService()
  5085.     {
  5086.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5087.         if (isset($this->privates['twig.extension.security'])) {
  5088.             return $this->privates['twig.extension.security'];
  5089.         }
  5090.         $b = ($this->privates['security.impersonate_url_generator'] ?? $this->getSecurity_ImpersonateUrlGeneratorService());
  5091.         if (isset($this->privates['twig.extension.security'])) {
  5092.             return $this->privates['twig.extension.security'];
  5093.         }
  5094.         return $this->privates['twig.extension.security'] = new \Symfony\Bridge\Twig\Extension\SecurityExtension($a$b);
  5095.     }
  5096.     /**
  5097.      * Gets the private 'twig.extension.security_csrf' shared service.
  5098.      *
  5099.      * @return \Symfony\Bridge\Twig\Extension\CsrfExtension
  5100.      */
  5101.     protected function getTwig_Extension_SecurityCsrfService()
  5102.     {
  5103.         return $this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension();
  5104.     }
  5105.     /**
  5106.      * Gets the private 'twig.extension.serializer' shared service.
  5107.      *
  5108.      * @return \Symfony\Bridge\Twig\Extension\SerializerExtension
  5109.      */
  5110.     protected function getTwig_Extension_SerializerService()
  5111.     {
  5112.         return $this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension();
  5113.     }
  5114.     /**
  5115.      * Gets the private 'twig.extension.trans' shared service.
  5116.      *
  5117.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  5118.      */
  5119.     protected function getTwig_Extension_TransService()
  5120.     {
  5121.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5122.     }
  5123.     /**
  5124.      * Gets the private 'twig.extension.webprofiler' shared service.
  5125.      *
  5126.      * @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
  5127.      */
  5128.     protected function getTwig_Extension_WebprofilerService()
  5129.     {
  5130.         $a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  5131.         $a->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5132.         return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
  5133.     }
  5134.     /**
  5135.      * Gets the private 'twig.extension.yaml' shared service.
  5136.      *
  5137.      * @return \Symfony\Bridge\Twig\Extension\YamlExtension
  5138.      */
  5139.     protected function getTwig_Extension_YamlService()
  5140.     {
  5141.         return $this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension();
  5142.     }
  5143.     /**
  5144.      * Gets the private 'twig.loader.native_filesystem' shared service.
  5145.      *
  5146.      * @return \Twig\Loader\FilesystemLoader
  5147.      */
  5148.     protected function getTwig_Loader_NativeFilesystemService()
  5149.     {
  5150.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  5151.         $instance->addPath((\dirname(__DIR__4).'/src/DispatcherBridgeBundle/Resources/views'), 'DispatcherBridge');
  5152.         $instance->addPath((\dirname(__DIR__4).'/src/DispatcherBridgeBundle/Resources/views'), '!DispatcherBridge');
  5153.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  5154.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  5155.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  5156.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  5157.         $instance->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  5158.         $instance->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  5159.         $instance->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  5160.         $instance->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  5161.         $instance->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  5162.         $instance->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  5163.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  5164.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  5165.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  5166.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  5167.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  5168.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  5169.         $instance->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  5170.         $instance->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  5171.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
  5172.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
  5173.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/NelmioApiDocBundle'), 'NelmioApiDoc');
  5174.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  5175.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  5176.         $instance->addPath((\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/Resources/views'), 'TetranzSelect2Entity');
  5177.         $instance->addPath((\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/Resources/views'), '!TetranzSelect2Entity');
  5178.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  5179.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  5180.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  5181.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  5182.         $instance->addPath((\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/views'), 'DataTables');
  5183.         $instance->addPath((\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/views'), '!DataTables');
  5184.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  5185.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  5186.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  5187.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  5188.         return $instance;
  5189.     }
  5190.     /**
  5191.      * Gets the private 'twig.missing_extension_suggestor' shared service.
  5192.      *
  5193.      * @return \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor
  5194.      */
  5195.     protected function getTwig_MissingExtensionSuggestorService()
  5196.     {
  5197.         return $this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  5198.     }
  5199.     /**
  5200.      * Gets the private 'twig.profile' shared service.
  5201.      *
  5202.      * @return \Twig\Profiler\Profile
  5203.      */
  5204.     protected function getTwig_ProfileService()
  5205.     {
  5206.         return $this->privates['twig.profile'] = new \Twig\Profiler\Profile();
  5207.     }
  5208.     /**
  5209.      * Gets the private 'twig.runtime_loader' shared service.
  5210.      *
  5211.      * @return \Twig\RuntimeLoader\ContainerRuntimeLoader
  5212.      */
  5213.     protected function getTwig_RuntimeLoaderService()
  5214.     {
  5215.         return $this->privates['twig.runtime_loader'] = new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5216.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  5217.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  5218.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  5219.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  5220.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  5221.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  5222.         ], [
  5223.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  5224.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  5225.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  5226.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  5227.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  5228.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  5229.         ]));
  5230.     }
  5231.     /**
  5232.      * Gets the private 'url_helper' shared service.
  5233.      *
  5234.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  5235.      */
  5236.     protected function getUrlHelperService()
  5237.     {
  5238.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()));
  5239.     }
  5240.     /**
  5241.      * Gets the private 'validate_request_listener' shared service.
  5242.      *
  5243.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  5244.      */
  5245.     protected function getValidateRequestListenerService()
  5246.     {
  5247.         return $this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  5248.     }
  5249.     /**
  5250.      * Gets the private 'validator.builder' shared service.
  5251.      *
  5252.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5253.      */
  5254.     protected function getValidator_BuilderService()
  5255.     {
  5256.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5257.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  5258.         if ($this->has('translator')) {
  5259.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5260.         }
  5261.         $instance->setTranslationDomain('validators');
  5262.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/validation.xml')]);
  5263.         $instance->enableAnnotationMapping(true);
  5264.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5265.         $instance->addMethodMapping('loadValidatorMetadata');
  5266.         $instance->addObjectInitializers([=> ($this->privates['doctrine.orm.validator_initializer'] ?? $this->getDoctrine_Orm_ValidatorInitializerService()), => ($this->privates['fos_user.validator.initializer'] ?? $this->getFosUser_Validator_InitializerService())]);
  5267.         $instance->addLoader(($this->privates['validator.property_info_loader'] ?? $this->getValidator_PropertyInfoLoaderService()));
  5268.         $instance->addLoader(($this->privates['doctrine.orm.default_entity_manager.validator_loader'] ?? $this->getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()));
  5269.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  5270.         return $instance;
  5271.     }
  5272.     /**
  5273.      * Gets the private 'validator.property_info_loader' shared service.
  5274.      *
  5275.      * @return \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader
  5276.      */
  5277.     protected function getValidator_PropertyInfoLoaderService()
  5278.     {
  5279.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5280.         if (isset($this->privates['validator.property_info_loader'])) {
  5281.             return $this->privates['validator.property_info_loader'];
  5282.         }
  5283.         return $this->privates['validator.property_info_loader'] = new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL);
  5284.     }
  5285.     /**
  5286.      * Gets the private 'validator.validator_factory' shared service.
  5287.      *
  5288.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  5289.      */
  5290.     protected function getValidator_ValidatorFactoryService()
  5291.     {
  5292.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5293.             'App\\RegisterBundle\\Validator\\Constraints\\EmailAlreadyUsedValidator' => ['privates''App\\RegisterBundle\\Validator\\Constraints\\EmailAlreadyUsedValidator''getEmailAlreadyUsedValidatorService'true],
  5294.             'App\\RegisterBundle\\Validator\\Constraints\\RegistrationSuppliersValidator' => ['privates''App\\RegisterBundle\\Validator\\Constraints\\RegistrationSuppliersValidator''getRegistrationSuppliersValidatorService'true],
  5295.             'App\\Validator\\Constraints\\CategoryValidator' => ['privates''App\\Validator\\Constraints\\CategoryValidator''getCategoryValidatorService'true],
  5296.             'App\\Validator\\Constraints\\CustomerGroupValidator' => ['privates''App\\Validator\\Constraints\\CustomerGroupValidator''getCustomerGroupValidatorService'true],
  5297.             'App\\Validator\\Constraints\\DateCodeValidator' => ['privates''App\\Validator\\Constraints\\DateCodeValidator''getDateCodeValidatorService'true],
  5298.             'App\\Validator\\Constraints\\DeliveryModelValidator' => ['privates''App\\Validator\\Constraints\\DeliveryModelValidator''getDeliveryModelValidatorService'true],
  5299.             'App\\Validator\\Constraints\\InvitationValidator' => ['privates''App\\Validator\\Constraints\\InvitationValidator''getInvitationValidatorService'true],
  5300.             'App\\Validator\\Constraints\\InvoiceProcessorValidator' => ['privates''App\\Validator\\Constraints\\InvoiceProcessorValidator''getInvoiceProcessorValidatorService'true],
  5301.             'App\\Validator\\Constraints\\MessageValidator' => ['privates''App\\Validator\\Constraints\\MessageValidator''getMessageValidatorService'true],
  5302.             'App\\Validator\\Constraints\\OptimizedPriceDatesValidator' => ['privates''App\\Validator\\Constraints\\OptimizedPriceDatesValidator''getOptimizedPriceDatesValidatorService'true],
  5303.             'App\\Validator\\Constraints\\PriceSpecialOfferDatesValidator' => ['privates''App\\Validator\\Constraints\\PriceSpecialOfferDatesValidator''getPriceSpecialOfferDatesValidatorService'true],
  5304.             'App\\Validator\\Constraints\\PriceSpecialOfferTypeValidator' => ['privates''App\\Validator\\Constraints\\PriceSpecialOfferTypeValidator''getPriceSpecialOfferTypeValidatorService'true],
  5305.             'App\\Validator\\Constraints\\ProductFeaturingRotationValidator' => ['privates''App\\Validator\\Constraints\\ProductFeaturingRotationValidator''getProductFeaturingRotationValidatorService'true],
  5306.             'App\\Validator\\Constraints\\ProductFeaturingValidator' => ['privates''App\\Validator\\Constraints\\ProductFeaturingValidator''getProductFeaturingValidatorService'true],
  5307.             'App\\Validator\\Constraints\\ProductPriceEmptyValidator' => ['privates''App\\Validator\\Constraints\\ProductPriceEmptyValidator''getProductPriceEmptyValidatorService'true],
  5308.             'App\\Validator\\Constraints\\ProductPricesCoherenceValidator' => ['privates''App\\Validator\\Constraints\\ProductPricesCoherenceValidator''getProductPricesCoherenceValidatorService'true],
  5309.             'App\\Validator\\Constraints\\ProductValidator' => ['privates''App\\Validator\\Constraints\\ProductValidator''getProductValidatorService'true],
  5310.             'App\\Validator\\Constraints\\ProductVariationValidator' => ['privates''App\\Validator\\Constraints\\ProductVariationValidator''getProductVariationValidatorService'true],
  5311.             'App\\Validator\\Constraints\\SimulationConverterValidator' => ['privates''App\\Validator\\Constraints\\SimulationConverterValidator''getSimulationConverterValidatorService'true],
  5312.             'App\\Validator\\Constraints\\SupplierValidator' => ['privates''App\\Validator\\Constraints\\SupplierValidator''getSupplierValidatorService'true],
  5313.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5314.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5315.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  5316.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5317.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  5318.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5319.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5320.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5321.         ], [
  5322.             'App\\RegisterBundle\\Validator\\Constraints\\EmailAlreadyUsedValidator' => '?',
  5323.             'App\\RegisterBundle\\Validator\\Constraints\\RegistrationSuppliersValidator' => '?',
  5324.             'App\\Validator\\Constraints\\CategoryValidator' => '?',
  5325.             'App\\Validator\\Constraints\\CustomerGroupValidator' => '?',
  5326.             'App\\Validator\\Constraints\\DateCodeValidator' => '?',
  5327.             'App\\Validator\\Constraints\\DeliveryModelValidator' => '?',
  5328.             'App\\Validator\\Constraints\\InvitationValidator' => '?',
  5329.             'App\\Validator\\Constraints\\InvoiceProcessorValidator' => '?',
  5330.             'App\\Validator\\Constraints\\MessageValidator' => '?',
  5331.             'App\\Validator\\Constraints\\OptimizedPriceDatesValidator' => '?',
  5332.             'App\\Validator\\Constraints\\PriceSpecialOfferDatesValidator' => '?',
  5333.             'App\\Validator\\Constraints\\PriceSpecialOfferTypeValidator' => '?',
  5334.             'App\\Validator\\Constraints\\ProductFeaturingRotationValidator' => '?',
  5335.             'App\\Validator\\Constraints\\ProductFeaturingValidator' => '?',
  5336.             'App\\Validator\\Constraints\\ProductPriceEmptyValidator' => '?',
  5337.             'App\\Validator\\Constraints\\ProductPricesCoherenceValidator' => '?',
  5338.             'App\\Validator\\Constraints\\ProductValidator' => '?',
  5339.             'App\\Validator\\Constraints\\ProductVariationValidator' => '?',
  5340.             'App\\Validator\\Constraints\\SimulationConverterValidator' => '?',
  5341.             'App\\Validator\\Constraints\\SupplierValidator' => '?',
  5342.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5343.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5344.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5345.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5346.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5347.             'doctrine.orm.validator.unique' => '?',
  5348.             'security.validator.user_password' => '?',
  5349.             'validator.expression' => '?',
  5350.         ]));
  5351.     }
  5352.     /**
  5353.      * Gets the private 'vich_uploader.metadata.cache.file_cache' shared service.
  5354.      *
  5355.      * @return \Metadata\Cache\FileCache
  5356.      */
  5357.     protected function getVichUploader_Metadata_Cache_FileCacheService()
  5358.     {
  5359.         return $this->privates['vich_uploader.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader'));
  5360.     }
  5361.     /**
  5362.      * Gets the private 'vich_uploader.metadata.file_locator' shared service.
  5363.      *
  5364.      * @return \Metadata\Driver\FileLocator
  5365.      */
  5366.     protected function getVichUploader_Metadata_FileLocatorService()
  5367.     {
  5368.         return $this->privates['vich_uploader.metadata.file_locator'] = new \Metadata\Driver\FileLocator([]);
  5369.     }
  5370.     /**
  5371.      * Gets the private 'vich_uploader.metadata.reader' shared service.
  5372.      *
  5373.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5374.      */
  5375.     protected function getVichUploader_Metadata_ReaderService()
  5376.     {
  5377.         return $this->privates['vich_uploader.metadata.reader'] = new \Doctrine\Common\Annotations\AnnotationReader();
  5378.     }
  5379.     /**
  5380.      * Gets the private 'vich_uploader.metadata_driver.chain' shared service.
  5381.      *
  5382.      * @return \Metadata\Driver\DriverChain
  5383.      */
  5384.     protected function getVichUploader_MetadataDriver_ChainService()
  5385.     {
  5386.         return $this->privates['vich_uploader.metadata_driver.chain'] = new \Metadata\Driver\DriverChain([=> ($this->privates['vich_uploader.metadata_driver.xml'] ?? $this->getVichUploader_MetadataDriver_XmlService()), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['vich_uploader.metadata.reader'] ?? ($this->privates['vich_uploader.metadata.reader'] = new \Doctrine\Common\Annotations\AnnotationReader())), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => ($this->privates['vich_uploader.metadata_driver.yaml'] ?? $this->getVichUploader_MetadataDriver_YamlService()), => ($this->privates['vich_uploader.metadata_driver.yml'] ?? $this->getVichUploader_MetadataDriver_YmlService())]);
  5387.     }
  5388.     /**
  5389.      * Gets the private 'vich_uploader.metadata_driver.xml' shared service.
  5390.      *
  5391.      * @return \Vich\UploaderBundle\Metadata\Driver\XmlDriver
  5392.      */
  5393.     protected function getVichUploader_MetadataDriver_XmlService()
  5394.     {
  5395.         return $this->privates['vich_uploader.metadata_driver.xml'] = new \Vich\UploaderBundle\Metadata\Driver\XmlDriver(($this->privates['vich_uploader.metadata.file_locator'] ?? ($this->privates['vich_uploader.metadata.file_locator'] = new \Metadata\Driver\FileLocator([]))));
  5396.     }
  5397.     /**
  5398.      * Gets the private 'vich_uploader.metadata_driver.yaml' shared service.
  5399.      *
  5400.      * @return \Vich\UploaderBundle\Metadata\Driver\YamlDriver
  5401.      */
  5402.     protected function getVichUploader_MetadataDriver_YamlService()
  5403.     {
  5404.         return $this->privates['vich_uploader.metadata_driver.yaml'] = new \Vich\UploaderBundle\Metadata\Driver\YamlDriver(($this->privates['vich_uploader.metadata.file_locator'] ?? ($this->privates['vich_uploader.metadata.file_locator'] = new \Metadata\Driver\FileLocator([]))));
  5405.     }
  5406.     /**
  5407.      * Gets the private 'vich_uploader.metadata_driver.yml' shared service.
  5408.      *
  5409.      * @return \Vich\UploaderBundle\Metadata\Driver\YmlDriver
  5410.      */
  5411.     protected function getVichUploader_MetadataDriver_YmlService()
  5412.     {
  5413.         return $this->privates['vich_uploader.metadata_driver.yml'] = new \Vich\UploaderBundle\Metadata\Driver\YmlDriver(($this->privates['vich_uploader.metadata.file_locator'] ?? ($this->privates['vich_uploader.metadata.file_locator'] = new \Metadata\Driver\FileLocator([]))));
  5414.     }
  5415.     /**
  5416.      * Gets the private 'vich_uploader.metadata_factory' shared service.
  5417.      *
  5418.      * @return \Metadata\MetadataFactory
  5419.      */
  5420.     protected function getVichUploader_MetadataFactoryService()
  5421.     {
  5422.         $this->privates['vich_uploader.metadata_factory'] = $instance = new \Metadata\MetadataFactory(($this->privates['vich_uploader.metadata_driver.chain'] ?? $this->getVichUploader_MetadataDriver_ChainService()), 'Metadata\\ClassHierarchyMetadata'true);
  5423.         $instance->setCache(($this->privates['vich_uploader.metadata.cache.file_cache'] ?? ($this->privates['vich_uploader.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')))));
  5424.         return $instance;
  5425.     }
  5426.     /**
  5427.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  5428.      *
  5429.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  5430.      */
  5431.     protected function getVichUploader_MetadataReaderService()
  5432.     {
  5433.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader(($this->privates['vich_uploader.metadata_factory'] ?? $this->getVichUploader_MetadataFactoryService()));
  5434.     }
  5435.     /**
  5436.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  5437.      *
  5438.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  5439.      */
  5440.     protected function getVichUploader_PropertyMappingFactoryService()
  5441.     {
  5442.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->getParameter('vich_uploader.mappings'), '_name');
  5443.     }
  5444.     /**
  5445.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  5446.      *
  5447.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  5448.      */
  5449.     protected function getVichUploader_Storage_FileSystemService()
  5450.     {
  5451.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  5452.     }
  5453.     /**
  5454.      * Gets the private 'web_profiler.csp.handler' shared service.
  5455.      *
  5456.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5457.      */
  5458.     protected function getWebProfiler_Csp_HandlerService()
  5459.     {
  5460.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5461.     }
  5462.     /**
  5463.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5464.      *
  5465.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5466.      */
  5467.     protected function getWebProfiler_DebugToolbarService()
  5468.     {
  5469.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5470.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5471.             return $this->privates['web_profiler.debug_toolbar'];
  5472.         }
  5473.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  5474.     }
  5475.     /**
  5476.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  5477.      *
  5478.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  5479.      */
  5480.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  5481.     {
  5482.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5483.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  5484.         ], [
  5485.             '_default' => '?',
  5486.         ]), '_default');
  5487.     }
  5488.     /**
  5489.      * Gets the private 'webpack_encore.twig_entry_files_extension' shared service.
  5490.      *
  5491.      * @return \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension
  5492.      */
  5493.     protected function getWebpackEncore_TwigEntryFilesExtensionService()
  5494.     {
  5495.         return $this->privates['webpack_encore.twig_entry_files_extension'] = new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5496.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  5497.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  5498.         ], [
  5499.             'webpack_encore.entrypoint_lookup_collection' => '?',
  5500.             'webpack_encore.tag_renderer' => '?',
  5501.         ]));
  5502.     }
  5503.     /**
  5504.      * Gets the private 'webpack_encore.twig_stimulus_extension' shared service.
  5505.      *
  5506.      * @return \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension
  5507.      */
  5508.     protected function getWebpackEncore_TwigStimulusExtensionService()
  5509.     {
  5510.         return $this->privates['webpack_encore.twig_stimulus_extension'] = new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension();
  5511.     }
  5512.     /**
  5513.      * Gets the public 'cache_clearer' alias.
  5514.      *
  5515.      * @return object The ".container.private.cache_clearer" service.
  5516.      */
  5517.     protected function getCacheClearerService()
  5518.     {
  5519.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5520.         return $this->get('.container.private.cache_clearer');
  5521.     }
  5522.     /**
  5523.      * Gets the public 'filesystem' alias.
  5524.      *
  5525.      * @return object The ".container.private.filesystem" service.
  5526.      */
  5527.     protected function getFilesystemService()
  5528.     {
  5529.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5530.         return $this->get('.container.private.filesystem');
  5531.     }
  5532.     /**
  5533.      * Gets the public 'serializer' alias.
  5534.      *
  5535.      * @return object The ".container.private.serializer" service.
  5536.      */
  5537.     protected function getSerializerService()
  5538.     {
  5539.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5540.         return $this->get('.container.private.serializer');
  5541.     }
  5542.     /**
  5543.      * Gets the public 'security.csrf.token_manager' alias.
  5544.      *
  5545.      * @return object The ".container.private.security.csrf.token_manager" service.
  5546.      */
  5547.     protected function getSecurity_Csrf_TokenManagerService()
  5548.     {
  5549.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5550.         return $this->get('.container.private.security.csrf.token_manager');
  5551.     }
  5552.     /**
  5553.      * Gets the public 'form.factory' alias.
  5554.      *
  5555.      * @return object The ".container.private.form.factory" service.
  5556.      */
  5557.     protected function getForm_FactoryService()
  5558.     {
  5559.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5560.         return $this->get('.container.private.form.factory');
  5561.     }
  5562.     /**
  5563.      * Gets the public 'form.type.file' alias.
  5564.      *
  5565.      * @return object The ".container.private.form.type.file" service.
  5566.      */
  5567.     protected function getForm_Type_FileService()
  5568.     {
  5569.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5570.         return $this->get('.container.private.form.type.file');
  5571.     }
  5572.     /**
  5573.      * Gets the public 'profiler' alias.
  5574.      *
  5575.      * @return object The ".container.private.profiler" service.
  5576.      */
  5577.     protected function getProfilerService()
  5578.     {
  5579.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5580.         return $this->get('.container.private.profiler');
  5581.     }
  5582.     /**
  5583.      * Gets the public 'twig' alias.
  5584.      *
  5585.      * @return object The ".container.private.twig" service.
  5586.      */
  5587.     protected function getTwigService()
  5588.     {
  5589.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5590.         return $this->get('.container.private.twig');
  5591.     }
  5592.     /**
  5593.      * Gets the public 'security.authorization_checker' alias.
  5594.      *
  5595.      * @return object The ".container.private.security.authorization_checker" service.
  5596.      */
  5597.     protected function getSecurity_AuthorizationCheckerService()
  5598.     {
  5599.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5600.         return $this->get('.container.private.security.authorization_checker');
  5601.     }
  5602.     /**
  5603.      * Gets the public 'security.token_storage' alias.
  5604.      *
  5605.      * @return object The ".container.private.security.token_storage" service.
  5606.      */
  5607.     protected function getSecurity_TokenStorageService()
  5608.     {
  5609.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5610.         return $this->get('.container.private.security.token_storage');
  5611.     }
  5612.     /**
  5613.      * Gets the public 'security.password_encoder' alias.
  5614.      *
  5615.      * @return object The ".container.private.security.password_encoder" service.
  5616.      */
  5617.     protected function getSecurity_PasswordEncoderService()
  5618.     {
  5619.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5620.         return $this->get('.container.private.security.password_encoder');
  5621.     }
  5622.     /**
  5623.      * Gets the public 'session' alias.
  5624.      *
  5625.      * @return object The ".container.private.session" service.
  5626.      */
  5627.     protected function getSessionService()
  5628.     {
  5629.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5630.         return $this->get('.container.private.session');
  5631.     }
  5632.     /**
  5633.      * Gets the public 'validator' alias.
  5634.      *
  5635.      * @return object The ".container.private.validator" service.
  5636.      */
  5637.     protected function getValidatorService()
  5638.     {
  5639.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5640.         return $this->get('.container.private.validator');
  5641.     }
  5642.     /**
  5643.      * @return array|bool|float|int|string|\UnitEnum|null
  5644.      */
  5645.     public function getParameter(string $name)
  5646.     {
  5647.         if (isset($this->buildParameters[$name])) {
  5648.             return $this->buildParameters[$name];
  5649.         }
  5650.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5651.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5652.         }
  5653.         if (isset($this->loadedDynamicParameters[$name])) {
  5654.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5655.         }
  5656.         return $this->parameters[$name];
  5657.     }
  5658.     public function hasParameter(string $name): bool
  5659.     {
  5660.         if (isset($this->buildParameters[$name])) {
  5661.             return true;
  5662.         }
  5663.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5664.     }
  5665.     public function setParameter(string $name$value): void
  5666.     {
  5667.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5668.     }
  5669.     public function getParameterBag(): ParameterBagInterface
  5670.     {
  5671.         if (null === $this->parameterBag) {
  5672.             $parameters $this->parameters;
  5673.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5674.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5675.             }
  5676.             foreach ($this->buildParameters as $name => $value) {
  5677.                 $parameters[$name] = $value;
  5678.             }
  5679.             $this->parameterBag = new FrozenParameterBag($parameters);
  5680.         }
  5681.         return $this->parameterBag;
  5682.     }
  5683.     private $loadedDynamicParameters = [
  5684.         'kernel.runtime_environment' => false,
  5685.         'kernel.build_dir' => false,
  5686.         'kernel.cache_dir' => false,
  5687.         'url_scheme' => false,
  5688.         'url_host' => false,
  5689.         'database_host' => false,
  5690.         'database_port' => false,
  5691.         'database_name' => false,
  5692.         'database_user' => false,
  5693.         'database_password' => false,
  5694.         'mailer_transport' => false,
  5695.         'mailer_host' => false,
  5696.         'mailer_port' => false,
  5697.         'register_api_host' => false,
  5698.         'supplier_api_host' => false,
  5699.         'admin_url' => false,
  5700.         'invoice_processing_provider_url' => false,
  5701.         'default_suggested_suppliers' => false,
  5702.         'reporting.to.period_days' => false,
  5703.         'files_paths.product' => false,
  5704.         'delivery_model.default.delivery_time' => false,
  5705.         'delivery_model.default.delivery_days' => false,
  5706.         'delivery_model.default.deadline' => false,
  5707.         'delivery_model.default.update_order_days' => false,
  5708.         'delivery_model.default.update_deadline' => false,
  5709.         'email_support' => false,
  5710.         'kernel.secret' => false,
  5711.         'debug.container.dump' => false,
  5712.         'serializer.mapping.cache.file' => false,
  5713.         'validator.mapping.cache.file' => false,
  5714.         'profiler.storage.dsn' => false,
  5715.         'vich_uploader.mappings' => false,
  5716.         'doctrine.orm.proxy_dir' => false,
  5717.         'knp_snappy.pdf.binary' => false,
  5718.         'knp_snappy.image.binary' => false,
  5719.         'lexik_jwt_authentication.pass_phrase' => false,
  5720.         'fos_user.registration.confirmation.from_email' => false,
  5721.         'fos_user.resetting.email.from_email' => false,
  5722.         'fos_user.registration.confirmation.from_address' => false,
  5723.         'fos_user.resetting.email.from_address' => false,
  5724.     ];
  5725.     private $dynamicParameters = [];
  5726.     private function getDynamicParameter(string $name)
  5727.     {
  5728.         switch ($name) {
  5729.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5730.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5731.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5732.             case 'url_scheme'$value $this->getEnv('URL_SCHEME'); break;
  5733.             case 'url_host'$value $this->getEnv('URL_HOST'); break;
  5734.             case 'database_host'$value $this->getEnv('DATABASE_HOST'); break;
  5735.             case 'database_port'$value $this->getEnv('int:DATABASE_PORT'); break;
  5736.             case 'database_name'$value $this->getEnv('DATABASE_NAME'); break;
  5737.             case 'database_user'$value $this->getEnv('DATABASE_USER'); break;
  5738.             case 'database_password'$value $this->getEnv('DATABASE_PASSWORD'); break;
  5739.             case 'mailer_transport'$value $this->getEnv('MAILER_TRANSPORT'); break;
  5740.             case 'mailer_host'$value $this->getEnv('MAILER_HOST'); break;
  5741.             case 'mailer_port'$value $this->getEnv('int:MAILER_PORT'); break;
  5742.             case 'register_api_host'$value $this->getEnv('REGISTER_API_HOST'); break;
  5743.             case 'supplier_api_host'$value $this->getEnv('SUPPLIER_API_HOST'); break;
  5744.             case 'admin_url'$value $this->getEnv('ADMIN_URL'); break;
  5745.             case 'invoice_processing_provider_url'$value $this->getEnv('INVOICE_PROCESSING_PROVIDER_URL'); break;
  5746.             case 'default_suggested_suppliers'$value $this->getEnv('json:DEFAULT_SUGGESTED_SUPPLIERS'); break;
  5747.             case 'reporting.to.period_days'$value $this->getEnv('REPORTING_TO_PERIOD_DAYS'); break;
  5748.             case 'files_paths.product'$value $this->getEnv('FILES_PATHS_PRODUCT'); break;
  5749.             case 'delivery_model.default.delivery_time'$value $this->getEnv('DELIVERY_MODEL_DEFAULT_DELIVERY_TIME'); break;
  5750.             case 'delivery_model.default.delivery_days'$value $this->getEnv('DELIVERY_MODEL_DEFAULT_DELIVERY_DAYS'); break;
  5751.             case 'delivery_model.default.deadline'$value $this->getEnv('DELIVERY_MODEL_DEFAULT_DEADLINE'); break;
  5752.             case 'delivery_model.default.update_order_days'$value $this->getEnv('DELIVERY_MODEL_DEFAULT_UPDATE_ORDER_DAYS'); break;
  5753.             case 'delivery_model.default.update_deadline'$value $this->getEnv('DELIVERY_MODEL_DEFAULT_UPDATE_DEADLINE'); break;
  5754.             case 'email_support'$value $this->getEnv('EMAIL_SUPPORT'); break;
  5755.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5756.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  5757.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5758.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5759.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5760.             case 'vich_uploader.mappings'$value = [
  5761.                 'product_picture' => [
  5762.                     'uri_prefix' => '/uploads/products',
  5763.                     'upload_destination' => $this->getEnv('FILES_PATHS_PRODUCT'),
  5764.                     'namer' => [
  5765.                         'service' => 'vich_uploader.namer_uniqid.product_picture',
  5766.                         'options' => [
  5767.                         ],
  5768.                     ],
  5769.                     'directory_namer' => [
  5770.                         'service' => NULL,
  5771.                         'options' => NULL,
  5772.                     ],
  5773.                     'delete_on_remove' => true,
  5774.                     'delete_on_update' => true,
  5775.                     'inject_on_load' => false,
  5776.                     'db_driver' => 'orm',
  5777.                 ],
  5778.                 'supplier_picture' => [
  5779.                     'uri_prefix' => '/uploads/suppliers',
  5780.                     'upload_destination' => $this->getEnv('FILES_PATHS_SUPPLIER'),
  5781.                     'namer' => [
  5782.                         'service' => 'vich_uploader.namer_uniqid.supplier_picture',
  5783.                         'options' => [
  5784.                         ],
  5785.                     ],
  5786.                     'directory_namer' => [
  5787.                         'service' => NULL,
  5788.                         'options' => NULL,
  5789.                     ],
  5790.                     'delete_on_remove' => true,
  5791.                     'delete_on_update' => true,
  5792.                     'inject_on_load' => false,
  5793.                     'db_driver' => 'orm',
  5794.                 ],
  5795.                 'tutorial_picture' => [
  5796.                     'uri_prefix' => '/uploads/tutorials',
  5797.                     'upload_destination' => $this->getEnv('FILES_PATHS_TUTORIAL'),
  5798.                     'namer' => [
  5799.                         'service' => 'vich_uploader.namer_uniqid.tutorial_picture',
  5800.                         'options' => [
  5801.                         ],
  5802.                     ],
  5803.                     'directory_namer' => [
  5804.                         'service' => NULL,
  5805.                         'options' => NULL,
  5806.                     ],
  5807.                     'delete_on_remove' => true,
  5808.                     'delete_on_update' => true,
  5809.                     'inject_on_load' => false,
  5810.                     'db_driver' => 'orm',
  5811.                 ],
  5812.                 'category_picture' => [
  5813.                     'uri_prefix' => '/uploads/categories',
  5814.                     'upload_destination' => $this->getEnv('FILES_PATHS_CATEGORY'),
  5815.                     'namer' => [
  5816.                         'service' => 'vich_uploader.namer_uniqid.category_picture',
  5817.                         'options' => [
  5818.                         ],
  5819.                     ],
  5820.                     'directory_namer' => [
  5821.                         'service' => NULL,
  5822.                         'options' => NULL,
  5823.                     ],
  5824.                     'delete_on_remove' => true,
  5825.                     'delete_on_update' => true,
  5826.                     'inject_on_load' => false,
  5827.                     'db_driver' => 'orm',
  5828.                 ],
  5829.                 'label_picture' => [
  5830.                     'uri_prefix' => '/uploads/labels',
  5831.                     'upload_destination' => $this->getEnv('FILES_PATHS_LABEL'),
  5832.                     'namer' => [
  5833.                         'service' => 'vich_uploader.namer_uniqid.label_picture',
  5834.                         'options' => [
  5835.                         ],
  5836.                     ],
  5837.                     'directory_namer' => [
  5838.                         'service' => NULL,
  5839.                         'options' => NULL,
  5840.                     ],
  5841.                     'delete_on_remove' => true,
  5842.                     'delete_on_update' => true,
  5843.                     'inject_on_load' => false,
  5844.                     'db_driver' => 'orm',
  5845.                 ],
  5846.                 'invoice_file' => [
  5847.                     'uri_prefix' => '/uploads/invoices',
  5848.                     'upload_destination' => $this->getEnv('FILES_PATHS_INVOICE'),
  5849.                     'namer' => [
  5850.                         'service' => 'vich_uploader.namer_uniqid.invoice_file',
  5851.                         'options' => [
  5852.                         ],
  5853.                     ],
  5854.                     'directory_namer' => [
  5855.                         'service' => NULL,
  5856.                         'options' => NULL,
  5857.                     ],
  5858.                     'delete_on_remove' => true,
  5859.                     'delete_on_update' => true,
  5860.                     'inject_on_load' => false,
  5861.                     'db_driver' => 'orm',
  5862.                 ],
  5863.             ]; break;
  5864.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5865.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  5866.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  5867.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('LEXIK_JWT_PASSPHRASE'); break;
  5868.             case 'fos_user.registration.confirmation.from_email'$value = [
  5869.                 $this->getEnv('FOS_USER_FROM_EMAIL_ADDRESS') => $this->getEnv('FOS_USER_FROM_EMAIL_SENDER_NAME'),
  5870.             ]; break;
  5871.             case 'fos_user.resetting.email.from_email'$value = [
  5872.                 $this->getEnv('FOS_USER_FROM_EMAIL_ADDRESS') => $this->getEnv('FOS_USER_FROM_EMAIL_SENDER_NAME'),
  5873.             ]; break;
  5874.             case 'fos_user.registration.confirmation.from_address'$value = [
  5875.                 'address' => $this->getEnv('FOS_USER_FROM_EMAIL_ADDRESS'),
  5876.                 'sender_name' => $this->getEnv('FOS_USER_FROM_EMAIL_SENDER_NAME'),
  5877.             ]; break;
  5878.             case 'fos_user.resetting.email.from_address'$value = [
  5879.                 'address' => $this->getEnv('FOS_USER_FROM_EMAIL_ADDRESS'),
  5880.                 'sender_name' => $this->getEnv('FOS_USER_FROM_EMAIL_SENDER_NAME'),
  5881.             ]; break;
  5882.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5883.         }
  5884.         $this->loadedDynamicParameters[$name] = true;
  5885.         return $this->dynamicParameters[$name] = $value;
  5886.     }
  5887.     protected function getDefaultParameters(): array
  5888.     {
  5889.         return [
  5890.             'kernel.project_dir' => \dirname(__DIR__4),
  5891.             'kernel.environment' => 'dev',
  5892.             'kernel.debug' => true,
  5893.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  5894.             'kernel.bundles' => [
  5895.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5896.                 'StatsBundle' => 'App\\StatsBundle\\StatsBundle',
  5897.                 'RegisterBundle' => 'App\\RegisterBundle\\RegisterBundle',
  5898.                 'SupplierApiBundle' => 'App\\SupplierApiBundle\\SupplierApiBundle',
  5899.                 'DispatcherBridgeBundle' => 'App\\DispatcherBridgeBundle\\DispatcherBridgeBundle',
  5900.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5901.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5902.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  5903.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  5904.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  5905.                 'PhpSpreadsheetBundle' => 'Yectep\\PhpSpreadsheetBundle\\PhpSpreadsheetBundle',
  5906.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5907.                 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  5908.                 'BeelabTagBundle' => 'Beelab\\TagBundle\\BeelabTagBundle',
  5909.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5910.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  5911.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  5912.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  5913.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  5914.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  5915.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  5916.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  5917.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  5918.                 'FirebaseBundle' => 'Kreait\\Firebase\\Symfony\\Bundle\\FirebaseBundle',
  5919.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  5920.                 'TetranzSelect2EntityBundle' => 'Tetranz\\Select2EntityBundle\\TetranzSelect2EntityBundle',
  5921.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  5922.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  5923.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  5924.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5925.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  5926.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  5927.                 'DataTablesBundle' => 'Omines\\DataTablesBundle\\DataTablesBundle',
  5928.             ],
  5929.             'kernel.bundles_metadata' => [
  5930.                 'FrameworkBundle' => [
  5931.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  5932.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5933.                 ],
  5934.                 'StatsBundle' => [
  5935.                     'path' => (\dirname(__DIR__4).'/src/StatsBundle'),
  5936.                     'namespace' => 'App\\StatsBundle',
  5937.                 ],
  5938.                 'RegisterBundle' => [
  5939.                     'path' => (\dirname(__DIR__4).'/src/RegisterBundle'),
  5940.                     'namespace' => 'App\\RegisterBundle',
  5941.                 ],
  5942.                 'SupplierApiBundle' => [
  5943.                     'path' => (\dirname(__DIR__4).'/src/SupplierApiBundle'),
  5944.                     'namespace' => 'App\\SupplierApiBundle',
  5945.                 ],
  5946.                 'DispatcherBridgeBundle' => [
  5947.                     'path' => (\dirname(__DIR__4).'/src/DispatcherBridgeBundle'),
  5948.                     'namespace' => 'App\\DispatcherBridgeBundle',
  5949.                 ],
  5950.                 'TwigBundle' => [
  5951.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  5952.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5953.                 ],
  5954.                 'SecurityBundle' => [
  5955.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  5956.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5957.                 ],
  5958.                 'VichUploaderBundle' => [
  5959.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  5960.                     'namespace' => 'Vich\\UploaderBundle',
  5961.                 ],
  5962.                 'LiipImagineBundle' => [
  5963.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  5964.                     'namespace' => 'Liip\\ImagineBundle',
  5965.                 ],
  5966.                 'FOSJsRoutingBundle' => [
  5967.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  5968.                     'namespace' => 'FOS\\JsRoutingBundle',
  5969.                 ],
  5970.                 'PhpSpreadsheetBundle' => [
  5971.                     'path' => (\dirname(__DIR__4).'/vendor/yectep/phpspreadsheet-bundle/src'),
  5972.                     'namespace' => 'Yectep\\PhpSpreadsheetBundle',
  5973.                 ],
  5974.                 'MonologBundle' => [
  5975.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  5976.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5977.                 ],
  5978.                 'EightPointsGuzzleBundle' => [
  5979.                     'path' => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src'),
  5980.                     'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  5981.                 ],
  5982.                 'BeelabTagBundle' => [
  5983.                     'path' => (\dirname(__DIR__4).'/vendor/beelab/tag-bundle'),
  5984.                     'namespace' => 'Beelab\\TagBundle',
  5985.                 ],
  5986.                 'DoctrineBundle' => [
  5987.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  5988.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  5989.                 ],
  5990.                 'DoctrineMigrationsBundle' => [
  5991.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  5992.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  5993.                 ],
  5994.                 'FOSElasticaBundle' => [
  5995.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  5996.                     'namespace' => 'FOS\\ElasticaBundle',
  5997.                 ],
  5998.                 'FOSRestBundle' => [
  5999.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  6000.                     'namespace' => 'FOS\\RestBundle',
  6001.                 ],
  6002.                 'JMSSerializerBundle' => [
  6003.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  6004.                     'namespace' => 'JMS\\SerializerBundle',
  6005.                 ],
  6006.                 'KnpSnappyBundle' => [
  6007.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  6008.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  6009.                 ],
  6010.                 'LexikJWTAuthenticationBundle' => [
  6011.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  6012.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  6013.                 ],
  6014.                 'SensioFrameworkExtraBundle' => [
  6015.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6016.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6017.                 ],
  6018.                 'FOSUserBundle' => [
  6019.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src'),
  6020.                     'namespace' => 'FOS\\UserBundle',
  6021.                 ],
  6022.                 'FirebaseBundle' => [
  6023.                     'path' => (\dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src'),
  6024.                     'namespace' => 'Kreait\\Firebase\\Symfony\\Bundle',
  6025.                 ],
  6026.                 'NelmioApiDocBundle' => [
  6027.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  6028.                     'namespace' => 'Nelmio\\ApiDocBundle',
  6029.                 ],
  6030.                 'TetranzSelect2EntityBundle' => [
  6031.                     'path' => (\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle'),
  6032.                     'namespace' => 'Tetranz\\Select2EntityBundle',
  6033.                 ],
  6034.                 'TwigExtraBundle' => [
  6035.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6036.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6037.                 ],
  6038.                 'WebpackEncoreBundle' => [
  6039.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  6040.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  6041.                 ],
  6042.                 'DoctrineFixturesBundle' => [
  6043.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  6044.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  6045.                 ],
  6046.                 'WebProfilerBundle' => [
  6047.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6048.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6049.                 ],
  6050.                 'StofDoctrineExtensionsBundle' => [
  6051.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  6052.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  6053.                 ],
  6054.                 'KnpPaginatorBundle' => [
  6055.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  6056.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  6057.                 ],
  6058.                 'DataTablesBundle' => [
  6059.                     'path' => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src'),
  6060.                     'namespace' => 'Omines\\DataTablesBundle',
  6061.                 ],
  6062.             ],
  6063.             'kernel.charset' => 'UTF-8',
  6064.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  6065.             'google_api.token_path' => (\dirname(__DIR__4).'/tokens/Prestachef-c026b9adf91e.json'),
  6066.             'google_analytics.view_id' => 'ga:171986323',
  6067.             'fos_elastica_settings' => [
  6068.                 'index' => [
  6069.                     'analysis' => [
  6070.                         'normalizer' => [
  6071.                             'sorting' => [
  6072.                                 'type' => 'custom',
  6073.                                 'char_filter' => [
  6074.                                 ],
  6075.                                 'filter' => [
  6076.                                     => 'lowercase',
  6077.                                 ],
  6078.                             ],
  6079.                         ],
  6080.                         'analyzer' => [
  6081.                             'email' => [
  6082.                                 'type' => 'custom',
  6083.                                 'tokenizer' => 'uax_url_email',
  6084.                             ],
  6085.                             'french_heavy' => [
  6086.                                 'type' => 'custom',
  6087.                                 'tokenizer' => 'icu_tokenizer',
  6088.                                 'filter' => [
  6089.                                     => 'french_elision',
  6090.                                     => 'icu_folding',
  6091.                                     => 'french_stemmer',
  6092.                                 ],
  6093.                             ],
  6094.                             'french_light' => [
  6095.                                 'type' => 'custom',
  6096.                                 'tokenizer' => 'icu_tokenizer',
  6097.                                 'filter' => [
  6098.                                     => 'french_elision',
  6099.                                     => 'icu_folding',
  6100.                                 ],
  6101.                             ],
  6102.                             'french_synonyms' => [
  6103.                                 'type' => 'custom',
  6104.                                 'tokenizer' => 'icu_tokenizer',
  6105.                                 'filter' => [
  6106.                                     => 'french_elision',
  6107.                                     => 'icu_folding',
  6108.                                     => 'french_synonym',
  6109.                                 ],
  6110.                             ],
  6111.                             'lowercase' => [
  6112.                                 'type' => 'custom',
  6113.                                 'tokenizer' => 'keyword',
  6114.                                 'filter' => [
  6115.                                     => 'lowercase',
  6116.                                 ],
  6117.                             ],
  6118.                             'edge_ngram' => [
  6119.                                 'type' => 'custom',
  6120.                                 'tokenizer' => 'icu_tokenizer',
  6121.                                 'filter' => [
  6122.                                     => 'french_elision',
  6123.                                     => 'icu_folding',
  6124.                                     => 'edge_ngram',
  6125.                                 ],
  6126.                             ],
  6127.                         ],
  6128.                         'filter' => [
  6129.                             'edge_ngram' => [
  6130.                                 'type' => 'edgeNGram',
  6131.                                 'min_gram' => 3,
  6132.                                 'max_gram' => 9,
  6133.                                 'token_chars' => [
  6134.                                     => 'letter',
  6135.                                     => 'digit',
  6136.                                 ],
  6137.                             ],
  6138.                             'french_elision' => [
  6139.                                 'type' => 'elision',
  6140.                                 'articles_case' => true,
  6141.                                 'articles' => [
  6142.                                     => 'l',
  6143.                                     => 'm',
  6144.                                     => 't',
  6145.                                     => 'qu',
  6146.                                     => 'n',
  6147.                                     => 's',
  6148.                                     => 'j',
  6149.                                     => 'd',
  6150.                                     => 'c',
  6151.                                     => 'jusqu',
  6152.                                     10 => 'quoiqu',
  6153.                                     11 => 'lorsqu',
  6154.                                     12 => 'puisqu',
  6155.                                 ],
  6156.                             ],
  6157.                             'french_synonym' => [
  6158.                                 'type' => 'synonym',
  6159.                                 'ignore_case' => true,
  6160.                                 'expand' => true,
  6161.                                 'synonyms' => [
  6162.                                     => 'glace, sorbet',
  6163.                                     => 'morue, cabillaud',
  6164.                                     => 'civette, ciboulette',
  6165.                                     => 'shiso, shizo',
  6166.                                     => 'pdt => pomme de terre',
  6167.                                     => '1/2, demi',
  6168.                                     => '1/4, quart',
  6169.                                     => 'st => saint',
  6170.                                     => 'kg => kilo',
  6171.                                     => 'cl => centilitre',
  6172.                                     10 => 'pcs => pièce',
  6173.                                     11 => 'gr => gramme',
  6174.                                     12 => 'l => litre',
  6175.                                     13 => 'Adriana, Amandine, Belle de Fontenay, Bintje, Charlotte, Chérie, Désirée, Pompadour, Ratte, Roseval => pomme de terre',
  6176.                                     14 => 'laitue, batavia, feuille de chêne, scarole, mesclun, Trévise, mâche, cresson, pourpier, lollo, laitue romaine => salade',
  6177.                                     15 => 'morille, cèpe, bolet, girolle, champignon de Paris, pleurote, amanite, chanterelle, coprin, polypore => champignon',
  6178.                                     16 => 'poulet, poule, coq, dinde, pintade, canard, oie, caille, dindon, faisan, perdrix => volaille',
  6179.                                     17 => 'daim, sanglier, marcassin, bison, kangourou, chevreuil, canard, faisan, gelinotte, perdrix, coq, cerf, biche, chevreuil, lapin, lièvre, bécassine => gibier',
  6180.                                     18 => 'morue, cabillaud',
  6181.                                 ],
  6182.                             ],
  6183.                             'french_stemmer' => [
  6184.                                 'type' => 'stemmer',
  6185.                                 'language' => 'light_french',
  6186.                             ],
  6187.                         ],
  6188.                     ],
  6189.                 ],
  6190.             ],
  6191.             'asset_version' => 309,
  6192.             'dummy_shop_for_admins_id' => 1,
  6193.             'elastic_search_aggregation_size' => 200,
  6194.             'files_paths.category' => (\dirname(__DIR__4).'/web/uploads/categories'),
  6195.             'files_paths.supplier' => (\dirname(__DIR__4).'/web/uploads/suppliers'),
  6196.             'files_paths.tutorial' => (\dirname(__DIR__4).'/web/uploads/tutorials'),
  6197.             'files_paths.label' => (\dirname(__DIR__4).'/web/uploads/labels'),
  6198.             'files_paths.tmp' => (\dirname(__DIR__4).'/web/uploads/tmp'),
  6199.             'files_paths.exports' => (\dirname(__DIR__3).'/export'),
  6200.             'files_paths.invoice' => (\dirname(__DIR__3).'/invoices'),
  6201.             'event_dispatcher.event_aliases' => [
  6202.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6203.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6204.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6205.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6206.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6207.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6208.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6209.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6210.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6211.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6212.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6213.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6214.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6215.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6216.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6217.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6218.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6219.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6220.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6221.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6222.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6223.             ],
  6224.             'fragment.renderer.hinclude.global_template' => NULL,
  6225.             'fragment.path' => '/_fragment',
  6226.             'kernel.http_method_override' => false,
  6227.             'kernel.trusted_hosts' => [
  6228.             ],
  6229.             'kernel.default_locale' => 'fr',
  6230.             'kernel.enabled_locales' => [
  6231.             ],
  6232.             'kernel.error_controller' => 'error_controller',
  6233.             'debug.file_link_format' => NULL,
  6234.             'test.client.parameters' => [
  6235.             ],
  6236.             'asset.request_context.base_path' => NULL,
  6237.             'asset.request_context.secure' => NULL,
  6238.             'translator.logging' => false,
  6239.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6240.             'debug.error_handler.throw_at' => -1,
  6241.             'router.request_context.host' => 'localhost',
  6242.             'router.request_context.scheme' => 'http',
  6243.             'router.request_context.base_url' => '',
  6244.             'router.resource' => 'kernel::loadRoutes',
  6245.             'request_listener.http_port' => 80,
  6246.             'request_listener.https_port' => 443,
  6247.             'session.metadata.storage_key' => '_sf2_meta',
  6248.             'session.storage.options' => [
  6249.                 'cache_limiter' => '0',
  6250.                 'cookie_lifetime' => 0,
  6251.                 'cookie_secure' => false,
  6252.                 'cookie_httponly' => true,
  6253.                 'cookie_samesite' => 'lax',
  6254.                 'gc_probability' => 1,
  6255.             ],
  6256.             'session.save_path' => NULL,
  6257.             'session.metadata.update_threshold' => 0,
  6258.             'form.type_extension.csrf.enabled' => true,
  6259.             'form.type_extension.csrf.field_name' => '_token',
  6260.             'validator.translation_domain' => 'validators',
  6261.             'profiler_listener.only_exceptions' => false,
  6262.             'profiler_listener.only_main_requests' => false,
  6263.             'twig.form.resources' => [
  6264.                 => '@VichUploader/Form/fields.html.twig',
  6265.                 => 'form_div_layout.html.twig',
  6266.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  6267.                 => '@TetranzSelect2Entity/Form/fields.html.twig',
  6268.                 => 'form/fields.html.twig',
  6269.             ],
  6270.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6271.             'security.role_hierarchy.roles' => [
  6272.                 'ROLE_SUPER_ADMIN' => [
  6273.                     => 'ROLE_ADMIN',
  6274.                 ],
  6275.                 'ROLE_ADMIN' => [
  6276.                     => 'ROLE_SALE',
  6277.                     => 'ROLE_INVOICE_OPERATOR',
  6278.                 ],
  6279.                 'ROLE_INVOICE_OPERATOR' => [
  6280.                     => 'ROLE_INVOICE_OPERATOR',
  6281.                 ],
  6282.                 'ROLE_SALE' => [
  6283.                     => 'ROLE_CUSTOMER_MANAGER',
  6284.                 ],
  6285.                 'ROLE_CUSTOMER_MANAGER' => [
  6286.                     => 'ROLE_CUSTOMER',
  6287.                 ],
  6288.                 'ROLE_CUSTOMER' => [
  6289.                     => 'ROLE_CUSTOMER',
  6290.                 ],
  6291.             ],
  6292.             'security.access.denied_url' => NULL,
  6293.             'security.authentication.manager.erase_credentials' => true,
  6294.             'security.authentication.session_strategy.strategy' => 'migrate',
  6295.             'security.access.always_authenticate_before_granting' => false,
  6296.             'security.authentication.hide_user_not_found' => true,
  6297.             'security.firewalls' => [
  6298.                 => 'dev',
  6299.                 => 'supplier_api_login',
  6300.                 => 'supplier_api',
  6301.                 => 'register_api_doc',
  6302.                 => 'register_api',
  6303.                 => 'api',
  6304.                 => 'invoice_processing_provider',
  6305.                 => 'admin',
  6306.                 => 'main',
  6307.             ],
  6308.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  6309.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  6310.             'liip_imagine.resolvers' => [
  6311.                 'default' => [
  6312.                     'web_path' => [
  6313.                         'web_root' => (\dirname(__DIR__4).'/public'),
  6314.                         'cache_prefix' => 'media/cache',
  6315.                     ],
  6316.                 ],
  6317.                 'invoices' => [
  6318.                     'web_path' => [
  6319.                         'web_root' => (\dirname(__DIR__3).'/invoices'),
  6320.                         'cache_prefix' => 'media/cache',
  6321.                     ],
  6322.                 ],
  6323.             ],
  6324.             'liip_imagine.loaders' => [
  6325.                 'default' => [
  6326.                     'filesystem' => [
  6327.                         'data_root' => [
  6328.                             => (\dirname(__DIR__4).'/public/'),
  6329.                         ],
  6330.                         'locator' => 'filesystem',
  6331.                         'allow_unresolvable_data_roots' => false,
  6332.                         'bundle_resources' => [
  6333.                             'enabled' => false,
  6334.                             'access_control_type' => 'blacklist',
  6335.                             'access_control_list' => [
  6336.                             ],
  6337.                         ],
  6338.                     ],
  6339.                 ],
  6340.                 'invoices' => [
  6341.                     'filesystem' => [
  6342.                         'data_root' => [
  6343.                             => (\dirname(__DIR__3).'/invoices/'),
  6344.                         ],
  6345.                         'locator' => 'filesystem',
  6346.                         'allow_unresolvable_data_roots' => false,
  6347.                         'bundle_resources' => [
  6348.                             'enabled' => false,
  6349.                             'access_control_type' => 'blacklist',
  6350.                             'access_control_list' => [
  6351.                             ],
  6352.                         ],
  6353.                     ],
  6354.                 ],
  6355.             ],
  6356.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  6357.             'liip_imagine.jpegoptim.stripAll' => true,
  6358.             'liip_imagine.jpegoptim.max' => NULL,
  6359.             'liip_imagine.jpegoptim.progressive' => true,
  6360.             'liip_imagine.jpegoptim.tempDir' => NULL,
  6361.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  6362.             'liip_imagine.optipng.level' => 7,
  6363.             'liip_imagine.optipng.stripAll' => true,
  6364.             'liip_imagine.optipng.tempDir' => NULL,
  6365.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  6366.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  6367.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  6368.             'liip_imagine.cwebp.tempDir' => NULL,
  6369.             'liip_imagine.cwebp.q' => 75,
  6370.             'liip_imagine.cwebp.alphaQ' => 100,
  6371.             'liip_imagine.cwebp.m' => 4,
  6372.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  6373.             'liip_imagine.cwebp.alphaMethod' => 1,
  6374.             'liip_imagine.cwebp.exact' => false,
  6375.             'liip_imagine.cwebp.metadata' => [
  6376.                 => 'none',
  6377.             ],
  6378.             'liip_imagine.driver_service' => 'liip_imagine.imagick',
  6379.             'liip_imagine.cache.resolver.default' => 'default',
  6380.             'liip_imagine.default_image' => NULL,
  6381.             'liip_imagine.filter_sets' => [
  6382.                 'original' => [
  6383.                     'quality' => 100,
  6384.                     'jpeg_quality' => 70,
  6385.                     'png_compression_level' => NULL,
  6386.                     'png_compression_filter' => NULL,
  6387.                     'format' => NULL,
  6388.                     'animated' => false,
  6389.                     'cache' => 'invoices',
  6390.                     'data_loader' => 'invoices',
  6391.                     'default_image' => NULL,
  6392.                     'filters' => [
  6393.                     ],
  6394.                     'post_processors' => [
  6395.                     ],
  6396.                 ],
  6397.                 'width600_invoice' => [
  6398.                     'quality' => 100,
  6399.                     'jpeg_quality' => 70,
  6400.                     'png_compression_level' => NULL,
  6401.                     'png_compression_filter' => NULL,
  6402.                     'format' => NULL,
  6403.                     'animated' => false,
  6404.                     'cache' => 'invoices',
  6405.                     'data_loader' => 'invoices',
  6406.                     'default_image' => NULL,
  6407.                     'filters' => [
  6408.                         'downscale' => [
  6409.                             'max' => [
  6410.                                 => 600,
  6411.                                 => 9999,
  6412.                             ],
  6413.                         ],
  6414.                     ],
  6415.                     'post_processors' => [
  6416.                     ],
  6417.                 ],
  6418.                 'width240_invoice' => [
  6419.                     'quality' => 100,
  6420.                     'jpeg_quality' => 70,
  6421.                     'png_compression_level' => NULL,
  6422.                     'png_compression_filter' => NULL,
  6423.                     'format' => NULL,
  6424.                     'animated' => false,
  6425.                     'cache' => 'invoices',
  6426.                     'data_loader' => 'invoices',
  6427.                     'default_image' => NULL,
  6428.                     'filters' => [
  6429.                         'downscale' => [
  6430.                             'max' => [
  6431.                                 => 240,
  6432.                                 => 9999,
  6433.                             ],
  6434.                         ],
  6435.                     ],
  6436.                     'post_processors' => [
  6437.                     ],
  6438.                 ],
  6439.                 'width700' => [
  6440.                     'quality' => 100,
  6441.                     'jpeg_quality' => 70,
  6442.                     'png_compression_level' => NULL,
  6443.                     'png_compression_filter' => NULL,
  6444.                     'format' => NULL,
  6445.                     'animated' => false,
  6446.                     'cache' => NULL,
  6447.                     'data_loader' => NULL,
  6448.                     'default_image' => NULL,
  6449.                     'filters' => [
  6450.                         'downscale' => [
  6451.                             'max' => [
  6452.                                 => 700,
  6453.                                 => 9999,
  6454.                             ],
  6455.                         ],
  6456.                     ],
  6457.                     'post_processors' => [
  6458.                     ],
  6459.                 ],
  6460.                 'width600' => [
  6461.                     'quality' => 100,
  6462.                     'jpeg_quality' => 70,
  6463.                     'png_compression_level' => NULL,
  6464.                     'png_compression_filter' => NULL,
  6465.                     'format' => NULL,
  6466.                     'animated' => false,
  6467.                     'cache' => NULL,
  6468.                     'data_loader' => NULL,
  6469.                     'default_image' => NULL,
  6470.                     'filters' => [
  6471.                         'downscale' => [
  6472.                             'max' => [
  6473.                                 => 600,
  6474.                                 => 9999,
  6475.                             ],
  6476.                         ],
  6477.                     ],
  6478.                     'post_processors' => [
  6479.                     ],
  6480.                 ],
  6481.                 'width100' => [
  6482.                     'quality' => 100,
  6483.                     'jpeg_quality' => 70,
  6484.                     'png_compression_level' => NULL,
  6485.                     'png_compression_filter' => NULL,
  6486.                     'format' => NULL,
  6487.                     'animated' => false,
  6488.                     'cache' => NULL,
  6489.                     'data_loader' => NULL,
  6490.                     'default_image' => NULL,
  6491.                     'filters' => [
  6492.                         'auto_rotate' => [
  6493.                         ],
  6494.                         'downscale' => [
  6495.                             'max' => [
  6496.                                 => 100,
  6497.                                 => 9999,
  6498.                             ],
  6499.                         ],
  6500.                     ],
  6501.                     'post_processors' => [
  6502.                     ],
  6503.                 ],
  6504.                 'width182' => [
  6505.                     'quality' => 100,
  6506.                     'jpeg_quality' => 70,
  6507.                     'png_compression_level' => NULL,
  6508.                     'png_compression_filter' => NULL,
  6509.                     'format' => NULL,
  6510.                     'animated' => false,
  6511.                     'cache' => NULL,
  6512.                     'data_loader' => NULL,
  6513.                     'default_image' => NULL,
  6514.                     'filters' => [
  6515.                         'auto_rotate' => [
  6516.                         ],
  6517.                         'downscale' => [
  6518.                             'max' => [
  6519.                                 => 182,
  6520.                                 => 9999,
  6521.                             ],
  6522.                         ],
  6523.                     ],
  6524.                     'post_processors' => [
  6525.                     ],
  6526.                 ],
  6527.                 'width200' => [
  6528.                     'quality' => 100,
  6529.                     'jpeg_quality' => 70,
  6530.                     'png_compression_level' => NULL,
  6531.                     'png_compression_filter' => NULL,
  6532.                     'format' => NULL,
  6533.                     'animated' => false,
  6534.                     'cache' => NULL,
  6535.                     'data_loader' => NULL,
  6536.                     'default_image' => NULL,
  6537.                     'filters' => [
  6538.                         'auto_rotate' => [
  6539.                         ],
  6540.                         'downscale' => [
  6541.                             'max' => [
  6542.                                 => 200,
  6543.                                 => 9999,
  6544.                             ],
  6545.                         ],
  6546.                     ],
  6547.                     'post_processors' => [
  6548.                     ],
  6549.                 ],
  6550.                 'width240' => [
  6551.                     'quality' => 100,
  6552.                     'jpeg_quality' => 70,
  6553.                     'png_compression_level' => NULL,
  6554.                     'png_compression_filter' => NULL,
  6555.                     'format' => NULL,
  6556.                     'animated' => false,
  6557.                     'cache' => NULL,
  6558.                     'data_loader' => NULL,
  6559.                     'default_image' => NULL,
  6560.                     'filters' => [
  6561.                         'downscale' => [
  6562.                             'max' => [
  6563.                                 => 240,
  6564.                                 => 9999,
  6565.                             ],
  6566.                         ],
  6567.                     ],
  6568.                     'post_processors' => [
  6569.                     ],
  6570.                 ],
  6571.                 'width255' => [
  6572.                     'quality' => 100,
  6573.                     'jpeg_quality' => 70,
  6574.                     'png_compression_level' => NULL,
  6575.                     'png_compression_filter' => NULL,
  6576.                     'format' => NULL,
  6577.                     'animated' => false,
  6578.                     'cache' => NULL,
  6579.                     'data_loader' => NULL,
  6580.                     'default_image' => NULL,
  6581.                     'filters' => [
  6582.                         'auto_rotate' => [
  6583.                         ],
  6584.                         'downscale' => [
  6585.                             'max' => [
  6586.                                 => 255,
  6587.                                 => 9999,
  6588.                             ],
  6589.                         ],
  6590.                     ],
  6591.                     'post_processors' => [
  6592.                     ],
  6593.                 ],
  6594.                 'width285' => [
  6595.                     'quality' => 100,
  6596.                     'jpeg_quality' => 70,
  6597.                     'png_compression_level' => NULL,
  6598.                     'png_compression_filter' => NULL,
  6599.                     'format' => NULL,
  6600.                     'animated' => false,
  6601.                     'cache' => NULL,
  6602.                     'data_loader' => NULL,
  6603.                     'default_image' => NULL,
  6604.                     'filters' => [
  6605.                         'auto_rotate' => [
  6606.                         ],
  6607.                         'downscale' => [
  6608.                             'max' => [
  6609.                                 => 285,
  6610.                                 => 9999,
  6611.                             ],
  6612.                         ],
  6613.                     ],
  6614.                     'post_processors' => [
  6615.                     ],
  6616.                 ],
  6617.                 'width350' => [
  6618.                     'quality' => 100,
  6619.                     'jpeg_quality' => 70,
  6620.                     'png_compression_level' => NULL,
  6621.                     'png_compression_filter' => NULL,
  6622.                     'format' => NULL,
  6623.                     'animated' => false,
  6624.                     'cache' => NULL,
  6625.                     'data_loader' => NULL,
  6626.                     'default_image' => NULL,
  6627.                     'filters' => [
  6628.                         'downscale' => [
  6629.                             'max' => [
  6630.                                 => 350,
  6631.                                 => 9999,
  6632.                             ],
  6633.                         ],
  6634.                     ],
  6635.                     'post_processors' => [
  6636.                     ],
  6637.                 ],
  6638.                 'width450' => [
  6639.                     'quality' => 100,
  6640.                     'jpeg_quality' => 70,
  6641.                     'png_compression_level' => NULL,
  6642.                     'png_compression_filter' => NULL,
  6643.                     'format' => NULL,
  6644.                     'animated' => false,
  6645.                     'cache' => NULL,
  6646.                     'data_loader' => NULL,
  6647.                     'default_image' => NULL,
  6648.                     'filters' => [
  6649.                         'downscale' => [
  6650.                             'max' => [
  6651.                                 => 450,
  6652.                                 => 9999,
  6653.                             ],
  6654.                         ],
  6655.                     ],
  6656.                     'post_processors' => [
  6657.                     ],
  6658.                 ],
  6659.                 'searchResult' => [
  6660.                     'quality' => 100,
  6661.                     'jpeg_quality' => 70,
  6662.                     'png_compression_level' => NULL,
  6663.                     'png_compression_filter' => NULL,
  6664.                     'format' => NULL,
  6665.                     'animated' => false,
  6666.                     'cache' => NULL,
  6667.                     'data_loader' => NULL,
  6668.                     'default_image' => NULL,
  6669.                     'filters' => [
  6670.                         'downscale' => [
  6671.                             'max' => [
  6672.                                 => 240,
  6673.                                 => 220,
  6674.                             ],
  6675.                         ],
  6676.                     ],
  6677.                     'post_processors' => [
  6678.                     ],
  6679.                 ],
  6680.                 'resultFile' => [
  6681.                     'quality' => 100,
  6682.                     'jpeg_quality' => 70,
  6683.                     'png_compression_level' => NULL,
  6684.                     'png_compression_filter' => NULL,
  6685.                     'format' => NULL,
  6686.                     'animated' => false,
  6687.                     'cache' => NULL,
  6688.                     'data_loader' => NULL,
  6689.                     'default_image' => NULL,
  6690.                     'filters' => [
  6691.                         'downscale' => [
  6692.                             'max' => [
  6693.                                 => 50,
  6694.                                 => 50,
  6695.                             ],
  6696.                         ],
  6697.                     ],
  6698.                     'post_processors' => [
  6699.                     ],
  6700.                 ],
  6701.                 'width25' => [
  6702.                     'quality' => 100,
  6703.                     'jpeg_quality' => 70,
  6704.                     'png_compression_level' => NULL,
  6705.                     'png_compression_filter' => NULL,
  6706.                     'format' => NULL,
  6707.                     'animated' => false,
  6708.                     'cache' => NULL,
  6709.                     'data_loader' => NULL,
  6710.                     'default_image' => NULL,
  6711.                     'filters' => [
  6712.                         'downscale' => [
  6713.                             'max' => [
  6714.                                 => 25,
  6715.                                 => 20,
  6716.                             ],
  6717.                         ],
  6718.                     ],
  6719.                     'post_processors' => [
  6720.                     ],
  6721.                 ],
  6722.                 'width20' => [
  6723.                     'quality' => 100,
  6724.                     'jpeg_quality' => 70,
  6725.                     'png_compression_level' => NULL,
  6726.                     'png_compression_filter' => NULL,
  6727.                     'format' => NULL,
  6728.                     'animated' => false,
  6729.                     'cache' => NULL,
  6730.                     'data_loader' => NULL,
  6731.                     'default_image' => NULL,
  6732.                     'filters' => [
  6733.                         'downscale' => [
  6734.                             'max' => [
  6735.                                 => 20,
  6736.                                 => 20,
  6737.                             ],
  6738.                         ],
  6739.                     ],
  6740.                     'post_processors' => [
  6741.                     ],
  6742.                 ],
  6743.                 'mini_thumb' => [
  6744.                     'quality' => 100,
  6745.                     'jpeg_quality' => 70,
  6746.                     'png_compression_level' => NULL,
  6747.                     'png_compression_filter' => NULL,
  6748.                     'format' => NULL,
  6749.                     'animated' => false,
  6750.                     'cache' => NULL,
  6751.                     'data_loader' => NULL,
  6752.                     'default_image' => NULL,
  6753.                     'filters' => [
  6754.                         'thumbnail' => [
  6755.                             'size' => [
  6756.                                 => 35,
  6757.                                 => 35,
  6758.                             ],
  6759.                             'mode' => 'outbound',
  6760.                         ],
  6761.                     ],
  6762.                     'post_processors' => [
  6763.                     ],
  6764.                 ],
  6765.                 'dashboard_thumb' => [
  6766.                     'quality' => 100,
  6767.                     'jpeg_quality' => 70,
  6768.                     'png_compression_level' => NULL,
  6769.                     'png_compression_filter' => NULL,
  6770.                     'format' => NULL,
  6771.                     'animated' => false,
  6772.                     'cache' => NULL,
  6773.                     'data_loader' => NULL,
  6774.                     'default_image' => NULL,
  6775.                     'filters' => [
  6776.                         'downscale' => [
  6777.                             'max' => [
  6778.                                 => 60,
  6779.                                 => 100,
  6780.                             ],
  6781.                         ],
  6782.                     ],
  6783.                     'post_processors' => [
  6784.                     ],
  6785.                 ],
  6786.                 'productCard' => [
  6787.                     'quality' => 100,
  6788.                     'jpeg_quality' => 70,
  6789.                     'png_compression_level' => NULL,
  6790.                     'png_compression_filter' => NULL,
  6791.                     'format' => NULL,
  6792.                     'animated' => false,
  6793.                     'cache' => NULL,
  6794.                     'data_loader' => NULL,
  6795.                     'default_image' => NULL,
  6796.                     'filters' => [
  6797.                         'downscale' => [
  6798.                             'max' => [
  6799.                                 => 140,
  6800.                                 => 200,
  6801.                             ],
  6802.                         ],
  6803.                     ],
  6804.                     'post_processors' => [
  6805.                     ],
  6806.                 ],
  6807.                 'tagBarIconCard' => [
  6808.                     'quality' => 100,
  6809.                     'jpeg_quality' => 100,
  6810.                     'png_compression_level' => NULL,
  6811.                     'png_compression_filter' => NULL,
  6812.                     'format' => NULL,
  6813.                     'animated' => false,
  6814.                     'cache' => NULL,
  6815.                     'data_loader' => NULL,
  6816.                     'default_image' => NULL,
  6817.                     'filters' => [
  6818.                         'downscale' => [
  6819.                             'max' => [
  6820.                                 => 99999,
  6821.                                 => 10,
  6822.                             ],
  6823.                         ],
  6824.                     ],
  6825.                     'post_processors' => [
  6826.                     ],
  6827.                 ],
  6828.                 'tagBarIconModal' => [
  6829.                     'quality' => 100,
  6830.                     'jpeg_quality' => 100,
  6831.                     'png_compression_level' => NULL,
  6832.                     'png_compression_filter' => NULL,
  6833.                     'format' => NULL,
  6834.                     'animated' => false,
  6835.                     'cache' => NULL,
  6836.                     'data_loader' => NULL,
  6837.                     'default_image' => NULL,
  6838.                     'filters' => [
  6839.                         'downscale' => [
  6840.                             'max' => [
  6841.                                 => 99999,
  6842.                                 => 23,
  6843.                             ],
  6844.                         ],
  6845.                     ],
  6846.                     'post_processors' => [
  6847.                     ],
  6848.                 ],
  6849.                 'prodFeature' => [
  6850.                     'quality' => 100,
  6851.                     'jpeg_quality' => 100,
  6852.                     'png_compression_level' => NULL,
  6853.                     'png_compression_filter' => NULL,
  6854.                     'format' => NULL,
  6855.                     'animated' => false,
  6856.                     'cache' => NULL,
  6857.                     'data_loader' => NULL,
  6858.                     'default_image' => NULL,
  6859.                     'filters' => [
  6860.                         'thumbnail' => [
  6861.                             'size' => [
  6862.                                 => 150,
  6863.                                 => 150,
  6864.                             ],
  6865.                             'mode' => 'outbound',
  6866.                         ],
  6867.                     ],
  6868.                     'post_processors' => [
  6869.                     ],
  6870.                 ],
  6871.             ],
  6872.             'liip_imagine.binary.loader.default' => 'default',
  6873.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  6874.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  6875.             'liip_imagine.webp.generate' => false,
  6876.             'liip_imagine.webp.options' => [
  6877.                 'quality' => 100,
  6878.                 'cache' => NULL,
  6879.                 'data_loader' => NULL,
  6880.                 'post_processors' => [
  6881.                 ],
  6882.             ],
  6883.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  6884.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  6885.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  6886.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  6887.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  6888.             'fos_js_routing.request_context_base_url' => NULL,
  6889.             'fos_js_routing.cache_control' => [
  6890.                 'enabled' => false,
  6891.             ],
  6892.             'phpofficebundle_spreadsheet_class' => 'Yectep\\PhpSpreadsheetBundle\\Factory',
  6893.             'monolog.use_microseconds' => true,
  6894.             'monolog.swift_mailer.handlers' => [
  6895.             ],
  6896.             'monolog.handlers_to_channels' => [
  6897.                 'monolog.handler.webhook' => [
  6898.                     'type' => 'inclusive',
  6899.                     'elements' => [
  6900.                         => 'webhook',
  6901.                     ],
  6902.                 ],
  6903.                 'monolog.handler.deprecation' => [
  6904.                     'type' => 'inclusive',
  6905.                     'elements' => [
  6906.                         => 'php',
  6907.                     ],
  6908.                 ],
  6909.                 'monolog.handler.supplier' => [
  6910.                     'type' => 'inclusive',
  6911.                     'elements' => [
  6912.                         => 'supplier',
  6913.                     ],
  6914.                 ],
  6915.                 'monolog.handler.main' => [
  6916.                     'type' => 'exclusive',
  6917.                     'elements' => [
  6918.                         => 'event',
  6919.                         => 'supplier',
  6920.                         => 'webhook',
  6921.                     ],
  6922.                 ],
  6923.                 'monolog.handler.user_trace' => [
  6924.                     'type' => 'inclusive',
  6925.                     'elements' => [
  6926.                         => 'user_trace',
  6927.                     ],
  6928.                 ],
  6929.                 'monolog.handler.console' => [
  6930.                     'type' => 'exclusive',
  6931.                     'elements' => [
  6932.                         => 'event',
  6933.                         => 'doctrine',
  6934.                         => 'console',
  6935.                     ],
  6936.                 ],
  6937.             ],
  6938.             'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  6939.             'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  6940.             'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  6941.             'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  6942.             'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  6943.             'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  6944.             'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  6945.             'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  6946.             'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  6947.             'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  6948.             'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  6949.             'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  6950.             'eight_points_guzzle.plugin.header.headers' => [
  6951.             ],
  6952.             'beelab_tag.tag_class' => 'App\\Entity\\Tag',
  6953.             'beelab_tag.purge' => false,
  6954.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6955.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6956.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6957.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6958.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6959.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6960.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6961.             'doctrine.entity_managers' => [
  6962.                 'default' => 'doctrine.orm.default_entity_manager',
  6963.             ],
  6964.             'doctrine.default_entity_manager' => 'default',
  6965.             'doctrine.dbal.connection_factory.types' => [
  6966.             ],
  6967.             'doctrine.connections' => [
  6968.                 'default' => 'doctrine.dbal.default_connection',
  6969.                 'extranet_malys' => 'doctrine.dbal.extranet_malys_connection',
  6970.             ],
  6971.             'doctrine.default_connection' => 'default',
  6972.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6973.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6974.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6975.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6976.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6977.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6978.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6979.             'doctrine.orm.cache.memcache_port' => 11211,
  6980.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6981.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6982.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6983.             'doctrine.orm.cache.memcached_port' => 11211,
  6984.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6985.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6986.             'doctrine.orm.cache.redis_host' => 'localhost',
  6987.             'doctrine.orm.cache.redis_port' => 6379,
  6988.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6989.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6990.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6991.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6992.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6993.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6994.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6995.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6996.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6997.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6998.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6999.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7000.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7001.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7002.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7003.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7004.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7005.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7006.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7007.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7008.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7009.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7010.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  7011.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7012.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7013.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7014.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7015.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7016.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7017.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7018.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7019.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7020.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  7021.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7022.             'doctrine.migrations.preferred_em' => NULL,
  7023.             'doctrine.migrations.preferred_connection' => NULL,
  7024.             'fos_elastica.property_accessor.magicCall' => false,
  7025.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
  7026.             'fos_elastica.default_index' => 'backoffice',
  7027.             'jms_serializer.twig_enabled' => 'default',
  7028.             'knp_snappy.pdf.options' => [
  7029.             ],
  7030.             'knp_snappy.pdf.env' => [
  7031.             ],
  7032.             'knp_snappy.image.options' => [
  7033.             ],
  7034.             'knp_snappy.image.env' => [
  7035.             ],
  7036.             'lexik_jwt_authentication.token_ttl' => 3600,
  7037.             'lexik_jwt_authentication.clock_skew' => 0,
  7038.             'lexik_jwt_authentication.user_identity_field' => 'username',
  7039.             'lexik_jwt_authentication.allow_no_expiration' => false,
  7040.             'lexik_jwt_authentication.user_id_claim' => 'username',
  7041.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  7042.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  7043.             'fos_user.backend_type_orm' => true,
  7044.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  7045.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  7046.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  7047.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  7048.             'fos_user.storage' => 'orm',
  7049.             'fos_user.firewall_name' => 'main',
  7050.             'fos_user.model_manager_name' => NULL,
  7051.             'fos_user.model.user.class' => 'App\\Entity\\User',
  7052.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  7053.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  7054.             'fos_user.profile.form.validation_groups' => [
  7055.                 => 'Profile',
  7056.                 => 'Default',
  7057.             ],
  7058.             'fos_user.registration.confirmation.enabled' => false,
  7059.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  7060.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  7061.             'fos_user.registration.form.validation_groups' => [
  7062.                 => 'Registration',
  7063.                 => 'Default',
  7064.             ],
  7065.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  7066.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  7067.             'fos_user.change_password.form.validation_groups' => [
  7068.                 => 'ChangePassword',
  7069.                 => 'Default',
  7070.             ],
  7071.             'fos_user.resetting.retry_ttl' => 120,
  7072.             'fos_user.resetting.token_ttl' => 172800,
  7073.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  7074.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  7075.             'fos_user.resetting.form.validation_groups' => [
  7076.                 => 'ResetPassword',
  7077.                 => 'Default',
  7078.             ],
  7079.             'kreait.firebase.factory' => 'Kreait\\Firebase\\Factory',
  7080.             'kreait.firebase.bundle.project_factory' => 'Kreait\\Firebase\\Symfony\\Bundle\\DependencyInjection\\Factory\\ProjectFactory',
  7081.             'nelmio_api_doc.areas' => [
  7082.                 => 'default',
  7083.             ],
  7084.             'tetranz_select2_entity.config' => [
  7085.                 'minimum_input_length' => 1,
  7086.                 'scroll' => false,
  7087.                 'page_limit' => 10,
  7088.                 'allow_clear' => false,
  7089.                 'allow_add' => [
  7090.                     'enabled' => false,
  7091.                     'new_tag_text' => ' (NEW)',
  7092.                     'new_tag_prefix' => '__',
  7093.                     'tag_separators' => '[",", " "]',
  7094.                 ],
  7095.                 'delay' => 250,
  7096.                 'language' => 'en',
  7097.                 'theme' => 'default',
  7098.                 'cache' => true,
  7099.                 'cache_timeout' => 60000,
  7100.                 'width' => NULL,
  7101.                 'object_manager' => NULL,
  7102.                 'render_html' => false,
  7103.             ],
  7104.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7105.             'web_profiler.debug_toolbar.mode' => 2,
  7106.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  7107.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  7108.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  7109.             'stof_doctrine_extensions.translation_fallback' => false,
  7110.             'stof_doctrine_extensions.persist_default_translation' => false,
  7111.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  7112.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  7113.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  7114.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  7115.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  7116.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  7117.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  7118.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  7119.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  7120.             'knp_paginator.template.pagination' => 'pagination/custom_pagination.html.twig',
  7121.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  7122.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  7123.             'knp_paginator.page_range' => 5,
  7124.             'knp_paginator.page_limit' => NULL,
  7125.             'datatables.config' => [
  7126.                 'options' => [
  7127.                     'lengthMenu' => [
  7128.                         => 10,
  7129.                         => 25,
  7130.                         => 50,
  7131.                         => 100,
  7132.                     ],
  7133.                     'pageLength' => 10,
  7134.                     'ordering' => true,
  7135.                 ],
  7136.                 'persist_state' => 'none',
  7137.                 'template' => 'datatables/custom_datatable.html.twig',
  7138.                 'template_parameters' => [
  7139.                     'className' => 'table table-striped table-bordered table-hover data-table',
  7140.                     'columnFilter' => 'thead',
  7141.                 ],
  7142.                 'translation_domain' => 'messages',
  7143.                 'language_from_cdn' => true,
  7144.                 'method' => 'POST',
  7145.             ],
  7146.             'data_collector.templates' => [
  7147.                 'data_collector.request' => [
  7148.                     => 'request',
  7149.                     => '@WebProfiler/Collector/request.html.twig',
  7150.                 ],
  7151.                 'data_collector.time' => [
  7152.                     => 'time',
  7153.                     => '@WebProfiler/Collector/time.html.twig',
  7154.                 ],
  7155.                 'data_collector.memory' => [
  7156.                     => 'memory',
  7157.                     => '@WebProfiler/Collector/memory.html.twig',
  7158.                 ],
  7159.                 'data_collector.validator' => [
  7160.                     => 'validator',
  7161.                     => '@WebProfiler/Collector/validator.html.twig',
  7162.                 ],
  7163.                 'data_collector.ajax' => [
  7164.                     => 'ajax',
  7165.                     => '@WebProfiler/Collector/ajax.html.twig',
  7166.                 ],
  7167.                 'data_collector.form' => [
  7168.                     => 'form',
  7169.                     => '@WebProfiler/Collector/form.html.twig',
  7170.                 ],
  7171.                 'data_collector.exception' => [
  7172.                     => 'exception',
  7173.                     => '@WebProfiler/Collector/exception.html.twig',
  7174.                 ],
  7175.                 'data_collector.logger' => [
  7176.                     => 'logger',
  7177.                     => '@WebProfiler/Collector/logger.html.twig',
  7178.                 ],
  7179.                 'data_collector.events' => [
  7180.                     => 'events',
  7181.                     => '@WebProfiler/Collector/events.html.twig',
  7182.                 ],
  7183.                 'data_collector.router' => [
  7184.                     => 'router',
  7185.                     => '@WebProfiler/Collector/router.html.twig',
  7186.                 ],
  7187.                 'data_collector.cache' => [
  7188.                     => 'cache',
  7189.                     => '@WebProfiler/Collector/cache.html.twig',
  7190.                 ],
  7191.                 'data_collector.translation' => [
  7192.                     => 'translation',
  7193.                     => '@WebProfiler/Collector/translation.html.twig',
  7194.                 ],
  7195.                 'data_collector.security' => [
  7196.                     => 'security',
  7197.                     => '@Security/Collector/security.html.twig',
  7198.                 ],
  7199.                 'data_collector.twig' => [
  7200.                     => 'twig',
  7201.                     => '@WebProfiler/Collector/twig.html.twig',
  7202.                 ],
  7203.                 'data_collector.http_client' => [
  7204.                     => 'http_client',
  7205.                     => '@WebProfiler/Collector/http_client.html.twig',
  7206.                 ],
  7207.                 'data_collector.doctrine' => [
  7208.                     => 'db',
  7209.                     => '@Doctrine/Collector/db.html.twig',
  7210.                 ],
  7211.                 'mailer.data_collector' => [
  7212.                     => 'mailer',
  7213.                     => '@WebProfiler/Collector/mailer.html.twig',
  7214.                 ],
  7215.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  7216.                     => 'vich_uploader.mapping_collector',
  7217.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  7218.                 ],
  7219.                 'eight_points_guzzle.data_collector' => [
  7220.                     => 'eight_points_guzzle',
  7221.                     => '@EightPointsGuzzle/debug.html.twig',
  7222.                 ],
  7223.                 'fos_elastica.data_collector' => [
  7224.                     => 'elastica',
  7225.                     => '@FOSElastica/Collector/elastica.html.twig',
  7226.                 ],
  7227.                 'jms_serializer.data_collector' => [
  7228.                     => 'jms_serializer',
  7229.                     => '@JMSSerializer/Collector/panel.html.twig',
  7230.                 ],
  7231.                 'data_collector.config' => [
  7232.                     => 'config',
  7233.                     => '@WebProfiler/Collector/config.html.twig',
  7234.                 ],
  7235.             ],
  7236.             'console.command.ids' => [
  7237.                 => 'console.command.public_alias.App\\StatsBundle\\Command\\BuildValuesCommand',
  7238.                 => 'console.command.public_alias.App\\Command\\Action\\AttachInvoiceToBatchCommand',
  7239.                 => 'console.command.public_alias.App\\Command\\Action\\BuildCustomerLatLngCommand',
  7240.                 => 'console.command.public_alias.App\\Command\\Action\\BuildProdBoughtByCustomerOccurenceCommand',
  7241.                 => 'console.command.public_alias.App\\Command\\Action\\CRMWebhookCommand',
  7242.                 => 'console.command.public_alias.App\\Command\\Action\\ExportOrderItemsQueueCommand',
  7243.                 => 'console.command.public_alias.App\\Command\\Action\\ExportProductsQueueCommand',
  7244.                 => 'console.command.public_alias.App\\Command\\Action\\ExportSupplierCustomerQueueCommand',
  7245.                 => 'console.command.public_alias.App\\Command\\Action\\MessagematchRefreshCommand',
  7246.                 => 'console.command.public_alias.App\\Command\\Action\\OrderWebhookCommand',
  7247.                 10 => 'console.command.public_alias.App\\Command\\BuildMergeUnitsPreparationCommand',
  7248.                 11 => 'console.command.public_alias.App\\Command\\BuildOrderDeliveryDetailsCommand',
  7249.                 12 => 'console.command.public_alias.App\\Command\\BuildOrderSalePersonCommand',
  7250.                 13 => 'console.command.public_alias.App\\Command\\BuildOriginImageFromVariationCommand',
  7251.                 14 => 'console.command.public_alias.App\\Command\\BuildPartnerSuppliersProductFamiliesCommand',
  7252.                 15 => 'console.command.public_alias.App\\Command\\BuildProductIdCopyOnOrderItemCommand',
  7253.                 16 => 'console.command.public_alias.App\\Command\\BuildProductUnitCommand',
  7254.                 17 => 'console.command.public_alias.App\\Command\\BuildProductVariationsCommand',
  7255.                 18 => 'console.command.public_alias.App\\Command\\BuildServicesOnProductsCommand',
  7256.                 19 => 'console.command.public_alias.App\\Command\\BuildSupplierPartnerCommand',
  7257.                 20 => 'console.command.public_alias.App\\Command\\CleanPriceOptimizedCommand',
  7258.                 21 => 'console.command.public_alias.App\\Command\\CleanPriceOptimizedStartDateCommand',
  7259.                 22 => 'console.command.public_alias.App\\Command\\ConvertValuesTypeCommand',
  7260.                 23 => 'console.command.public_alias.App\\Command\\Cron\\AvgTurnoverEventToDispatcherCommand',
  7261.                 24 => 'console.command.public_alias.App\\Command\\Cron\\BroadcastWeatherMsgCommand',
  7262.                 25 => 'console.command.public_alias.App\\Command\\Cron\\DisableEndingPromoProductCommand',
  7263.                 26 => 'console.command.public_alias.App\\Command\\Cron\\SendMessageNotificationCommand',
  7264.                 27 => 'console.command.public_alias.App\\Command\\Cron\\SendReportingEndingOptimizedPricesCommand',
  7265.                 28 => 'console.command.public_alias.App\\Command\\ExecuteNextActionCommand',
  7266.                 29 => 'console.command.public_alias.App\\Command\\GeneratePasswordCommand',
  7267.                 30 => 'console.command.public_alias.App\\Command\\IndexProductsCommand',
  7268.                 31 => 'console.command.public_alias.App\\Command\\OneShot\\AddFavoritesProductsToCustomerFromCustomer',
  7269.                 32 => 'console.command.public_alias.App\\Command\\OneShot\\AddFavoritesProductsToCustomerGroupCommand',
  7270.                 33 => 'console.command.public_alias.App\\Command\\OneShot\\AddHashToOrdersCommand',
  7271.                 34 => 'console.command.public_alias.App\\Command\\OneShot\\AddLabelsCommand',
  7272.                 35 => 'console.command.public_alias.App\\Command\\OneShot\\AddProdTypeToOrderItemCommand',
  7273.                 36 => 'console.command.public_alias.App\\Command\\OneShot\\AllAdminsCanSeePricesCommand',
  7274.                 37 => 'console.command.public_alias.App\\Command\\OneShot\\AttributeAnAdminUserToCustomerGroupsCommand',
  7275.                 38 => 'console.command.public_alias.App\\Command\\OneShot\\BuildDefaultDeliveryModelCommand',
  7276.                 39 => 'console.command.public_alias.App\\Command\\OneShot\\BuildSuppliersDeliveryAreaCommand',
  7277.                 40 => 'console.command.public_alias.App\\Command\\OneShot\\CheckGroupAdminCommand',
  7278.                 41 => 'console.command.public_alias.App\\Command\\OneShot\\CheckZohoOrderMappingCommand',
  7279.                 42 => 'console.command.public_alias.App\\Command\\OneShot\\CleanCartsWithoutItemsCommand',
  7280.                 43 => 'console.command.public_alias.App\\Command\\OneShot\\CleanEOYProductsPricesCommand',
  7281.                 44 => 'console.command.public_alias.App\\Command\\OneShot\\CleanOrdersSalesPersonCommand',
  7282.                 45 => 'console.command.public_alias.App\\Command\\OneShot\\CleanSpecificCustomersCommand',
  7283.                 46 => 'console.command.public_alias.App\\Command\\OneShot\\CleanWithBadImageProductsCommand',
  7284.                 47 => 'console.command.public_alias.App\\Command\\OneShot\\CloneNonPartnerConfirmedProductsAsGuestProductsCommand',
  7285.                 48 => 'console.command.public_alias.App\\Command\\OneShot\\CompareRevenueCommand',
  7286.                 49 => 'console.command.public_alias.App\\Command\\OneShot\\DebugOrderDashboardCommand',
  7287.                 50 => 'console.command.public_alias.App\\Command\\OneShot\\DispatchCustomerGroupsCreationCommand',
  7288.                 51 => 'console.command.public_alias.App\\Command\\OneShot\\DispatchCustomerLinkGroupCommand',
  7289.                 52 => 'console.command.public_alias.App\\Command\\OneShot\\EOYProductsPanoramaCommand',
  7290.                 53 => 'console.command.public_alias.App\\Command\\OneShot\\FixBrandSearchCommand',
  7291.                 54 => 'console.command.public_alias.App\\Command\\OneShot\\FixDeliveryModelsCommand',
  7292.                 55 => 'console.command.public_alias.App\\Command\\OneShot\\FromSimuToMercuCommand',
  7293.                 56 => 'console.command.public_alias.App\\Command\\OneShot\\IndexOrderItemsCommand',
  7294.                 57 => 'console.command.public_alias.App\\Command\\OneShot\\ListCustomersUsingGuestSuppliersCommand',
  7295.                 58 => 'console.command.public_alias.App\\Command\\OneShot\\ListProductWithImageNotOnDiskCommand',
  7296.                 59 => 'console.command.public_alias.App\\Command\\OneShot\\MergeCustomerGroupsCommand',
  7297.                 60 => 'console.command.public_alias.App\\Command\\OneShot\\PlugTagsOnOrderItemsCommand',
  7298.                 61 => 'console.command.public_alias.App\\Command\\OneShot\\PostCovidIndicatorsCommand',
  7299.                 62 => 'console.command.public_alias.App\\Command\\OneShot\\RebuildProductFeaturingOnOrderItemsCommand',
  7300.                 63 => 'console.command.public_alias.App\\Command\\OneShot\\RebuildVariationBasedOnOrdersCommand',
  7301.                 64 => 'console.command.public_alias.App\\Command\\OneShot\\RemoveOptiPriceAndFavoritesFromCustomerCommand',
  7302.                 65 => 'console.command.public_alias.App\\Command\\OneShot\\RemoveProdsCommand',
  7303.                 66 => 'console.command.public_alias.App\\Command\\OneShot\\SandboxCommand',
  7304.                 67 => 'console.command.public_alias.App\\Command\\OneShot\\SendAllSupplierCRMInfosCommand',
  7305.                 68 => 'console.command.public_alias.App\\Command\\OneShot\\TagEndOfYearCommand',
  7306.                 69 => 'console.command.public_alias.App\\Command\\OneShot\\UpdatePrestachefIdInZohoCommand',
  7307.                 70 => 'console.command.public_alias.App\\Command\\OneShot\\UpdateTagsFieldOnExistingProductsCommand',
  7308.                 71 => 'console.command.public_alias.App\\Command\\OneShot\\VerifyOrderDispatchCommand',
  7309.                 72 => 'console.command.public_alias.App\\Command\\PeRefreshProdAssetsCommand',
  7310.                 73 => 'console.command.public_alias.App\\Command\\RegenerateSlugCommand',
  7311.                 74 => 'console.command.public_alias.App\\Command\\RemoveCustomerCommand',
  7312.                 75 => 'console.command.public_alias.App\\Command\\RemoveProductsFromSupplierCommand',
  7313.                 76 => 'console.command.public_alias.App\\Command\\RemoveSupplierCommand',
  7314.                 77 => 'console.command.public_alias.App\\Command\\RemoveTimeoutCartCommand',
  7315.                 78 => 'console.command.public_alias.App\\Command\\ValidateAllProductsCommand',
  7316.                 79 => 'console.command.public_alias.App\\DispatcherBridgeBundle\\Command\\SendEventCommand',
  7317.             ],
  7318.         ];
  7319.     }
  7320.     protected function throw($message)
  7321.     {
  7322.         throw new RuntimeException($message);
  7323.     }
  7324. }