var/cache/dev/ContainerYDKTVUl/App_KernelDevDebugContainer.php line 4859

Open in your IDE?
  1. <?php
  2. namespace ContainerYDKTVUl;
  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.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'Bluue\\StocksBundle\\Services\\StockService' => 'getStockServiceService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  42.             'cache.system' => 'getCache_SystemService',
  43.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  44.             'data_collector.dump' => 'getDataCollector_DumpService',
  45.             'doctrine' => 'getDoctrineService',
  46.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  47.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  48.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  49.             'event_dispatcher' => 'getEventDispatcherService',
  50.             'http_kernel' => 'getHttpKernelService',
  51.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  52.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  53.             'request_stack' => 'getRequestStackService',
  54.             'router' => 'getRouterService',
  55.             'translator' => 'getTranslatorService',
  56.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  57.             'cache_clearer' => 'getCacheClearerService',
  58.             'filesystem' => 'getFilesystemService',
  59.             'serializer' => 'getSerializerService',
  60.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  61.             'form.factory' => 'getForm_FactoryService',
  62.             'form.type.file' => 'getForm_Type_FileService',
  63.             'profiler' => 'getProfilerService',
  64.             'twig' => 'getTwigService',
  65.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  66.             'security.token_storage' => 'getSecurity_TokenStorageService',
  67.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  68.             'session' => 'getSessionService',
  69.             'validator' => 'getValidatorService',
  70.         ];
  71.         $this->fileMap = [
  72.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  73.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  74.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  75.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  76.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  77.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  78.             '.container.private.session' => 'get_Container_Private_SessionService',
  79.             'App\\Controller\\ActivityController' => 'getActivityControllerService',
  80.             'App\\Controller\\ApiController' => 'getApiControllerService',
  81.             'App\\Controller\\BundleController' => 'getBundleControllerService',
  82.             'App\\Controller\\ConfigurationController' => 'getConfigurationControllerService',
  83.             'App\\Controller\\ContextController' => 'getContextControllerService',
  84.             'App\\Controller\\CountryController' => 'getCountryControllerService',
  85.             'App\\Controller\\CountryStateController' => 'getCountryStateControllerService',
  86.             'App\\Controller\\CountryZoneController' => 'getCountryZoneControllerService',
  87.             'App\\Controller\\CurrencyController' => 'getCurrencyControllerService',
  88.             'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  89.             'App\\Controller\\DocumentController' => 'getDocumentControllerService',
  90.             'App\\Controller\\EstablishmentController' => 'getEstablishmentControllerService',
  91.             'App\\Controller\\ExportController' => 'getExportControllerService',
  92.             'App\\Controller\\ExternalApiController' => 'getExternalApiControllerService',
  93.             'App\\Controller\\FileController' => 'getFileControllerService',
  94.             'App\\Controller\\FontController' => 'getFontControllerService',
  95.             'App\\Controller\\GoogleGeocodingApiKeyController' => 'getGoogleGeocodingApiKeyControllerService',
  96.             'App\\Controller\\LanguageController' => 'getLanguageControllerService',
  97.             'App\\Controller\\MailMessageController' => 'getMailMessageControllerService',
  98.             'App\\Controller\\MailServerController' => 'getMailServerControllerService',
  99.             'App\\Controller\\MassManagementController' => 'getMassManagementControllerService',
  100.             'App\\Controller\\MenuController' => 'getMenuControllerService',
  101.             'App\\Controller\\NotificationController' => 'getNotificationControllerService',
  102.             'App\\Controller\\ProfilesController' => 'getProfilesControllerService',
  103.             'App\\Controller\\SearchController' => 'getSearchControllerService',
  104.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  105.             'App\\Controller\\TaxController' => 'getTaxControllerService',
  106.             'App\\Controller\\TaxRuleController' => 'getTaxRuleControllerService',
  107.             'App\\Controller\\TaxRuleCountryController' => 'getTaxRuleCountryControllerService',
  108.             'App\\Controller\\TeamController' => 'getTeamControllerService',
  109.             'App\\Controller\\UnitMeasureController' => 'getUnitMeasureControllerService',
  110.             'App\\Controller\\UserController' => 'getUserControllerService',
  111.             'App\\Controller\\WebserviceController' => 'getWebserviceControllerService',
  112.             'App\\Controller\\WidgetsController' => 'getWidgetsControllerService',
  113.             'Bluue\\AccountingBundle\\Controller\\Configuration\\AccountController' => 'getAccountControllerService',
  114.             'Bluue\\AccountingBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController2Service',
  115.             'Bluue\\AccountingBundle\\Controller\\ExportController' => 'getExportController2Service',
  116.             'Bluue\\AccountingBundle\\Controller\\ProductsBundle\\ProductAccountController' => 'getProductAccountControllerService',
  117.             'Bluue\\AccountingBundle\\Services\\ExportFormat\\Csv' => 'getCsvService',
  118.             'Bluue\\AccountingBundle\\Services\\ExportFormat\\Ebp' => 'getEbpService',
  119.             'Bluue\\AccountingBundle\\Services\\ExportFormat\\Fec' => 'getFecService',
  120.             'Bluue\\AccountingBundle\\Services\\ExportFormat\\SageI7' => 'getSageI7Service',
  121.             'Bluue\\AccountingBundle\\Services\\ExportFormat\\Txt' => 'getTxtService',
  122.             'Bluue\\AccountingBundle\\Services\\ExportFormat\\Winfic' => 'getWinficService',
  123.             'Bluue\\CategoriesBundle\\Controller\\CategoryController' => 'getCategoryControllerService',
  124.             'Bluue\\CategoriesBundle\\Controller\\CategoryProductController' => 'getCategoryProductControllerService',
  125.             'Bluue\\CategoriesBundle\\Controller\\ConfigurationController' => 'getConfigurationController3Service',
  126.             'Bluue\\CategoriesBundle\\Controller\\StatisticsController' => 'getStatisticsControllerService',
  127.             'Bluue\\ColissimoBundle\\Controller\\ConfigurationController' => 'getConfigurationController4Service',
  128.             'Bluue\\ColissimoBundle\\Controller\\RelaysController' => 'getRelaysControllerService',
  129.             'Bluue\\ColissimoBundle\\Services\\Api' => 'getApiService',
  130.             'Bluue\\CrmBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController5Service',
  131.             'Bluue\\CrmBundle\\Controller\\Configuration\\OpportunityPriorityController' => 'getOpportunityPriorityControllerService',
  132.             'Bluue\\CrmBundle\\Controller\\Configuration\\OpportunityStateController' => 'getOpportunityStateControllerService',
  133.             'Bluue\\CrmBundle\\Controller\\Configuration\\RecommendationTypeController' => 'getRecommendationTypeControllerService',
  134.             'Bluue\\CrmBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerControllerService',
  135.             'Bluue\\CrmBundle\\Controller\\DashboardController' => 'getDashboardController2Service',
  136.             'Bluue\\CrmBundle\\Controller\\NotificationsController' => 'getNotificationsControllerService',
  137.             'Bluue\\CrmBundle\\Controller\\OpportunityActivityController' => 'getOpportunityActivityControllerService',
  138.             'Bluue\\CrmBundle\\Controller\\OpportunityController' => 'getOpportunityControllerService',
  139.             'Bluue\\CrmBundle\\Controller\\OpportunityDocumentController' => 'getOpportunityDocumentControllerService',
  140.             'Bluue\\CrmBundle\\Controller\\ProductsBundle\\OpportunityProductController' => 'getOpportunityProductControllerService',
  141.             'Bluue\\CrmBundle\\Controller\\SalesBundle\\DocumentController' => 'getDocumentController2Service',
  142.             'Bluue\\CrmBundle\\Controller\\StatisticsController' => 'getStatisticsController2Service',
  143.             'Bluue\\CustomersBundle\\Controller\\ConfigurationController' => 'getConfigurationController6Service',
  144.             'Bluue\\CustomersBundle\\Controller\\CustomerGroupController' => 'getCustomerGroupControllerService',
  145.             'Bluue\\CustomersBundle\\Controller\\CustomerTypeController' => 'getCustomerTypeControllerService',
  146.             'Bluue\\CustomersBundle\\Controller\\CustomersController' => 'getCustomersControllerService',
  147.             'Bluue\\CustomersBundle\\Controller\\StatisticsController' => 'getStatisticsController3Service',
  148.             'Bluue\\DhlBundle\\Controller\\ConfigurationController' => 'getConfigurationController7Service',
  149.             'Bluue\\DhlBundle\\Controller\\PackageTypeController' => 'getPackageTypeControllerService',
  150.             'Bluue\\DhlBundle\\Controller\\RelaysController' => 'getRelaysController2Service',
  151.             'Bluue\\DhlBundle\\Services\\Api' => 'getApi2Service',
  152.             'Bluue\\ForecastedManufacturingBundle\\Controller\\ForecastedManufacturingController' => 'getForecastedManufacturingControllerService',
  153.             'Bluue\\ForecastedStockBundle\\Controller\\ForecastedStockController' => 'getForecastedStockControllerService',
  154.             'Bluue\\ImportProductsBundle\\Controller\\ImportController' => 'getImportControllerService',
  155.             'Bluue\\InventoriesBundle\\Controller\\Api\\ApiAddQuantityController' => 'getApiAddQuantityControllerService',
  156.             'Bluue\\InventoriesBundle\\Controller\\Api\\ApiGetInventoriesController' => 'getApiGetInventoriesControllerService',
  157.             'Bluue\\InventoriesBundle\\Controller\\ConfigurationController' => 'getConfigurationController8Service',
  158.             'Bluue\\InventoriesBundle\\Controller\\InventoryController' => 'getInventoryControllerService',
  159.             'Bluue\\InventoriesBundle\\Controller\\ProductController' => 'getProductControllerService',
  160.             'Bluue\\LabelsBundle\\Controller\\ConfigurationController' => 'getConfigurationController9Service',
  161.             'Bluue\\LabelsBundle\\Controller\\LabelController' => 'getLabelControllerService',
  162.             'Bluue\\LabelsBundle\\Controller\\PrintWaitingListController' => 'getPrintWaitingListControllerService',
  163.             'Bluue\\LabelsBundle\\Controller\\PrinterController' => 'getPrinterControllerService',
  164.             'Bluue\\LabelsBundle\\Controller\\ProductsBundle\\ProductLabelsController' => 'getProductLabelsControllerService',
  165.             'Bluue\\LabelsBundle\\Controller\\SalesBundle\\DeliveryNoteLabelsController' => 'getDeliveryNoteLabelsControllerService',
  166.             'Bluue\\LabelsBundle\\Controller\\SuppliersOrdersBundle\\ReceiptNoteLabelsController' => 'getReceiptNoteLabelsControllerService',
  167.             'Bluue\\LabelsBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  168.             'Bluue\\ManufacturingBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController10Service',
  169.             'Bluue\\ManufacturingBundle\\Controller\\ProductController' => 'getProductController2Service',
  170.             'Bluue\\ManufacturingBundle\\Controller\\ProductsBundle\\ProductOptionsController' => 'getProductOptionsControllerService',
  171.             'Bluue\\MondialrelayBundle\\Controller\\ConfigurationController' => 'getConfigurationController11Service',
  172.             'Bluue\\MondialrelayBundle\\Controller\\RelaysController' => 'getRelaysController3Service',
  173.             'Bluue\\MondialrelayBundle\\Services\\Api' => 'getApi3Service',
  174.             'Bluue\\PlanningBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController12Service',
  175.             'Bluue\\PlanningBundle\\Controller\\Configuration\\SlotTypeController' => 'getSlotTypeControllerService',
  176.             'Bluue\\PlanningBundle\\Controller\\DashboardController' => 'getDashboardController3Service',
  177.             'Bluue\\PlanningBundle\\Controller\\GoogleController' => 'getGoogleControllerService',
  178.             'Bluue\\PlanningBundle\\Controller\\NotificationsController' => 'getNotificationsController2Service',
  179.             'Bluue\\PlanningBundle\\Controller\\ProjectsBundle\\TaskController' => 'getTaskControllerService',
  180.             'Bluue\\PlanningBundle\\Controller\\SlotController' => 'getSlotControllerService',
  181.             'Bluue\\PrestashopConnectorBundle\\Controller\\ConfigurationController' => 'getConfigurationController13Service',
  182.             'Bluue\\PrestashopConnectorBundle\\Controller\\CustomerImportRuleController' => 'getCustomerImportRuleControllerService',
  183.             'Bluue\\PrestashopConnectorBundle\\Controller\\CustomerMessagesController' => 'getCustomerMessagesControllerService',
  184.             'Bluue\\PrestashopConnectorBundle\\Controller\\Webservice\\SalesController' => 'getSalesControllerService',
  185.             'Bluue\\ProductReturnsBundle\\Controller\\AdvancedModeController' => 'getAdvancedModeControllerService',
  186.             'Bluue\\ProductReturnsBundle\\Controller\\Configuration\\CarrierOptionController' => 'getCarrierOptionControllerService',
  187.             'Bluue\\ProductReturnsBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController14Service',
  188.             'Bluue\\ProductReturnsBundle\\Controller\\Configuration\\ReturnReasonController' => 'getReturnReasonControllerService',
  189.             'Bluue\\ProductReturnsBundle\\Controller\\Configuration\\ReturnStateController' => 'getReturnStateControllerService',
  190.             'Bluue\\ProductReturnsBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController2Service',
  191.             'Bluue\\ProductReturnsBundle\\Controller\\ProductReturnController' => 'getProductReturnControllerService',
  192.             'Bluue\\ProductReturnsBundle\\Controller\\ProductReturnLineController' => 'getProductReturnLineControllerService',
  193.             'Bluue\\ProductReturnsBundle\\Controller\\SalesBundle\\DeliveryNoteController' => 'getDeliveryNoteControllerService',
  194.             'Bluue\\ProductReturnsBundle\\Controller\\SalesBundle\\OrderController' => 'getOrderControllerService',
  195.             'Bluue\\ProductReturnsBundle\\Controller\\StatisticsController' => 'getStatisticsController4Service',
  196.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiConsultBrandController' => 'getApiConsultBrandControllerService',
  197.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiConsultProductController' => 'getApiConsultProductControllerService',
  198.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiCreateProductController' => 'getApiCreateProductControllerService',
  199.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiGetBrandContextsController' => 'getApiGetBrandContextsControllerService',
  200.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiGetProductContextController' => 'getApiGetProductContextControllerService',
  201.             'Bluue\\ProductsBundle\\Controller\\AttachmentController' => 'getAttachmentControllerService',
  202.             'Bluue\\ProductsBundle\\Controller\\AttributeController' => 'getAttributeControllerService',
  203.             'Bluue\\ProductsBundle\\Controller\\AttributeGroupController' => 'getAttributeGroupControllerService',
  204.             'Bluue\\ProductsBundle\\Controller\\BrandController' => 'getBrandControllerService',
  205.             'Bluue\\ProductsBundle\\Controller\\ConfigurationController' => 'getConfigurationController15Service',
  206.             'Bluue\\ProductsBundle\\Controller\\DeclinationAttributeController' => 'getDeclinationAttributeControllerService',
  207.             'Bluue\\ProductsBundle\\Controller\\DeclinationController' => 'getDeclinationControllerService',
  208.             'Bluue\\ProductsBundle\\Controller\\Ean13Controller' => 'getEan13ControllerService',
  209.             'Bluue\\ProductsBundle\\Controller\\EcoPartController' => 'getEcoPartControllerService',
  210.             'Bluue\\ProductsBundle\\Controller\\EcoPartGroupController' => 'getEcoPartGroupControllerService',
  211.             'Bluue\\ProductsBundle\\Controller\\EnergyLabelController' => 'getEnergyLabelControllerService',
  212.             'Bluue\\ProductsBundle\\Controller\\FeatureController' => 'getFeatureControllerService',
  213.             'Bluue\\ProductsBundle\\Controller\\FeatureValueController' => 'getFeatureValueControllerService',
  214.             'Bluue\\ProductsBundle\\Controller\\PackProductController' => 'getPackProductControllerService',
  215.             'Bluue\\ProductsBundle\\Controller\\PriceRuleController' => 'getPriceRuleControllerService',
  216.             'Bluue\\ProductsBundle\\Controller\\ProductAttachmentController' => 'getProductAttachmentControllerService',
  217.             'Bluue\\ProductsBundle\\Controller\\ProductController' => 'getProductController3Service',
  218.             'Bluue\\ProductsBundle\\Controller\\ProductFeatureController' => 'getProductFeatureControllerService',
  219.             'Bluue\\ProductsBundle\\Controller\\ProductImageController' => 'getProductImageControllerService',
  220.             'Bluue\\ProductsBundle\\Controller\\ProductTypeController' => 'getProductTypeControllerService',
  221.             'Bluue\\ProductsBundle\\Controller\\RelatedProductController' => 'getRelatedProductControllerService',
  222.             'Bluue\\ProductsBundle\\Controller\\SubstituteProductController' => 'getSubstituteProductControllerService',
  223.             'Bluue\\ProductsBundle\\Controller\\TagController' => 'getTagControllerService',
  224.             'Bluue\\ProductsBundle\\Services\\WeightProductListService' => 'getWeightProductListServiceService',
  225.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController16Service',
  226.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\ProjectStateController' => 'getProjectStateControllerService',
  227.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\ProjectStepController' => 'getProjectStepControllerService',
  228.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\ProjectTypeController' => 'getProjectTypeControllerService',
  229.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\TaskModelController' => 'getTaskModelControllerService',
  230.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\TaskPriorityController' => 'getTaskPriorityControllerService',
  231.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\TaskStateController' => 'getTaskStateControllerService',
  232.             'Bluue\\ProjectsBundle\\Controller\\ContractsBundle\\ContractController' => 'getContractControllerService',
  233.             'Bluue\\ProjectsBundle\\Controller\\CrmBundle\\OpportunityController' => 'getOpportunityController2Service',
  234.             'Bluue\\ProjectsBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController3Service',
  235.             'Bluue\\ProjectsBundle\\Controller\\DashboardController' => 'getDashboardController4Service',
  236.             'Bluue\\ProjectsBundle\\Controller\\MassTaskController' => 'getMassTaskControllerService',
  237.             'Bluue\\ProjectsBundle\\Controller\\NotificationsController' => 'getNotificationsController3Service',
  238.             'Bluue\\ProjectsBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController4Service',
  239.             'Bluue\\ProjectsBundle\\Controller\\ProjectController' => 'getProjectControllerService',
  240.             'Bluue\\ProjectsBundle\\Controller\\SalesBundle\\QuotationController' => 'getQuotationControllerService',
  241.             'Bluue\\ProjectsBundle\\Controller\\StatisticsController' => 'getStatisticsController5Service',
  242.             'Bluue\\ProjectsBundle\\Controller\\TaskController' => 'getTaskController2Service',
  243.             'Bluue\\ProjectsBundle\\Controller\\TaskTimeController' => 'getTaskTimeControllerService',
  244.             'Bluue\\ProjectsBundle\\Controller\\TodoController' => 'getTodoControllerService',
  245.             'Bluue\\RecurringInvoicesBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController17Service',
  246.             'Bluue\\RecurringInvoicesBundle\\Controller\\NotificationsController' => 'getNotificationsController4Service',
  247.             'Bluue\\RecurringInvoicesBundle\\Controller\\RecurringInvoiceController' => 'getRecurringInvoiceControllerService',
  248.             'Bluue\\SalesBundle\\Controller\\AccountingBundle\\IntracommunitySalesController' => 'getIntracommunitySalesControllerService',
  249.             'Bluue\\SalesBundle\\Controller\\AccountingBundle\\PaymentExpectationController' => 'getPaymentExpectationControllerService',
  250.             'Bluue\\SalesBundle\\Controller\\AdditionalPdfController' => 'getAdditionalPdfControllerService',
  251.             'Bluue\\SalesBundle\\Controller\\BankController' => 'getBankControllerService',
  252.             'Bluue\\SalesBundle\\Controller\\ConfigurationController' => 'getConfigurationController18Service',
  253.             'Bluue\\SalesBundle\\Controller\\CreditNoteController' => 'getCreditNoteControllerService',
  254.             'Bluue\\SalesBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController4Service',
  255.             'Bluue\\SalesBundle\\Controller\\DashboardController' => 'getDashboardController5Service',
  256.             'Bluue\\SalesBundle\\Controller\\DeliveryNoteController' => 'getDeliveryNoteController2Service',
  257.             'Bluue\\SalesBundle\\Controller\\InvoiceController' => 'getInvoiceControllerService',
  258.             'Bluue\\SalesBundle\\Controller\\LineController' => 'getLineControllerService',
  259.             'Bluue\\SalesBundle\\Controller\\NotificationsController' => 'getNotificationsController5Service',
  260.             'Bluue\\SalesBundle\\Controller\\OrderController' => 'getOrderController2Service',
  261.             'Bluue\\SalesBundle\\Controller\\OrderStateController' => 'getOrderStateControllerService',
  262.             'Bluue\\SalesBundle\\Controller\\PaymentController' => 'getPaymentControllerService',
  263.             'Bluue\\SalesBundle\\Controller\\PaymentMethodController' => 'getPaymentMethodControllerService',
  264.             'Bluue\\SalesBundle\\Controller\\PaymentTermController' => 'getPaymentTermControllerService',
  265.             'Bluue\\SalesBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController5Service',
  266.             'Bluue\\SalesBundle\\Controller\\PublicDocumentController' => 'getPublicDocumentControllerService',
  267.             'Bluue\\SalesBundle\\Controller\\QuotationController' => 'getQuotationController2Service',
  268.             'Bluue\\SalesBundle\\Controller\\RelaunchLevelController' => 'getRelaunchLevelControllerService',
  269.             'Bluue\\SalesBundle\\Controller\\StatisticsController' => 'getStatisticsController6Service',
  270.             'Bluue\\ShipmentsBundle\\Controller\\ApiController' => 'getApiController2Service',
  271.             'Bluue\\ShipmentsBundle\\Controller\\BurstController' => 'getBurstControllerService',
  272.             'Bluue\\ShipmentsBundle\\Controller\\CarrierController' => 'getCarrierControllerService',
  273.             'Bluue\\ShipmentsBundle\\Controller\\ConfigurationController' => 'getConfigurationController19Service',
  274.             'Bluue\\ShipmentsBundle\\Controller\\LabelController' => 'getLabelController2Service',
  275.             'Bluue\\ShipmentsBundle\\Controller\\OrderController' => 'getOrderController3Service',
  276.             'Bluue\\ShipmentsBundle\\Controller\\OrderStateForBurstController' => 'getOrderStateForBurstControllerService',
  277.             'Bluue\\ShipmentsBundle\\Controller\\OrderStateForMajStatutController' => 'getOrderStateForMajStatutControllerService',
  278.             'Bluue\\ShipmentsBundle\\Controller\\PrinterController' => 'getPrinterController2Service',
  279.             'Bluue\\ShipmentsBundle\\Controller\\ShoppingCartController' => 'getShoppingCartControllerService',
  280.             'Bluue\\ShipmentsBundle\\Controller\\ShoppingCartLocationController' => 'getShoppingCartLocationControllerService',
  281.             'Bluue\\ShipmentsBundle\\Controller\\StatsController' => 'getStatsControllerService',
  282.             'Bluue\\ShipmentsPictureBundle\\Controller\\ConfigurationController' => 'getConfigurationController20Service',
  283.             'Bluue\\ShipmentsPictureBundle\\Controller\\PictureController' => 'getPictureControllerService',
  284.             'Bluue\\ShopModulesBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController21Service',
  285.             'Bluue\\ShopModulesBundle\\Controller\\ModuleVersionsController' => 'getModuleVersionsControllerService',
  286.             'Bluue\\ShopModulesBundle\\Controller\\ModulesController' => 'getModulesControllerService',
  287.             'Bluue\\ShopModulesBundle\\Controller\\WebServiceController' => 'getWebServiceController2Service',
  288.             'Bluue\\SitesBundle\\Controller\\ConfigurationController' => 'getConfigurationController22Service',
  289.             'Bluue\\SitesBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController5Service',
  290.             'Bluue\\SitesBundle\\Controller\\SiteNotesController' => 'getSiteNotesControllerService',
  291.             'Bluue\\SitesBundle\\Controller\\SitesController' => 'getSitesControllerService',
  292.             'Bluue\\StatisticsBundle\\Controller\\StatisticController' => 'getStatisticControllerService',
  293.             'Bluue\\StocksBundle\\Controller\\Api\\ApiMassStockEntryController' => 'getApiMassStockEntryControllerService',
  294.             'Bluue\\StocksBundle\\Controller\\Api\\ApiOutOfStockController' => 'getApiOutOfStockControllerService',
  295.             'Bluue\\StocksBundle\\Controller\\Api\\CreateStockLocationController' => 'getCreateStockLocationControllerService',
  296.             'Bluue\\StocksBundle\\Controller\\Api\\StockQuantitiesController' => 'getStockQuantitiesControllerService',
  297.             'Bluue\\StocksBundle\\Controller\\ConfigurationController' => 'getConfigurationController23Service',
  298.             'Bluue\\StocksBundle\\Controller\\DateTypeController' => 'getDateTypeControllerService',
  299.             'Bluue\\StocksBundle\\Controller\\LocationController' => 'getLocationControllerService',
  300.             'Bluue\\StocksBundle\\Controller\\MassStockEntryController' => 'getMassStockEntryControllerService',
  301.             'Bluue\\StocksBundle\\Controller\\MassStockRemovalController' => 'getMassStockRemovalControllerService',
  302.             'Bluue\\StocksBundle\\Controller\\NotificationsController' => 'getNotificationsController6Service',
  303.             'Bluue\\StocksBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController6Service',
  304.             'Bluue\\StocksBundle\\Controller\\SalesBundle\\OrderController' => 'getOrderController4Service',
  305.             'Bluue\\StocksBundle\\Controller\\StatisticsController' => 'getStatisticsController7Service',
  306.             'Bluue\\StocksBundle\\Controller\\StockLocationController' => 'getStockLocationControllerService',
  307.             'Bluue\\StocksBundle\\Controller\\StockMovementController' => 'getStockMovementControllerService',
  308.             'Bluue\\StocksBundle\\Controller\\StockMovementReasonController' => 'getStockMovementReasonControllerService',
  309.             'Bluue\\StocksBundle\\Controller\\StockPreparationController' => 'getStockPreparationControllerService',
  310.             'Bluue\\StocksBundle\\Controller\\StockProductController' => 'getStockProductControllerService',
  311.             'Bluue\\StocksBundle\\Controller\\StockQuantityController' => 'getStockQuantityControllerService',
  312.             'Bluue\\StocksBundle\\Controller\\SubLocationController' => 'getSubLocationControllerService',
  313.             'Bluue\\StocksBundle\\Controller\\SuppliersOrdersBundle\\ProductRestockController' => 'getProductRestockControllerService',
  314.             'Bluue\\StocksBundle\\Controller\\WarehouseController' => 'getWarehouseControllerService',
  315.             'Bluue\\StocksBundle\\Controller\\WarehousesContextController' => 'getWarehousesContextControllerService',
  316.             'Bluue\\SuppliersBundle\\Controller\\Api\\ApiSuppliersController' => 'getApiSuppliersControllerService',
  317.             'Bluue\\SuppliersBundle\\Controller\\ConfigurationController' => 'getConfigurationController24Service',
  318.             'Bluue\\SuppliersBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController7Service',
  319.             'Bluue\\SuppliersBundle\\Controller\\ProductsBundle\\QuantityThresholdController' => 'getQuantityThresholdControllerService',
  320.             'Bluue\\SuppliersBundle\\Controller\\StatisticsController' => 'getStatisticsController8Service',
  321.             'Bluue\\SuppliersBundle\\Controller\\SupplierAddressController' => 'getSupplierAddressControllerService',
  322.             'Bluue\\SuppliersBundle\\Controller\\SupplierContactController' => 'getSupplierContactControllerService',
  323.             'Bluue\\SuppliersBundle\\Controller\\SupplierController' => 'getSupplierControllerService',
  324.             'Bluue\\SuppliersBundle\\Controller\\SupplierTypeController' => 'getSupplierTypeControllerService',
  325.             'Bluue\\SuppliersOrdersBundle\\Controller\\Api\\ApiAddReceiptNoteController' => 'getApiAddReceiptNoteControllerService',
  326.             'Bluue\\SuppliersOrdersBundle\\Controller\\Api\\ApiAddSupplierOrderController' => 'getApiAddSupplierOrderControllerService',
  327.             'Bluue\\SuppliersOrdersBundle\\Controller\\Api\\ApiGetReceiptNotesController' => 'getApiGetReceiptNotesControllerService',
  328.             'Bluue\\SuppliersOrdersBundle\\Controller\\Api\\ApiValidateRnController' => 'getApiValidateRnControllerService',
  329.             'Bluue\\SuppliersOrdersBundle\\Controller\\ConfigurationController' => 'getConfigurationController25Service',
  330.             'Bluue\\SuppliersOrdersBundle\\Controller\\ImportOrderController' => 'getImportOrderControllerService',
  331.             'Bluue\\SuppliersOrdersBundle\\Controller\\ProductController' => 'getProductController8Service',
  332.             'Bluue\\SuppliersOrdersBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController9Service',
  333.             'Bluue\\SuppliersOrdersBundle\\Controller\\ReceiptNoteController' => 'getReceiptNoteControllerService',
  334.             'Bluue\\SuppliersOrdersBundle\\Controller\\SupplierBundle\\SupplierViewController' => 'getSupplierViewControllerService',
  335.             'Bluue\\SuppliersOrdersBundle\\Controller\\SupplierOrderController' => 'getSupplierOrderControllerService',
  336.             'Bluue\\SuppliersOrdersBundle\\Controller\\WaitingProductController' => 'getWaitingProductControllerService',
  337.             'Bluue\\TicketsBundle\\Controller\\AttachmentController' => 'getAttachmentController2Service',
  338.             'Bluue\\TicketsBundle\\Controller\\Configuration\\ClosingMotifController' => 'getClosingMotifControllerService',
  339.             'Bluue\\TicketsBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController26Service',
  340.             'Bluue\\TicketsBundle\\Controller\\Configuration\\MailServerController' => 'getMailServerController2Service',
  341.             'Bluue\\TicketsBundle\\Controller\\Configuration\\PredefinedMessageController' => 'getPredefinedMessageControllerService',
  342.             'Bluue\\TicketsBundle\\Controller\\Configuration\\PredefinedMessageStatusChangeController' => 'getPredefinedMessageStatusChangeControllerService',
  343.             'Bluue\\TicketsBundle\\Controller\\Configuration\\RelaunchController' => 'getRelaunchControllerService',
  344.             'Bluue\\TicketsBundle\\Controller\\Configuration\\TagController' => 'getTagController2Service',
  345.             'Bluue\\TicketsBundle\\Controller\\Configuration\\TicketStateController' => 'getTicketStateControllerService',
  346.             'Bluue\\TicketsBundle\\Controller\\CrmBundle\\TicketsController' => 'getTicketsControllerService',
  347.             'Bluue\\TicketsBundle\\Controller\\NotificationsController' => 'getNotificationsController7Service',
  348.             'Bluue\\TicketsBundle\\Controller\\StatisticsController' => 'getStatisticsController9Service',
  349.             'Bluue\\TicketsBundle\\Controller\\TicketMessagesController' => 'getTicketMessagesControllerService',
  350.             'Bluue\\TicketsBundle\\Controller\\TicketsController' => 'getTicketsController2Service',
  351.             'Bluue\\UtilityBillsBundle\\Controller\\UtilityBillController' => 'getUtilityBillControllerService',
  352.             'Bluue\\UtilityBillsBundle\\Controller\\UtilityBillOrderController' => 'getUtilityBillOrderControllerService',
  353.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  354.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  355.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  356.             'Symfony\\Component\\DependencyInjection\\ContainerInterface' => 'getContainerInterfaceService',
  357.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  358.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  359.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  360.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  361.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  362.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  363.             'api_platform.graphql.action.entrypoint' => 'getApiPlatform_Graphql_Action_EntrypointService',
  364.             'api_platform.graphql.action.graphiql' => 'getApiPlatform_Graphql_Action_GraphiqlService',
  365.             'api_platform.graphql.action.graphql_playground' => 'getApiPlatform_Graphql_Action_GraphqlPlaygroundService',
  366.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  367.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  368.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  369.             'cache.app_clearer' => 'getCache_AppClearerService',
  370.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  371.             'cache.system_clearer' => 'getCache_SystemClearerService',
  372.             'cache_warmer' => 'getCacheWarmerService',
  373.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand' => 'getCronCreateCommandService',
  374.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand' => 'getCronDeleteCommandService',
  375.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand' => 'getCronDisableCommandService',
  376.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand' => 'getCronEnableCommandService',
  377.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand' => 'getCronListCommandService',
  378.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand' => 'getCronReportsTruncateCommandService',
  379.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand' => 'getCronRunCommandService',
  380.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand' => 'getCronStartCommandService',
  381.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand' => 'getCronStopCommandService',
  382.             'console.command_loader' => 'getConsole_CommandLoaderService',
  383.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  384.             'cron.executor' => 'getCron_ExecutorService',
  385.             'cron.manager' => 'getCron_ManagerService',
  386.             'cron.resolver' => 'getCron_ResolverService',
  387.             'cron.validator' => 'getCron_ValidatorService',
  388.             'error_controller' => 'getErrorControllerService',
  389.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  390.             'knp_paginator' => 'getKnpPaginatorService',
  391.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  392.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  393.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  394.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  395.             'routing.loader' => 'getRouting_LoaderService',
  396.             'services_resetter' => 'getServicesResetterService',
  397.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  398.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  399.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  400.         ];
  401.         $this->aliases = [
  402.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  403.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  404.             'App\\Kernel' => 'kernel',
  405.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  406.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  407.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  408.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  409.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  410.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  411.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  412.             'database_connection' => 'doctrine.dbal.default_connection',
  413.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  414.         ];
  415.         $this->privates['service_container'] = function () {
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  422.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  424.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LocaleSubscriber.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  426.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  430.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  431.             include_once \dirname(__DIR__4).'/src/Repository/ActivityRepository.php';
  432.             include_once \dirname(__DIR__4).'/src/Repository/ConfigurationRepository.php';
  433.             include_once \dirname(__DIR__4).'/src/Repository/Traits/SearchableRepositoryTrait.php';
  434.             include_once \dirname(__DIR__4).'/src/Repository/ContextRepository.php';
  435.             include_once \dirname(__DIR__4).'/src/Repository/CurrencyRepository.php';
  436.             include_once \dirname(__DIR__4).'/src/Repository/FileManagerRepository.php';
  437.             include_once \dirname(__DIR__4).'/src/Repository/TaxRuleCountryRepository.php';
  438.             include_once \dirname(__DIR__4).'/src/Repository/UnitMeasureRepository.php';
  439.             include_once \dirname(__DIR__4).'/src/Repository/UserContextRepository.php';
  440.             include_once \dirname(__DIR__4).'/src/Services/CheckBundleInstall.php';
  441.             include_once \dirname(__DIR__4).'/src/Services/Configuration.php';
  442.             include_once \dirname(__DIR__4).'/src/Services/Context.php';
  443.             include_once \dirname(__DIR__4).'/src/Services/Currency.php';
  444.             include_once \dirname(__DIR__4).'/src/Services/DefaultLocale.php';
  445.             include_once \dirname(__DIR__4).'/src/Services/FileManager.php';
  446.             include_once \dirname(__DIR__4).'/src/Services/Notification.php';
  447.             include_once \dirname(__DIR__4).'/src/Services/ObjectSerialize.php';
  448.             include_once \dirname(__DIR__4).'/src/Services/Pdf.php';
  449.             include_once \dirname(__DIR__4).'/src/Services/SessionContextCurrency.php';
  450.             include_once \dirname(__DIR__4).'/src/Services/SoftdeleteFilter.php';
  451.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  453.             include_once \dirname(__DIR__4).'/src/Twig/CalcPrice.php';
  454.             include_once \dirname(__DIR__4).'/src/Twig/DisplayPhone.php';
  455.             include_once \dirname(__DIR__4).'/src/Twig/DurationExtension.php';
  456.             include_once \dirname(__DIR__4).'/src/Twig/EntityExtension.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  468.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  490.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  497.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  532.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  597.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  598.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  599.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  600.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  603.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  606.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  607.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  608.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  610.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  611.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  612.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  613.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  617.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  619.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  620.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  623.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  624.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  625.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  626.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  627.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  644.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  645.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  646.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  648.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  649.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  651.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  652.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  653.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  654.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  655.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  656.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  657.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  658.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  660.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  662.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  663.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  664.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  665.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  666.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  667.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  668.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  669.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  670.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  671.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  672.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  673.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  674.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  675.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  676.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  677.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  678.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  679.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  699.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  706.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  708.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  709.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  710.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  711.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  712.             include_once \dirname(__DIR__4).'/src/EventListener/BlameableListener.php';
  713.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  714.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  715.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  717.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  731.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  733.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  734.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  736.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  737.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  738.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  739.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  740.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  741.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  742.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  743.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  744.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  745.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  746.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  748.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  749.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  750.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  751.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  753.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  754.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  755.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  756.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  757.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  758.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  759.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  760.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  761.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  762.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  763.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  764.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  765.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  766.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  767.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  768.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  769.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  770.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  771.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  772.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  773.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  774.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  775.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  776.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  777.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  778.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  779.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  781.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  782.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  783.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  784.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  785.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  786.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  787.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  788.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  789.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  790.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  791.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  792.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  793.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  794.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  795.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  797.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  798.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  799.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  800.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  801.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  802.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  804.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  806.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  807.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  808.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  809.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  810.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  811.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  812.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  813.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  814.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  815.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  816.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  817.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  818.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  819.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  820.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  821.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  822.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  824.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  825.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  826.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  827.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  828.             include_once \dirname(__DIR__4).'/src/Repository/Traits/FindLastDateElementRepositoryTrait.php';
  829.             include_once \dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Repository/CustomerRepository.php';
  830.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/DeclinationRepository.php';
  831.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/Ean13Repository.php';
  832.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/Traits/PositionRepositoryTrait.php';
  833.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/PackProductRepository.php';
  834.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/ProductContextRepository.php';
  835.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/ProductImageRepository.php';
  836.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/ProductRepository.php';
  837.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/SearchAssociationRepository.php';
  838.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/SearchWordRepository.php';
  839.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Services/ProductSearch.php';
  840.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/LocationRepository.php';
  841.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/ProductConfigurationRepository.php';
  842.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockLocationRepository.php';
  843.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockMovementReasonRepository.php';
  844.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockMovementRepository.php';
  845.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockOrderLineLocationRepository.php';
  846.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockOrderLineRepository.php';
  847.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockProductRepository.php';
  848.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockProductRootContextRepository.php';
  849.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockProductRootRepository.php';
  850.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockQuantityRepository.php';
  851.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/WarehouseRepository.php';
  852.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Services/RemainingQuantityOrderedProcess.php';
  853.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Services/RemovalStockProcedure.php';
  854.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Services/StockService.php';
  855.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/AdditionalPdfRepository.php';
  856.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/CustomerOptionsRepository.php';
  857.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/DeliveryNoteRepository.php';
  858.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/InvoiceRepository.php';
  859.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/OrderRepository.php';
  860.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/Document.php';
  861.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/Line.php';
  862.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/PaymentTermCalculator.php';
  863.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/PdfGenerator.php';
  864.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/ReferenceGenerator.php';
  865.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/SharedSales.php';
  866.             include_once \dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Repository/CategoryProductRepository.php';
  867.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  868.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  869.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  870.             include_once \dirname(__DIR__4).'/src/DoctrineExtensions/GedmoTree/NestedTreeRepository.php';
  871.             include_once \dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Repository/CategoryRepository.php';
  872.             include_once \dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Repository/ProductSupplierContextRepository.php';
  873.             include_once \dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Repository/SupplierRepository.php';
  874.             include_once \dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Repository/CustomerAccountRepository.php';
  875.             include_once \dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Repository/ProductReturnRepository.php';
  876.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Serializer/InventoriesContextBuilder.php';
  878.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  879.             include_once \dirname(__DIR__4).'/src/Serializer/ContextBuilder.php';
  880.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  881.             include_once \dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Repository/LabelRepository.php';
  882.             include_once \dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Repository/MappingRepository.php';
  883.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Repository/OrderOptionsRepository.php';
  884.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Repository/OrderPreparationHistoryRepository.php';
  885.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Repository/PickingHistoryRepository.php';
  886.             include_once \dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Repository/SlotRepository.php';
  887.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/ProjectQuotationRepository.php';
  888.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/TaskMonitoredRepository.php';
  889.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/Traits/PositionRepositoryTrait.php';
  890.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/TaskRepository.php';
  891.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/TaskTimeRepository.php';
  892.             include_once \dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Twig/AddressExtension.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  905.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  920.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  921.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  927.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  928.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  929.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  930.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  931.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  932.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  933.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/ValidationExceptionNormalizer.php';
  934.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/HttpExceptionNormalizer.php';
  935.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/RuntimeExceptionNormalizer.php';
  936.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/ErrorNormalizer.php';
  937.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  938.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  939.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  940.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  941.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  946.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  947.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  948.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  949.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  950.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  951.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  952.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  953.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/ItemNormalizer.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  961.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  962.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  963.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  966.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  967.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  968.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  972.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  973.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/ObjectNormalizer.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  978.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  982.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  996.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  997.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  998.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1035.             include_once \dirname(__DIR__4).'/src/Twig/Activity.php';
  1036.             include_once \dirname(__DIR__4).'/src/Twig/DisplayIban.php';
  1037.             include_once \dirname(__DIR__4).'/src/Twig/File.php';
  1038.             include_once \dirname(__DIR__4).'/src/Twig/GetAdditionalScripts.php';
  1039.             include_once \dirname(__DIR__4).'/src/Twig/MobileDetectExtension.php';
  1040.             include_once \dirname(__DIR__4).'/src/Twig/RemoveCss.php';
  1041.             include_once \dirname(__DIR__4).'/src/Twig/SortArrayByField.php';
  1042.             include_once \dirname(__DIR__4).'/src/Twig/TwigFilterChecker.php';
  1043.             include_once \dirname(__DIR__4).'/src/Twig/UnitMeasure.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/MarkdownExtension.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Twig/Extension/TimeExtension.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/DateTimeFormatter.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Twig/EanExtension.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Twig/ProductExtension.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Twig/ProductImageExtension.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Twig/ProductExtension.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Twig/StockExtension.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Twig/CustomerExtension.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Twig/DeliveryNoteButtonsExtension.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Twig/LineExtension.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Twig/ReferenceExtension.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Twig/ProductExtension.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Twig/ProductExtension.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Twig/CustomerExtension.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Twig/ProductReturnExtension.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Twig/ProductExtension.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Twig/LabelExtension.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Twig/MappingExtension.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Twig/CarrierExtension.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Twig/OrderExtension.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Twig/PlanningExtension.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Twig/ProjectExtension.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Twig/TaskExtension.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Twig/RecurringInvoiceExtension.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1087.             include_once \dirname(__DIR__4).'/src/Services/UserImage.php';
  1088.             include_once \dirname(__DIR__4).'/src/Services/BluueLogo.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1097.         };
  1098.     }
  1099.     public function compile(): void
  1100.     {
  1101.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1102.     }
  1103.     public function isCompiled(): bool
  1104.     {
  1105.         return true;
  1106.     }
  1107.     public function getRemovedIds(): array
  1108.     {
  1109.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1110.     }
  1111.     protected function load($file$lazyLoad true)
  1112.     {
  1113.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1114.             return $class::do($this$lazyLoad);
  1115.         }
  1116.         if ('.' === $file[-4]) {
  1117.             $class substr($class0, -4);
  1118.         } else {
  1119.             $file .= '.php';
  1120.         }
  1121.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1122.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1123.     }
  1124.     protected function createProxy($class, \Closure $factory)
  1125.     {
  1126.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1127.         return $factory();
  1128.     }
  1129.     /**
  1130.      * Gets the public '.container.private.profiler' shared service.
  1131.      *
  1132.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1133.      */
  1134.     protected function get_Container_Private_ProfilerService()
  1135.     {
  1136.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1137.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1138.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1139.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1140.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1141.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1142.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1143.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1144.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1145.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1146.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1147.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1148.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1149.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1150.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1151.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1152.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  1153.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1154.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1155.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1156.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1157.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  1158.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1159.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1160.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1161.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1162.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1163.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1164.         $d->addInstance('api_platform.graphql.cache.subscription', ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()));
  1165.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1166.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1167.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1168.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1169.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1170.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1171.         if ($this->has('kernel')) {
  1172.             $g->setKernel($b);
  1173.         }
  1174.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1175.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  1176.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1177.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1178.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1179.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1180.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1181.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1182.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1183.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1184.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1185.         $instance->add($d);
  1186.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1187.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  1188.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1189.         $instance->add($e);
  1190.         $instance->add(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([])))));
  1191.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1192.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1193.         $instance->add($f);
  1194.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1195.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  1196.         $instance->add($g);
  1197.         return $instance;
  1198.     }
  1199.     /**
  1200.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1201.      *
  1202.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1203.      */
  1204.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1205.     {
  1206.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1207.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1208.             return $this->services['.container.private.security.authorization_checker'];
  1209.         }
  1210.         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);
  1211.     }
  1212.     /**
  1213.      * Gets the public '.container.private.security.token_storage' shared service.
  1214.      *
  1215.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1216.      */
  1217.     protected function get_Container_Private_Security_TokenStorageService()
  1218.     {
  1219.         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, [
  1220.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1221.         ], [
  1222.             'request_stack' => '?',
  1223.         ]));
  1224.     }
  1225.     /**
  1226.      * Gets the public '.container.private.serializer' shared service.
  1227.      *
  1228.      * @return \Symfony\Component\Serializer\Serializer
  1229.      */
  1230.     protected function get_Container_Private_SerializerService()
  1231.     {
  1232.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1233.         if (isset($this->services['.container.private.serializer'])) {
  1234.             return $this->services['.container.private.serializer'];
  1235.         }
  1236.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1237.         if (isset($this->services['.container.private.serializer'])) {
  1238.             return $this->services['.container.private.serializer'];
  1239.         }
  1240.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1241.         if (isset($this->services['.container.private.serializer'])) {
  1242.             return $this->services['.container.private.serializer'];
  1243.         }
  1244.         $d = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
  1245.         if (isset($this->services['.container.private.serializer'])) {
  1246.             return $this->services['.container.private.serializer'];
  1247.         }
  1248.         $e = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
  1249.         if (isset($this->services['.container.private.serializer'])) {
  1250.             return $this->services['.container.private.serializer'];
  1251.         }
  1252.         $f = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1253.         if (isset($this->services['.container.private.serializer'])) {
  1254.             return $this->services['.container.private.serializer'];
  1255.         }
  1256.         $g = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  1257.         if (isset($this->services['.container.private.serializer'])) {
  1258.             return $this->services['.container.private.serializer'];
  1259.         }
  1260.         $h = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1261.         if (isset($this->services['.container.private.serializer'])) {
  1262.             return $this->services['.container.private.serializer'];
  1263.         }
  1264.         $i = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  1265.         if (isset($this->services['.container.private.serializer'])) {
  1266.             return $this->services['.container.private.serializer'];
  1267.         }
  1268.         $j = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1269.         if (isset($this->services['.container.private.serializer'])) {
  1270.             return $this->services['.container.private.serializer'];
  1271.         }
  1272.         $k = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1273.         if (isset($this->services['.container.private.serializer'])) {
  1274.             return $this->services['.container.private.serializer'];
  1275.         }
  1276.         $l = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  1277.         if (isset($this->services['.container.private.serializer'])) {
  1278.             return $this->services['.container.private.serializer'];
  1279.         }
  1280.         $m = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1281.         $n = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  1282.         $o = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$m$a)], [=> $n]));
  1283.         $p = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($o);
  1284.         $q = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1285.         $r = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1286.         $s = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($q$b$c$d, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), $eNULL$rNULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], $ftrue'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], $gNULLtrue$o));
  1287.         $t = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1288.         $u = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1289.         $v = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1290.         $w = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($v);
  1291.         $x = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($v$t$m$a$wNULL, [], $a);
  1292.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($m), => $p=> $s=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($h, [], $t), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $t), => new \ApiPlatform\Core\GraphQl\Serializer\Exception\ValidationExceptionNormalizer($this->parameters['api_platform.exception_to_status']), => new \ApiPlatform\Core\GraphQl\Serializer\Exception\HttpExceptionNormalizer(), => new \ApiPlatform\Core\GraphQl\Serializer\Exception\RuntimeExceptionNormalizer(), => $s=> new \ApiPlatform\Core\GraphQl\Serializer\Exception\ErrorNormalizer(), 10 => $p11 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($q$b$c$uNULL$hNULL$t), 12 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($q$i$h), 13 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($htrue), 14 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 15 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 17 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 18 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($q$b$c$i$u$j$m$t$v, [], new RewindableGenerator(function () {
  1293.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandInputDataTransformer'] ?? $this->load('getConsultBrandInputDataTransformerService'));
  1294.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandOutputDataTransformer'] ?? $this->load('getConsultBrandOutputDataTransformerService'));
  1295.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultProductInputDataTransformer'] ?? $this->load('getConsultProductInputDataTransformerService'));
  1296.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\CreateProductInputDataTransformer'] ?? $this->load('getCreateProductInputDataTransformerService'));
  1297.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsInputDataTransformer'] ?? $this->load('getGetBrandContextsInputDataTransformerService'));
  1298.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsOutputDataTransformer'] ?? $this->load('getGetBrandContextsOutputDataTransformerService'));
  1299.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\OutOfStockInputDataTransformer'] ?? $this->load('getOutOfStockInputDataTransformerService'));
  1300.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\StockLocationInputDataTransformer'] ?? $this->load('getStockLocationInputDataTransformerService'));
  1301.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteInputDataTransformer'] ?? $this->load('getAddReceiptNoteInputDataTransformerService'));
  1302.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] ?? ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] = new \Bluue\SuppliersOrdersBundle\DataTransformer\AddReceiptNoteOutputDataTransformer()));
  1303.             yield 10 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddSupplierOrderInputDataTransformer'] ?? $this->load('getAddSupplierOrderInputDataTransformerService'));
  1304.             yield 11 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\ValidateRnInputDataTransformer'] ?? $this->load('getValidateRnInputDataTransformerService'));
  1305.             yield 12 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\AddQuantityInputDataTransformer'] ?? $this->load('getAddQuantityInputDataTransformerService'));
  1306.             yield 13 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\InventoryOutputDataTransformer'] ?? $this->load('getInventoryOutputDataTransformerService'));
  1307.             yield 14 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1308.         }, 15), $k), 19 => new \ApiPlatform\Core\GraphQl\Serializer\ItemNormalizer($b$c$i$g$u$m$t$v$lfalseNULL, new RewindableGenerator(function () {
  1309.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandInputDataTransformer'] ?? $this->load('getConsultBrandInputDataTransformerService'));
  1310.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandOutputDataTransformer'] ?? $this->load('getConsultBrandOutputDataTransformerService'));
  1311.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultProductInputDataTransformer'] ?? $this->load('getConsultProductInputDataTransformerService'));
  1312.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\CreateProductInputDataTransformer'] ?? $this->load('getCreateProductInputDataTransformerService'));
  1313.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsInputDataTransformer'] ?? $this->load('getGetBrandContextsInputDataTransformerService'));
  1314.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsOutputDataTransformer'] ?? $this->load('getGetBrandContextsOutputDataTransformerService'));
  1315.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\OutOfStockInputDataTransformer'] ?? $this->load('getOutOfStockInputDataTransformerService'));
  1316.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\StockLocationInputDataTransformer'] ?? $this->load('getStockLocationInputDataTransformerService'));
  1317.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteInputDataTransformer'] ?? $this->load('getAddReceiptNoteInputDataTransformerService'));
  1318.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] ?? ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] = new \Bluue\SuppliersOrdersBundle\DataTransformer\AddReceiptNoteOutputDataTransformer()));
  1319.             yield 10 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddSupplierOrderInputDataTransformer'] ?? $this->load('getAddSupplierOrderInputDataTransformerService'));
  1320.             yield 11 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\ValidateRnInputDataTransformer'] ?? $this->load('getValidateRnInputDataTransformerService'));
  1321.             yield 12 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\AddQuantityInputDataTransformer'] ?? $this->load('getAddQuantityInputDataTransformerService'));
  1322.             yield 13 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\InventoryOutputDataTransformer'] ?? $this->load('getInventoryOutputDataTransformerService'));
  1323.             yield 14 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1324.         }, 15), $q), 20 => new \ApiPlatform\Serializer\ItemNormalizer($b$c$i$u$m$t$v$lfalseNULL, new RewindableGenerator(function () {
  1325.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandInputDataTransformer'] ?? $this->load('getConsultBrandInputDataTransformerService'));
  1326.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandOutputDataTransformer'] ?? $this->load('getConsultBrandOutputDataTransformerService'));
  1327.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultProductInputDataTransformer'] ?? $this->load('getConsultProductInputDataTransformerService'));
  1328.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\CreateProductInputDataTransformer'] ?? $this->load('getCreateProductInputDataTransformerService'));
  1329.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsInputDataTransformer'] ?? $this->load('getGetBrandContextsInputDataTransformerService'));
  1330.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsOutputDataTransformer'] ?? $this->load('getGetBrandContextsOutputDataTransformerService'));
  1331.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\OutOfStockInputDataTransformer'] ?? $this->load('getOutOfStockInputDataTransformerService'));
  1332.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\StockLocationInputDataTransformer'] ?? $this->load('getStockLocationInputDataTransformerService'));
  1333.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteInputDataTransformer'] ?? $this->load('getAddReceiptNoteInputDataTransformerService'));
  1334.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] ?? ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] = new \Bluue\SuppliersOrdersBundle\DataTransformer\AddReceiptNoteOutputDataTransformer()));
  1335.             yield 10 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddSupplierOrderInputDataTransformer'] ?? $this->load('getAddSupplierOrderInputDataTransformerService'));
  1336.             yield 11 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\ValidateRnInputDataTransformer'] ?? $this->load('getValidateRnInputDataTransformerService'));
  1337.             yield 12 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\AddQuantityInputDataTransformer'] ?? $this->load('getAddQuantityInputDataTransformerService'));
  1338.             yield 13 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\InventoryOutputDataTransformer'] ?? $this->load('getInventoryOutputDataTransformerService'));
  1339.             yield 14 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1340.         }, 15), $q$k), 21 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $t), 23 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($v$t$a$wNULL, [])), 24 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 25 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 26 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 27 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 28 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 29 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($j$u$iNULL), 'page''pagination'$q$m), $q$u$r), 30 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 31 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($x$i$j), 32 => new \ApiPlatform\Core\GraphQl\Serializer\ObjectNormalizer($x$i$g), 33 => $x], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $n=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  1341.     }
  1342.     /**
  1343.      * Gets the public '.container.private.twig' shared service.
  1344.      *
  1345.      * @return \Twig\Environment
  1346.      */
  1347.     protected function get_Container_Private_TwigService()
  1348.     {
  1349.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1350.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1351.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1352.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1353.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1354.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1355.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1356.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1357.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1358.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1359.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1360.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1361.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1362.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1363.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1364.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1365.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1366.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1367.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1368.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1369.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Resources/views'), 'Customers');
  1370.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Resources/views'), '!Customers');
  1371.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Resources/views'), 'Products');
  1372.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Resources/views'), '!Products');
  1373.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Resources/views'), 'Stocks');
  1374.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Resources/views'), '!Stocks');
  1375.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Resources/views'), 'Sales');
  1376.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Resources/views'), '!Sales');
  1377.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Resources/views'), 'Categories');
  1378.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Resources/views'), '!Categories');
  1379.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Resources/views'), 'Suppliers');
  1380.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Resources/views'), '!Suppliers');
  1381.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/statistics-bundle/src/Resources/views'), 'Statistics');
  1382.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/statistics-bundle/src/Resources/views'), '!Statistics');
  1383.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src/Resources/views'), 'ImportProducts');
  1384.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src/Resources/views'), '!ImportProducts');
  1385.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Resources/views'), 'Accounting');
  1386.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Resources/views'), '!Accounting');
  1387.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src/Resources/views'), 'Crm');
  1388.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src/Resources/views'), '!Crm');
  1389.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Resources/views'), 'ProductReturns');
  1390.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Resources/views'), '!ProductReturns');
  1391.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Resources/views'), 'SuppliersOrders');
  1392.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Resources/views'), '!SuppliersOrders');
  1393.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Resources/views'), 'Inventories');
  1394.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Resources/views'), '!Inventories');
  1395.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Resources/views'), 'Labels');
  1396.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Resources/views'), '!Labels');
  1397.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Resources/views'), 'ApiCms');
  1398.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Resources/views'), '!ApiCms');
  1399.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Resources/views'), 'Shipments');
  1400.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Resources/views'), '!Shipments');
  1401.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Resources/views'), 'PrestashopConnector');
  1402.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Resources/views'), '!PrestashopConnector');
  1403.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/colissimo-bundle/src/Resources/views'), 'Colissimo');
  1404.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/colissimo-bundle/src/Resources/views'), '!Colissimo');
  1405.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/src/Resources/views'), 'Mondialrelay');
  1406.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/src/Resources/views'), '!Mondialrelay');
  1407.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/dhl-bundle/src/Resources/views'), 'Dhl');
  1408.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/dhl-bundle/src/Resources/views'), '!Dhl');
  1409.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/forecasted-stock-bundle/src/Resources/views'), 'ForecastedStock');
  1410.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/forecasted-stock-bundle/src/Resources/views'), '!ForecastedStock');
  1411.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src/Resources/views'), 'Manufacturing');
  1412.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src/Resources/views'), '!Manufacturing');
  1413.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/forecasted-manufacturing-bundle/src/Resources/views'), 'ForecastedManufacturing');
  1414.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/forecasted-manufacturing-bundle/src/Resources/views'), '!ForecastedManufacturing');
  1415.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/src/Resources/views'), 'ShipmentsPicture');
  1416.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/src/Resources/views'), '!ShipmentsPicture');
  1417.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src/Resources/views'), 'UtilityBills');
  1418.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src/Resources/views'), '!UtilityBills');
  1419.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/shop-modules-bundle/src/Resources/views'), 'ShopModules');
  1420.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/shop-modules-bundle/src/Resources/views'), '!ShopModules');
  1421.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Resources/views'), 'Planning');
  1422.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Resources/views'), '!Planning');
  1423.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Resources/views'), 'Projects');
  1424.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Resources/views'), '!Projects');
  1425.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src/Resources/views'), 'Sites');
  1426.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src/Resources/views'), '!Sites');
  1427.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Resources/views'), 'Tickets');
  1428.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Resources/views'), '!Tickets');
  1429.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Resources/views'), 'RecurringInvoices');
  1430.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Resources/views'), '!RecurringInvoices');
  1431.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1432.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1433.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1434.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1435.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1436.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1437.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1438.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1439.         $e = ($this->services['router'] ?? $this->getRouterService());
  1440.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1441.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1442.         $h = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1443.         $i = ($this->privates['App\\Twig\\EntityExtension'] ?? $this->getEntityExtensionService());
  1444.         $j = ($this->privates['App\\Repository\\FileManagerRepository'] ?? $this->getFileManagerRepositoryService());
  1445.         $k = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1446.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1447.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1448.         $m = new \Knp\Menu\Util\MenuManipulator();
  1449.         $n = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1450.         $o = ($this->privates['Bluue\\StocksBundle\\Repository\\StockMovementRepository'] ?? $this->getStockMovementRepositoryService());
  1451.         $p = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  1452.         $q = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  1453.         $r = ($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
  1454.         $s = ($this->privates['Bluue\\ProductsBundle\\Repository\\DeclinationRepository'] ?? $this->getDeclinationRepositoryService());
  1455.         $t = ($this->privates['Bluue\\StocksBundle\\Repository\\StockLocationRepository'] ?? $this->getStockLocationRepositoryService());
  1456.         $u = ($this->privates['App\\Repository\\ActivityRepository'] ?? $this->getActivityRepositoryService());
  1457.         $v = ($this->privates['Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository'] ?? $this->getTaskTimeRepositoryService());
  1458.         $w = new \Symfony\Bridge\Twig\AppVariable();
  1459.         $w->setEnvironment('dev');
  1460.         $w->setDebug(true);
  1461.         if ($this->has('.container.private.security.token_storage')) {
  1462.             $w->setTokenStorage($g);
  1463.         }
  1464.         if ($this->has('request_stack')) {
  1465.             $w->setRequestStack($f);
  1466.         }
  1467.         $x = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1468.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1469.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1470.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1471.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1472.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1473.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  1474.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1475.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1476.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1477.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1478.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  1479.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  1480.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1481.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1482.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1483.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1484.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  1485.         $instance->addExtension(new \App\Twig\Activity($h, ($this->privates['App\\Services\\Notification'] ?? $this->getNotificationService()), $i));
  1486.         $instance->addExtension(($this->privates['App\\Twig\\CalcPrice'] ?? $this->getCalcPriceService()));
  1487.         $instance->addExtension(new \App\Twig\DisplayIban());
  1488.         $instance->addExtension(($this->privates['App\\Twig\\DisplayPhone'] ?? ($this->privates['App\\Twig\\DisplayPhone'] = new \App\Twig\DisplayPhone())));
  1489.         $instance->addExtension(($this->privates['App\\Twig\\DurationExtension'] ?? ($this->privates['App\\Twig\\DurationExtension'] = new \App\Twig\DurationExtension())));
  1490.         $instance->addExtension($i);
  1491.         $instance->addExtension(new \App\Twig\File($j));
  1492.         $instance->addExtension(new \App\Twig\GetAdditionalScripts($k$f));
  1493.         $instance->addExtension(new \App\Twig\MobileDetectExtension());
  1494.         $instance->addExtension(new \App\Twig\RemoveCss());
  1495.         $instance->addExtension(new \App\Twig\SortArrayByField());
  1496.         $instance->addExtension(new \App\Twig\TwigFilterChecker());
  1497.         $instance->addExtension(new \App\Twig\UnitMeasure(($this->privates['App\\Repository\\UnitMeasureRepository'] ?? $this->getUnitMeasureRepositoryService())));
  1498.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  1499.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1500.         $instance->addExtension(new \Twig\Extra\Markdown\MarkdownExtension());
  1501.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1502.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1503.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1504.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1505.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1506.         ], [
  1507.             'list' => '?',
  1508.             'twig' => '?',
  1509.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1510.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  1511.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  1512.         }, 2)), $m$n), $n$m));
  1513.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1514.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'true],
  1515.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1516.         ], [
  1517.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1518.             'webpack_encore.tag_renderer' => '?',
  1519.         ])));
  1520.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1521.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  1522.         $instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(new \Knp\Bundle\TimeBundle\DateTimeFormatter($c)));
  1523.         $instance->addExtension(new \Bluue\ProductsBundle\Twig\EanExtension(($this->privates['Bluue\\ProductsBundle\\Repository\\Ean13Repository'] ?? $this->getEan13RepositoryService())));
  1524.         $instance->addExtension(new \Bluue\ProductsBundle\Twig\ProductExtension($h));
  1525.         $instance->addExtension(new \Bluue\ProductsBundle\Twig\ProductImageExtension(($this->privates['Bluue\\ProductsBundle\\Repository\\ProductImageRepository'] ?? $this->getProductImageRepositoryService())));
  1526.         $instance->addExtension(new \Bluue\StocksBundle\Twig\ProductExtension($o$c$h, ($this->services['Bluue\\StocksBundle\\Services\\StockService'] ?? $this->getStockServiceService()), $p$q, ($this->privates['Bluue\\StocksBundle\\Repository\\WarehouseRepository'] ?? $this->getWarehouseRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'] ?? $this->getRemainingQuantityOrderedProcessService()), ($this->privates['Bluue\\ProductsBundle\\Repository\\PackProductRepository'] ?? $this->getPackProductRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Repository\\StockOrderLineLocationRepository'] ?? $this->getStockOrderLineLocationRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Repository\\StockOrderLineRepository'] ?? $this->getStockOrderLineRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRootRepository'] ?? $this->getStockProductRootRepositoryService()), $r$s, ($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'] ?? $this->getStockProductRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRootContextRepository'] ?? $this->getStockProductRootContextRepositoryService()), $t));
  1527.         $instance->addExtension(new \Bluue\StocksBundle\Twig\StockExtension($o$t$c$h$e));
  1528.         $instance->addExtension(new \Bluue\SalesBundle\Twig\CustomerExtension(($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), $c, ($this->privates['Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository'] ?? $this->getCustomerOptionsRepositoryService())));
  1529.         $instance->addExtension(new \Bluue\SalesBundle\Twig\DeliveryNoteButtonsExtension($k));
  1530.         $instance->addExtension(new \Bluue\SalesBundle\Twig\LineExtension(($this->privates['App\\Repository\\TaxRuleCountryRepository'] ?? $this->getTaxRuleCountryRepositoryService()), $h$p));
  1531.         $instance->addExtension(new \Bluue\SalesBundle\Twig\ReferenceExtension(($this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'] ?? $this->getReferenceGeneratorService()), ($this->privates['Bluue\\SalesBundle\\Services\\SharedSales'] ?? $this->getSharedSalesService()), $p));
  1532.         $instance->addExtension(new \Bluue\CategoriesBundle\Twig\ProductExtension(($this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository'] ?? $this->getCategoryProductRepositoryService()), $q, ($this->privates['Bluue\\ProductsBundle\\Repository\\ProductContextRepository'] ?? $this->getProductContextRepositoryService()), ($this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService())));
  1533.         $instance->addExtension(new \Bluue\SuppliersBundle\Twig\ProductExtension(($this->privates['Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository'] ?? $this->getProductSupplierContextRepositoryService()), ($this->privates['Bluue\\SuppliersBundle\\Repository\\SupplierRepository'] ?? $this->getSupplierRepositoryService())));
  1534.         $instance->addExtension(new \Bluue\AccountingBundle\Twig\CustomerExtension(($this->privates['Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository'] ?? $this->getCustomerAccountRepositoryService()), ($this->privates['Bluue\\CustomersBundle\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService())));
  1535.         $instance->addExtension(new \Bluue\ProductReturnsBundle\Twig\ProductReturnExtension(($this->privates['Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository'] ?? $this->getProductReturnRepositoryService()), $h));
  1536.         $instance->addExtension(new \Bluue\SuppliersOrdersBundle\Twig\ProductExtension($h$p));
  1537.         $instance->addExtension(new \Bluue\LabelsBundle\Twig\LabelExtension(($this->privates['Bluue\\LabelsBundle\\Repository\\LabelRepository'] ?? $this->getLabelRepositoryService()), $r$s));
  1538.         $instance->addExtension(new \Bluue\ApiCmsBundle\Twig\MappingExtension(($this->privates['Bluue\\ApiCmsBundle\\Repository\\MappingRepository'] ?? $this->getMappingRepositoryService())));
  1539.         $instance->addExtension(new \Bluue\ShipmentsBundle\Twig\CarrierExtension($e));
  1540.         $instance->addExtension(new \Bluue\ShipmentsBundle\Twig\OrderExtension(($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'] ?? $this->getOrderOptionsRepositoryService()), ($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository'] ?? $this->getOrderPreparationHistoryRepositoryService()), ($this->privates['Bluue\\ShipmentsBundle\\Repository\\PickingHistoryRepository'] ?? $this->getPickingHistoryRepositoryService())));
  1541.         $instance->addExtension(new \Bluue\PlanningBundle\Twig\PlanningExtension(($this->privates['Bluue\\PlanningBundle\\Repository\\SlotRepository'] ?? $this->getSlotRepositoryService())));
  1542.         $instance->addExtension(new \Bluue\ProjectsBundle\Twig\ProjectExtension($u, ($this->privates['Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository'] ?? $this->getProjectQuotationRepositoryService()), $v));
  1543.         $instance->addExtension(new \Bluue\ProjectsBundle\Twig\TaskExtension($v$u, ($this->privates['Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository'] ?? $this->getTaskMonitoredRepositoryService()), $g$h, ($this->privates['Bluue\\ProjectsBundle\\Repository\\TaskRepository'] ?? $this->getTaskRepositoryService())));
  1544.         $instance->addExtension(($this->privates['Bluue\\TicketsBundle\\Twig\\AddressExtension'] ?? $this->getAddressExtensionService()));
  1545.         $instance->addExtension(new \Bluue\RecurringInvoicesBundle\Twig\RecurringInvoiceExtension($h));
  1546.         $instance->addGlobal('app'$w);
  1547.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1548.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1549.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1550.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1551.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1552.             'Twig\\Extra\\Markdown\\MarkdownRuntime' => ['privates''twig.runtime.markdown''getTwig_Runtime_MarkdownService'true],
  1553.         ], [
  1554.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1555.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1556.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1557.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1558.             'Twig\\Extra\\Markdown\\MarkdownRuntime' => '?',
  1559.         ])));
  1560.         $instance->addGlobal('app_UserImage', new \App\Services\UserImage());
  1561.         $instance->addGlobal('app_BluueLogo', new \App\Services\BluueLogo($j, ($this->privates['App\\Services\\FileManager'] ?? $this->getFileManagerService()), $p$q, ($this->privates['App\\Repository\\ContextRepository'] ?? $this->getContextRepositoryService())));
  1562.         $instance->addGlobal('app_version''4.0.0');
  1563.         $instance->addGlobal('app_session_context'$q);
  1564.         $instance->addGlobal('app_session_context_currency', ($this->privates['App\\Services\\SessionContextCurrency'] ?? $this->getSessionContextCurrencyService()));
  1565.         $instance->addGlobal('app_configuration'$p);
  1566.         $instance->addGlobal('app_check_bundle_install', ($this->privates['App\\Services\\CheckBundleInstall'] ?? ($this->privates['App\\Services\\CheckBundleInstall'] = new \App\Services\CheckBundleInstall())));
  1567.         $instance->addGlobal('app_soft_delete_filter', ($this->privates['App\\Services\\SoftdeleteFilter'] ?? $this->getSoftdeleteFilterService()));
  1568.         $instance->addGlobal('app_default_locale', ($this->privates['App\\Services\\DefaultLocale'] ?? $this->getDefaultLocaleService()));
  1569.         $instance->addGlobal('app_default_domain'$this->getEnv('resolve:DEFAULT_DOMAIN'));
  1570.         $instance->registerUndefinedFilterCallback([=> $x=> 'suggestFilter']);
  1571.         $instance->registerUndefinedFunctionCallback([=> $x=> 'suggestFunction']);
  1572.         $instance->registerUndefinedTokenParserCallback([=> $x=> 'suggestTag']);
  1573.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1574.         return $instance;
  1575.     }
  1576.     /**
  1577.      * Gets the public '.container.private.validator' shared service.
  1578.      *
  1579.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1580.      */
  1581.     protected function get_Container_Private_ValidatorService()
  1582.     {
  1583.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1584.         if (isset($this->services['.container.private.validator'])) {
  1585.             return $this->services['.container.private.validator'];
  1586.         }
  1587.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1588.     }
  1589.     /**
  1590.      * Gets the public 'Bluue\StocksBundle\Services\StockService' shared autowired service.
  1591.      *
  1592.      * @return \Bluue\StocksBundle\Services\StockService
  1593.      */
  1594.     protected function getStockServiceService()
  1595.     {
  1596.         $a = ($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
  1597.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1598.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1599.         }
  1600.         $b = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  1601.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1602.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1603.         }
  1604.         $c = ($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'] ?? $this->getRemovalStockProcedureService());
  1605.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1606.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1607.         }
  1608.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1609.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1610.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1611.         }
  1612.         $e = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  1613.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1614.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1615.         }
  1616.         return $this->services['Bluue\\StocksBundle\\Services\\StockService'] = new \Bluue\StocksBundle\Services\StockService($a, ($this->privates['Bluue\\ProductsBundle\\Repository\\DeclinationRepository'] ?? $this->getDeclinationRepositoryService()), $b, ($this->privates['Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository'] ?? $this->getStockMovementReasonRepositoryService()), $c, ($this->privates['Bluue\\StocksBundle\\Repository\\StockQuantityRepository'] ?? $this->getStockQuantityRepositoryService()), $d$e, ($this->privates['Bluue\\StocksBundle\\Repository\\StockLocationRepository'] ?? $this->getStockLocationRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'] ?? $this->getStockProductRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['Bluue\\ProductsBundle\\Repository\\PackProductRepository'] ?? $this->getPackProductRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Repository\\WarehouseRepository'] ?? $this->getWarehouseRepositoryService()));
  1617.     }
  1618.     /**
  1619.      * Gets the public 'cache.app' shared service.
  1620.      *
  1621.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1622.      */
  1623.     protected function getCache_AppService()
  1624.     {
  1625.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('u1DK8VRvro'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1626.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1627.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1628.     }
  1629.     /**
  1630.      * Gets the public 'cache.rate_limiter' shared service.
  1631.      *
  1632.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1633.      */
  1634.     protected function getCache_RateLimiterService()
  1635.     {
  1636.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('2+ZSS8ikTi'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1637.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1638.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1639.     }
  1640.     /**
  1641.      * Gets the public 'cache.system' shared service.
  1642.      *
  1643.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1644.      */
  1645.     protected function getCache_SystemService()
  1646.     {
  1647.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GubfQ8ZU2N'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1648.     }
  1649.     /**
  1650.      * Gets the public 'cache.validator_expression_language' shared service.
  1651.      *
  1652.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1653.      */
  1654.     protected function getCache_ValidatorExpressionLanguageService()
  1655.     {
  1656.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CM1A4BVnln'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1657.     }
  1658.     /**
  1659.      * Gets the public 'data_collector.dump' shared service.
  1660.      *
  1661.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1662.      */
  1663.     protected function getDataCollector_DumpService()
  1664.     {
  1665.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1666.     }
  1667.     /**
  1668.      * Gets the public 'doctrine' shared service.
  1669.      *
  1670.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1671.      */
  1672.     protected function getDoctrineService()
  1673.     {
  1674.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1675.     }
  1676.     /**
  1677.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1678.      *
  1679.      * @return \Doctrine\DBAL\Connection
  1680.      */
  1681.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1682.     {
  1683.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1684.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1685.             return $this->services['doctrine.dbal.default_connection'];
  1686.         }
  1687.         $b = new \Doctrine\DBAL\Configuration();
  1688.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1689.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1690.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1691.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1692.         $d = 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))));
  1693.         $d->setConnectionName('default');
  1694.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1695.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1696.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], 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'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  1697.     }
  1698.     /**
  1699.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1700.      *
  1701.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1702.      */
  1703.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1704.     {
  1705.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1706.             'Bluue\\InventoriesBundle\\EventListener\\InventoryListener' => ['privates''Bluue\\InventoriesBundle\\EventListener\\InventoryListener''getInventoryListenerService'true],
  1707.         ], [
  1708.             'Bluue\\InventoriesBundle\\EventListener\\InventoryListener' => '?',
  1709.         ]));
  1710.         $instance->registerService('Bluue\\InventoriesBundle\\EventListener\\InventoryListener''Bluue\\InventoriesBundle\\EventListener\\InventoryListener');
  1711.         return $instance;
  1712.     }
  1713.     /**
  1714.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1715.      *
  1716.      * @return \Doctrine\ORM\EntityManager
  1717.      */
  1718.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1719.     {
  1720.         if ($lazyLoad) {
  1721.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1722.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1723.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1724.                     $proxy->setProxyInitializer(null);
  1725.                     return true;
  1726.                 });
  1727.             });
  1728.         }
  1729.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1730.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1731.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1732.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1733.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1734.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1735.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1736.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1737.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1738.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1739.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1740.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1741.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1742.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1743.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1744.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1745.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1746.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1747.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1748.         $a = new \Doctrine\ORM\Configuration();
  1749.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1750.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1751.         $b->addDriver($c'App\\Entity');
  1752.         $b->addDriver($c'Gedmo\\Translatable\\Entity');
  1753.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1754.         $b->addDriver($c'Cron\\CronBundle\\Entity');
  1755.         $b->addDriver($c'Bluue\\CustomersBundle\\Entity');
  1756.         $b->addDriver($c'Bluue\\ProductsBundle\\Entity');
  1757.         $b->addDriver($c'Bluue\\StocksBundle\\Entity');
  1758.         $b->addDriver($c'Bluue\\SalesBundle\\Entity');
  1759.         $b->addDriver($c'Bluue\\CategoriesBundle\\Entity');
  1760.         $b->addDriver($c'Bluue\\SuppliersBundle\\Entity');
  1761.         $b->addDriver($c'Bluue\\ImportProductsBundle\\Entity');
  1762.         $b->addDriver($c'Bluue\\AccountingBundle\\Entity');
  1763.         $b->addDriver($c'Bluue\\CrmBundle\\Entity');
  1764.         $b->addDriver($c'Bluue\\ProductReturnsBundle\\Entity');
  1765.         $b->addDriver($c'Bluue\\SuppliersOrdersBundle\\Entity');
  1766.         $b->addDriver($c'Bluue\\InventoriesBundle\\Entity');
  1767.         $b->addDriver($c'Bluue\\LabelsBundle\\Entity');
  1768.         $b->addDriver($c'Bluue\\ApiCmsBundle\\Entity');
  1769.         $b->addDriver($c'Bluue\\ShipmentsBundle\\Entity');
  1770.         $b->addDriver($c'Bluue\\PrestashopConnectorBundle\\Entity');
  1771.         $b->addDriver($c'Bluue\\DhlBundle\\Entity');
  1772.         $b->addDriver($c'Bluue\\ManufacturingBundle\\Entity');
  1773.         $b->addDriver($c'Bluue\\UtilityBillsBundle\\Entity');
  1774.         $b->addDriver($c'Bluue\\ShopModulesBundle\\Entity');
  1775.         $b->addDriver($c'Bluue\\PlanningBundle\\Entity');
  1776.         $b->addDriver($c'Bluue\\ProjectsBundle\\Entity');
  1777.         $b->addDriver($c'Bluue\\SitesBundle\\Entity');
  1778.         $b->addDriver($c'Bluue\\TicketsBundle\\Entity');
  1779.         $b->addDriver($c'Bluue\\RecurringInvoicesBundle\\Entity');
  1780.         $a->setEntityNamespaces(['App' => 'App\\Entity''GedmoTranslatable' => 'Gedmo\\Translatable\\Entity''GedmoTree' => 'Gedmo\\Tree\\Entity''CronCronBundle' => 'Cron\\CronBundle\\Entity''CustomersBundle' => 'Bluue\\CustomersBundle\\Entity''ProductsBundle' => 'Bluue\\ProductsBundle\\Entity''StocksBundle' => 'Bluue\\StocksBundle\\Entity''SalesBundle' => 'Bluue\\SalesBundle\\Entity''CategoriesBundle' => 'Bluue\\CategoriesBundle\\Entity''SuppliersBundle' => 'Bluue\\SuppliersBundle\\Entity''ImportProductsBundle' => 'Bluue\\ImportProductsBundle\\Entity''AccountingBundle' => 'Bluue\\AccountingBundle\\Entity''CrmBundle' => 'Bluue\\CrmBundle\\Entity''ProductReturnsBundle' => 'Bluue\\ProductReturnsBundle\\Entity''SuppliersOrdersBundle' => 'Bluue\\SuppliersOrdersBundle\\Entity''InventoriesBundle' => 'Bluue\\InventoriesBundle\\Entity''LabelsBundle' => 'Bluue\\LabelsBundle\\Entity''ApiCmsBundle' => 'Bluue\\ApiCmsBundle\\Entity''ShipmentsBundle' => 'Bluue\\ShipmentsBundle\\Entity''PrestashopConnectorBundle' => 'Bluue\\PrestashopConnectorBundle\\Entity''DhlBundle' => 'Bluue\\DhlBundle\\Entity''ManufacturingBundle' => 'Bluue\\ManufacturingBundle\\Entity''UtilityBillsBundle' => 'Bluue\\UtilityBillsBundle\\Entity''ShopModulesBundle' => 'Bluue\\ShopModulesBundle\\Entity''PlanningBundle' => 'Bluue\\PlanningBundle\\Entity''ProjectsBundle' => 'Bluue\\ProjectsBundle\\Entity''SitesBundle' => 'Bluue\\SitesBundle\\Entity''TicketsBundle' => 'Bluue\\TicketsBundle\\Entity''RecurringInvoicesBundle' => 'Bluue\\RecurringInvoicesBundle\\Entity']);
  1781.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1782.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1783.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1784.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1785.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1786.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1787.         ], [
  1788.             'doctrine.ulid_generator' => '?',
  1789.             'doctrine.uuid_generator' => '?',
  1790.         ])));
  1791.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1792.         $a->setProxyNamespace('Proxies');
  1793.         $a->setAutoGenerateProxyClasses(true);
  1794.         $a->setSchemaIgnoreClasses([]);
  1795.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1796.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1797.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1798.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1799.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1800.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1801.         $a->setLazyGhostObjectEnabled(false);
  1802.         $a->setIdentityGenerationPreferences([]);
  1803.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1804.             'App\\Repository\\ActivityRepository' => ['privates''App\\Repository\\ActivityRepository''getActivityRepositoryService'false],
  1805.             'App\\Repository\\BundleRepository' => ['privates''App\\Repository\\BundleRepository''getBundleRepositoryService'true],
  1806.             'App\\Repository\\CityWithPostcodeRepository' => ['privates''App\\Repository\\CityWithPostcodeRepository''getCityWithPostcodeRepositoryService'true],
  1807.             'App\\Repository\\ConfigurationRepository' => ['privates''App\\Repository\\ConfigurationRepository''getConfigurationRepositoryService'false],
  1808.             'App\\Repository\\ContextRepository' => ['privates''App\\Repository\\ContextRepository''getContextRepositoryService'false],
  1809.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'true],
  1810.             'App\\Repository\\CountryStateRepository' => ['privates''App\\Repository\\CountryStateRepository''getCountryStateRepositoryService'true],
  1811.             'App\\Repository\\CountryTranslationRepository' => ['privates''App\\Repository\\CountryTranslationRepository''getCountryTranslationRepositoryService'true],
  1812.             'App\\Repository\\CountryZoneRepository' => ['privates''App\\Repository\\CountryZoneRepository''getCountryZoneRepositoryService'true],
  1813.             'App\\Repository\\CountryZoneTranslationRepository' => ['privates''App\\Repository\\CountryZoneTranslationRepository''getCountryZoneTranslationRepositoryService'true],
  1814.             'App\\Repository\\CurrencyRepository' => ['privates''App\\Repository\\CurrencyRepository''getCurrencyRepositoryService'false],
  1815.             'App\\Repository\\EstablishmentRepository' => ['privates''App\\Repository\\EstablishmentRepository''getEstablishmentRepositoryService'true],
  1816.             'App\\Repository\\FileManagerRepository' => ['privates''App\\Repository\\FileManagerRepository''getFileManagerRepositoryService'false],
  1817.             'App\\Repository\\LanguageRepository' => ['privates''App\\Repository\\LanguageRepository''getLanguageRepositoryService'true],
  1818.             'App\\Repository\\MailMessageRepository' => ['privates''App\\Repository\\MailMessageRepository''getMailMessageRepositoryService'true],
  1819.             'App\\Repository\\MailServerRepository' => ['privates''App\\Repository\\MailServerRepository''getMailServerRepositoryService'true],
  1820.             'App\\Repository\\MenuRepository' => ['privates''App\\Repository\\MenuRepository''getMenuRepositoryService'true],
  1821.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'true],
  1822.             'App\\Repository\\ProfileRepository' => ['privates''App\\Repository\\ProfileRepository''getProfileRepositoryService'true],
  1823.             'App\\Repository\\SavePdfRepository' => ['privates''App\\Repository\\SavePdfRepository''getSavePdfRepositoryService'true],
  1824.             'App\\Repository\\TaxRepository' => ['privates''App\\Repository\\TaxRepository''getTaxRepositoryService'true],
  1825.             'App\\Repository\\TaxRuleCountryRepository' => ['privates''App\\Repository\\TaxRuleCountryRepository''getTaxRuleCountryRepositoryService'false],
  1826.             'App\\Repository\\TaxRuleRepository' => ['privates''App\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'true],
  1827.             'App\\Repository\\TaxRuleTranslationRepository' => ['privates''App\\Repository\\TaxRuleTranslationRepository''getTaxRuleTranslationRepositoryService'true],
  1828.             'App\\Repository\\TaxTranslationRepository' => ['privates''App\\Repository\\TaxTranslationRepository''getTaxTranslationRepositoryService'true],
  1829.             'App\\Repository\\TeamRepository' => ['privates''App\\Repository\\TeamRepository''getTeamRepositoryService'true],
  1830.             'App\\Repository\\TeamTranslationRepository' => ['privates''App\\Repository\\TeamTranslationRepository''getTeamTranslationRepositoryService'true],
  1831.             'App\\Repository\\TeamUserRepository' => ['privates''App\\Repository\\TeamUserRepository''getTeamUserRepositoryService'true],
  1832.             'App\\Repository\\UnitMeasureRepository' => ['privates''App\\Repository\\UnitMeasureRepository''getUnitMeasureRepositoryService'false],
  1833.             'App\\Repository\\UserContextRepository' => ['privates''App\\Repository\\UserContextRepository''getUserContextRepositoryService'false],
  1834.             'App\\Repository\\UserLoginLogRepository' => ['privates''App\\Repository\\UserLoginLogRepository''getUserLoginLogRepositoryService'true],
  1835.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1836.             'App\\Repository\\UsersEstablishmentsRepository' => ['privates''App\\Repository\\UsersEstablishmentsRepository''getUsersEstablishmentsRepositoryService'true],
  1837.             'App\\Repository\\WebserviceKeyRepository' => ['privates''App\\Repository\\WebserviceKeyRepository''getWebserviceKeyRepositoryService'true],
  1838.             'App\\Repository\\WebservicePermissionRepository' => ['privates''App\\Repository\\WebservicePermissionRepository''getWebservicePermissionRepositoryService'true],
  1839.             'Bluue\\AccountingBundle\\Repository\\AccountRepository' => ['privates''Bluue\\AccountingBundle\\Repository\\AccountRepository''getAccountRepositoryService'true],
  1840.             'Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository' => ['privates''Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository''getCustomerAccountRepositoryService'false],
  1841.             'Bluue\\AccountingBundle\\Repository\\ProductAccountRepository' => ['privates''Bluue\\AccountingBundle\\Repository\\ProductAccountRepository''getProductAccountRepositoryService'true],
  1842.             'Bluue\\ApiCmsBundle\\Repository\\MappingRepository' => ['privates''Bluue\\ApiCmsBundle\\Repository\\MappingRepository''getMappingRepositoryService'false],
  1843.             'Bluue\\CategoriesBundle\\Repository\\CategoryContextRepository' => ['privates''Bluue\\CategoriesBundle\\Repository\\CategoryContextRepository''getCategoryContextRepositoryService'true],
  1844.             'Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository' => ['privates''Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository''getCategoryProductRepositoryService'false],
  1845.             'Bluue\\CategoriesBundle\\Repository\\CategoryRepository' => ['privates''Bluue\\CategoriesBundle\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  1846.             'Bluue\\CategoriesBundle\\Repository\\CategoryTranslationRepository' => ['privates''Bluue\\CategoriesBundle\\Repository\\CategoryTranslationRepository''getCategoryTranslationRepositoryService'true],
  1847.             'Bluue\\CrmBundle\\Repository\\OpportunityActivityRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityActivityRepository''getOpportunityActivityRepositoryService'true],
  1848.             'Bluue\\CrmBundle\\Repository\\OpportunityDocumentRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityDocumentRepository''getOpportunityDocumentRepositoryService'true],
  1849.             'Bluue\\CrmBundle\\Repository\\OpportunityPriorityRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityPriorityRepository''getOpportunityPriorityRepositoryService'true],
  1850.             'Bluue\\CrmBundle\\Repository\\OpportunityProductRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityProductRepository''getOpportunityProductRepositoryService'true],
  1851.             'Bluue\\CrmBundle\\Repository\\OpportunityRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityRepository''getOpportunityRepositoryService'true],
  1852.             'Bluue\\CrmBundle\\Repository\\OpportunityStateRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityStateRepository''getOpportunityStateRepositoryService'true],
  1853.             'Bluue\\CrmBundle\\Repository\\RecommendationTypeRepository' => ['privates''Bluue\\CrmBundle\\Repository\\RecommendationTypeRepository''getRecommendationTypeRepositoryService'true],
  1854.             'Bluue\\CustomersBundle\\Repository\\CustomerGroupRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerGroupRepository''getCustomerGroupRepositoryService'true],
  1855.             'Bluue\\CustomersBundle\\Repository\\CustomerGroupTranslationRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerGroupTranslationRepository''getCustomerGroupTranslationRepositoryService'true],
  1856.             'Bluue\\CustomersBundle\\Repository\\CustomerRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  1857.             'Bluue\\CustomersBundle\\Repository\\CustomerTypeRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerTypeRepository''getCustomerTypeRepositoryService'true],
  1858.             'Bluue\\CustomersBundle\\Repository\\CustomerTypeTranslationRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerTypeTranslationRepository''getCustomerTypeTranslationRepositoryService'true],
  1859.             'Bluue\\DhlBundle\\Repository\\PackageTypeRepository' => ['privates''Bluue\\DhlBundle\\Repository\\PackageTypeRepository''getPackageTypeRepositoryService'true],
  1860.             'Bluue\\ImportProductsBundle\\Repository\\ImportErrorRepository' => ['privates''Bluue\\ImportProductsBundle\\Repository\\ImportErrorRepository''getImportErrorRepositoryService'true],
  1861.             'Bluue\\ImportProductsBundle\\Repository\\ImportRepository' => ['privates''Bluue\\ImportProductsBundle\\Repository\\ImportRepository''getImportRepositoryService'true],
  1862.             'Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductQuantityRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductQuantityRepository''getInventoryOriginalProductQuantityRepositoryService'true],
  1863.             'Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductRepository''getInventoryOriginalProductRepositoryService'true],
  1864.             'Bluue\\InventoriesBundle\\Repository\\InventoryProductQuantityRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryProductQuantityRepository''getInventoryProductQuantityRepositoryService'true],
  1865.             'Bluue\\InventoriesBundle\\Repository\\InventoryProductRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryProductRepository''getInventoryProductRepositoryService'true],
  1866.             'Bluue\\InventoriesBundle\\Repository\\InventoryRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryRepository''getInventoryRepositoryService'true],
  1867.             'Bluue\\LabelsBundle\\Repository\\LabelContextRepository' => ['privates''Bluue\\LabelsBundle\\Repository\\LabelContextRepository''getLabelContextRepositoryService'true],
  1868.             'Bluue\\LabelsBundle\\Repository\\LabelRepository' => ['privates''Bluue\\LabelsBundle\\Repository\\LabelRepository''getLabelRepositoryService'false],
  1869.             'Bluue\\LabelsBundle\\Repository\\PrintWaitingListRepository' => ['privates''Bluue\\LabelsBundle\\Repository\\PrintWaitingListRepository''getPrintWaitingListRepositoryService'true],
  1870.             'Bluue\\LabelsBundle\\Repository\\TemplateRepository' => ['privates''Bluue\\LabelsBundle\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1871.             'Bluue\\ManufacturingBundle\\Repository\\ProductOptionsRepository' => ['privates''Bluue\\ManufacturingBundle\\Repository\\ProductOptionsRepository''getProductOptionsRepositoryService'true],
  1872.             'Bluue\\PlanningBundle\\Repository\\SlotRepository' => ['privates''Bluue\\PlanningBundle\\Repository\\SlotRepository''getSlotRepositoryService'false],
  1873.             'Bluue\\PlanningBundle\\Repository\\SlotTypeRepository' => ['privates''Bluue\\PlanningBundle\\Repository\\SlotTypeRepository''getSlotTypeRepositoryService'true],
  1874.             'Bluue\\PlanningBundle\\Repository\\SlotUserRepository' => ['privates''Bluue\\PlanningBundle\\Repository\\SlotUserRepository''getSlotUserRepositoryService'true],
  1875.             'Bluue\\PrestashopConnectorBundle\\Repository\\CustomerImportRuleRepository' => ['privates''Bluue\\PrestashopConnectorBundle\\Repository\\CustomerImportRuleRepository''getCustomerImportRuleRepositoryService'true],
  1876.             'Bluue\\ProductReturnsBundle\\Repository\\CarrierOptionRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\CarrierOptionRepository''getCarrierOptionRepositoryService'true],
  1877.             'Bluue\\ProductReturnsBundle\\Repository\\ConvertedDocumentRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ConvertedDocumentRepository''getConvertedDocumentRepositoryService'true],
  1878.             'Bluue\\ProductReturnsBundle\\Repository\\ProductReturnLineRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ProductReturnLineRepository''getProductReturnLineRepositoryService'true],
  1879.             'Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository''getProductReturnRepositoryService'false],
  1880.             'Bluue\\ProductReturnsBundle\\Repository\\ReturnReasonRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ReturnReasonRepository''getReturnReasonRepositoryService'true],
  1881.             'Bluue\\ProductReturnsBundle\\Repository\\ReturnStateRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ReturnStateRepository''getReturnStateRepositoryService'true],
  1882.             'Bluue\\ProductsBundle\\Repository\\AttachmentRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttachmentRepository''getAttachmentRepositoryService'true],
  1883.             'Bluue\\ProductsBundle\\Repository\\AttachmentTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttachmentTranslationRepository''getAttachmentTranslationRepositoryService'true],
  1884.             'Bluue\\ProductsBundle\\Repository\\AttributeContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeContextRepository''getAttributeContextRepositoryService'true],
  1885.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeGroupContextRepository''getAttributeGroupContextRepositoryService'true],
  1886.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeGroupRepository''getAttributeGroupRepositoryService'true],
  1887.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeGroupTranslationRepository''getAttributeGroupTranslationRepositoryService'true],
  1888.             'Bluue\\ProductsBundle\\Repository\\AttributeRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeRepository''getAttributeRepositoryService'true],
  1889.             'Bluue\\ProductsBundle\\Repository\\AttributeTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeTranslationRepository''getAttributeTranslationRepositoryService'true],
  1890.             'Bluue\\ProductsBundle\\Repository\\BrandContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\BrandContextRepository''getBrandContextRepositoryService'true],
  1891.             'Bluue\\ProductsBundle\\Repository\\BrandRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\BrandRepository''getBrandRepositoryService'true],
  1892.             'Bluue\\ProductsBundle\\Repository\\BrandTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\BrandTranslationRepository''getBrandTranslationRepositoryService'true],
  1893.             'Bluue\\ProductsBundle\\Repository\\DeclinationAttributeRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\DeclinationAttributeRepository''getDeclinationAttributeRepositoryService'true],
  1894.             'Bluue\\ProductsBundle\\Repository\\DeclinationContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\DeclinationContextRepository''getDeclinationContextRepositoryService'true],
  1895.             'Bluue\\ProductsBundle\\Repository\\DeclinationImageRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\DeclinationImageRepository''getDeclinationImageRepositoryService'true],
  1896.             'Bluue\\ProductsBundle\\Repository\\DeclinationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\DeclinationRepository''getDeclinationRepositoryService'false],
  1897.             'Bluue\\ProductsBundle\\Repository\\Ean13Repository' => ['privates''Bluue\\ProductsBundle\\Repository\\Ean13Repository''getEan13RepositoryService'false],
  1898.             'Bluue\\ProductsBundle\\Repository\\EcoPartGroupRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\EcoPartGroupRepository''getEcoPartGroupRepositoryService'true],
  1899.             'Bluue\\ProductsBundle\\Repository\\EcoPartRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\EcoPartRepository''getEcoPartRepositoryService'true],
  1900.             'Bluue\\ProductsBundle\\Repository\\EcoPartTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\EcoPartTranslationRepository''getEcoPartTranslationRepositoryService'true],
  1901.             'Bluue\\ProductsBundle\\Repository\\FeatureContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureContextRepository''getFeatureContextRepositoryService'true],
  1902.             'Bluue\\ProductsBundle\\Repository\\FeatureRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureRepository''getFeatureRepositoryService'true],
  1903.             'Bluue\\ProductsBundle\\Repository\\FeatureTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureTranslationRepository''getFeatureTranslationRepositoryService'true],
  1904.             'Bluue\\ProductsBundle\\Repository\\FeatureValueContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureValueContextRepository''getFeatureValueContextRepositoryService'true],
  1905.             'Bluue\\ProductsBundle\\Repository\\FeatureValueRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureValueRepository''getFeatureValueRepositoryService'true],
  1906.             'Bluue\\ProductsBundle\\Repository\\FeatureValueTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureValueTranslationRepository''getFeatureValueTranslationRepositoryService'true],
  1907.             'Bluue\\ProductsBundle\\Repository\\PackProductRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\PackProductRepository''getPackProductRepositoryService'false],
  1908.             'Bluue\\ProductsBundle\\Repository\\PriceRuleRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\PriceRuleRepository''getPriceRuleRepositoryService'true],
  1909.             'Bluue\\ProductsBundle\\Repository\\ProductAttachmentRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductAttachmentRepository''getProductAttachmentRepositoryService'true],
  1910.             'Bluue\\ProductsBundle\\Repository\\ProductContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductContextRepository''getProductContextRepositoryService'false],
  1911.             'Bluue\\ProductsBundle\\Repository\\ProductFeatureRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductFeatureRepository''getProductFeatureRepositoryService'true],
  1912.             'Bluue\\ProductsBundle\\Repository\\ProductImageRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductImageRepository''getProductImageRepositoryService'false],
  1913.             'Bluue\\ProductsBundle\\Repository\\ProductImageTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductImageTranslationRepository''getProductImageTranslationRepositoryService'true],
  1914.             'Bluue\\ProductsBundle\\Repository\\ProductRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductRepository''getProductRepositoryService'false],
  1915.             'Bluue\\ProductsBundle\\Repository\\ProductTagRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1916.             'Bluue\\ProductsBundle\\Repository\\ProductTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductTranslationRepository''getProductTranslationRepositoryService'true],
  1917.             'Bluue\\ProductsBundle\\Repository\\ProductTypeRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductTypeRepository''getProductTypeRepositoryService'true],
  1918.             'Bluue\\ProductsBundle\\Repository\\RelatedProductRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1919.             'Bluue\\ProductsBundle\\Repository\\SearchAssociationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\SearchAssociationRepository''getSearchAssociationRepositoryService'false],
  1920.             'Bluue\\ProductsBundle\\Repository\\SearchWordRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\SearchWordRepository''getSearchWordRepositoryService'false],
  1921.             'Bluue\\ProductsBundle\\Repository\\SubstituteProductRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\SubstituteProductRepository''getSubstituteProductRepositoryService'true],
  1922.             'Bluue\\ProductsBundle\\Repository\\TagRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\TagRepository''getTagRepositoryService'true],
  1923.             'Bluue\\ProductsBundle\\Repository\\TagTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\TagTranslationRepository''getTagTranslationRepositoryService'true],
  1924.             'Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository''getProjectQuotationRepositoryService'false],
  1925.             'Bluue\\ProjectsBundle\\Repository\\ProjectRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectRepository''getProjectRepositoryService'true],
  1926.             'Bluue\\ProjectsBundle\\Repository\\ProjectStateRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectStateRepository''getProjectStateRepositoryService'true],
  1927.             'Bluue\\ProjectsBundle\\Repository\\ProjectStepRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectStepRepository''getProjectStepRepositoryService'true],
  1928.             'Bluue\\ProjectsBundle\\Repository\\ProjectTypeRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectTypeRepository''getProjectTypeRepositoryService'true],
  1929.             'Bluue\\ProjectsBundle\\Repository\\TaskModelRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskModelRepository''getTaskModelRepositoryService'true],
  1930.             'Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository''getTaskMonitoredRepositoryService'false],
  1931.             'Bluue\\ProjectsBundle\\Repository\\TaskPriorityRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskPriorityRepository''getTaskPriorityRepositoryService'true],
  1932.             'Bluue\\ProjectsBundle\\Repository\\TaskRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskRepository''getTaskRepositoryService'false],
  1933.             'Bluue\\ProjectsBundle\\Repository\\TaskStateRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskStateRepository''getTaskStateRepositoryService'true],
  1934.             'Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository''getTaskTimeRepositoryService'false],
  1935.             'Bluue\\ProjectsBundle\\Repository\\TodoRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TodoRepository''getTodoRepositoryService'true],
  1936.             'Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceLineRepository' => ['privates''Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceLineRepository''getRecurringInvoiceLineRepositoryService'true],
  1937.             'Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceRepository' => ['privates''Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceRepository''getRecurringInvoiceRepositoryService'true],
  1938.             'Bluue\\SalesBundle\\Repository\\AdditionalPdfRepository' => ['privates''Bluue\\SalesBundle\\Repository\\AdditionalPdfRepository''getAdditionalPdfRepositoryService'false],
  1939.             'Bluue\\SalesBundle\\Repository\\BankRepository' => ['privates''Bluue\\SalesBundle\\Repository\\BankRepository''getBankRepositoryService'true],
  1940.             'Bluue\\SalesBundle\\Repository\\CreditNoteLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\CreditNoteLineRepository''getCreditNoteLineRepositoryService'true],
  1941.             'Bluue\\SalesBundle\\Repository\\CreditNoteRepository' => ['privates''Bluue\\SalesBundle\\Repository\\CreditNoteRepository''getCreditNoteRepositoryService'true],
  1942.             'Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository' => ['privates''Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository''getCustomerOptionsRepositoryService'false],
  1943.             'Bluue\\SalesBundle\\Repository\\DeliveryNoteLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\DeliveryNoteLineRepository''getDeliveryNoteLineRepositoryService'true],
  1944.             'Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository' => ['privates''Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository''getDeliveryNoteRepositoryService'false],
  1945.             'Bluue\\SalesBundle\\Repository\\DocumentPaymentRepository' => ['privates''Bluue\\SalesBundle\\Repository\\DocumentPaymentRepository''getDocumentPaymentRepositoryService'true],
  1946.             'Bluue\\SalesBundle\\Repository\\InvoiceLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\InvoiceLineRepository''getInvoiceLineRepositoryService'true],
  1947.             'Bluue\\SalesBundle\\Repository\\InvoiceRepository' => ['privates''Bluue\\SalesBundle\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  1948.             'Bluue\\SalesBundle\\Repository\\LineTypeRepository' => ['privates''Bluue\\SalesBundle\\Repository\\LineTypeRepository''getLineTypeRepositoryService'true],
  1949.             'Bluue\\SalesBundle\\Repository\\OrderHistoryRepository' => ['privates''Bluue\\SalesBundle\\Repository\\OrderHistoryRepository''getOrderHistoryRepositoryService'true],
  1950.             'Bluue\\SalesBundle\\Repository\\OrderLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\OrderLineRepository''getOrderLineRepositoryService'true],
  1951.             'Bluue\\SalesBundle\\Repository\\OrderRepository' => ['privates''Bluue\\SalesBundle\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1952.             'Bluue\\SalesBundle\\Repository\\OrderStateRepository' => ['privates''Bluue\\SalesBundle\\Repository\\OrderStateRepository''getOrderStateRepositoryService'true],
  1953.             'Bluue\\SalesBundle\\Repository\\PaymentExpectationRepository' => ['privates''Bluue\\SalesBundle\\Repository\\PaymentExpectationRepository''getPaymentExpectationRepositoryService'true],
  1954.             'Bluue\\SalesBundle\\Repository\\PaymentMethodRepository' => ['privates''Bluue\\SalesBundle\\Repository\\PaymentMethodRepository''getPaymentMethodRepositoryService'true],
  1955.             'Bluue\\SalesBundle\\Repository\\PaymentRepository' => ['privates''Bluue\\SalesBundle\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1956.             'Bluue\\SalesBundle\\Repository\\PaymentTermRepository' => ['privates''Bluue\\SalesBundle\\Repository\\PaymentTermRepository''getPaymentTermRepositoryService'true],
  1957.             'Bluue\\SalesBundle\\Repository\\QuotationLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\QuotationLineRepository''getQuotationLineRepositoryService'true],
  1958.             'Bluue\\SalesBundle\\Repository\\QuotationRepository' => ['privates''Bluue\\SalesBundle\\Repository\\QuotationRepository''getQuotationRepositoryService'true],
  1959.             'Bluue\\SalesBundle\\Repository\\RelaunchLevelRepository' => ['privates''Bluue\\SalesBundle\\Repository\\RelaunchLevelRepository''getRelaunchLevelRepositoryService'true],
  1960.             'Bluue\\ShipmentsBundle\\Repository\\BurstRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\BurstRepository''getBurstRepositoryService'true],
  1961.             'Bluue\\ShipmentsBundle\\Repository\\CarrierContextRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\CarrierContextRepository''getCarrierContextRepositoryService'true],
  1962.             'Bluue\\ShipmentsBundle\\Repository\\CarrierRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\CarrierRepository''getCarrierRepositoryService'true],
  1963.             'Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository''getOrderOptionsRepositoryService'false],
  1964.             'Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository''getOrderPreparationHistoryRepositoryService'false],
  1965.             'Bluue\\ShipmentsBundle\\Repository\\OrderStateForBurstRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\OrderStateForBurstRepository''getOrderStateForBurstRepositoryService'true],
  1966.             'Bluue\\ShipmentsBundle\\Repository\\OrderStateForMajStatutRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\OrderStateForMajStatutRepository''getOrderStateForMajStatutRepositoryService'true],
  1967.             'Bluue\\ShipmentsBundle\\Repository\\PickingHistoryRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\PickingHistoryRepository''getPickingHistoryRepositoryService'false],
  1968.             'Bluue\\ShipmentsBundle\\Repository\\ShoppingCartLocationRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\ShoppingCartLocationRepository''getShoppingCartLocationRepositoryService'true],
  1969.             'Bluue\\ShipmentsBundle\\Repository\\ShoppingCartRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\ShoppingCartRepository''getShoppingCartRepositoryService'true],
  1970.             'Bluue\\ShopModulesBundle\\Repository\\ModuleRepository' => ['privates''Bluue\\ShopModulesBundle\\Repository\\ModuleRepository''getModuleRepositoryService'true],
  1971.             'Bluue\\ShopModulesBundle\\Repository\\ModuleVersionRepository' => ['privates''Bluue\\ShopModulesBundle\\Repository\\ModuleVersionRepository''getModuleVersionRepositoryService'true],
  1972.             'Bluue\\ShopModulesBundle\\Repository\\PlatformRepository' => ['privates''Bluue\\ShopModulesBundle\\Repository\\PlatformRepository''getPlatformRepository2Service'true],
  1973.             'Bluue\\SitesBundle\\Repository\\NoteTypeRepository' => ['privates''Bluue\\SitesBundle\\Repository\\NoteTypeRepository''getNoteTypeRepositoryService'true],
  1974.             'Bluue\\SitesBundle\\Repository\\NoteTypeTranslationRepository' => ['privates''Bluue\\SitesBundle\\Repository\\NoteTypeTranslationRepository''getNoteTypeTranslationRepositoryService'true],
  1975.             'Bluue\\SitesBundle\\Repository\\PlatformRepository' => ['privates''Bluue\\SitesBundle\\Repository\\PlatformRepository''getPlatformRepositoryService'true],
  1976.             'Bluue\\SitesBundle\\Repository\\SiteNoteRepository' => ['privates''Bluue\\SitesBundle\\Repository\\SiteNoteRepository''getSiteNoteRepositoryService'true],
  1977.             'Bluue\\SitesBundle\\Repository\\SiteRepository' => ['privates''Bluue\\SitesBundle\\Repository\\SiteRepository''getSiteRepositoryService'true],
  1978.             'Bluue\\StocksBundle\\Repository\\DateTypeRepository' => ['privates''Bluue\\StocksBundle\\Repository\\DateTypeRepository''getDateTypeRepositoryService'true],
  1979.             'Bluue\\StocksBundle\\Repository\\LocationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\LocationRepository''getLocationRepositoryService'false],
  1980.             'Bluue\\StocksBundle\\Repository\\MassStockEntryLineRepository' => ['privates''Bluue\\StocksBundle\\Repository\\MassStockEntryLineRepository''getMassStockEntryLineRepositoryService'true],
  1981.             'Bluue\\StocksBundle\\Repository\\MassStockEntryRepository' => ['privates''Bluue\\StocksBundle\\Repository\\MassStockEntryRepository''getMassStockEntryRepositoryService'true],
  1982.             'Bluue\\StocksBundle\\Repository\\MassStockRemovalLineRepository' => ['privates''Bluue\\StocksBundle\\Repository\\MassStockRemovalLineRepository''getMassStockRemovalLineRepositoryService'true],
  1983.             'Bluue\\StocksBundle\\Repository\\MassStockRemovalRepository' => ['privates''Bluue\\StocksBundle\\Repository\\MassStockRemovalRepository''getMassStockRemovalRepositoryService'true],
  1984.             'Bluue\\StocksBundle\\Repository\\ProductConfigurationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\ProductConfigurationRepository''getProductConfigurationRepositoryService'false],
  1985.             'Bluue\\StocksBundle\\Repository\\StockLocationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockLocationRepository''getStockLocationRepositoryService'false],
  1986.             'Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository''getStockMovementReasonRepositoryService'false],
  1987.             'Bluue\\StocksBundle\\Repository\\StockMovementRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockMovementRepository''getStockMovementRepositoryService'false],
  1988.             'Bluue\\StocksBundle\\Repository\\StockOrderLineLocationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockOrderLineLocationRepository''getStockOrderLineLocationRepositoryService'false],
  1989.             'Bluue\\StocksBundle\\Repository\\StockOrderLineRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockOrderLineRepository''getStockOrderLineRepositoryService'false],
  1990.             'Bluue\\StocksBundle\\Repository\\StockProductRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockProductRepository''getStockProductRepositoryService'false],
  1991.             'Bluue\\StocksBundle\\Repository\\StockProductRootContextRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockProductRootContextRepository''getStockProductRootContextRepositoryService'false],
  1992.             'Bluue\\StocksBundle\\Repository\\StockProductRootRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockProductRootRepository''getStockProductRootRepositoryService'false],
  1993.             'Bluue\\StocksBundle\\Repository\\StockQuantityRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockQuantityRepository''getStockQuantityRepositoryService'false],
  1994.             'Bluue\\StocksBundle\\Repository\\SubLocationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\SubLocationRepository''getSubLocationRepositoryService'true],
  1995.             'Bluue\\StocksBundle\\Repository\\WarehouseRepository' => ['privates''Bluue\\StocksBundle\\Repository\\WarehouseRepository''getWarehouseRepositoryService'false],
  1996.             'Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository''getProductSupplierContextRepositoryService'false],
  1997.             'Bluue\\SuppliersBundle\\Repository\\ProductSupplierRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\ProductSupplierRepository''getProductSupplierRepositoryService'true],
  1998.             'Bluue\\SuppliersBundle\\Repository\\QuantityThresholdRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\QuantityThresholdRepository''getQuantityThresholdRepositoryService'true],
  1999.             'Bluue\\SuppliersBundle\\Repository\\SupplierAddressRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierAddressRepository''getSupplierAddressRepositoryService'true],
  2000.             'Bluue\\SuppliersBundle\\Repository\\SupplierContactRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierContactRepository''getSupplierContactRepositoryService'true],
  2001.             'Bluue\\SuppliersBundle\\Repository\\SupplierContextRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierContextRepository''getSupplierContextRepositoryService'true],
  2002.             'Bluue\\SuppliersBundle\\Repository\\SupplierRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierRepository''getSupplierRepositoryService'false],
  2003.             'Bluue\\SuppliersBundle\\Repository\\SupplierTypeRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierTypeRepository''getSupplierTypeRepositoryService'true],
  2004.             'Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderErrorRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderErrorRepository''getImportOrderErrorRepositoryService'true],
  2005.             'Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderRepository''getImportOrderRepositoryService'true],
  2006.             'Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteLineRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteLineRepository''getReceiptNoteLineRepositoryService'true],
  2007.             'Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteRepository''getReceiptNoteRepositoryService'true],
  2008.             'Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderLineRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderLineRepository''getSupplierOrderLineRepositoryService'true],
  2009.             'Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderRepository''getSupplierOrderRepositoryService'true],
  2010.             'Bluue\\TicketsBundle\\Repository\\ClosingMotifRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\ClosingMotifRepository''getClosingMotifRepositoryService'true],
  2011.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\PredefinedMessageRepository''getPredefinedMessageRepositoryService'true],
  2012.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeRepository''getPredefinedMessageStatusChangeRepositoryService'true],
  2013.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeTranslationRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeTranslationRepository''getPredefinedMessageStatusChangeTranslationRepositoryService'true],
  2014.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageTranslationRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\PredefinedMessageTranslationRepository''getPredefinedMessageTranslationRepositoryService'true],
  2015.             'Bluue\\TicketsBundle\\Repository\\RelaunchRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\RelaunchRepository''getRelaunchRepositoryService'true],
  2016.             'Bluue\\TicketsBundle\\Repository\\TagRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TagRepository''getTagRepository2Service'true],
  2017.             'Bluue\\TicketsBundle\\Repository\\TagTranslationRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TagTranslationRepository''getTagTranslationRepository2Service'true],
  2018.             'Bluue\\TicketsBundle\\Repository\\TicketMessageAttachmentRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketMessageAttachmentRepository''getTicketMessageAttachmentRepositoryService'true],
  2019.             'Bluue\\TicketsBundle\\Repository\\TicketMessageRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketMessageRepository''getTicketMessageRepositoryService'true],
  2020.             'Bluue\\TicketsBundle\\Repository\\TicketRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketRepository''getTicketRepositoryService'true],
  2021.             'Bluue\\TicketsBundle\\Repository\\TicketStateRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketStateRepository''getTicketStateRepositoryService'true],
  2022.             'Bluue\\TicketsBundle\\Repository\\TicketTagRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketTagRepository''getTicketTagRepositoryService'true],
  2023.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillLineRepository' => ['privates''Bluue\\UtilityBillsBundle\\Repository\\UtilityBillLineRepository''getUtilityBillLineRepositoryService'true],
  2024.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillOrderRepository' => ['privates''Bluue\\UtilityBillsBundle\\Repository\\UtilityBillOrderRepository''getUtilityBillOrderRepositoryService'true],
  2025.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillRepository' => ['privates''Bluue\\UtilityBillsBundle\\Repository\\UtilityBillRepository''getUtilityBillRepositoryService'true],
  2026.         ], [
  2027.             'App\\Repository\\ActivityRepository' => '?',
  2028.             'App\\Repository\\BundleRepository' => '?',
  2029.             'App\\Repository\\CityWithPostcodeRepository' => '?',
  2030.             'App\\Repository\\ConfigurationRepository' => '?',
  2031.             'App\\Repository\\ContextRepository' => '?',
  2032.             'App\\Repository\\CountryRepository' => '?',
  2033.             'App\\Repository\\CountryStateRepository' => '?',
  2034.             'App\\Repository\\CountryTranslationRepository' => '?',
  2035.             'App\\Repository\\CountryZoneRepository' => '?',
  2036.             'App\\Repository\\CountryZoneTranslationRepository' => '?',
  2037.             'App\\Repository\\CurrencyRepository' => '?',
  2038.             'App\\Repository\\EstablishmentRepository' => '?',
  2039.             'App\\Repository\\FileManagerRepository' => '?',
  2040.             'App\\Repository\\LanguageRepository' => '?',
  2041.             'App\\Repository\\MailMessageRepository' => '?',
  2042.             'App\\Repository\\MailServerRepository' => '?',
  2043.             'App\\Repository\\MenuRepository' => '?',
  2044.             'App\\Repository\\NotificationRepository' => '?',
  2045.             'App\\Repository\\ProfileRepository' => '?',
  2046.             'App\\Repository\\SavePdfRepository' => '?',
  2047.             'App\\Repository\\TaxRepository' => '?',
  2048.             'App\\Repository\\TaxRuleCountryRepository' => '?',
  2049.             'App\\Repository\\TaxRuleRepository' => '?',
  2050.             'App\\Repository\\TaxRuleTranslationRepository' => '?',
  2051.             'App\\Repository\\TaxTranslationRepository' => '?',
  2052.             'App\\Repository\\TeamRepository' => '?',
  2053.             'App\\Repository\\TeamTranslationRepository' => '?',
  2054.             'App\\Repository\\TeamUserRepository' => '?',
  2055.             'App\\Repository\\UnitMeasureRepository' => '?',
  2056.             'App\\Repository\\UserContextRepository' => '?',
  2057.             'App\\Repository\\UserLoginLogRepository' => '?',
  2058.             'App\\Repository\\UserRepository' => '?',
  2059.             'App\\Repository\\UsersEstablishmentsRepository' => '?',
  2060.             'App\\Repository\\WebserviceKeyRepository' => '?',
  2061.             'App\\Repository\\WebservicePermissionRepository' => '?',
  2062.             'Bluue\\AccountingBundle\\Repository\\AccountRepository' => '?',
  2063.             'Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository' => '?',
  2064.             'Bluue\\AccountingBundle\\Repository\\ProductAccountRepository' => '?',
  2065.             'Bluue\\ApiCmsBundle\\Repository\\MappingRepository' => '?',
  2066.             'Bluue\\CategoriesBundle\\Repository\\CategoryContextRepository' => '?',
  2067.             'Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository' => '?',
  2068.             'Bluue\\CategoriesBundle\\Repository\\CategoryRepository' => '?',
  2069.             'Bluue\\CategoriesBundle\\Repository\\CategoryTranslationRepository' => '?',
  2070.             'Bluue\\CrmBundle\\Repository\\OpportunityActivityRepository' => '?',
  2071.             'Bluue\\CrmBundle\\Repository\\OpportunityDocumentRepository' => '?',
  2072.             'Bluue\\CrmBundle\\Repository\\OpportunityPriorityRepository' => '?',
  2073.             'Bluue\\CrmBundle\\Repository\\OpportunityProductRepository' => '?',
  2074.             'Bluue\\CrmBundle\\Repository\\OpportunityRepository' => '?',
  2075.             'Bluue\\CrmBundle\\Repository\\OpportunityStateRepository' => '?',
  2076.             'Bluue\\CrmBundle\\Repository\\RecommendationTypeRepository' => '?',
  2077.             'Bluue\\CustomersBundle\\Repository\\CustomerGroupRepository' => '?',
  2078.             'Bluue\\CustomersBundle\\Repository\\CustomerGroupTranslationRepository' => '?',
  2079.             'Bluue\\CustomersBundle\\Repository\\CustomerRepository' => '?',
  2080.             'Bluue\\CustomersBundle\\Repository\\CustomerTypeRepository' => '?',
  2081.             'Bluue\\CustomersBundle\\Repository\\CustomerTypeTranslationRepository' => '?',
  2082.             'Bluue\\DhlBundle\\Repository\\PackageTypeRepository' => '?',
  2083.             'Bluue\\ImportProductsBundle\\Repository\\ImportErrorRepository' => '?',
  2084.             'Bluue\\ImportProductsBundle\\Repository\\ImportRepository' => '?',
  2085.             'Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductQuantityRepository' => '?',
  2086.             'Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductRepository' => '?',
  2087.             'Bluue\\InventoriesBundle\\Repository\\InventoryProductQuantityRepository' => '?',
  2088.             'Bluue\\InventoriesBundle\\Repository\\InventoryProductRepository' => '?',
  2089.             'Bluue\\InventoriesBundle\\Repository\\InventoryRepository' => '?',
  2090.             'Bluue\\LabelsBundle\\Repository\\LabelContextRepository' => '?',
  2091.             'Bluue\\LabelsBundle\\Repository\\LabelRepository' => '?',
  2092.             'Bluue\\LabelsBundle\\Repository\\PrintWaitingListRepository' => '?',
  2093.             'Bluue\\LabelsBundle\\Repository\\TemplateRepository' => '?',
  2094.             'Bluue\\ManufacturingBundle\\Repository\\ProductOptionsRepository' => '?',
  2095.             'Bluue\\PlanningBundle\\Repository\\SlotRepository' => '?',
  2096.             'Bluue\\PlanningBundle\\Repository\\SlotTypeRepository' => '?',
  2097.             'Bluue\\PlanningBundle\\Repository\\SlotUserRepository' => '?',
  2098.             'Bluue\\PrestashopConnectorBundle\\Repository\\CustomerImportRuleRepository' => '?',
  2099.             'Bluue\\ProductReturnsBundle\\Repository\\CarrierOptionRepository' => '?',
  2100.             'Bluue\\ProductReturnsBundle\\Repository\\ConvertedDocumentRepository' => '?',
  2101.             'Bluue\\ProductReturnsBundle\\Repository\\ProductReturnLineRepository' => '?',
  2102.             'Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository' => '?',
  2103.             'Bluue\\ProductReturnsBundle\\Repository\\ReturnReasonRepository' => '?',
  2104.             'Bluue\\ProductReturnsBundle\\Repository\\ReturnStateRepository' => '?',
  2105.             'Bluue\\ProductsBundle\\Repository\\AttachmentRepository' => '?',
  2106.             'Bluue\\ProductsBundle\\Repository\\AttachmentTranslationRepository' => '?',
  2107.             'Bluue\\ProductsBundle\\Repository\\AttributeContextRepository' => '?',
  2108.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupContextRepository' => '?',
  2109.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupRepository' => '?',
  2110.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupTranslationRepository' => '?',
  2111.             'Bluue\\ProductsBundle\\Repository\\AttributeRepository' => '?',
  2112.             'Bluue\\ProductsBundle\\Repository\\AttributeTranslationRepository' => '?',
  2113.             'Bluue\\ProductsBundle\\Repository\\BrandContextRepository' => '?',
  2114.             'Bluue\\ProductsBundle\\Repository\\BrandRepository' => '?',
  2115.             'Bluue\\ProductsBundle\\Repository\\BrandTranslationRepository' => '?',
  2116.             'Bluue\\ProductsBundle\\Repository\\DeclinationAttributeRepository' => '?',
  2117.             'Bluue\\ProductsBundle\\Repository\\DeclinationContextRepository' => '?',
  2118.             'Bluue\\ProductsBundle\\Repository\\DeclinationImageRepository' => '?',
  2119.             'Bluue\\ProductsBundle\\Repository\\DeclinationRepository' => '?',
  2120.             'Bluue\\ProductsBundle\\Repository\\Ean13Repository' => '?',
  2121.             'Bluue\\ProductsBundle\\Repository\\EcoPartGroupRepository' => '?',
  2122.             'Bluue\\ProductsBundle\\Repository\\EcoPartRepository' => '?',
  2123.             'Bluue\\ProductsBundle\\Repository\\EcoPartTranslationRepository' => '?',
  2124.             'Bluue\\ProductsBundle\\Repository\\FeatureContextRepository' => '?',
  2125.             'Bluue\\ProductsBundle\\Repository\\FeatureRepository' => '?',
  2126.             'Bluue\\ProductsBundle\\Repository\\FeatureTranslationRepository' => '?',
  2127.             'Bluue\\ProductsBundle\\Repository\\FeatureValueContextRepository' => '?',
  2128.             'Bluue\\ProductsBundle\\Repository\\FeatureValueRepository' => '?',
  2129.             'Bluue\\ProductsBundle\\Repository\\FeatureValueTranslationRepository' => '?',
  2130.             'Bluue\\ProductsBundle\\Repository\\PackProductRepository' => '?',
  2131.             'Bluue\\ProductsBundle\\Repository\\PriceRuleRepository' => '?',
  2132.             'Bluue\\ProductsBundle\\Repository\\ProductAttachmentRepository' => '?',
  2133.             'Bluue\\ProductsBundle\\Repository\\ProductContextRepository' => '?',
  2134.             'Bluue\\ProductsBundle\\Repository\\ProductFeatureRepository' => '?',
  2135.             'Bluue\\ProductsBundle\\Repository\\ProductImageRepository' => '?',
  2136.             'Bluue\\ProductsBundle\\Repository\\ProductImageTranslationRepository' => '?',
  2137.             'Bluue\\ProductsBundle\\Repository\\ProductRepository' => '?',
  2138.             'Bluue\\ProductsBundle\\Repository\\ProductTagRepository' => '?',
  2139.             'Bluue\\ProductsBundle\\Repository\\ProductTranslationRepository' => '?',
  2140.             'Bluue\\ProductsBundle\\Repository\\ProductTypeRepository' => '?',
  2141.             'Bluue\\ProductsBundle\\Repository\\RelatedProductRepository' => '?',
  2142.             'Bluue\\ProductsBundle\\Repository\\SearchAssociationRepository' => '?',
  2143.             'Bluue\\ProductsBundle\\Repository\\SearchWordRepository' => '?',
  2144.             'Bluue\\ProductsBundle\\Repository\\SubstituteProductRepository' => '?',
  2145.             'Bluue\\ProductsBundle\\Repository\\TagRepository' => '?',
  2146.             'Bluue\\ProductsBundle\\Repository\\TagTranslationRepository' => '?',
  2147.             'Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository' => '?',
  2148.             'Bluue\\ProjectsBundle\\Repository\\ProjectRepository' => '?',
  2149.             'Bluue\\ProjectsBundle\\Repository\\ProjectStateRepository' => '?',
  2150.             'Bluue\\ProjectsBundle\\Repository\\ProjectStepRepository' => '?',
  2151.             'Bluue\\ProjectsBundle\\Repository\\ProjectTypeRepository' => '?',
  2152.             'Bluue\\ProjectsBundle\\Repository\\TaskModelRepository' => '?',
  2153.             'Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository' => '?',
  2154.             'Bluue\\ProjectsBundle\\Repository\\TaskPriorityRepository' => '?',
  2155.             'Bluue\\ProjectsBundle\\Repository\\TaskRepository' => '?',
  2156.             'Bluue\\ProjectsBundle\\Repository\\TaskStateRepository' => '?',
  2157.             'Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository' => '?',
  2158.             'Bluue\\ProjectsBundle\\Repository\\TodoRepository' => '?',
  2159.             'Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceLineRepository' => '?',
  2160.             'Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceRepository' => '?',
  2161.             'Bluue\\SalesBundle\\Repository\\AdditionalPdfRepository' => '?',
  2162.             'Bluue\\SalesBundle\\Repository\\BankRepository' => '?',
  2163.             'Bluue\\SalesBundle\\Repository\\CreditNoteLineRepository' => '?',
  2164.             'Bluue\\SalesBundle\\Repository\\CreditNoteRepository' => '?',
  2165.             'Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository' => '?',
  2166.             'Bluue\\SalesBundle\\Repository\\DeliveryNoteLineRepository' => '?',
  2167.             'Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository' => '?',
  2168.             'Bluue\\SalesBundle\\Repository\\DocumentPaymentRepository' => '?',
  2169.             'Bluue\\SalesBundle\\Repository\\InvoiceLineRepository' => '?',
  2170.             'Bluue\\SalesBundle\\Repository\\InvoiceRepository' => '?',
  2171.             'Bluue\\SalesBundle\\Repository\\LineTypeRepository' => '?',
  2172.             'Bluue\\SalesBundle\\Repository\\OrderHistoryRepository' => '?',
  2173.             'Bluue\\SalesBundle\\Repository\\OrderLineRepository' => '?',
  2174.             'Bluue\\SalesBundle\\Repository\\OrderRepository' => '?',
  2175.             'Bluue\\SalesBundle\\Repository\\OrderStateRepository' => '?',
  2176.             'Bluue\\SalesBundle\\Repository\\PaymentExpectationRepository' => '?',
  2177.             'Bluue\\SalesBundle\\Repository\\PaymentMethodRepository' => '?',
  2178.             'Bluue\\SalesBundle\\Repository\\PaymentRepository' => '?',
  2179.             'Bluue\\SalesBundle\\Repository\\PaymentTermRepository' => '?',
  2180.             'Bluue\\SalesBundle\\Repository\\QuotationLineRepository' => '?',
  2181.             'Bluue\\SalesBundle\\Repository\\QuotationRepository' => '?',
  2182.             'Bluue\\SalesBundle\\Repository\\RelaunchLevelRepository' => '?',
  2183.             'Bluue\\ShipmentsBundle\\Repository\\BurstRepository' => '?',
  2184.             'Bluue\\ShipmentsBundle\\Repository\\CarrierContextRepository' => '?',
  2185.             'Bluue\\ShipmentsBundle\\Repository\\CarrierRepository' => '?',
  2186.             'Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository' => '?',
  2187.             'Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository' => '?',
  2188.             'Bluue\\ShipmentsBundle\\Repository\\OrderStateForBurstRepository' => '?',
  2189.             'Bluue\\ShipmentsBundle\\Repository\\OrderStateForMajStatutRepository' => '?',
  2190.             'Bluue\\ShipmentsBundle\\Repository\\PickingHistoryRepository' => '?',
  2191.             'Bluue\\ShipmentsBundle\\Repository\\ShoppingCartLocationRepository' => '?',
  2192.             'Bluue\\ShipmentsBundle\\Repository\\ShoppingCartRepository' => '?',
  2193.             'Bluue\\ShopModulesBundle\\Repository\\ModuleRepository' => '?',
  2194.             'Bluue\\ShopModulesBundle\\Repository\\ModuleVersionRepository' => '?',
  2195.             'Bluue\\ShopModulesBundle\\Repository\\PlatformRepository' => '?',
  2196.             'Bluue\\SitesBundle\\Repository\\NoteTypeRepository' => '?',
  2197.             'Bluue\\SitesBundle\\Repository\\NoteTypeTranslationRepository' => '?',
  2198.             'Bluue\\SitesBundle\\Repository\\PlatformRepository' => '?',
  2199.             'Bluue\\SitesBundle\\Repository\\SiteNoteRepository' => '?',
  2200.             'Bluue\\SitesBundle\\Repository\\SiteRepository' => '?',
  2201.             'Bluue\\StocksBundle\\Repository\\DateTypeRepository' => '?',
  2202.             'Bluue\\StocksBundle\\Repository\\LocationRepository' => '?',
  2203.             'Bluue\\StocksBundle\\Repository\\MassStockEntryLineRepository' => '?',
  2204.             'Bluue\\StocksBundle\\Repository\\MassStockEntryRepository' => '?',
  2205.             'Bluue\\StocksBundle\\Repository\\MassStockRemovalLineRepository' => '?',
  2206.             'Bluue\\StocksBundle\\Repository\\MassStockRemovalRepository' => '?',
  2207.             'Bluue\\StocksBundle\\Repository\\ProductConfigurationRepository' => '?',
  2208.             'Bluue\\StocksBundle\\Repository\\StockLocationRepository' => '?',
  2209.             'Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository' => '?',
  2210.             'Bluue\\StocksBundle\\Repository\\StockMovementRepository' => '?',
  2211.             'Bluue\\StocksBundle\\Repository\\StockOrderLineLocationRepository' => '?',
  2212.             'Bluue\\StocksBundle\\Repository\\StockOrderLineRepository' => '?',
  2213.             'Bluue\\StocksBundle\\Repository\\StockProductRepository' => '?',
  2214.             'Bluue\\StocksBundle\\Repository\\StockProductRootContextRepository' => '?',
  2215.             'Bluue\\StocksBundle\\Repository\\StockProductRootRepository' => '?',
  2216.             'Bluue\\StocksBundle\\Repository\\StockQuantityRepository' => '?',
  2217.             'Bluue\\StocksBundle\\Repository\\SubLocationRepository' => '?',
  2218.             'Bluue\\StocksBundle\\Repository\\WarehouseRepository' => '?',
  2219.             'Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository' => '?',
  2220.             'Bluue\\SuppliersBundle\\Repository\\ProductSupplierRepository' => '?',
  2221.             'Bluue\\SuppliersBundle\\Repository\\QuantityThresholdRepository' => '?',
  2222.             'Bluue\\SuppliersBundle\\Repository\\SupplierAddressRepository' => '?',
  2223.             'Bluue\\SuppliersBundle\\Repository\\SupplierContactRepository' => '?',
  2224.             'Bluue\\SuppliersBundle\\Repository\\SupplierContextRepository' => '?',
  2225.             'Bluue\\SuppliersBundle\\Repository\\SupplierRepository' => '?',
  2226.             'Bluue\\SuppliersBundle\\Repository\\SupplierTypeRepository' => '?',
  2227.             'Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderErrorRepository' => '?',
  2228.             'Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderRepository' => '?',
  2229.             'Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteLineRepository' => '?',
  2230.             'Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteRepository' => '?',
  2231.             'Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderLineRepository' => '?',
  2232.             'Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderRepository' => '?',
  2233.             'Bluue\\TicketsBundle\\Repository\\ClosingMotifRepository' => '?',
  2234.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageRepository' => '?',
  2235.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeRepository' => '?',
  2236.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeTranslationRepository' => '?',
  2237.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageTranslationRepository' => '?',
  2238.             'Bluue\\TicketsBundle\\Repository\\RelaunchRepository' => '?',
  2239.             'Bluue\\TicketsBundle\\Repository\\TagRepository' => '?',
  2240.             'Bluue\\TicketsBundle\\Repository\\TagTranslationRepository' => '?',
  2241.             'Bluue\\TicketsBundle\\Repository\\TicketMessageAttachmentRepository' => '?',
  2242.             'Bluue\\TicketsBundle\\Repository\\TicketMessageRepository' => '?',
  2243.             'Bluue\\TicketsBundle\\Repository\\TicketRepository' => '?',
  2244.             'Bluue\\TicketsBundle\\Repository\\TicketStateRepository' => '?',
  2245.             'Bluue\\TicketsBundle\\Repository\\TicketTagRepository' => '?',
  2246.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillLineRepository' => '?',
  2247.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillOrderRepository' => '?',
  2248.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillRepository' => '?',
  2249.         ])));
  2250.         $a->addCustomStringFunction('CONCAT_WS''DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  2251.         $a->addCustomStringFunction('FLOOR''DoctrineExtensions\\Query\\Mysql\\Floor');
  2252.         $a->addCustomStringFunction('ROUND''DoctrineExtensions\\Query\\Mysql\\Round');
  2253.         $a->addCustomStringFunction('LPAD''DoctrineExtensions\\Query\\Mysql\\Lpad');
  2254.         $a->addCustomStringFunction('CAST''DoctrineExtensions\\Query\\Mysql\\Cast');
  2255.         $a->addCustomStringFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  2256.         $a->addCustomStringFunction('ADDTIME''DoctrineExtensions\\Query\\Mysql\\AddTime');
  2257.         $a->addCustomStringFunction('TIME''DoctrineExtensions\\Query\\Mysql\\Time');
  2258.         $a->addCustomStringFunction('TIMEDIFF''DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  2259.         $a->addCustomStringFunction('ifnull''DoctrineExtensions\\Query\\Mysql\\IfNull');
  2260.         $a->addCustomStringFunction('IFELSE''DoctrineExtensions\\Query\\Mysql\\IfElse');
  2261.         $a->addCustomStringFunction('replace''DoctrineExtensions\\Query\\Mysql\\Replace');
  2262.         $a->addCustomStringFunction('unhex''DoctrineExtensions\\Query\\Mysql\\Unhex');
  2263.         $a->addCustomStringFunction('HEX''DoctrineExtensions\\Query\\Mysql\\Hex');
  2264.         $a->addCustomStringFunction('MATCH''DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  2265.         $a->addCustomStringFunction('GROUP_CONCAT''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  2266.         $a->addCustomStringFunction('DATEADD''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  2267.         $a->addCustomStringFunction('DATESUB''DoctrineExtensions\\Query\\Mysql\\DateSub');
  2268.         $a->addCustomStringFunction('DAY''DoctrineExtensions\\Query\\Mysql\\Day');
  2269.         $a->addCustomStringFunction('MONTH''DoctrineExtensions\\Query\\Mysql\\Month');
  2270.         $a->addCustomStringFunction('JSON_EXTRACT''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
  2271.         $a->addCustomStringFunction('JSON_TYPE''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonType');
  2272.         $a->addCustomStringFunction('JSON_UNQUOTE''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonUnquote');
  2273.         $a->addCustomStringFunction('JSON_SEARCH''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSearch');
  2274.         $a->addCustomStringFunction('JSON_INSERT''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonInsert');
  2275.         $a->addCustomStringFunction('JSON_CONTAINS''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonContains');
  2276.         $a->addCustomStringFunction('JSON_MERGE''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonMerge');
  2277.         $a->addCustomStringFunction('JSON_MERGE_PATCH''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonMergePatch');
  2278.         $a->addCustomStringFunction('JSON_SET''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSet');
  2279.         $a->addCustomStringFunction('FIRST''App\\Query\\First');
  2280.         $a->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  2281.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  2282.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  2283.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  2284.         return $instance;
  2285.     }
  2286.     /**
  2287.      * Gets the public 'event_dispatcher' shared service.
  2288.      *
  2289.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2290.      */
  2291.     protected function getEventDispatcherService()
  2292.     {
  2293.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2294.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2295.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2296.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2297.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2298.         $instance->addListener('kernel.controller', [=> function () {
  2299.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2300.         }, => 'onKernelController'], 0);
  2301.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2302.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2303.         }, => 'checkPassport'], 1024);
  2304.         $instance->addListener('kernel.response', [=> function () {
  2305.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  2306.         }, => 'onKernelResponse'], 0);
  2307.         $instance->addListener('kernel.exception', [=> function () {
  2308.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  2309.         }, => 'onKernelException'], 0);
  2310.         $instance->addListener('kernel.request', [=> function () {
  2311.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2312.         }, => 'onKernelRequest'], 0);
  2313.         $instance->addListener('kernel.request', [=> function () {
  2314.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2315.         }, => 'onKernelRequest'], 28);
  2316.         $instance->addListener('kernel.request', [=> function () {
  2317.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2318.         }, => 'onKernelRequest'], 2);
  2319.         $instance->addListener('kernel.view', [=> function () {
  2320.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  2321.         }, => 'onKernelView'], 16);
  2322.         $instance->addListener('kernel.view', [=> function () {
  2323.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  2324.         }, => 'onKernelView'], 8);
  2325.         $instance->addListener('kernel.exception', [=> function () {
  2326.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  2327.         }, => 'onKernelException'], 0);
  2328.         $instance->addListener('kernel.exception', [=> function () {
  2329.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  2330.         }, => 'onKernelException'], -96);
  2331.         $instance->addListener('kernel.view', [=> function () {
  2332.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  2333.         }, => 'onKernelView'], 32);
  2334.         $instance->addListener('kernel.request', [=> function () {
  2335.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  2336.         }, => 'onKernelRequest'], 4);
  2337.         $instance->addListener('kernel.request', [=> function () {
  2338.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  2339.         }, => 'onKernelRequest'], 0);
  2340.         $instance->addListener('kernel.response', [=> function () {
  2341.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  2342.         }, => 'onKernelResponse'], 0);
  2343.         $instance->addListener('kernel.response', [=> function () {
  2344.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2345.         }, => 'onKernelResponse'], -1);
  2346.         $instance->addListener('kernel.view', [=> function () {
  2347.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  2348.         }, => 'onKernelView'], 64);
  2349.         $instance->addListener('kernel.request', [=> function () {
  2350.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2351.         }, => 'onKernelRequest'], 16);
  2352.         $instance->addListener('kernel.request', [=> function () {
  2353.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2354.         }, => 'onSecurity'], 3);
  2355.         $instance->addListener('kernel.request', [=> function () {
  2356.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2357.         }, => 'onSecurityPostDenormalize'], 1);
  2358.         $instance->addListener('kernel.view', [=> function () {
  2359.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2360.         }, => 'onSecurityPostValidation'], 63);
  2361.         $instance->addListener('kernel.request', [=> function () {
  2362.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('fr')));
  2363.         }, => 'onKernelRequest'], 20);
  2364.         $instance->addListener('security.interactive_login', [=> function () {
  2365.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  2366.         }, => 'onInteractiveLogin'], 0);
  2367.         $instance->addListener('kernel.response', [=> function () {
  2368.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2369.         }, => 'onKernelResponse'], 0);
  2370.         $instance->addListener('kernel.response', [=> function () {
  2371.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2372.         }, => 'onKernelResponse'], -1024);
  2373.         $instance->addListener('kernel.request', [=> function () {
  2374.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2375.         }, => 'setDefaultLocale'], 100);
  2376.         $instance->addListener('kernel.request', [=> function () {
  2377.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2378.         }, => 'onKernelRequest'], 16);
  2379.         $instance->addListener('kernel.finish_request', [=> function () {
  2380.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2381.         }, => 'onKernelFinishRequest'], 0);
  2382.         $instance->addListener('kernel.request', [=> function () {
  2383.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2384.         }, => 'onKernelRequest'], 256);
  2385.         $instance->addListener('kernel.response', [=> function () {
  2386.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2387.         }, => 'onResponse'], -255);
  2388.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2389.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2390.         }, => 'onControllerArguments'], 0);
  2391.         $instance->addListener('kernel.exception', [=> function () {
  2392.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2393.         }, => 'logKernelException'], 0);
  2394.         $instance->addListener('kernel.exception', [=> function () {
  2395.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2396.         }, => 'onKernelException'], -128);
  2397.         $instance->addListener('kernel.response', [=> function () {
  2398.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2399.         }, => 'removeCspHeader'], -128);
  2400.         $instance->addListener('kernel.request', [=> function () {
  2401.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2402.         }, => 'onKernelRequest'], 15);
  2403.         $instance->addListener('kernel.finish_request', [=> function () {
  2404.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2405.         }, => 'onKernelFinishRequest'], -15);
  2406.         $instance->addListener('console.error', [=> function () {
  2407.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2408.         }, => 'onConsoleError'], -128);
  2409.         $instance->addListener('console.terminate', [=> function () {
  2410.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2411.         }, => 'onConsoleTerminate'], -128);
  2412.         $instance->addListener('console.error', [=> function () {
  2413.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2414.         }, => 'onConsoleError'], 0);
  2415.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2416.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener($this->getEnv('MAILER_FROM'), [])));
  2417.         }, => 'onMessage'], -255);
  2418.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2419.             return ($this->privates['mailer.message_listener'] ?? $this->load('getMailer_MessageListenerService'));
  2420.         }, => 'onMessage'], 0);
  2421.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2422.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2423.         }, => 'onMessage'], -255);
  2424.         $instance->addListener('kernel.request', [=> function () {
  2425.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2426.         }, => 'configure'], 2048);
  2427.         $instance->addListener('console.command', [=> function () {
  2428.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2429.         }, => 'configure'], 2048);
  2430.         $instance->addListener('kernel.request', [=> function () {
  2431.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2432.         }, => 'onKernelRequest'], 32);
  2433.         $instance->addListener('kernel.finish_request', [=> function () {
  2434.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2435.         }, => 'onKernelFinishRequest'], 0);
  2436.         $instance->addListener('kernel.exception', [=> function () {
  2437.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2438.         }, => 'onKernelException'], -64);
  2439.         $instance->addListener('kernel.response', [=> function () {
  2440.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2441.         }, => 'onKernelResponse'], 0);
  2442.         $instance->addListener('kernel.request', [=> function () {
  2443.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2444.         }, => 'onKernelRequest'], 128);
  2445.         $instance->addListener('kernel.response', [=> function () {
  2446.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2447.         }, => 'onKernelResponse'], -1000);
  2448.         $instance->addListener('kernel.finish_request', [=> function () {
  2449.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2450.         }, => 'onFinishRequest'], 0);
  2451.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2452.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2453.         }, => 'onMessageFailed'], 100);
  2454.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2455.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  2456.         }, => 'onMessageFailed'], 200);
  2457.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2458.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  2459.         }, => 'onMessageFailed'], -100);
  2460.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2461.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  2462.         }, => 'onWorkerRunning'], 100);
  2463.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2464.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2465.         }, => 'onWorkerStarted'], 0);
  2466.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2467.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2468.         }, => 'onWorkerRunning'], 0);
  2469.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2470.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  2471.         }, => 'onWorkerStarted'], 100);
  2472.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2473.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2474.         }, => 'onMessageFailed'], 0);
  2475.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2476.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2477.         }, => 'onWorkerRunning'], 0);
  2478.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2479.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2480.         }, => 'onNotification'], -255);
  2481.         $instance->addListener('kernel.response', [=> function () {
  2482.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2483.         }, => 'onKernelResponse'], -100);
  2484.         $instance->addListener('kernel.exception', [=> function () {
  2485.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2486.         }, => 'onKernelException'], 0);
  2487.         $instance->addListener('kernel.terminate', [=> function () {
  2488.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2489.         }, => 'onKernelTerminate'], -1024);
  2490.         $instance->addListener('kernel.controller', [=> function () {
  2491.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2492.         }, => 'onKernelController'], 0);
  2493.         $instance->addListener('kernel.response', [=> function () {
  2494.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2495.         }, => 'onKernelResponse'], 0);
  2496.         $instance->addListener('kernel.controller', [=> function () {
  2497.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2498.         }, => 'onKernelController'], 0);
  2499.         $instance->addListener('kernel.controller', [=> function () {
  2500.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2501.         }, => 'onKernelController'], 0);
  2502.         $instance->addListener('kernel.controller', [=> function () {
  2503.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2504.         }, => 'onKernelController'], -128);
  2505.         $instance->addListener('kernel.view', [=> function () {
  2506.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2507.         }, => 'onKernelView'], 0);
  2508.         $instance->addListener('kernel.controller', [=> function () {
  2509.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2510.         }, => 'onKernelController'], 0);
  2511.         $instance->addListener('kernel.response', [=> function () {
  2512.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2513.         }, => 'onKernelResponse'], 0);
  2514.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2515.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2516.         }, => 'onKernelControllerArguments'], 0);
  2517.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2518.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2519.         }, => 'onKernelControllerArguments'], 0);
  2520.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2521.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2522.         }, => 'onMessage'], 0);
  2523.         $instance->addListener('kernel.response', [=> function () {
  2524.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2525.         }, => 'onKernelResponse'], -128);
  2526.         $instance->addListener('console.command', [=> function () {
  2527.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2528.         }, => 'onCommand'], 255);
  2529.         $instance->addListener('console.terminate', [=> function () {
  2530.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2531.         }, => 'onTerminate'], -255);
  2532.         $instance->addListener('console.command', [=> function () {
  2533.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2534.         }, => 'configure'], 1024);
  2535.         $instance->addListener('console.error', [=> function () {
  2536.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2537.         }, => 'onConsoleError'], 0);
  2538.         $instance->addListener('console.terminate', [=> function () {
  2539.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2540.         }, => 'onConsoleTerminate'], 0);
  2541.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2542.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2543.         }, => 'onWorkerMessageHandled'], 0);
  2544.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2545.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2546.         }, => 'onWorkerMessageFailed'], 0);
  2547.         $instance->addListener('kernel.response', [=> function () {
  2548.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2549.         }, => 'onKernelResponse'], 0);
  2550.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2551.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2552.         }, => 'checkPassport'], 0);
  2553.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2554.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2555.         }, => 'onLoginSuccess'], 0);
  2556.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2557.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2558.         }, => 'onVoterVote'], 0);
  2559.         $instance->addListener('kernel.request', [=> function () {
  2560.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2561.         }, => 'configureLogoutUrlGenerator'], 8);
  2562.         $instance->addListener('kernel.request', [=> function () {
  2563.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2564.         }, => 'onKernelRequest'], 8);
  2565.         $instance->addListener('kernel.finish_request', [=> function () {
  2566.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2567.         }, => 'onKernelFinishRequest'], 0);
  2568.         $instance->addListener('kernel.request', [=> function () {
  2569.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2570.         }, => 'onKernelRequest'], 0);
  2571.         $instance->addListener('knp_pager.before', [=> function () {
  2572.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2573.         }, => 'before'], 0);
  2574.         $instance->addListener('knp_pager.pagination', [=> function () {
  2575.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2576.         }, => 'pagination'], 0);
  2577.         $instance->addListener('knp_pager.before', [=> function () {
  2578.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2579.         }, => 'before'], 1);
  2580.         $instance->addListener('knp_pager.before', [=> function () {
  2581.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2582.         }, => 'before'], 1);
  2583.         $instance->addListener('knp_pager.pagination', [=> function () {
  2584.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2585.         }, => 'pagination'], 1);
  2586.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2587.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\CustomersBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2588.         }, => 'onLoad'], 0);
  2589.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2590.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber3Service'));
  2591.         }, => 'onLoad'], 0);
  2592.         $instance->addListener('app.menu_configure', [=> function () {
  2593.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber4Service'));
  2594.         }, => 'onLoad'], 0);
  2595.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2596.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber3Service'));
  2597.         }, => 'onLoad'], 0);
  2598.         $instance->addListener('app.configurationPages', [=> function () {
  2599.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber3Service'));
  2600.         }, => 'onLoad'], 0);
  2601.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2602.             return ($this->privates['Bluue\\ProductsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber8Service'));
  2603.         }, => 'onLoad'], 0);
  2604.         $instance->addListener('app.menu_configure', [=> function () {
  2605.             return ($this->privates['Bluue\\ProductsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber11Service'));
  2606.         }, => 'onLoad'], 0);
  2607.         $instance->addListener('app.configurationPages', [=> function () {
  2608.             return ($this->privates['Bluue\\ProductsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber9Service'));
  2609.         }, => 'onLoad'], 0);
  2610.         $instance->addListener('app.shareContext', [=> function () {
  2611.             return ($this->privates['Bluue\\ProductsBundle\\EventSubscriber\\SharedContextSubscriber'] ?? $this->load('getSharedContextSubscriberService'));
  2612.         }, => 'onLoad'], 0);
  2613.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2614.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\StocksBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2615.         }, => 'onLoad'], 0);
  2616.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2617.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber15Service'));
  2618.         }, => 'onLoad'], 0);
  2619.         $instance->addListener('app.configurationPages', [=> function () {
  2620.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\ConfigurationMenuSubscriber'] ?? $this->load('getConfigurationMenuSubscriberService'));
  2621.         }, => 'onLoad'], 0);
  2622.         $instance->addListener('app.menu_configure', [=> function () {
  2623.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber17Service'));
  2624.         }, => 'onLoad'], 0);
  2625.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2626.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber8Service'));
  2627.         }, => 'onLoad'], 0);
  2628.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2629.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber7Service'));
  2630.         }, => 'onLoad'], 0);
  2631.         $instance->addListener('bluue.salesBundle.deliveryNoteMovements.validateDeliveryNote', [=> function () {
  2632.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\DeliveryNoteSubscriber'] ?? $this->load('getDeliveryNoteSubscriber2Service'));
  2633.         }, => 'validateDelivery'], 0);
  2634.         $instance->addListener('bluue.salesBundle.deliveryNoteMovements.cancelDeliveryNote', [=> function () {
  2635.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\DeliveryNoteSubscriber'] ?? $this->load('getDeliveryNoteSubscriber2Service'));
  2636.         }, => 'cancelDelivery'], 0);
  2637.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  2638.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber5Service'));
  2639.         }, => 'orderTabs'], 0);
  2640.         $instance->addListener('app.shareContext', [=> function () {
  2641.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SharedContextSubscriber'] ?? $this->load('getSharedContextSubscriber4Service'));
  2642.         }, => 'onLoad'], 0);
  2643.         $instance->addListener('bluue.supplierOrdersBundle.receiptNote.postValidate', [=> function () {
  2644.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SuppliersOrdersBundle\\ReceiptNoteSubscriber'] ?? $this->load('getReceiptNoteSubscriberService'));
  2645.         }, => 'validateReceipt'], 0);
  2646.         $instance->addListener('bluue.salesBundle.configurationAccessOrderEdit', [=> function () {
  2647.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\AccessEditDocumentValidatedSubscriber'] ?? $this->load('getAccessEditDocumentValidatedSubscriberService'));
  2648.         }, => 'orderEdit'], 0);
  2649.         $instance->addListener('bluue.salesBundle.configurationAccessQuotationEdit', [=> function () {
  2650.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\AccessEditDocumentValidatedSubscriber'] ?? $this->load('getAccessEditDocumentValidatedSubscriberService'));
  2651.         }, => 'quotationEdit'], 0);
  2652.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2653.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber9Service'));
  2654.         }, => 'onLoad'], 0);
  2655.         $instance->addListener('bluue.massManagementListButtons', [=> function () {
  2656.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ConfigureListButtonsSubscriber'] ?? $this->load('getConfigureListButtonsSubscriber2Service'));
  2657.         }, => 'onLoad'], 0);
  2658.         $instance->addListener('app.menu_configure', [=> function () {
  2659.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber12Service'));
  2660.         }, => 'onLoad'], 0);
  2661.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2662.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber6Service'));
  2663.         }, => 'onLoad'], 0);
  2664.         $instance->addListener('app.configurationPages', [=> function () {
  2665.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber10Service'));
  2666.         }, => 'onLoad'], 0);
  2667.         $instance->addListener('bluue.customersBundle.customerEdit.preSetData', [=> function () {
  2668.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber2Service'));
  2669.         }, => 'addFields'], 0);
  2670.         $instance->addListener('bluue.customersBundle.customerEdit.postSubmit', [=> function () {
  2671.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber2Service'));
  2672.         }, => 'postSubmit'], 0);
  2673.         $instance->addListener('bluue.customersBundle.customerEdit.tabs', [=> function () {
  2674.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber2Service'));
  2675.         }, => 'tabs'], 0);
  2676.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  2677.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber5Service'));
  2678.         }, => 'viewTabs'], 0);
  2679.         $instance->addListener('app.dashboard_widgets_configure', [=> function () {
  2680.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DashboardSubscriber'] ?? ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DashboardSubscriber'] = new \Bluue\SalesBundle\EventSubscriber\DashboardSubscriber()));
  2681.         }, => 'onLoad'], 0);
  2682.         $instance->addListener('bluue.customersBundle.dashboardWidgets', [=> function () {
  2683.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DashboardSubscriber'] ?? ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DashboardSubscriber'] = new \Bluue\SalesBundle\EventSubscriber\DashboardSubscriber()));
  2684.         }, => 'customerDashboard'], 0);
  2685.         $instance->addListener('bluue.salesBundle.quotationMovements.validate', [=> function () {
  2686.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DocumentValidationSubscriber'] ?? $this->load('getDocumentValidationSubscriberService'));
  2687.         }, => 'quotationValidation'], 0);
  2688.         $instance->addListener('bluue.salesBundle.orderMovements.validateOrder', [=> function () {
  2689.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DocumentValidationSubscriber'] ?? $this->load('getDocumentValidationSubscriberService'));
  2690.         }, => 'orderValidation'], 0);
  2691.         $instance->addListener('bluue.salesBundle.invoiceMovements.validate', [=> function () {
  2692.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DocumentValidationSubscriber'] ?? $this->load('getDocumentValidationSubscriberService'));
  2693.         }, => 'invoiceValidation'], 0);
  2694.         $instance->addListener('bluue.salesBundle.creditNoteMovements.validate', [=> function () {
  2695.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DocumentValidationSubscriber'] ?? $this->load('getDocumentValidationSubscriberService'));
  2696.         }, => 'creditNoteValidation'], 0);
  2697.         $instance->addListener('app.public_document_paths', [=> function () {
  2698.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\EditPublicDocumentPathsSubscriber'] ?? ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\EditPublicDocumentPathsSubscriber'] = new \Bluue\SalesBundle\EventSubscriber\EditPublicDocumentPathsSubscriber()));
  2699.         }, => 'onLoad'], 0);
  2700.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2701.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber6Service'));
  2702.         }, => 'onLoad'], 0);
  2703.         $instance->addListener('bluue.productsBundle.productDocument.product', [=> function () {
  2704.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ProductsBundle\\ProductDocumentEventSubscriber'] ?? $this->load('getProductDocumentEventSubscriberService'));
  2705.         }, => 'onProduct'], 0);
  2706.         $instance->addListener('bluue.productsBundle.productDocument.declination', [=> function () {
  2707.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ProductsBundle\\ProductDocumentEventSubscriber'] ?? $this->load('getProductDocumentEventSubscriberService'));
  2708.         }, => 'onDeclination'], 0);
  2709.         $instance->addListener('app.public_document_with_entity', [=> function () {
  2710.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\PublicDocumentWithEntityEventSubscriber'] ?? $this->load('getPublicDocumentWithEntityEventSubscriberService'));
  2711.         }, => 'onLoad'], 0);
  2712.         $instance->addListener('app.shareContext', [=> function () {
  2713.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\SharedContextSubscriber'] ?? $this->load('getSharedContextSubscriber2Service'));
  2714.         }, => 'onLoad'], 0);
  2715.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2716.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\CategoriesBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2717.         }, => 'onLoad'], 0);
  2718.         $instance->addListener('app.menu_configure', [=> function () {
  2719.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber2Service'));
  2720.         }, => 'onLoad'], 0);
  2721.         $instance->addListener('bluue.productsBundle.configurationProductMenuConfiguration.name', [=> function () {
  2722.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\ConfigureProductMenuConfigurationSubscriber'] ?? $this->load('getConfigureProductMenuConfigurationSubscriberService'));
  2723.         }, => 'onLoad'], 0);
  2724.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2725.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber2Service'));
  2726.         }, => 'onLoad'], 0);
  2727.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2728.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\StatisticsBundle\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriberService'));
  2729.         }, => 'onLoad'], 0);
  2730.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2731.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\SuppliersBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2732.         }, => 'onLoad'], 0);
  2733.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2734.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber16Service'));
  2735.         }, => 'onLoad'], 0);
  2736.         $instance->addListener('app.menu_configure', [=> function () {
  2737.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber18Service'));
  2738.         }, => 'onLoad'], 0);
  2739.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2740.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber9Service'));
  2741.         }, => 'onLoad'], 0);
  2742.         $instance->addListener('app.configurationPages', [=> function () {
  2743.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber15Service'));
  2744.         }, => 'onLoad'], 0);
  2745.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2746.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber8Service'));
  2747.         }, => 'onLoad'], 0);
  2748.         $instance->addListener('bluue.productsBundle.configurationProductsListColumns', [=> function () {
  2749.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductsListColumnsSubscriber'] ?? $this->load('getConfigureProductsListColumnsSubscriberService'));
  2750.         }, => 'onLoad'], 0);
  2751.         $instance->addListener('bluue.productsBundle.configurationProductsListColumns.query', [=> function () {
  2752.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductsListColumnsSubscriber'] ?? $this->load('getConfigureProductsListColumnsSubscriberService'));
  2753.         }, => 'onQuery'], 0);
  2754.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2755.             return ($this->privates['Bluue\\StatisticsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber14Service'));
  2756.         }, => 'onLoad'], 0);
  2757.         $instance->addListener('app.menu_configure', [=> function () {
  2758.             return ($this->privates['Bluue\\StatisticsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber16Service'));
  2759.         }, => 'onLoad'], 0);
  2760.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2761.             return ($this->privates['Bluue\\ImportProductsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber4Service'));
  2762.         }, => 'onLoad'], 0);
  2763.         $instance->addListener('bluue.productsBundle.configurationProductsListButtons', [=> function () {
  2764.             return ($this->privates['Bluue\\ImportProductsBundle\\EventSubscriber\\ConfigureProductsListButtonsSubscriber'] ?? $this->load('getConfigureProductsListButtonsSubscriberService'));
  2765.         }, => 'onLoad'], 0);
  2766.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2767.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\AccountingBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2768.         }, => 'onLoad'], 0);
  2769.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2770.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriberService'));
  2771.         }, => 'onLoad'], 0);
  2772.         $instance->addListener('app.menu_configure', [=> function () {
  2773.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriberService'));
  2774.         }, => 'onLoad'], 0);
  2775.         $instance->addListener('app.configurationPages', [=> function () {
  2776.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriberService'));
  2777.         }, => 'onLoad'], 0);
  2778.         $instance->addListener('bluue.customersBundle.customerEdit.preSetData', [=> function () {
  2779.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriberService'));
  2780.         }, => 'addFields'], 0);
  2781.         $instance->addListener('bluue.customersBundle.customerEdit.tabs', [=> function () {
  2782.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriberService'));
  2783.         }, => 'tabs'], 0);
  2784.         $instance->addListener('bluue.customersBundle.customerEdit.postSubmit', [=> function () {
  2785.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriberService'));
  2786.         }, => 'postSubmit'], 0);
  2787.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2788.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriberService'));
  2789.         }, => 'onLoad'], 0);
  2790.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2791.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber2Service'));
  2792.         }, => 'onLoad'], 0);
  2793.         $instance->addListener('app.menu_configure', [=> function () {
  2794.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber3Service'));
  2795.         }, => 'onLoad'], 0);
  2796.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2797.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber2Service'));
  2798.         }, => 'onLoad'], 0);
  2799.         $instance->addListener('app.configurationPages', [=> function () {
  2800.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber2Service'));
  2801.         }, => 'onLoad'], 0);
  2802.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  2803.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriberService'));
  2804.         }, => 'onLoad'], 0);
  2805.         $instance->addListener('app.dashboard_widgets_configure', [=> function () {
  2806.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DashboardSubscriber'] ?? ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DashboardSubscriber'] = new \Bluue\CrmBundle\EventSubscriber\DashboardSubscriber()));
  2807.         }, => 'onLoad'], 0);
  2808.         $instance->addListener('bluue.customersBundle.dashboardWidgets', [=> function () {
  2809.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DashboardSubscriber'] ?? ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DashboardSubscriber'] = new \Bluue\CrmBundle\EventSubscriber\DashboardSubscriber()));
  2810.         }, => 'customerDashboard'], 0);
  2811.         $instance->addListener('bluue.salesBundle.documentTabs.quotationTabs', [=> function () {
  2812.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriberService'));
  2813.         }, => 'quotationTabs'], 0);
  2814.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  2815.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriberService'));
  2816.         }, => 'orderTabs'], 0);
  2817.         $instance->addListener('bluue.salesBundle.documentTabs.invoiceTabs', [=> function () {
  2818.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriberService'));
  2819.         }, => 'invoiceTabs'], 0);
  2820.         $instance->addListener('bluue.salesBundle.documentTabs.creditNoteTabs', [=> function () {
  2821.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriberService'));
  2822.         }, => 'creditNoteTabs'], 0);
  2823.         $instance->addListener('bluue.projectsBundle.projectView.links', [=> function () {
  2824.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\ProjectViewLinksSubscriber'] ?? $this->load('getProjectViewLinksSubscriberService'));
  2825.         }, => 'links'], 0);
  2826.         $instance->addListener('app.menu_configure', [=> function () {
  2827.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber10Service'));
  2828.         }, => 'onLoad'], 0);
  2829.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2830.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber4Service'));
  2831.         }, => 'onLoad'], 0);
  2832.         $instance->addListener('app.configurationPages', [=> function () {
  2833.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber8Service'));
  2834.         }, => 'onLoad'], 0);
  2835.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  2836.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber2Service'));
  2837.         }, => 'onLoad'], 0);
  2838.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  2839.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber3Service'));
  2840.         }, => 'orderTabs'], 0);
  2841.         $instance->addListener('bluue.salesBundle.documentTabs.deliveryNoteTabs', [=> function () {
  2842.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber3Service'));
  2843.         }, => 'deliveryNoteTabs'], 0);
  2844.         $instance->addListener('bluue.suppliersOrdersBundle.configurationAccessSupplierOrderEdit', [=> function () {
  2845.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\AccessEditDocumentValidatedSubscriber'] ?? $this->load('getAccessEditDocumentValidatedSubscriber2Service'));
  2846.         }, => 'supplierOrderEdit'], 0);
  2847.         $instance->addListener('app.menu_configure', [=> function () {
  2848.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber19Service'));
  2849.         }, => 'onLoad'], 0);
  2850.         $instance->addListener('app.configurationPages', [=> function () {
  2851.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\MainConfigurationSubMenuSubscriber'] ?? $this->load('getMainConfigurationSubMenuSubscriberService'));
  2852.         }, => 'onLoad'], 0);
  2853.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2854.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber9Service'));
  2855.         }, => 'onLoad'], 0);
  2856.         $instance->addListener('bluue.productsBundle.productDocument.product', [=> function () {
  2857.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\ProductsBundle\\ProductDocumentEventSubscriber'] ?? $this->load('getProductDocumentEventSubscriber2Service'));
  2858.         }, => 'onProduct'], 0);
  2859.         $instance->addListener('bluue.productsBundle.productDocument.declination', [=> function () {
  2860.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\ProductsBundle\\ProductDocumentEventSubscriber'] ?? $this->load('getProductDocumentEventSubscriber2Service'));
  2861.         }, => 'onDeclination'], 0);
  2862.         $instance->addListener('bluue.suppliersBundle.supplierViewTabs.name', [=> function () {
  2863.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\SupplierViewTabsSubscriber'] ?? $this->load('getSupplierViewTabsSubscriberService'));
  2864.         }, => 'onLoad'], 0);
  2865.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2866.             return ($this->privates['Bluue\\InventoriesBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber5Service'));
  2867.         }, => 'onLoad'], 0);
  2868.         $instance->addListener('app.menu_configure', [=> function () {
  2869.             return ($this->privates['Bluue\\InventoriesBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber7Service'));
  2870.         }, => 'onLoad'], 0);
  2871.         $instance->addListener('app.configurationPages', [=> function () {
  2872.             return ($this->privates['Bluue\\InventoriesBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber4Service'));
  2873.         }, => 'onLoad'], 0);
  2874.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2875.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\LabelsBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2876.         }, => 'onLoad'], 0);
  2877.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2878.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber6Service'));
  2879.         }, => 'onLoad'], 0);
  2880.         $instance->addListener('app.menu_configure', [=> function () {
  2881.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber8Service'));
  2882.         }, => 'onLoad'], 0);
  2883.         $instance->addListener('app.configurationPages', [=> function () {
  2884.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber5Service'));
  2885.         }, => 'onLoad'], 0);
  2886.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2887.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber3Service'));
  2888.         }, => 'onLoad'], 0);
  2889.         $instance->addListener('bluue.salesBundle.configDeliveryNoteButtons', [=> function () {
  2890.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\SalesBundle\\ConfigDeliveryNoteButtonsEventSubscriber'] ?? $this->load('getConfigDeliveryNoteButtonsEventSubscriberService'));
  2891.         }, => 'onConfigDeliveryNoteButtons'], 0);
  2892.         $instance->addListener('bluue.supplierOrdersBundle.receiptNote.button', [=> function () {
  2893.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\SuppliersOrdersBundle\\ReceiptNoteValidateSubscriber'] ?? $this->load('getReceiptNoteValidateSubscriberService'));
  2894.         }, => 'addButton'], 0);
  2895.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2896.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber10Service'));
  2897.         }, => 'onLoad'], 0);
  2898.         $instance->addListener('bluue.massManagementListButtons', [=> function () {
  2899.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ConfigureListButtonsSubscriber'] ?? $this->load('getConfigureListButtonsSubscriber3Service'));
  2900.         }, => 'onLoad'], 0);
  2901.         $instance->addListener('app.menu_configure', [=> function () {
  2902.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber13Service'));
  2903.         }, => 'onLoad'], 0);
  2904.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2905.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber7Service'));
  2906.         }, => 'onLoad'], 0);
  2907.         $instance->addListener('app.configurationPages', [=> function () {
  2908.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber11Service'));
  2909.         }, => 'onLoad'], 0);
  2910.         $instance->addListener('bluue.shipmentsBundle.deleteBurst', [=> function () {
  2911.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\DeleteBurstSubscriber'] ?? $this->load('getDeleteBurstSubscriberService'));
  2912.         }, => 'onLoad'], 0);
  2913.         $instance->addListener('bluue.productReturnsBundle.exchangeProductReturn.name', [=> function () {
  2914.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ProductReturnsBundle\\ExchangeProductReturnSubscriber'] ?? $this->load('getExchangeProductReturnSubscriberService'));
  2915.         }, => 'onLoad'], 0);
  2916.         $instance->addListener('bluue.salesBundle.deliveryNoteMovements.validateDeliveryNote', [=> function () {
  2917.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SalesBundle\\DeliveryNoteSubscriber'] ?? $this->load('getDeliveryNoteSubscriberService'));
  2918.         }, => 'validateDelivery'], 0);
  2919.         $instance->addListener('bluue.salesBundle.deliveryNoteMovements.cancelDeliveryNote', [=> function () {
  2920.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SalesBundle\\DeliveryNoteSubscriber'] ?? $this->load('getDeliveryNoteSubscriberService'));
  2921.         }, => 'cancelDelivery'], 0);
  2922.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  2923.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SalesBundle\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber4Service'));
  2924.         }, => 'onLoad'], 0);
  2925.         $instance->addListener('bluue.salesBundle.orderMovements.validateOrder', [=> function () {
  2926.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SalesBundle\\OrderSubscriber'] ?? $this->load('getOrderSubscriberService'));
  2927.         }, => 'validateOrder'], 0);
  2928.         $instance->addListener('app.shareContext', [=> function () {
  2929.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SharedContextSubscriber'] ?? $this->load('getSharedContextSubscriber3Service'));
  2930.         }, => 'onLoad'], 0);
  2931.         $instance->addListener('app.configurationPermissionsPage', [=> function () {
  2932.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\ConfigurePermissionsSubscriber'] ?? ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\ConfigurePermissionsSubscriber'] = new \Bluue\PrestashopConnectorBundle\EventSubscriber\ConfigurePermissionsSubscriber()));
  2933.         }, => 'onLoad'], 0);
  2934.         $instance->addListener('app.configurationPages', [=> function () {
  2935.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber7Service'));
  2936.         }, => 'onLoad'], 0);
  2937.         $instance->addListener('bluue.customersBundle.customerEditBlocked.postSubmit', [=> function () {
  2938.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CustomersBundle\\CustomerEditBlockedEventSubscriber'] ?? $this->load('getCustomerEditBlockedEventSubscriberService'));
  2939.         }, => 'postSubmit'], 0);
  2940.         $instance->addListener('bluue.customersBundle.customerEdit.postSubmit', [=> function () {
  2941.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CustomersBundle\\CustomerEditEventSubscriber'] ?? $this->load('getCustomerEditEventSubscriberService'));
  2942.         }, => 'postSubmit'], 0);
  2943.         $instance->addListener('bluue.salesBundle.editStateForOrder.postSubmit', [=> function () {
  2944.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\EditStateForOrderSubscriber'] ?? $this->load('getEditStateForOrderSubscriberService'));
  2945.         }, => 'postSubmit'], 0);
  2946.         $instance->addListener('bluue.shipmentsBundle.orderOptionsEditCarrier.postSubmit', [=> function () {
  2947.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\OrderOptionsEditCarrierSubscriber'] ?? $this->load('getOrderOptionsEditCarrierSubscriberService'));
  2948.         }, => 'postSubmit'], 0);
  2949.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  2950.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\SalesBundle\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber2Service'));
  2951.         }, => 'onLoad'], 0);
  2952.         $instance->addListener('bluue.salesBundle.invoiceMovements.validate', [=> function () {
  2953.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\SalesBundle\\InvoiceMovementsEventSubscriber'] ?? $this->load('getInvoiceMovementsEventSubscriberService'));
  2954.         }, => 'validate'], 0);
  2955.         $instance->addListener('bluue.salesBundle.orderEdit.postSubmit', [=> function () {
  2956.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\SalesBundle\\OrderEditSubscriber'] ?? $this->load('getOrderEditSubscriberService'));
  2957.         }, => 'postSubmit'], 0);
  2958.         $instance->addListener('bluue.stocksBundle.stockProductEdit.name', [=> function () {
  2959.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\StockProductEditSubscriber'] ?? $this->load('getStockProductEditSubscriberService'));
  2960.         }, => 'onChange'], 0);
  2961.         $instance->addListener('bluue.shipmentsBundle.configurationCarriersForEditOrderCarrier.name', [=> function () {
  2962.             return ($this->privates['Bluue\\ColissimoBundle\\EventSubscriber\\ConfigureCarriersForEditOrderCarrierSubscriber'] ?? $this->load('getConfigureCarriersForEditOrderCarrierSubscriberService'));
  2963.         }, => 'onLoad'], 0);
  2964.         $instance->addListener('bluue.shipmentsBundle.menuConfigurationPageShipments', [=> function () {
  2965.             return ($this->privates['Bluue\\ColissimoBundle\\EventSubscriber\\ConfigureShipmentsMenuSubscriber'] ?? $this->load('getConfigureShipmentsMenuSubscriberService'));
  2966.         }, => 'onLoad'], 0);
  2967.         $instance->addListener('app.configurationPages', [=> function () {
  2968.             return ($this->privates['Bluue\\ColissimoBundle\\EventSubscriber\\ConfigureShipmentsMenuSubscriber'] ?? $this->load('getConfigureShipmentsMenuSubscriberService'));
  2969.         }, => 'onLoad2'], 0);
  2970.         $instance->addListener('bluue.shipmentsBundle.configurationCarriersForEditOrderCarrier.name', [=> function () {
  2971.             return ($this->privates['Bluue\\MondialrelayBundle\\EventSubscriber\\ConfigureCarriersForEditOrderCarrierSubscriber'] ?? $this->load('getConfigureCarriersForEditOrderCarrierSubscriber3Service'));
  2972.         }, => 'onLoad'], 0);
  2973.         $instance->addListener('bluue.productReturnsBundle.configCarriersForProductReturns.conditions', [=> function () {
  2974.             return ($this->privates['Bluue\\MondialrelayBundle\\EventSubscriber\\ConfigureCarriersForProductReturnsSubscriber'] ?? $this->load('getConfigureCarriersForProductReturnsSubscriberService'));
  2975.         }, => 'onLoad'], 0);
  2976.         $instance->addListener('bluue.shipmentsBundle.menuConfigurationPageShipments', [=> function () {
  2977.             return ($this->privates['Bluue\\MondialrelayBundle\\EventSubscriber\\ConfigureShipmentsMenuSubscriber'] ?? $this->load('getConfigureShipmentsMenuSubscriber3Service'));
  2978.         }, => 'onLoad'], 0);
  2979.         $instance->addListener('app.configurationPages', [=> function () {
  2980.             return ($this->privates['Bluue\\MondialrelayBundle\\EventSubscriber\\ConfigureShipmentsMenuSubscriber'] ?? $this->load('getConfigureShipmentsMenuSubscriber3Service'));
  2981.         }, => 'onLoad2'], 0);
  2982.         $instance->addListener('bluue.shipmentsBundle.configurationCarriersForEditOrderCarrier.name', [=> function () {
  2983.             return ($this->privates['Bluue\\DhlBundle\\EventSubscriber\\ConfigureCarriersForEditOrderCarrierSubscriber'] ?? $this->load('getConfigureCarriersForEditOrderCarrierSubscriber2Service'));
  2984.         }, => 'onLoad'], 0);
  2985.         $instance->addListener('bluue.shipmentsBundle.menuConfigurationPageShipments', [=> function () {
  2986.             return ($this->privates['Bluue\\DhlBundle\\EventSubscriber\\ConfigureShipmentsMenuSubscriber'] ?? $this->load('getConfigureShipmentsMenuSubscriber2Service'));
  2987.         }, => 'onLoad'], 0);
  2988.         $instance->addListener('app.configurationPages', [=> function () {
  2989.             return ($this->privates['Bluue\\DhlBundle\\EventSubscriber\\ConfigureShipmentsMenuSubscriber'] ?? $this->load('getConfigureShipmentsMenuSubscriber2Service'));
  2990.         }, => 'onLoad2'], 0);
  2991.         $instance->addListener('app.menu_configure', [=> function () {
  2992.             return ($this->privates['Bluue\\ForecastedStockBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber6Service'));
  2993.         }, => 'onLoad'], 0);
  2994.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2995.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\ManufacturingBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2996.         }, => 'onLoad'], 0);
  2997.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2998.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber7Service'));
  2999.         }, => 'onLoad'], 0);
  3000.         $instance->addListener('app.menu_configure', [=> function () {
  3001.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber9Service'));
  3002.         }, => 'onLoad'], 0);
  3003.         $instance->addListener('app.configurationPages', [=> function () {
  3004.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber6Service'));
  3005.         }, => 'onLoad'], 0);
  3006.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  3007.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber4Service'));
  3008.         }, => 'onLoad'], 0);
  3009.         $instance->addListener('app.menu_configure', [=> function () {
  3010.             return ($this->privates['Bluue\\ForecastedManufacturingBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber5Service'));
  3011.         }, => 'onLoad'], 0);
  3012.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3013.             return ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\ShipmentsPictureBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  3014.         }, => 'onLoad'], 0);
  3015.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3016.             return ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber11Service'));
  3017.         }, => 'onLoad'], 0);
  3018.         $instance->addListener('bluue.shipmentsBundle.configurationBurstButtons', [=> function () {
  3019.             return ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\ConfigureBurstButtonsSubscriber'] ?? $this->load('getConfigureBurstButtonsSubscriberService'));
  3020.         }, => 'onLoad'], 0);
  3021.         $instance->addListener('app.configurationPages', [=> function () {
  3022.             return ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber12Service'));
  3023.         }, => 'onLoad'], 0);
  3024.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3025.             return ($this->privates['Bluue\\UtilityBillsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber18Service'));
  3026.         }, => 'onLoad'], 0);
  3027.         $instance->addListener('app.menu_configure', [=> function () {
  3028.             return ($this->privates['Bluue\\UtilityBillsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber21Service'));
  3029.         }, => 'onLoad'], 0);
  3030.         $instance->addListener('bluue.supplierOrdersBundle.supplierOrderTabs.tabs', [=> function () {
  3031.             return ($this->privates['Bluue\\UtilityBillsBundle\\EventSubscriber\\SupplierOrderTabsSubscriber'] ?? $this->load('getSupplierOrderTabsSubscriberService'));
  3032.         }, => 'onLoad'], 0);
  3033.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3034.             return ($this->privates['Bluue\\ShopModulesBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber12Service'));
  3035.         }, => 'onLoad'], 0);
  3036.         $instance->addListener('app.menu_configure', [=> function () {
  3037.             return ($this->privates['Bluue\\ShopModulesBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber14Service'));
  3038.         }, => 'onLoad'], 0);
  3039.         $instance->addListener('app.configurationPermissionsPage', [=> function () {
  3040.             return ($this->privates['Bluue\\ShopModulesBundle\\EventSubscriber\\ConfigurePermissionsSubscriber'] ?? ($this->privates['Bluue\\ShopModulesBundle\\EventSubscriber\\ConfigurePermissionsSubscriber'] = new \Bluue\ShopModulesBundle\EventSubscriber\ConfigurePermissionsSubscriber()));
  3041.         }, => 'onLoad'], 0);
  3042.         $instance->addListener('app.configurationPages', [=> function () {
  3043.             return ($this->privates['Bluue\\ShopModulesBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber13Service'));
  3044.         }, => 'onLoad'], 0);
  3045.         $instance->addListener('app.menu_configure', [=> function () {
  3046.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriberService'));
  3047.         }, => 'mainMenu'], 0);
  3048.         $instance->addListener('app.configurationPages', [=> function () {
  3049.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriberService'));
  3050.         }, => 'configurationMenu'], 0);
  3051.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3052.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriberService'));
  3053.         }, => 'bundleRoles'], 0);
  3054.         $instance->addListener('app.dashboard_widgets_configure', [=> function () {
  3055.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\DashboardSubscriber'] ?? $this->load('getDashboardSubscriber2Service'));
  3056.         }, => 'onLoad'], 0);
  3057.         $instance->addListener('app.edit_user_paths_configure', [=> function () {
  3058.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\EditUserPathsSubscriber'] ?? $this->load('getEditUserPathsSubscriberService'));
  3059.         }, => 'onLoad'], 0);
  3060.         $instance->addListener('bluue.projectsBundle.taskView.tabs', [=> function () {
  3061.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ProjectsBundle\\TaskViewSubscriber'] ?? $this->load('getTaskViewSubscriberService'));
  3062.         }, => 'tabs'], 0);
  3063.         $instance->addListener('bluue.projectsBundle.taskView.tabsParams', [=> function () {
  3064.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ProjectsBundle\\TaskViewSubscriber'] ?? $this->load('getTaskViewSubscriberService'));
  3065.         }, => 'tabsParams'], 0);
  3066.         $instance->addListener('bluue.projectsBundle.taskView.paths', [=> function () {
  3067.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ProjectsBundle\\TaskViewSubscriber'] ?? $this->load('getTaskViewSubscriberService'));
  3068.         }, => 'paths'], 0);
  3069.         $instance->addListener('app.menu_configure', [=> function () {
  3070.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber2Service'));
  3071.         }, => 'mainMenu'], 0);
  3072.         $instance->addListener('app.configurationPages', [=> function () {
  3073.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber2Service'));
  3074.         }, => 'configurationMenu'], 0);
  3075.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3076.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber2Service'));
  3077.         }, => 'bundleRoles'], 0);
  3078.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3079.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber2Service'));
  3080.         }, => 'additionalJs'], 0);
  3081.         $instance->addListener('bluue.massManagementListButtons', [=> function () {
  3082.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigureListButtonsSubscriber'] ?? $this->load('getConfigureListButtonsSubscriberService'));
  3083.         }, => 'onLoad'], 0);
  3084.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  3085.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber5Service'));
  3086.         }, => 'onLoad'], 0);
  3087.         $instance->addListener('bluue.crmBundle.opportunityView.links', [=> function () {
  3088.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\CrmBundle\\OpportunityViewLinksSubscriber'] ?? $this->load('getOpportunityViewLinksSubscriberService'));
  3089.         }, => 'links'], 0);
  3090.         $instance->addListener('bluue.crmBundle.opportunityViewTabs.name', [=> function () {
  3091.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\CrmBundle\\OpportunityViewTabsSubscriber'] ?? $this->load('getOpportunityViewTabsSubscriberService'));
  3092.         }, => 'onLoad'], 0);
  3093.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3094.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\CustomersBundle\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber3Service'));
  3095.         }, => 'viewTabs'], 0);
  3096.         $instance->addListener('app.dashboard_widgets_configure', [=> function () {
  3097.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\DashboardSubscriber'] ?? $this->load('getDashboardSubscriber3Service'));
  3098.         }, => 'onLoad'], 0);
  3099.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  3100.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber5Service'));
  3101.         }, => 'onLoad'], 0);
  3102.         $instance->addListener('bluue.projectsBundle.projectView.tabs', [=> function () {
  3103.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ProjectViewTabsSubscriber'] ?? $this->load('getProjectViewTabsSubscriberService'));
  3104.         }, => 'viewTabs'], 0);
  3105.         $instance->addListener('bluue.salesBundle.documentTabs.quotationTabs', [=> function () {
  3106.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\SalesBundle\\QuotationTabsSubscriber'] ?? $this->load('getQuotationTabsSubscriberService'));
  3107.         }, => 'quotationTabs'], 0);
  3108.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3109.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber13Service'));
  3110.         }, => 'onLoad'], 0);
  3111.         $instance->addListener('app.menu_configure', [=> function () {
  3112.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber15Service'));
  3113.         }, => 'onLoad'], 0);
  3114.         $instance->addListener('app.configurationPages', [=> function () {
  3115.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber14Service'));
  3116.         }, => 'onLoad'], 0);
  3117.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3118.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber6Service'));
  3119.         }, => 'onLoad'], 0);
  3120.         $instance->addListener('bluue.projectsBundle.projectView.links', [=> function () {
  3121.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\ProjectViewLinksSubscriber'] ?? $this->load('getProjectViewLinksSubscriber2Service'));
  3122.         }, => 'links'], 0);
  3123.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3124.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber17Service'));
  3125.         }, => 'onLoad'], 0);
  3126.         $instance->addListener('bluue.massManagementListButtons', [=> function () {
  3127.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\ConfigureListButtonsSubscriber'] ?? $this->load('getConfigureListButtonsSubscriber4Service'));
  3128.         }, => 'onLoad'], 0);
  3129.         $instance->addListener('app.menu_configure', [=> function () {
  3130.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber20Service'));
  3131.         }, => 'onLoad'], 0);
  3132.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  3133.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber10Service'));
  3134.         }, => 'onLoad'], 0);
  3135.         $instance->addListener('app.configurationPages', [=> function () {
  3136.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber16Service'));
  3137.         }, => 'onLoad'], 0);
  3138.         $instance->addListener('bluue.crmBundle.opportunityView.links', [=> function () {
  3139.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\CrmBundle\\OpportunityViewLinksSubscriber'] ?? $this->load('getOpportunityViewLinksSubscriber2Service'));
  3140.         }, => 'links'], 0);
  3141.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3142.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\CustomersBundle\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber7Service'));
  3143.         }, => 'onLoad'], 0);
  3144.         $instance->addListener('bluue.salesBundle.configQuotationButtons', [=> function () {
  3145.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\ConfigQuotationButtonsSubscriber'] ?? $this->load('getConfigQuotationButtonsSubscriberService'));
  3146.         }, => 'onLoad'], 0);
  3147.         $instance->addListener('app.menu_configure', [=> function () {
  3148.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber3Service'));
  3149.         }, => 'mainMenu'], 0);
  3150.         $instance->addListener('app.configurationPages', [=> function () {
  3151.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber3Service'));
  3152.         }, => 'configurationMenu'], 0);
  3153.         $instance->addListener('bluue.salesBundle.menuSalesConfiguration', [=> function () {
  3154.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber3Service'));
  3155.         }, => 'configurationSalesMenu'], 0);
  3156.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3157.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CustomersBundle\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber4Service'));
  3158.         }, => 'onLoad'], 0);
  3159.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3160.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3161.         }, => 'checkPassport'], 512);
  3162.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3163.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3164.         }, => 'onLogout'], 0);
  3165.         return $instance;
  3166.     }
  3167.     /**
  3168.      * Gets the public 'http_kernel' shared service.
  3169.      *
  3170.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3171.      */
  3172.     protected function getHttpKernelService()
  3173.     {
  3174.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3175.         if (isset($this->services['http_kernel'])) {
  3176.             return $this->services['http_kernel'];
  3177.         }
  3178.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3179.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  3180.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  3181.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  3182.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  3183.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  3184.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  3185.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  3186.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  3187.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  3188.         }, 8)), $b));
  3189.     }
  3190.     /**
  3191.      * Gets the public 'knp_menu.matcher' shared service.
  3192.      *
  3193.      * @return \Knp\Menu\Matcher\Matcher
  3194.      */
  3195.     protected function getKnpMenu_MatcherService()
  3196.     {
  3197.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  3198.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  3199.         }, 1));
  3200.     }
  3201.     /**
  3202.      * Gets the public 'messenger.default_bus' shared service.
  3203.      *
  3204.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  3205.      */
  3206.     protected function getMessenger_DefaultBusService()
  3207.     {
  3208.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  3209.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  3210.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  3211.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  3212.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  3213.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  3214.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  3215.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  3216.         }, 7)));
  3217.     }
  3218.     /**
  3219.      * Gets the public 'request_stack' shared service.
  3220.      *
  3221.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3222.      */
  3223.     protected function getRequestStackService()
  3224.     {
  3225.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3226.     }
  3227.     /**
  3228.      * Gets the public 'router' shared service.
  3229.      *
  3230.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  3231.      */
  3232.     protected function getRouterService()
  3233.     {
  3234.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  3235.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3236.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3237.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3238.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3239.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3240.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  3241.         ], [
  3242.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3243.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  3244.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3245.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3246.         return $instance;
  3247.     }
  3248.     /**
  3249.      * Gets the public 'translator' shared service.
  3250.      *
  3251.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3252.      */
  3253.     protected function getTranslatorService()
  3254.     {
  3255.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3256.     }
  3257.     /**
  3258.      * Gets the public 'var_dumper.cloner' shared service.
  3259.      *
  3260.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3261.      */
  3262.     protected function getVarDumper_ClonerService()
  3263.     {
  3264.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3265.         $instance->setMaxItems(2500);
  3266.         $instance->setMinDepth(1);
  3267.         $instance->setMaxString(-1);
  3268.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3269.         return $instance;
  3270.     }
  3271.     /**
  3272.      * Gets the private '.debug.http_client' shared service.
  3273.      *
  3274.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3275.      */
  3276.     protected function get_Debug_HttpClientService()
  3277.     {
  3278.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3279.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3280.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3281.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3282.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3283.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3284.         $a->setLogger($b);
  3285.         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))));
  3286.     }
  3287.     /**
  3288.      * Gets the private '.service_locator.e_lw0y.' shared service.
  3289.      *
  3290.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3291.      */
  3292.     protected function get_ServiceLocator_ELw0y_Service()
  3293.     {
  3294.         return $this->privates['.service_locator.e_lw0y.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3295.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'true],
  3296.             'security.firewall.map.context.apiv2' => ['privates''security.firewall.map.context.apiv2''getSecurity_Firewall_Map_Context_Apiv2Service'true],
  3297.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  3298.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  3299.         ], [
  3300.             'security.firewall.map.context.api_login' => '?',
  3301.             'security.firewall.map.context.apiv2' => '?',
  3302.             'security.firewall.map.context.dev' => '?',
  3303.             'security.firewall.map.context.main' => '?',
  3304.         ]);
  3305.     }
  3306.     /**
  3307.      * Gets the private 'App\Repository\ActivityRepository' shared autowired service.
  3308.      *
  3309.      * @return \App\Repository\ActivityRepository
  3310.      */
  3311.     protected function getActivityRepositoryService()
  3312.     {
  3313.         return $this->privates['App\\Repository\\ActivityRepository'] = new \App\Repository\ActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3314.     }
  3315.     /**
  3316.      * Gets the private 'App\Repository\ConfigurationRepository' shared autowired service.
  3317.      *
  3318.      * @return \App\Repository\ConfigurationRepository
  3319.      */
  3320.     protected function getConfigurationRepositoryService()
  3321.     {
  3322.         return $this->privates['App\\Repository\\ConfigurationRepository'] = new \App\Repository\ConfigurationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3323.     }
  3324.     /**
  3325.      * Gets the private 'App\Repository\ContextRepository' shared autowired service.
  3326.      *
  3327.      * @return \App\Repository\ContextRepository
  3328.      */
  3329.     protected function getContextRepositoryService()
  3330.     {
  3331.         $this->privates['App\\Repository\\ContextRepository'] = $instance = new \App\Repository\ContextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3332.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3333.         return $instance;
  3334.     }
  3335.     /**
  3336.      * Gets the private 'App\Repository\CurrencyRepository' shared autowired service.
  3337.      *
  3338.      * @return \App\Repository\CurrencyRepository
  3339.      */
  3340.     protected function getCurrencyRepositoryService()
  3341.     {
  3342.         $this->privates['App\\Repository\\CurrencyRepository'] = $instance = new \App\Repository\CurrencyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3343.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3344.         return $instance;
  3345.     }
  3346.     /**
  3347.      * Gets the private 'App\Repository\FileManagerRepository' shared autowired service.
  3348.      *
  3349.      * @return \App\Repository\FileManagerRepository
  3350.      */
  3351.     protected function getFileManagerRepositoryService()
  3352.     {
  3353.         return $this->privates['App\\Repository\\FileManagerRepository'] = new \App\Repository\FileManagerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  3354.     }
  3355.     /**
  3356.      * Gets the private 'App\Repository\TaxRuleCountryRepository' shared autowired service.
  3357.      *
  3358.      * @return \App\Repository\TaxRuleCountryRepository
  3359.      */
  3360.     protected function getTaxRuleCountryRepositoryService()
  3361.     {
  3362.         $this->privates['App\\Repository\\TaxRuleCountryRepository'] = $instance = new \App\Repository\TaxRuleCountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3363.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3364.         return $instance;
  3365.     }
  3366.     /**
  3367.      * Gets the private 'App\Repository\UnitMeasureRepository' shared autowired service.
  3368.      *
  3369.      * @return \App\Repository\UnitMeasureRepository
  3370.      */
  3371.     protected function getUnitMeasureRepositoryService()
  3372.     {
  3373.         $this->privates['App\\Repository\\UnitMeasureRepository'] = $instance = new \App\Repository\UnitMeasureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3374.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3375.         return $instance;
  3376.     }
  3377.     /**
  3378.      * Gets the private 'App\Repository\UserContextRepository' shared autowired service.
  3379.      *
  3380.      * @return \App\Repository\UserContextRepository
  3381.      */
  3382.     protected function getUserContextRepositoryService()
  3383.     {
  3384.         return $this->privates['App\\Repository\\UserContextRepository'] = new \App\Repository\UserContextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3385.     }
  3386.     /**
  3387.      * Gets the private 'App\Services\CheckBundleInstall' shared autowired service.
  3388.      *
  3389.      * @return \App\Services\CheckBundleInstall
  3390.      */
  3391.     protected function getCheckBundleInstallService()
  3392.     {
  3393.         return $this->privates['App\\Services\\CheckBundleInstall'] = new \App\Services\CheckBundleInstall();
  3394.     }
  3395.     /**
  3396.      * Gets the private 'App\Services\Configuration' shared autowired service.
  3397.      *
  3398.      * @return \App\Services\Configuration
  3399.      */
  3400.     protected function getConfigurationService()
  3401.     {
  3402.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3403.         if (isset($this->privates['App\\Services\\Configuration'])) {
  3404.             return $this->privates['App\\Services\\Configuration'];
  3405.         }
  3406.         return $this->privates['App\\Services\\Configuration'] = new \App\Services\Configuration(($this->privates['App\\Services\\ObjectSerialize'] ?? $this->getObjectSerializeService()), ($this->privates['App\\Repository\\ConfigurationRepository'] ?? $this->getConfigurationRepositoryService()), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()), $a);
  3407.     }
  3408.     /**
  3409.      * Gets the private 'App\Services\Context' shared autowired service.
  3410.      *
  3411.      * @return \App\Services\Context
  3412.      */
  3413.     protected function getContextService()
  3414.     {
  3415.         $a = ($this->privates['App\\Repository\\ContextRepository'] ?? $this->getContextRepositoryService());
  3416.         if (isset($this->privates['App\\Services\\Context'])) {
  3417.             return $this->privates['App\\Services\\Context'];
  3418.         }
  3419.         return $this->privates['App\\Services\\Context'] = new \App\Services\Context(($this->privates['App\\Services\\ObjectSerialize'] ?? $this->getObjectSerializeService()), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\Repository\\UserContextRepository'] ?? $this->getUserContextRepositoryService()));
  3420.     }
  3421.     /**
  3422.      * Gets the private 'App\Services\Currency' shared autowired service.
  3423.      *
  3424.      * @return \App\Services\Currency
  3425.      */
  3426.     protected function getCurrencyService()
  3427.     {
  3428.         return $this->privates['App\\Services\\Currency'] = new \App\Services\Currency(($this->privates['App\\Repository\\CurrencyRepository'] ?? $this->getCurrencyRepositoryService()), ($this->privates['App\\Services\\SessionContextCurrency'] ?? $this->getSessionContextCurrencyService()));
  3429.     }
  3430.     /**
  3431.      * Gets the private 'App\Services\DefaultLocale' shared autowired service.
  3432.      *
  3433.      * @return \App\Services\DefaultLocale
  3434.      */
  3435.     protected function getDefaultLocaleService()
  3436.     {
  3437.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3438.         if (isset($this->privates['App\\Services\\DefaultLocale'])) {
  3439.             return $this->privates['App\\Services\\DefaultLocale'];
  3440.         }
  3441.         return $this->privates['App\\Services\\DefaultLocale'] = new \App\Services\DefaultLocale($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3442.     }
  3443.     /**
  3444.      * Gets the private 'App\Services\FileManager' shared autowired service.
  3445.      *
  3446.      * @return \App\Services\FileManager
  3447.      */
  3448.     protected function getFileManagerService()
  3449.     {
  3450.         return $this->privates['App\\Services\\FileManager'] = new \App\Services\FileManager(($this->privates['App\\Repository\\FileManagerRepository'] ?? $this->getFileManagerRepositoryService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  3451.     }
  3452.     /**
  3453.      * Gets the private 'App\Services\Notification' shared autowired service.
  3454.      *
  3455.      * @return \App\Services\Notification
  3456.      */
  3457.     protected function getNotificationService()
  3458.     {
  3459.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3460.         if (isset($this->privates['App\\Services\\Notification'])) {
  3461.             return $this->privates['App\\Services\\Notification'];
  3462.         }
  3463.         return $this->privates['App\\Services\\Notification'] = new \App\Services\Notification($a, ($this->privates['App\\Services\\ObjectSerialize'] ?? $this->getObjectSerializeService()));
  3464.     }
  3465.     /**
  3466.      * Gets the private 'App\Services\ObjectSerialize' shared autowired service.
  3467.      *
  3468.      * @return \App\Services\ObjectSerialize
  3469.      */
  3470.     protected function getObjectSerializeService()
  3471.     {
  3472.         return $this->privates['App\\Services\\ObjectSerialize'] = new \App\Services\ObjectSerialize(($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  3473.     }
  3474.     /**
  3475.      * Gets the private 'App\Services\Pdf' shared autowired service.
  3476.      *
  3477.      * @return \App\Services\Pdf
  3478.      */
  3479.     protected function getPdfService()
  3480.     {
  3481.         return $this->privates['App\\Services\\Pdf'] = new \App\Services\Pdf(($this->privates['App\\Services\\FileManager'] ?? $this->getFileManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  3482.     }
  3483.     /**
  3484.      * Gets the private 'App\Services\SessionContextCurrency' shared autowired service.
  3485.      *
  3486.      * @return \App\Services\SessionContextCurrency
  3487.      */
  3488.     protected function getSessionContextCurrencyService()
  3489.     {
  3490.         return $this->privates['App\\Services\\SessionContextCurrency'] = new \App\Services\SessionContextCurrency(($this->privates['App\\Repository\\CurrencyRepository'] ?? $this->getCurrencyRepositoryService()), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3491.     }
  3492.     /**
  3493.      * Gets the private 'App\Services\SoftdeleteFilter' shared autowired service.
  3494.      *
  3495.      * @return \App\Services\SoftdeleteFilter
  3496.      */
  3497.     protected function getSoftdeleteFilterService()
  3498.     {
  3499.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3500.         if (isset($this->privates['App\\Services\\SoftdeleteFilter'])) {
  3501.             return $this->privates['App\\Services\\SoftdeleteFilter'];
  3502.         }
  3503.         return $this->privates['App\\Services\\SoftdeleteFilter'] = new \App\Services\SoftdeleteFilter($a);
  3504.     }
  3505.     /**
  3506.      * Gets the private 'App\Twig\CalcPrice' shared autowired service.
  3507.      *
  3508.      * @return \App\Twig\CalcPrice
  3509.      */
  3510.     protected function getCalcPriceService()
  3511.     {
  3512.         return $this->privates['App\\Twig\\CalcPrice'] = new \App\Twig\CalcPrice(($this->privates['App\\Services\\Currency'] ?? $this->getCurrencyService()), ($this->privates['App\\Repository\\TaxRuleCountryRepository'] ?? $this->getTaxRuleCountryRepositoryService()));
  3513.     }
  3514.     /**
  3515.      * Gets the private 'App\Twig\DurationExtension' shared autowired service.
  3516.      *
  3517.      * @return \App\Twig\DurationExtension
  3518.      */
  3519.     protected function getDurationExtensionService()
  3520.     {
  3521.         return $this->privates['App\\Twig\\DurationExtension'] = new \App\Twig\DurationExtension();
  3522.     }
  3523.     /**
  3524.      * Gets the private 'App\Twig\EntityExtension' shared autowired service.
  3525.      *
  3526.      * @return \App\Twig\EntityExtension
  3527.      */
  3528.     protected function getEntityExtensionService()
  3529.     {
  3530.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3531.         if (isset($this->privates['App\\Twig\\EntityExtension'])) {
  3532.             return $this->privates['App\\Twig\\EntityExtension'];
  3533.         }
  3534.         return $this->privates['App\\Twig\\EntityExtension'] = new \App\Twig\EntityExtension($a);
  3535.     }
  3536.     /**
  3537.      * Gets the private 'Bluue\AccountingBundle\Repository\CustomerAccountRepository' shared autowired service.
  3538.      *
  3539.      * @return \Bluue\AccountingBundle\Repository\CustomerAccountRepository
  3540.      */
  3541.     protected function getCustomerAccountRepositoryService()
  3542.     {
  3543.         $this->privates['Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository'] = $instance = new \Bluue\AccountingBundle\Repository\CustomerAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3544.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3545.         return $instance;
  3546.     }
  3547.     /**
  3548.      * Gets the private 'Bluue\ApiCmsBundle\Repository\MappingRepository' shared autowired service.
  3549.      *
  3550.      * @return \Bluue\ApiCmsBundle\Repository\MappingRepository
  3551.      */
  3552.     protected function getMappingRepositoryService()
  3553.     {
  3554.         $this->privates['Bluue\\ApiCmsBundle\\Repository\\MappingRepository'] = $instance = new \Bluue\ApiCmsBundle\Repository\MappingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3555.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3556.         return $instance;
  3557.     }
  3558.     /**
  3559.      * Gets the private 'Bluue\CategoriesBundle\Repository\CategoryProductRepository' shared autowired service.
  3560.      *
  3561.      * @return \Bluue\CategoriesBundle\Repository\CategoryProductRepository
  3562.      */
  3563.     protected function getCategoryProductRepositoryService()
  3564.     {
  3565.         $this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository'] = $instance = new \Bluue\CategoriesBundle\Repository\CategoryProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3566.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3567.         return $instance;
  3568.     }
  3569.     /**
  3570.      * Gets the private 'Bluue\CategoriesBundle\Repository\CategoryRepository' shared autowired service.
  3571.      *
  3572.      * @return \Bluue\CategoriesBundle\Repository\CategoryRepository
  3573.      */
  3574.     protected function getCategoryRepositoryService()
  3575.     {
  3576.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3577.         if (isset($this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryRepository'])) {
  3578.             return $this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryRepository'];
  3579.         }
  3580.         $this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryRepository'] = $instance = new \Bluue\CategoriesBundle\Repository\CategoryRepository($a);
  3581.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3582.         return $instance;
  3583.     }
  3584.     /**
  3585.      * Gets the private 'Bluue\CustomersBundle\Repository\CustomerRepository' shared autowired service.
  3586.      *
  3587.      * @return \Bluue\CustomersBundle\Repository\CustomerRepository
  3588.      */
  3589.     protected function getCustomerRepositoryService()
  3590.     {
  3591.         $this->privates['Bluue\\CustomersBundle\\Repository\\CustomerRepository'] = $instance = new \Bluue\CustomersBundle\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3592.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3593.         return $instance;
  3594.     }
  3595.     /**
  3596.      * Gets the private 'Bluue\InventoriesBundle\Serializer\InventoriesContextBuilder' shared autowired service.
  3597.      *
  3598.      * @return \Bluue\InventoriesBundle\Serializer\InventoriesContextBuilder
  3599.      */
  3600.     protected function getInventoriesContextBuilderService()
  3601.     {
  3602.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3603.         if (isset($this->privates['Bluue\\InventoriesBundle\\Serializer\\InventoriesContextBuilder'])) {
  3604.             return $this->privates['Bluue\\InventoriesBundle\\Serializer\\InventoriesContextBuilder'];
  3605.         }
  3606.         $b = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  3607.         return $this->privates['Bluue\\InventoriesBundle\\Serializer\\InventoriesContextBuilder'] = new \Bluue\InventoriesBundle\Serializer\InventoriesContextBuilder(new \ApiPlatform\Serializer\SerializerFilterContextBuilder($b, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \App\Serializer\ContextBuilder(new \ApiPlatform\Serializer\SerializerContextBuilder($b))), $a);
  3608.     }
  3609.     /**
  3610.      * Gets the private 'Bluue\LabelsBundle\Repository\LabelRepository' shared autowired service.
  3611.      *
  3612.      * @return \Bluue\LabelsBundle\Repository\LabelRepository
  3613.      */
  3614.     protected function getLabelRepositoryService()
  3615.     {
  3616.         $this->privates['Bluue\\LabelsBundle\\Repository\\LabelRepository'] = $instance = new \Bluue\LabelsBundle\Repository\LabelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3617.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3618.         return $instance;
  3619.     }
  3620.     /**
  3621.      * Gets the private 'Bluue\PlanningBundle\Repository\SlotRepository' shared autowired service.
  3622.      *
  3623.      * @return \Bluue\PlanningBundle\Repository\SlotRepository
  3624.      */
  3625.     protected function getSlotRepositoryService()
  3626.     {
  3627.         $this->privates['Bluue\\PlanningBundle\\Repository\\SlotRepository'] = $instance = new \Bluue\PlanningBundle\Repository\SlotRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3628.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3629.         return $instance;
  3630.     }
  3631.     /**
  3632.      * Gets the private 'Bluue\ProductReturnsBundle\Repository\ProductReturnRepository' shared autowired service.
  3633.      *
  3634.      * @return \Bluue\ProductReturnsBundle\Repository\ProductReturnRepository
  3635.      */
  3636.     protected function getProductReturnRepositoryService()
  3637.     {
  3638.         $this->privates['Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository'] = $instance = new \Bluue\ProductReturnsBundle\Repository\ProductReturnRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3639.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3640.         return $instance;
  3641.     }
  3642.     /**
  3643.      * Gets the private 'Bluue\ProductsBundle\Repository\DeclinationRepository' shared autowired service.
  3644.      *
  3645.      * @return \Bluue\ProductsBundle\Repository\DeclinationRepository
  3646.      */
  3647.     protected function getDeclinationRepositoryService()
  3648.     {
  3649.         $this->privates['Bluue\\ProductsBundle\\Repository\\DeclinationRepository'] = $instance = new \Bluue\ProductsBundle\Repository\DeclinationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3650.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3651.         return $instance;
  3652.     }
  3653.     /**
  3654.      * Gets the private 'Bluue\ProductsBundle\Repository\Ean13Repository' shared autowired service.
  3655.      *
  3656.      * @return \Bluue\ProductsBundle\Repository\Ean13Repository
  3657.      */
  3658.     protected function getEan13RepositoryService()
  3659.     {
  3660.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  3661.         if (isset($this->privates['Bluue\\ProductsBundle\\Repository\\Ean13Repository'])) {
  3662.             return $this->privates['Bluue\\ProductsBundle\\Repository\\Ean13Repository'];
  3663.         }
  3664.         $this->privates['Bluue\\ProductsBundle\\Repository\\Ean13Repository'] = $instance = new \Bluue\ProductsBundle\Repository\Ean13Repository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  3665.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3666.         return $instance;
  3667.     }
  3668.     /**
  3669.      * Gets the private 'Bluue\ProductsBundle\Repository\PackProductRepository' shared autowired service.
  3670.      *
  3671.      * @return \Bluue\ProductsBundle\Repository\PackProductRepository
  3672.      */
  3673.     protected function getPackProductRepositoryService()
  3674.     {
  3675.         return $this->privates['Bluue\\ProductsBundle\\Repository\\PackProductRepository'] = new \Bluue\ProductsBundle\Repository\PackProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3676.     }
  3677.     /**
  3678.      * Gets the private 'Bluue\ProductsBundle\Repository\ProductContextRepository' shared autowired service.
  3679.      *
  3680.      * @return \Bluue\ProductsBundle\Repository\ProductContextRepository
  3681.      */
  3682.     protected function getProductContextRepositoryService()
  3683.     {
  3684.         return $this->privates['Bluue\\ProductsBundle\\Repository\\ProductContextRepository'] = new \Bluue\ProductsBundle\Repository\ProductContextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3685.     }
  3686.     /**
  3687.      * Gets the private 'Bluue\ProductsBundle\Repository\ProductImageRepository' shared autowired service.
  3688.      *
  3689.      * @return \Bluue\ProductsBundle\Repository\ProductImageRepository
  3690.      */
  3691.     protected function getProductImageRepositoryService()
  3692.     {
  3693.         $this->privates['Bluue\\ProductsBundle\\Repository\\ProductImageRepository'] = $instance = new \Bluue\ProductsBundle\Repository\ProductImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3694.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3695.         return $instance;
  3696.     }
  3697.     /**
  3698.      * Gets the private 'Bluue\ProductsBundle\Repository\ProductRepository' shared autowired service.
  3699.      *
  3700.      * @return \Bluue\ProductsBundle\Repository\ProductRepository
  3701.      */
  3702.     protected function getProductRepositoryService()
  3703.     {
  3704.         $a = ($this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'] ?? $this->getProductSearchService());
  3705.         if (isset($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'])) {
  3706.             return $this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'];
  3707.         }
  3708.         $b = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  3709.         if (isset($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'])) {
  3710.             return $this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'];
  3711.         }
  3712.         $c = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  3713.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3714.         $this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'] = $instance = new \Bluue\ProductsBundle\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $c$d$a, ($this->privates['Bluue\\ProductsBundle\\Repository\\PackProductRepository'] ?? $this->getPackProductRepositoryService()), $b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3715.         $instance->setRequestStack($d$c);
  3716.         return $instance;
  3717.     }
  3718.     /**
  3719.      * Gets the private 'Bluue\ProductsBundle\Repository\SearchAssociationRepository' shared autowired service.
  3720.      *
  3721.      * @return \Bluue\ProductsBundle\Repository\SearchAssociationRepository
  3722.      */
  3723.     protected function getSearchAssociationRepositoryService()
  3724.     {
  3725.         return $this->privates['Bluue\\ProductsBundle\\Repository\\SearchAssociationRepository'] = new \Bluue\ProductsBundle\Repository\SearchAssociationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3726.     }
  3727.     /**
  3728.      * Gets the private 'Bluue\ProductsBundle\Repository\SearchWordRepository' shared autowired service.
  3729.      *
  3730.      * @return \Bluue\ProductsBundle\Repository\SearchWordRepository
  3731.      */
  3732.     protected function getSearchWordRepositoryService()
  3733.     {
  3734.         return $this->privates['Bluue\\ProductsBundle\\Repository\\SearchWordRepository'] = new \Bluue\ProductsBundle\Repository\SearchWordRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3735.     }
  3736.     /**
  3737.      * Gets the private 'Bluue\ProductsBundle\Services\ProductSearch' shared autowired service.
  3738.      *
  3739.      * @return \Bluue\ProductsBundle\Services\ProductSearch
  3740.      */
  3741.     protected function getProductSearchService()
  3742.     {
  3743.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3744.         if (isset($this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'])) {
  3745.             return $this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'];
  3746.         }
  3747.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3748.         if (isset($this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'])) {
  3749.             return $this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'];
  3750.         }
  3751.         return $this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'] = new \Bluue\ProductsBundle\Services\ProductSearch($a, ($this->privates['Bluue\\ProductsBundle\\Repository\\SearchWordRepository'] ?? $this->getSearchWordRepositoryService()), ($this->privates['Bluue\\ProductsBundle\\Repository\\SearchAssociationRepository'] ?? $this->getSearchAssociationRepositoryService()), $b);
  3752.     }
  3753.     /**
  3754.      * Gets the private 'Bluue\ProjectsBundle\Repository\ProjectQuotationRepository' shared autowired service.
  3755.      *
  3756.      * @return \Bluue\ProjectsBundle\Repository\ProjectQuotationRepository
  3757.      */
  3758.     protected function getProjectQuotationRepositoryService()
  3759.     {
  3760.         return $this->privates['Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository'] = new \Bluue\ProjectsBundle\Repository\ProjectQuotationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3761.     }
  3762.     /**
  3763.      * Gets the private 'Bluue\ProjectsBundle\Repository\TaskMonitoredRepository' shared autowired service.
  3764.      *
  3765.      * @return \Bluue\ProjectsBundle\Repository\TaskMonitoredRepository
  3766.      */
  3767.     protected function getTaskMonitoredRepositoryService()
  3768.     {
  3769.         return $this->privates['Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository'] = new \Bluue\ProjectsBundle\Repository\TaskMonitoredRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3770.     }
  3771.     /**
  3772.      * Gets the private 'Bluue\ProjectsBundle\Repository\TaskRepository' shared autowired service.
  3773.      *
  3774.      * @return \Bluue\ProjectsBundle\Repository\TaskRepository
  3775.      */
  3776.     protected function getTaskRepositoryService()
  3777.     {
  3778.         $this->privates['Bluue\\ProjectsBundle\\Repository\\TaskRepository'] = $instance = new \Bluue\ProjectsBundle\Repository\TaskRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3779.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3780.         return $instance;
  3781.     }
  3782.     /**
  3783.      * Gets the private 'Bluue\ProjectsBundle\Repository\TaskTimeRepository' shared autowired service.
  3784.      *
  3785.      * @return \Bluue\ProjectsBundle\Repository\TaskTimeRepository
  3786.      */
  3787.     protected function getTaskTimeRepositoryService()
  3788.     {
  3789.         $this->privates['Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository'] = $instance = new \Bluue\ProjectsBundle\Repository\TaskTimeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3790.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3791.         return $instance;
  3792.     }
  3793.     /**
  3794.      * Gets the private 'Bluue\SalesBundle\Repository\AdditionalPdfRepository' shared autowired service.
  3795.      *
  3796.      * @return \Bluue\SalesBundle\Repository\AdditionalPdfRepository
  3797.      */
  3798.     protected function getAdditionalPdfRepositoryService()
  3799.     {
  3800.         $this->privates['Bluue\\SalesBundle\\Repository\\AdditionalPdfRepository'] = $instance = new \Bluue\SalesBundle\Repository\AdditionalPdfRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3801.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3802.         return $instance;
  3803.     }
  3804.     /**
  3805.      * Gets the private 'Bluue\SalesBundle\Repository\CustomerOptionsRepository' shared autowired service.
  3806.      *
  3807.      * @return \Bluue\SalesBundle\Repository\CustomerOptionsRepository
  3808.      */
  3809.     protected function getCustomerOptionsRepositoryService()
  3810.     {
  3811.         return $this->privates['Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository'] = new \Bluue\SalesBundle\Repository\CustomerOptionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3812.     }
  3813.     /**
  3814.      * Gets the private 'Bluue\SalesBundle\Repository\DeliveryNoteRepository' shared autowired service.
  3815.      *
  3816.      * @return \Bluue\SalesBundle\Repository\DeliveryNoteRepository
  3817.      */
  3818.     protected function getDeliveryNoteRepositoryService()
  3819.     {
  3820.         $a = ($this->privates['Bluue\\SalesBundle\\Services\\Line'] ?? $this->getLineService());
  3821.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'])) {
  3822.             return $this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'];
  3823.         }
  3824.         $b = ($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'] ?? $this->getPdfGeneratorService());
  3825.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'])) {
  3826.             return $this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'];
  3827.         }
  3828.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3829.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'])) {
  3830.             return $this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'];
  3831.         }
  3832.         $d = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  3833.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'])) {
  3834.             return $this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'];
  3835.         }
  3836.         $this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'] = $instance = new \Bluue\SalesBundle\Repository\DeliveryNoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['translator'] ?? $this->getTranslatorService()), $a$b, ($this->privates['App\\Repository\\FileManagerRepository'] ?? $this->getFileManagerRepositoryService()), ($this->privates['App\\Services\\FileManager'] ?? $this->getFileManagerService()), $c$d, ($this->privates['Bluue\\SalesBundle\\Services\\Document'] ?? ($this->privates['Bluue\\SalesBundle\\Services\\Document'] = new \Bluue\SalesBundle\Services\Document())));
  3837.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3838.         return $instance;
  3839.     }
  3840.     /**
  3841.      * Gets the private 'Bluue\SalesBundle\Repository\InvoiceRepository' shared autowired service.
  3842.      *
  3843.      * @return \Bluue\SalesBundle\Repository\InvoiceRepository
  3844.      */
  3845.     protected function getInvoiceRepositoryService()
  3846.     {
  3847.         $a = ($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'] ?? $this->getPdfGeneratorService());
  3848.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  3849.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  3850.         }
  3851.         $b = ($this->privates['Bluue\\SalesBundle\\Services\\Line'] ?? $this->getLineService());
  3852.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  3853.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  3854.         }
  3855.         $c = ($this->privates['Bluue\\SalesBundle\\Services\\SharedSales'] ?? $this->getSharedSalesService());
  3856.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  3857.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  3858.         }
  3859.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3860.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  3861.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  3862.         }
  3863.         $e = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  3864.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  3865.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  3866.         }
  3867.         $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'] = $instance = new \Bluue\SalesBundle\Repository\InvoiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Bluue\\SalesBundle\\Services\\PaymentTermCalculator'] ?? ($this->privates['Bluue\\SalesBundle\\Services\\PaymentTermCalculator'] = new \Bluue\SalesBundle\Services\PaymentTermCalculator())), ($this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'] ?? $this->getReferenceGeneratorService()), $a, ($this->privates['App\\Repository\\FileManagerRepository'] ?? $this->getFileManagerRepositoryService()), ($this->privates['App\\Services\\FileManager'] ?? $this->getFileManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), $b$c$d, ($this->privates['Bluue\\SalesBundle\\Services\\Document'] ?? ($this->privates['Bluue\\SalesBundle\\Services\\Document'] = new \Bluue\SalesBundle\Services\Document())), $e);
  3868.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3869.         return $instance;
  3870.     }
  3871.     /**
  3872.      * Gets the private 'Bluue\SalesBundle\Repository\OrderRepository' shared autowired service.
  3873.      *
  3874.      * @return \Bluue\SalesBundle\Repository\OrderRepository
  3875.      */
  3876.     protected function getOrderRepositoryService()
  3877.     {
  3878.         $a = ($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'] ?? $this->getPdfGeneratorService());
  3879.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'])) {
  3880.             return $this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'];
  3881.         }
  3882.         $b = ($this->privates['Bluue\\SalesBundle\\Services\\Line'] ?? $this->getLineService());
  3883.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'])) {
  3884.             return $this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'];
  3885.         }
  3886.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3887.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'])) {
  3888.             return $this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'];
  3889.         }
  3890.         $d = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  3891.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'])) {
  3892.             return $this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'];
  3893.         }
  3894.         $this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'] = $instance = new \Bluue\SalesBundle\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['App\\Repository\\FileManagerRepository'] ?? $this->getFileManagerRepositoryService()), ($this->privates['App\\Services\\FileManager'] ?? $this->getFileManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), $b$c, ($this->privates['Bluue\\SalesBundle\\Services\\Document'] ?? ($this->privates['Bluue\\SalesBundle\\Services\\Document'] = new \Bluue\SalesBundle\Services\Document())), $d);
  3895.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3896.         return $instance;
  3897.     }
  3898.     /**
  3899.      * Gets the private 'Bluue\SalesBundle\Services\Document' shared autowired service.
  3900.      *
  3901.      * @return \Bluue\SalesBundle\Services\Document
  3902.      */
  3903.     protected function getDocumentService()
  3904.     {
  3905.         return $this->privates['Bluue\\SalesBundle\\Services\\Document'] = new \Bluue\SalesBundle\Services\Document();
  3906.     }
  3907.     /**
  3908.      * Gets the private 'Bluue\SalesBundle\Services\Line' shared autowired service.
  3909.      *
  3910.      * @return \Bluue\SalesBundle\Services\Line
  3911.      */
  3912.     protected function getLineService()
  3913.     {
  3914.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  3915.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\Line'])) {
  3916.             return $this->privates['Bluue\\SalesBundle\\Services\\Line'];
  3917.         }
  3918.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3919.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\Line'])) {
  3920.             return $this->privates['Bluue\\SalesBundle\\Services\\Line'];
  3921.         }
  3922.         return $this->privates['Bluue\\SalesBundle\\Services\\Line'] = new \Bluue\SalesBundle\Services\Line(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\TaxRuleCountryRepository'] ?? $this->getTaxRuleCountryRepositoryService()), ($this->privates['App\\Services\\Currency'] ?? $this->getCurrencyService()), ($this->privates['App\\Services\\SessionContextCurrency'] ?? $this->getSessionContextCurrencyService()), $a$b, ($this->privates['App\\Services\\CheckBundleInstall'] ?? ($this->privates['App\\Services\\CheckBundleInstall'] = new \App\Services\CheckBundleInstall())), ($this->privates['App\\Twig\\CalcPrice'] ?? $this->getCalcPriceService()));
  3923.     }
  3924.     /**
  3925.      * Gets the private 'Bluue\SalesBundle\Services\PdfGenerator' shared autowired service.
  3926.      *
  3927.      * @return \Bluue\SalesBundle\Services\PdfGenerator
  3928.      */
  3929.     protected function getPdfGeneratorService()
  3930.     {
  3931.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  3932.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'])) {
  3933.             return $this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'];
  3934.         }
  3935.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3936.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'])) {
  3937.             return $this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'];
  3938.         }
  3939.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3940.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'])) {
  3941.             return $this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'];
  3942.         }
  3943.         $d = ($this->privates['App\\Services\\DefaultLocale'] ?? $this->getDefaultLocaleService());
  3944.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'])) {
  3945.             return $this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'];
  3946.         }
  3947.         return $this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'] = new \Bluue\SalesBundle\Services\PdfGenerator($a, ($this->privates['App\\Services\\Context'] ?? $this->getContextService()), $b$c, ($this->privates['App\\Services\\Pdf'] ?? $this->getPdfService()), ($this->privates['Bluue\\SalesBundle\\Repository\\AdditionalPdfRepository'] ?? $this->getAdditionalPdfRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Twig\\DisplayPhone'] ?? ($this->privates['App\\Twig\\DisplayPhone'] = new \App\Twig\DisplayPhone())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $d);
  3948.     }
  3949.     /**
  3950.      * Gets the private 'Bluue\SalesBundle\Services\ReferenceGenerator' shared autowired service.
  3951.      *
  3952.      * @return \Bluue\SalesBundle\Services\ReferenceGenerator
  3953.      */
  3954.     protected function getReferenceGeneratorService()
  3955.     {
  3956.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  3957.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'])) {
  3958.             return $this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'];
  3959.         }
  3960.         return $this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'] = new \Bluue\SalesBundle\Services\ReferenceGenerator($a);
  3961.     }
  3962.     /**
  3963.      * Gets the private 'Bluue\SalesBundle\Services\SharedSales' shared autowired service.
  3964.      *
  3965.      * @return \Bluue\SalesBundle\Services\SharedSales
  3966.      */
  3967.     protected function getSharedSalesService()
  3968.     {
  3969.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  3970.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\SharedSales'])) {
  3971.             return $this->privates['Bluue\\SalesBundle\\Services\\SharedSales'];
  3972.         }
  3973.         return $this->privates['Bluue\\SalesBundle\\Services\\SharedSales'] = new \Bluue\SalesBundle\Services\SharedSales($a, ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3974.     }
  3975.     /**
  3976.      * Gets the private 'Bluue\ShipmentsBundle\Repository\OrderOptionsRepository' shared autowired service.
  3977.      *
  3978.      * @return \Bluue\ShipmentsBundle\Repository\OrderOptionsRepository
  3979.      */
  3980.     protected function getOrderOptionsRepositoryService()
  3981.     {
  3982.         $a = ($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'] ?? $this->getDeliveryNoteRepositoryService());
  3983.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  3984.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  3985.         }
  3986.         $b = ($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService());
  3987.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  3988.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  3989.         }
  3990.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3991.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  3992.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  3993.         }
  3994.         $d = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  3995.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  3996.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  3997.         }
  3998.         $e = ($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
  3999.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  4000.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  4001.         }
  4002.         $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'] = $instance = new \Bluue\ShipmentsBundle\Repository\OrderOptionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Services\\CheckBundleInstall'] ?? ($this->privates['App\\Services\\CheckBundleInstall'] = new \App\Services\CheckBundleInstall())), $a$b$c$d, ($this->privates['Bluue\\ProductsBundle\\Repository\\DeclinationRepository'] ?? $this->getDeclinationRepositoryService()), $e);
  4003.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4004.         return $instance;
  4005.     }
  4006.     /**
  4007.      * Gets the private 'Bluue\ShipmentsBundle\Repository\OrderPreparationHistoryRepository' shared autowired service.
  4008.      *
  4009.      * @return \Bluue\ShipmentsBundle\Repository\OrderPreparationHistoryRepository
  4010.      */
  4011.     protected function getOrderPreparationHistoryRepositoryService()
  4012.     {
  4013.         $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository'] = $instance = new \Bluue\ShipmentsBundle\Repository\OrderPreparationHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4014.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4015.         return $instance;
  4016.     }
  4017.     /**
  4018.      * Gets the private 'Bluue\ShipmentsBundle\Repository\PickingHistoryRepository' shared autowired service.
  4019.      *
  4020.      * @return \Bluue\ShipmentsBundle\Repository\PickingHistoryRepository
  4021.      */
  4022.     protected function getPickingHistoryRepositoryService()
  4023.     {
  4024.         $this->privates['Bluue\\ShipmentsBundle\\Repository\\PickingHistoryRepository'] = $instance = new \Bluue\ShipmentsBundle\Repository\PickingHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4025.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4026.         return $instance;
  4027.     }
  4028.     /**
  4029.      * Gets the private 'Bluue\StocksBundle\Repository\LocationRepository' shared autowired service.
  4030.      *
  4031.      * @return \Bluue\StocksBundle\Repository\LocationRepository
  4032.      */
  4033.     protected function getLocationRepositoryService()
  4034.     {
  4035.         $this->privates['Bluue\\StocksBundle\\Repository\\LocationRepository'] = $instance = new \Bluue\StocksBundle\Repository\LocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4036.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4037.         return $instance;
  4038.     }
  4039.     /**
  4040.      * Gets the private 'Bluue\StocksBundle\Repository\ProductConfigurationRepository' shared autowired service.
  4041.      *
  4042.      * @return \Bluue\StocksBundle\Repository\ProductConfigurationRepository
  4043.      */
  4044.     protected function getProductConfigurationRepositoryService()
  4045.     {
  4046.         $this->privates['Bluue\\StocksBundle\\Repository\\ProductConfigurationRepository'] = $instance = new \Bluue\StocksBundle\Repository\ProductConfigurationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4047.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4048.         return $instance;
  4049.     }
  4050.     /**
  4051.      * Gets the private 'Bluue\StocksBundle\Repository\StockLocationRepository' shared autowired service.
  4052.      *
  4053.      * @return \Bluue\StocksBundle\Repository\StockLocationRepository
  4054.      */
  4055.     protected function getStockLocationRepositoryService()
  4056.     {
  4057.         $this->privates['Bluue\\StocksBundle\\Repository\\StockLocationRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockLocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4058.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4059.         return $instance;
  4060.     }
  4061.     /**
  4062.      * Gets the private 'Bluue\StocksBundle\Repository\StockMovementReasonRepository' shared autowired service.
  4063.      *
  4064.      * @return \Bluue\StocksBundle\Repository\StockMovementReasonRepository
  4065.      */
  4066.     protected function getStockMovementReasonRepositoryService()
  4067.     {
  4068.         $this->privates['Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockMovementReasonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4069.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4070.         return $instance;
  4071.     }
  4072.     /**
  4073.      * Gets the private 'Bluue\StocksBundle\Repository\StockMovementRepository' shared autowired service.
  4074.      *
  4075.      * @return \Bluue\StocksBundle\Repository\StockMovementRepository
  4076.      */
  4077.     protected function getStockMovementRepositoryService()
  4078.     {
  4079.         $this->privates['Bluue\\StocksBundle\\Repository\\StockMovementRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockMovementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4080.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4081.         return $instance;
  4082.     }
  4083.     /**
  4084.      * Gets the private 'Bluue\StocksBundle\Repository\StockOrderLineLocationRepository' shared autowired service.
  4085.      *
  4086.      * @return \Bluue\StocksBundle\Repository\StockOrderLineLocationRepository
  4087.      */
  4088.     protected function getStockOrderLineLocationRepositoryService()
  4089.     {
  4090.         return $this->privates['Bluue\\StocksBundle\\Repository\\StockOrderLineLocationRepository'] = new \Bluue\StocksBundle\Repository\StockOrderLineLocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4091.     }
  4092.     /**
  4093.      * Gets the private 'Bluue\StocksBundle\Repository\StockOrderLineRepository' shared autowired service.
  4094.      *
  4095.      * @return \Bluue\StocksBundle\Repository\StockOrderLineRepository
  4096.      */
  4097.     protected function getStockOrderLineRepositoryService()
  4098.     {
  4099.         return $this->privates['Bluue\\StocksBundle\\Repository\\StockOrderLineRepository'] = new \Bluue\StocksBundle\Repository\StockOrderLineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4100.     }
  4101.     /**
  4102.      * Gets the private 'Bluue\StocksBundle\Repository\StockProductRepository' shared autowired service.
  4103.      *
  4104.      * @return \Bluue\StocksBundle\Repository\StockProductRepository
  4105.      */
  4106.     protected function getStockProductRepositoryService()
  4107.     {
  4108.         $a = ($this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'] ?? $this->getProductSearchService());
  4109.         if (isset($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'])) {
  4110.             return $this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'];
  4111.         }
  4112.         $b = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4113.         if (isset($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'])) {
  4114.             return $this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'];
  4115.         }
  4116.         $c = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  4117.         $this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['App\\Services\\CheckBundleInstall'] ?? ($this->privates['App\\Services\\CheckBundleInstall'] = new \App\Services\CheckBundleInstall())), $c$b);
  4118.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c);
  4119.         return $instance;
  4120.     }
  4121.     /**
  4122.      * Gets the private 'Bluue\StocksBundle\Repository\StockProductRootContextRepository' shared autowired service.
  4123.      *
  4124.      * @return \Bluue\StocksBundle\Repository\StockProductRootContextRepository
  4125.      */
  4126.     protected function getStockProductRootContextRepositoryService()
  4127.     {
  4128.         $this->privates['Bluue\\StocksBundle\\Repository\\StockProductRootContextRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockProductRootContextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4129.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4130.         return $instance;
  4131.     }
  4132.     /**
  4133.      * Gets the private 'Bluue\StocksBundle\Repository\StockProductRootRepository' shared autowired service.
  4134.      *
  4135.      * @return \Bluue\StocksBundle\Repository\StockProductRootRepository
  4136.      */
  4137.     protected function getStockProductRootRepositoryService()
  4138.     {
  4139.         $this->privates['Bluue\\StocksBundle\\Repository\\StockProductRootRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockProductRootRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4140.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4141.         return $instance;
  4142.     }
  4143.     /**
  4144.      * Gets the private 'Bluue\StocksBundle\Repository\StockQuantityRepository' shared autowired service.
  4145.      *
  4146.      * @return \Bluue\StocksBundle\Repository\StockQuantityRepository
  4147.      */
  4148.     protected function getStockQuantityRepositoryService()
  4149.     {
  4150.         $this->privates['Bluue\\StocksBundle\\Repository\\StockQuantityRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockQuantityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4151.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4152.         return $instance;
  4153.     }
  4154.     /**
  4155.      * Gets the private 'Bluue\StocksBundle\Repository\WarehouseRepository' shared autowired service.
  4156.      *
  4157.      * @return \Bluue\StocksBundle\Repository\WarehouseRepository
  4158.      */
  4159.     protected function getWarehouseRepositoryService()
  4160.     {
  4161.         $this->privates['Bluue\\StocksBundle\\Repository\\WarehouseRepository'] = $instance = new \Bluue\StocksBundle\Repository\WarehouseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4162.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4163.         return $instance;
  4164.     }
  4165.     /**
  4166.      * Gets the private 'Bluue\StocksBundle\Services\RemainingQuantityOrderedProcess' shared autowired service.
  4167.      *
  4168.      * @return \Bluue\StocksBundle\Services\RemainingQuantityOrderedProcess
  4169.      */
  4170.     protected function getRemainingQuantityOrderedProcessService()
  4171.     {
  4172.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4173.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4174.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4175.         }
  4176.         $b = ($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'] ?? $this->getRemovalStockProcedureService());
  4177.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4178.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4179.         }
  4180.         $c = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4181.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4182.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4183.         }
  4184.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4185.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4186.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4187.         }
  4188.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4189.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4190.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4191.         }
  4192.         return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'] = new \Bluue\StocksBundle\Services\RemainingQuantityOrderedProcess($a$b, ($this->privates['Bluue\\StocksBundle\\Repository\\StockOrderLineRepository'] ?? $this->getStockOrderLineRepositoryService()), $c$d, ($this->privates['App\\Services\\Context'] ?? $this->getContextService()), $e);
  4193.     }
  4194.     /**
  4195.      * Gets the private 'Bluue\StocksBundle\Services\RemovalStockProcedure' shared autowired service.
  4196.      *
  4197.      * @return \Bluue\StocksBundle\Services\RemovalStockProcedure
  4198.      */
  4199.     protected function getRemovalStockProcedureService()
  4200.     {
  4201.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4202.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'])) {
  4203.             return $this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'];
  4204.         }
  4205.         $b = ($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'] ?? $this->getStockProductRepositoryService());
  4206.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'])) {
  4207.             return $this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'];
  4208.         }
  4209.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4210.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'])) {
  4211.             return $this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'];
  4212.         }
  4213.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4214.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'])) {
  4215.             return $this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'];
  4216.         }
  4217.         return $this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'] = new \Bluue\StocksBundle\Services\RemovalStockProcedure($a, ($this->privates['Bluue\\StocksBundle\\Repository\\ProductConfigurationRepository'] ?? $this->getProductConfigurationRepositoryService()), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()), ($this->privates['App\\Repository\\ContextRepository'] ?? $this->getContextRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Repository\\WarehouseRepository'] ?? $this->getWarehouseRepositoryService()), $b, ($this->privates['Bluue\\StocksBundle\\Repository\\StockQuantityRepository'] ?? $this->getStockQuantityRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Repository\\StockOrderLineRepository'] ?? $this->getStockOrderLineRepositoryService()), $c$d);
  4218.     }
  4219.     /**
  4220.      * Gets the private 'Bluue\SuppliersBundle\Repository\ProductSupplierContextRepository' shared autowired service.
  4221.      *
  4222.      * @return \Bluue\SuppliersBundle\Repository\ProductSupplierContextRepository
  4223.      */
  4224.     protected function getProductSupplierContextRepositoryService()
  4225.     {
  4226.         $a = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  4227.         $this->privates['Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository'] = $instance = new \Bluue\SuppliersBundle\Repository\ProductSupplierContextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  4228.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  4229.         return $instance;
  4230.     }
  4231.     /**
  4232.      * Gets the private 'Bluue\SuppliersBundle\Repository\SupplierRepository' shared autowired service.
  4233.      *
  4234.      * @return \Bluue\SuppliersBundle\Repository\SupplierRepository
  4235.      */
  4236.     protected function getSupplierRepositoryService()
  4237.     {
  4238.         $this->privates['Bluue\\SuppliersBundle\\Repository\\SupplierRepository'] = $instance = new \Bluue\SuppliersBundle\Repository\SupplierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4239.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4240.         return $instance;
  4241.     }
  4242.     /**
  4243.      * Gets the private 'Bluue\TicketsBundle\Twig\AddressExtension' shared autowired service.
  4244.      *
  4245.      * @return \Bluue\TicketsBundle\Twig\AddressExtension
  4246.      */
  4247.     protected function getAddressExtensionService()
  4248.     {
  4249.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4250.         if (isset($this->privates['Bluue\\TicketsBundle\\Twig\\AddressExtension'])) {
  4251.             return $this->privates['Bluue\\TicketsBundle\\Twig\\AddressExtension'];
  4252.         }
  4253.         return $this->privates['Bluue\\TicketsBundle\\Twig\\AddressExtension'] = new \Bluue\TicketsBundle\Twig\AddressExtension($a);
  4254.     }
  4255.     /**
  4256.      * Gets the private 'annotations.cache_adapter' shared service.
  4257.      *
  4258.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4259.      */
  4260.     protected function getAnnotations_CacheAdapterService()
  4261.     {
  4262.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4263.     }
  4264.     /**
  4265.      * Gets the private 'annotations.cached_reader' shared service.
  4266.      *
  4267.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4268.      */
  4269.     protected function getAnnotations_CachedReaderService()
  4270.     {
  4271.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  4272.     }
  4273.     /**
  4274.      * Gets the private 'annotations.reader' shared service.
  4275.      *
  4276.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4277.      */
  4278.     protected function getAnnotations_ReaderService()
  4279.     {
  4280.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4281.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4282.         $a->registerUniqueLoader('class_exists');
  4283.         $instance->addGlobalIgnoredName('required'$a);
  4284.         return $instance;
  4285.     }
  4286.     /**
  4287.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  4288.      *
  4289.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4290.      */
  4291.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  4292.     {
  4293.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tqKIhzan+D'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4294.     }
  4295.     /**
  4296.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  4297.      *
  4298.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4299.      */
  4300.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  4301.     {
  4302.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xE97B0AULW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4303.     }
  4304.     /**
  4305.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  4306.      *
  4307.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4308.      */
  4309.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  4310.     {
  4311.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vX4v7kLlCY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4312.     }
  4313.     /**
  4314.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  4315.      *
  4316.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4317.      */
  4318.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  4319.     {
  4320.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pXi7gpLe4O'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4321.     }
  4322.     /**
  4323.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  4324.      *
  4325.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4326.      */
  4327.     protected function getApiPlatform_Cache_RouteNameResolverService()
  4328.     {
  4329.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9NVAB4An2w'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4330.     }
  4331.     /**
  4332.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  4333.      *
  4334.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4335.      */
  4336.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  4337.     {
  4338.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MY6KJ+OnGN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4339.     }
  4340.     /**
  4341.      * Gets the private 'api_platform.graphql.cache.subscription' shared service.
  4342.      *
  4343.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4344.      */
  4345.     protected function getApiPlatform_Graphql_Cache_SubscriptionService()
  4346.     {
  4347.         return $this->privates['api_platform.graphql.cache.subscription'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('S+o+pkch1m'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4348.     }
  4349.     /**
  4350.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  4351.      *
  4352.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  4353.      */
  4354.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  4355.     {
  4356.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  4357.     }
  4358.     /**
  4359.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  4360.      *
  4361.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  4362.      */
  4363.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  4364.     {
  4365.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  4366.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  4367.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  4368.         }
  4369.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  4370.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  4371.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  4372.         }
  4373.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  4374.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  4375.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  4376.         }
  4377.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $b$c, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  4378.     }
  4379.     /**
  4380.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  4381.      *
  4382.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  4383.      */
  4384.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  4385.     {
  4386.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  4387.     }
  4388.     /**
  4389.      * Gets the private 'api_platform.identifier.converter' shared service.
  4390.      *
  4391.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  4392.      */
  4393.     protected function getApiPlatform_Identifier_ConverterService()
  4394.     {
  4395.         $a = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  4396.         if (isset($this->privates['api_platform.identifier.converter'])) {
  4397.             return $this->privates['api_platform.identifier.converter'];
  4398.         }
  4399.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  4400.         if (isset($this->privates['api_platform.identifier.converter'])) {
  4401.             return $this->privates['api_platform.identifier.converter'];
  4402.         }
  4403.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter($a$b, new RewindableGenerator(function () {
  4404.             yield => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  4405.             yield => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
  4406.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  4407.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  4408.         }, 4));
  4409.     }
  4410.     /**
  4411.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  4412.      *
  4413.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  4414.      */
  4415.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  4416.     {
  4417.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  4418.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  4419.             return $this->privates['api_platform.identifiers_extractor.cached'];
  4420.         }
  4421.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  4422.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  4423.             return $this->privates['api_platform.identifiers_extractor.cached'];
  4424.         }
  4425.         $c = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  4426.         $d = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  4427.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor($a$b$c$dtrue), $c$d);
  4428.     }
  4429.     /**
  4430.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  4431.      *
  4432.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  4433.      */
  4434.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  4435.     {
  4436.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  4437.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  4438.         return $instance;
  4439.     }
  4440.     /**
  4441.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  4442.      *
  4443.      * @return \ApiPlatform\JsonLd\ContextBuilder
  4444.      */
  4445.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  4446.     {
  4447.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  4448.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  4449.             return $this->privates['api_platform.jsonld.context_builder'];
  4450.         }
  4451.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  4452.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  4453.             return $this->privates['api_platform.jsonld.context_builder'];
  4454.         }
  4455.         $c = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  4456.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  4457.             return $this->privates['api_platform.jsonld.context_builder'];
  4458.         }
  4459.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a$b$c, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($c));
  4460.     }
  4461.     /**
  4462.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  4463.      *
  4464.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  4465.      */
  4466.     protected function getApiPlatform_Listener_Request_AddFormatService()
  4467.     {
  4468.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  4469.     }
  4470.     /**
  4471.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  4472.      *
  4473.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  4474.      */
  4475.     protected function getApiPlatform_Listener_Request_DeserializeService()
  4476.     {
  4477.         $a = ($this->privates['Bluue\\InventoriesBundle\\Serializer\\InventoriesContextBuilder'] ?? $this->getInventoriesContextBuilderService());
  4478.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  4479.             return $this->privates['api_platform.listener.request.deserialize'];
  4480.         }
  4481.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  4482.     }
  4483.     /**
  4484.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  4485.      *
  4486.      * @return \ApiPlatform\Core\EventListener\ReadListener
  4487.      */
  4488.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  4489.     {
  4490.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['Bluue\\InventoriesBundle\\Serializer\\InventoriesContextBuilder'] ?? $this->getInventoriesContextBuilderService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  4491.     }
  4492.     /**
  4493.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  4494.      *
  4495.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  4496.      */
  4497.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  4498.     {
  4499.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), true);
  4500.     }
  4501.     /**
  4502.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  4503.      *
  4504.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  4505.      */
  4506.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  4507.     {
  4508.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  4509.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  4510.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  4511.         }
  4512.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4513.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  4514.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  4515.         }
  4516.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  4517.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  4518.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  4519.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  4520.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  4521.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  4522.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  4523.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  4524.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  4525.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  4526.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  4527.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  4528.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  4529.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  4530.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  4531.         }, 13)));
  4532.     }
  4533.     /**
  4534.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  4535.      *
  4536.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  4537.      */
  4538.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  4539.     {
  4540.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4541.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  4542.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  4543.         }
  4544.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a)));
  4545.     }
  4546.     /**
  4547.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  4548.      *
  4549.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  4550.      */
  4551.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  4552.     {
  4553.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  4554.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  4555.     }
  4556.     /**
  4557.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  4558.      *
  4559.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  4560.      */
  4561.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  4562.     {
  4563.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  4564.     }
  4565.     /**
  4566.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  4567.      *
  4568.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  4569.      */
  4570.     protected function getApiPlatform_OperationPathResolver_CustomService()
  4571.     {
  4572.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  4573.     }
  4574.     /**
  4575.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  4576.      *
  4577.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  4578.      */
  4579.     protected function getApiPlatform_OperationPathResolver_RouterService()
  4580.     {
  4581.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  4582.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  4583.             return $this->privates['api_platform.operation_path_resolver.router'];
  4584.         }
  4585.         $b = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  4586.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  4587.             return $this->privates['api_platform.operation_path_resolver.router'];
  4588.         }
  4589.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($a, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $b);
  4590.     }
  4591.     /**
  4592.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  4593.      *
  4594.      * @return \ApiPlatform\Api\ResourceClassResolver
  4595.      */
  4596.     protected function getApiPlatform_ResourceClassResolverService()
  4597.     {
  4598.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  4599.     }
  4600.     /**
  4601.      * Gets the private 'api_platform.router' shared service.
  4602.      *
  4603.      * @return \ApiPlatform\Symfony\Routing\Router
  4604.      */
  4605.     protected function getApiPlatform_RouterService()
  4606.     {
  4607.         $a = ($this->services['router'] ?? $this->getRouterService());
  4608.         if (isset($this->privates['api_platform.router'])) {
  4609.             return $this->privates['api_platform.router'];
  4610.         }
  4611.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a1);
  4612.     }
  4613.     /**
  4614.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  4615.      *
  4616.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  4617.      */
  4618.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  4619.     {
  4620.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  4621.     }
  4622.     /**
  4623.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  4624.      *
  4625.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  4626.      */
  4627.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  4628.     {
  4629.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4630.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  4631.             return $this->privates['api_platform.security.resource_access_checker'];
  4632.         }
  4633.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($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()), $afalse);
  4634.     }
  4635.     /**
  4636.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  4637.      *
  4638.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  4639.      */
  4640.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  4641.     {
  4642.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  4643.     }
  4644.     /**
  4645.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  4646.      *
  4647.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  4648.      */
  4649.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  4650.     {
  4651.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  4652.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  4653.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  4654.         }
  4655.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  4656.     }
  4657.     /**
  4658.      * Gets the private 'assets.packages' shared service.
  4659.      *
  4660.      * @return \Symfony\Component\Asset\Packages
  4661.      */
  4662.     protected function getAssets_PackagesService()
  4663.     {
  4664.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  4665.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  4666.             return new \EmptyIterator();
  4667.         }, 0));
  4668.     }
  4669.     /**
  4670.      * Gets the private 'cache.annotations' shared service.
  4671.      *
  4672.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4673.      */
  4674.     protected function getCache_AnnotationsService()
  4675.     {
  4676.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xY1PXbd7Bg'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4677.     }
  4678.     /**
  4679.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4680.      *
  4681.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4682.      */
  4683.     protected function getCache_Doctrine_Orm_Default_QueryService()
  4684.     {
  4685.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4686.     }
  4687.     /**
  4688.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  4689.      *
  4690.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4691.      */
  4692.     protected function getCache_Doctrine_Orm_Default_ResultService()
  4693.     {
  4694.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4695.     }
  4696.     /**
  4697.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  4698.      *
  4699.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4700.      */
  4701.     protected function getCache_Messenger_RestartWorkersSignalService()
  4702.     {
  4703.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Mjk9kVvcrx'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4704.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4705.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4706.     }
  4707.     /**
  4708.      * Gets the private 'cache.property_info' shared service.
  4709.      *
  4710.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4711.      */
  4712.     protected function getCache_PropertyInfoService()
  4713.     {
  4714.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('x5gpPz96gl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4715.     }
  4716.     /**
  4717.      * Gets the private 'cache.security_expression_language' shared service.
  4718.      *
  4719.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4720.      */
  4721.     protected function getCache_SecurityExpressionLanguageService()
  4722.     {
  4723.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ASs7PdL0-V'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4724.     }
  4725.     /**
  4726.      * Gets the private 'cache.security_token_verifier' shared service.
  4727.      *
  4728.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4729.      */
  4730.     protected function getCache_SecurityTokenVerifierService()
  4731.     {
  4732.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('c3cTo3AF7V'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4733.     }
  4734.     /**
  4735.      * Gets the private 'cache.serializer' shared service.
  4736.      *
  4737.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4738.      */
  4739.     protected function getCache_SerializerService()
  4740.     {
  4741.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('c5eTDcZOr0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4742.     }
  4743.     /**
  4744.      * Gets the private 'cache.validator' shared service.
  4745.      *
  4746.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4747.      */
  4748.     protected function getCache_ValidatorService()
  4749.     {
  4750.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nbeShxxA8t'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4751.     }
  4752.     /**
  4753.      * Gets the private 'cache.webpack_encore' shared service.
  4754.      *
  4755.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4756.      */
  4757.     protected function getCache_WebpackEncoreService()
  4758.     {
  4759.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SqIvoKHbB+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4760.     }
  4761.     /**
  4762.      * Gets the private 'config_cache_factory' shared service.
  4763.      *
  4764.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  4765.      */
  4766.     protected function getConfigCacheFactoryService()
  4767.     {
  4768.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  4769.             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)));
  4770.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  4771.         }, 2));
  4772.     }
  4773.     /**
  4774.      * Gets the private 'data_collector.form' shared service.
  4775.      *
  4776.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4777.      */
  4778.     protected function getDataCollector_FormService()
  4779.     {
  4780.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4781.     }
  4782.     /**
  4783.      * Gets the private 'data_collector.request' shared service.
  4784.      *
  4785.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  4786.      */
  4787.     protected function getDataCollector_RequestService()
  4788.     {
  4789.         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())));
  4790.     }
  4791.     /**
  4792.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  4793.      *
  4794.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  4795.      */
  4796.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  4797.     {
  4798.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  4799.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  4800.         }, 1)));
  4801.     }
  4802.     /**
  4803.      * Gets the private 'debug.api_platform.data_persister' shared service.
  4804.      *
  4805.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  4806.      */
  4807.     protected function getDebug_ApiPlatform_DataPersisterService()
  4808.     {
  4809.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  4810.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  4811.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  4812.         }, 2)));
  4813.     }
  4814.     /**
  4815.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  4816.      *
  4817.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  4818.      */
  4819.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  4820.     {
  4821.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  4822.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  4823.         }, 1)));
  4824.     }
  4825.     /**
  4826.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  4827.      *
  4828.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  4829.      */
  4830.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  4831.     {
  4832.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  4833.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  4834.         }, 1)));
  4835.     }
  4836.     /**
  4837.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4838.      *
  4839.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4840.      */
  4841.     protected function getDebug_DebugHandlersListenerService()
  4842.     {
  4843.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4844.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4845.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4846.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4847.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4848.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  4849.     }
  4850.     /**
  4851.      * Gets the private 'debug.file_link_formatter' shared service.
  4852.      *
  4853.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4854.      */
  4855.     protected function getDebug_FileLinkFormatterService()
  4856.     {
  4857.         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 () {
  4858.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  4859.         });
  4860.     }
  4861.     /**
  4862.      * Gets the private 'debug.log_processor' shared service.
  4863.      *
  4864.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4865.      */
  4866.     protected function getDebug_LogProcessorService()
  4867.     {
  4868.         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())));
  4869.     }
  4870.     /**
  4871.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4872.      *
  4873.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4874.      */
  4875.     protected function getDebug_Security_Access_DecisionManagerService()
  4876.     {
  4877.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  4878.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  4879.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  4880.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  4881.             yield => ($this->privates['debug.security.voter.Bluue\\CustomersBundle\\Security\\CustomersVoter'] ?? $this->load('getCustomersVoterService'));
  4882.             yield => ($this->privates['debug.security.voter.Bluue\\ProductsBundle\\Security\\CatalogVoter'] ?? $this->load('getCatalogVoterService'));
  4883.             yield => ($this->privates['debug.security.voter.Bluue\\StocksBundle\\Security\\StocksVoter'] ?? $this->load('getStocksVoterService'));
  4884.             yield => ($this->privates['debug.security.voter.Bluue\\SalesBundle\\Security\\SalesVoter'] ?? $this->load('getSalesVoterService'));
  4885.             yield => ($this->privates['debug.security.voter.Bluue\\SuppliersBundle\\Security\\SuppliersVoter'] ?? $this->load('getSuppliersVoterService'));
  4886.             yield => ($this->privates['debug.security.voter.Bluue\\StatisticsBundle\\Security\\StatisticsVoter'] ?? $this->load('getStatisticsVoterService'));
  4887.             yield => ($this->privates['debug.security.voter.Bluue\\ImportProductsBundle\\Security\\ImportProductVoter'] ?? $this->load('getImportProductVoterService'));
  4888.             yield 10 => ($this->privates['debug.security.voter.Bluue\\CrmBundle\\Security\\CrmVoter'] ?? $this->load('getCrmVoterService'));
  4889.             yield 11 => ($this->privates['debug.security.voter.Bluue\\SuppliersOrdersBundle\\Security\\ImportOrderVoter'] ?? $this->load('getImportOrderVoterService'));
  4890.             yield 12 => ($this->privates['debug.security.voter.Bluue\\InventoriesBundle\\Security\\InventoriesVoter'] ?? $this->load('getInventoriesVoterService'));
  4891.             yield 13 => ($this->privates['debug.security.voter.Bluue\\ShipmentsBundle\\Security\\ShipmentsVoter'] ?? $this->load('getShipmentsVoterService'));
  4892.             yield 14 => ($this->privates['debug.security.voter.Bluue\\UtilityBillsBundle\\Security\\UtilityBillsVoter'] ?? $this->load('getUtilityBillsVoterService'));
  4893.             yield 15 => ($this->privates['debug.security.voter.Bluue\\ShopModulesBundle\\Security\\ShopModuleVoter'] ?? $this->load('getShopModuleVoterService'));
  4894.             yield 16 => ($this->privates['debug.security.voter.Bluue\\ProjectsBundle\\Security\\ProjectsVoter'] ?? $this->load('getProjectsVoterService'));
  4895.             yield 17 => ($this->privates['debug.security.voter.Bluue\\SitesBundle\\Security\\SitesVoter'] ?? $this->load('getSitesVoterService'));
  4896.         }, 18), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  4897.     }
  4898.     /**
  4899.      * Gets the private 'debug.security.firewall' shared service.
  4900.      *
  4901.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4902.      */
  4903.     protected function getDebug_Security_FirewallService()
  4904.     {
  4905.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  4906.         if (isset($this->privates['debug.security.firewall'])) {
  4907.             return $this->privates['debug.security.firewall'];
  4908.         }
  4909.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4910.         if (isset($this->privates['debug.security.firewall'])) {
  4911.             return $this->privates['debug.security.firewall'];
  4912.         }
  4913.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4914.     }
  4915.     /**
  4916.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  4917.      *
  4918.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  4919.      */
  4920.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  4921.     {
  4922.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4923.             'App\\EventSubscriber\\CheckEntitySubscriber' => ['privates''App\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriberService'true],
  4924.             'Bluue\\AccountingBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\AccountingBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriberService'true],
  4925.             'Bluue\\CategoriesBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\CategoriesBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber2Service'true],
  4926.             'Bluue\\CrmBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\CrmBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber2Service'true],
  4927.             'Bluue\\CrmBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\CrmBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber3Service'true],
  4928.             'Bluue\\CustomersBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\CustomersBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber3Service'true],
  4929.             'Bluue\\InventoriesBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\InventoriesBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber4Service'true],
  4930.             'Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\CheckEntitySubscriber' => ['privates''Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\CheckEntitySubscriber''getCheckEntitySubscriber5Service'true],
  4931.             'Bluue\\LabelsBundle\\EventSubscriber\\StocksBundle\\CheckEntitySubscriber' => ['privates''Bluue\\LabelsBundle\\EventSubscriber\\StocksBundle\\CheckEntitySubscriber''getCheckEntitySubscriber6Service'true],
  4932.             'Bluue\\PlanningBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\PlanningBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber7Service'true],
  4933.             'Bluue\\PlanningBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\PlanningBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber4Service'true],
  4934.             'Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber8Service'true],
  4935.             'Bluue\\ProductReturnsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\ProductReturnsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber9Service'true],
  4936.             'Bluue\\ProductsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\ProductsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber10Service'true],
  4937.             'Bluue\\ProductsBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\ProductsBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber5Service'true],
  4938.             'Bluue\\ProjectsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\ProjectsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber11Service'true],
  4939.             'Bluue\\ProjectsBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\ProjectsBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber6Service'true],
  4940.             'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber12Service'true],
  4941.             'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\RecurringInvoicesBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber7Service'true],
  4942.             'Bluue\\SalesBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\SalesBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber13Service'true],
  4943.             'Bluue\\ShipmentsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\ShipmentsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber14Service'true],
  4944.             'Bluue\\SitesBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\SitesBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber15Service'true],
  4945.             'Bluue\\StocksBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\StocksBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber16Service'true],
  4946.             'Bluue\\StocksBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\StocksBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber8Service'true],
  4947.             'Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\RemainingQuantityOrderedSubscriber' => ['privates''Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\RemainingQuantityOrderedSubscriber''getRemainingQuantityOrderedSubscriberService'true],
  4948.             'Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber' => ['privates''Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber''getStockQuantitySubscriberService'true],
  4949.             'Bluue\\SuppliersBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\SuppliersBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber17Service'true],
  4950.             'Bluue\\SuppliersBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\SuppliersBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber9Service'true],
  4951.             'Bluue\\SuppliersOrdersBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\SuppliersOrdersBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber18Service'true],
  4952.             'Bluue\\TicketsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\TicketsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber19Service'true],
  4953.             'Bluue\\TicketsBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\TicketsBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber10Service'true],
  4954.             'Gedmo\\Translatable\\TranslatableListener' => ['privates''Gedmo\\Translatable\\TranslatableListener''getTranslatableListenerService'true],
  4955.             'app.event_listener.set_entity_service' => ['privates''app.event_listener.set_entity_service''getApp_EventListener_SetEntityServiceService'true],
  4956.             'app.event_listener.soft_delete' => ['privates''app.event_listener.soft_delete''getApp_EventListener_SoftDeleteService'true],
  4957.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  4958.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  4959.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  4960.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  4961.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  4962.             'gedmo.listener.tree' => ['privates''gedmo.listener.tree''getGedmo_Listener_TreeService'true],
  4963.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  4964.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'true],
  4965.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  4966.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  4967.         ], [
  4968.             'App\\EventSubscriber\\CheckEntitySubscriber' => '?',
  4969.             'Bluue\\AccountingBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  4970.             'Bluue\\CategoriesBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  4971.             'Bluue\\CrmBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  4972.             'Bluue\\CrmBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  4973.             'Bluue\\CustomersBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  4974.             'Bluue\\InventoriesBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  4975.             'Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\CheckEntitySubscriber' => '?',
  4976.             'Bluue\\LabelsBundle\\EventSubscriber\\StocksBundle\\CheckEntitySubscriber' => '?',
  4977.             'Bluue\\PlanningBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  4978.             'Bluue\\PlanningBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  4979.             'Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  4980.             'Bluue\\ProductReturnsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  4981.             'Bluue\\ProductsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  4982.             'Bluue\\ProductsBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  4983.             'Bluue\\ProjectsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  4984.             'Bluue\\ProjectsBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  4985.             'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  4986.             'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  4987.             'Bluue\\SalesBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  4988.             'Bluue\\ShipmentsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  4989.             'Bluue\\SitesBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  4990.             'Bluue\\StocksBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  4991.             'Bluue\\StocksBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  4992.             'Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\RemainingQuantityOrderedSubscriber' => '?',
  4993.             'Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber' => '?',
  4994.             'Bluue\\SuppliersBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  4995.             'Bluue\\SuppliersBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  4996.             'Bluue\\SuppliersOrdersBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  4997.             'Bluue\\TicketsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  4998.             'Bluue\\TicketsBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  4999.             'Gedmo\\Translatable\\TranslatableListener' => '?',
  5000.             'app.event_listener.set_entity_service' => '?',
  5001.             'app.event_listener.soft_delete' => '?',
  5002.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  5003.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  5004.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  5005.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  5006.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  5007.             'gedmo.listener.tree' => '?',
  5008.             'stof_doctrine_extensions.listener.blameable' => '?',
  5009.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  5010.             'stof_doctrine_extensions.listener.timestampable' => '?',
  5011.             'stof_doctrine_extensions.listener.tree' => '?',
  5012.         ]), [=> 'App\\EventSubscriber\\CheckEntitySubscriber'=> 'Gedmo\\Translatable\\TranslatableListener'=> 'gedmo.listener.tree'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'stof_doctrine_extensions.listener.blameable'=> 'stof_doctrine_extensions.listener.timestampable'=> 'stof_doctrine_extensions.listener.softdeleteable'10 => 'stof_doctrine_extensions.listener.tree'11 => 'Bluue\\CustomersBundle\\EventSubscriber\\CheckEntitySubscriber'12 => 'Bluue\\ProductsBundle\\EventSubscriber\\CheckEntitySubscriber'13 => 'Bluue\\ProductsBundle\\EventSubscriber\\DynamicRelationSubscriber'14 => 'Bluue\\StocksBundle\\EventSubscriber\\CheckEntitySubscriber'15 => 'Bluue\\StocksBundle\\EventSubscriber\\DynamicRelationSubscriber'16 => 'Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\RemainingQuantityOrderedSubscriber'17 => 'Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber'18 => 'Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber'19 => 'Bluue\\SalesBundle\\EventSubscriber\\CheckEntitySubscriber'20 => 'Bluue\\CategoriesBundle\\EventSubscriber\\DynamicRelationSubscriber'21 => 'Bluue\\SuppliersBundle\\EventSubscriber\\CheckEntitySubscriber'22 => 'Bluue\\SuppliersBundle\\EventSubscriber\\DynamicRelationSubscriber'23 => 'Bluue\\AccountingBundle\\EventSubscriber\\DynamicRelationSubscriber'24 => 'Bluue\\CrmBundle\\EventSubscriber\\CheckEntitySubscriber'25 => 'Bluue\\CrmBundle\\EventSubscriber\\DynamicRelationSubscriber'26 => 'Bluue\\ProductReturnsBundle\\EventSubscriber\\CheckEntitySubscriber'27 => 'Bluue\\SuppliersOrdersBundle\\EventSubscriber\\CheckEntitySubscriber'28 => 'Bluue\\InventoriesBundle\\EventSubscriber\\CheckEntitySubscriber'29 => 'Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\CheckEntitySubscriber'30 => 'Bluue\\LabelsBundle\\EventSubscriber\\StocksBundle\\CheckEntitySubscriber'31 => 'Bluue\\ShipmentsBundle\\EventSubscriber\\CheckEntitySubscriber'32 => 'Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CheckEntitySubscriber'33 => 'Bluue\\PlanningBundle\\EventSubscriber\\CheckEntitySubscriber'34 => 'Bluue\\PlanningBundle\\EventSubscriber\\DynamicRelationSubscriber'35 => 'Bluue\\ProjectsBundle\\EventSubscriber\\CheckEntitySubscriber'36 => 'Bluue\\ProjectsBundle\\EventSubscriber\\DynamicRelationSubscriber'37 => 'Bluue\\SitesBundle\\EventSubscriber\\CheckEntitySubscriber'38 => 'Bluue\\TicketsBundle\\EventSubscriber\\CheckEntitySubscriber'39 => 'Bluue\\TicketsBundle\\EventSubscriber\\DynamicRelationSubscriber'40 => 'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CheckEntitySubscriber'41 => 'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\DynamicRelationSubscriber'42 => [=> [=> 'preSoftDelete'], => 'app.event_listener.soft_delete'], 43 => [=> [=> 'postLoad'], => 'app.event_listener.set_entity_service'], 44 => [=> [=> 'prePersist'], => 'app.event_listener.set_entity_service'], 45 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  5013.     }
  5014.     /**
  5015.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  5016.      *
  5017.      * @return \Doctrine\Migrations\DependencyFactory
  5018.      */
  5019.     protected function getDoctrine_Migrations_DependencyFactoryService()
  5020.     {
  5021.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  5022.         $a->addMigrationsDirectory('CoreMigrations', (\dirname(__DIR__4).'/migrations'));
  5023.         $a->addMigrationsDirectory('CustomersBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/migrations'));
  5024.         $a->addMigrationsDirectory('ProductsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/products-bundle/migrations'));
  5025.         $a->addMigrationsDirectory('StocksBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/migrations'));
  5026.         $a->addMigrationsDirectory('SalesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/migrations'));
  5027.         $a->addMigrationsDirectory('CategoriesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/migrations'));
  5028.         $a->addMigrationsDirectory('SuppliersBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/migrations'));
  5029.         $a->addMigrationsDirectory('ImportProductsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/migrations'));
  5030.         $a->addMigrationsDirectory('AccountingBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/migrations'));
  5031.         $a->addMigrationsDirectory('CrmBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/crm-bundle/migrations'));
  5032.         $a->addMigrationsDirectory('ProductReturnsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/migrations'));
  5033.         $a->addMigrationsDirectory('SuppliersOrdersBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/migrations'));
  5034.         $a->addMigrationsDirectory('InventoriesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/migrations'));
  5035.         $a->addMigrationsDirectory('LabelsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/labels-bundle/migrations'));
  5036.         $a->addMigrationsDirectory('ApiCmsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/migrations'));
  5037.         $a->addMigrationsDirectory('ShipmentsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/migrations'));
  5038.         $a->addMigrationsDirectory('PrestashopConnectorBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/migrations'));
  5039.         $a->addMigrationsDirectory('ColissimoBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/colissimo-bundle/migrations'));
  5040.         $a->addMigrationsDirectory('MondialrelayBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/migrations'));
  5041.         $a->addMigrationsDirectory('DhlBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/dhl-bundle/migrations'));
  5042.         $a->addMigrationsDirectory('ManufacturingBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/migrations'));
  5043.         $a->addMigrationsDirectory('ShipmentsPictureBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/migrations'));
  5044.         $a->addMigrationsDirectory('UtilityBillsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/migrations'));
  5045.         $a->addMigrationsDirectory('ShopModulesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/shop-modules-bundle/migrations'));
  5046.         $a->addMigrationsDirectory('PlanningBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/planning-bundle/migrations'));
  5047.         $a->addMigrationsDirectory('ProjectsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/projects-bundle/migrations'));
  5048.         $a->addMigrationsDirectory('SitesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/sites-bundle/migrations'));
  5049.         $a->addMigrationsDirectory('TicketsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/migrations'));
  5050.         $a->addMigrationsDirectory('RecurringInvoicesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/migrations'));
  5051.         $a->setAllOrNothing(false);
  5052.         $a->setCheckDatabasePlatform(true);
  5053.         $a->setTransactional(true);
  5054.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  5055.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5056.         $instance->setDefinition('Doctrine\\Migrations\\Version\\Comparator', function () {
  5057.             return ($this->privates['App\\Doctrine\\Migrations\\VersionComparator'] ?? ($this->privates['App\\Doctrine\\Migrations\\VersionComparator'] = new \App\Doctrine\Migrations\VersionComparator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  5058.         });
  5059.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  5060.             return ($this->privates['App\\Doctrine\\Migrations\\MigrationFactory'] ?? $this->load('getMigrationFactoryService'));
  5061.         });
  5062.         return $instance;
  5063.     }
  5064.     /**
  5065.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  5066.      *
  5067.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  5068.      */
  5069.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  5070.     {
  5071.         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).'/vendor/gedmo/doctrine-extensions/src/Translatable/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity'), => (\dirname(__DIR__4).'/vendor/cron/cron-bundle/Entity'), => (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Entity'), 10 => (\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src/Entity'), 11 => (\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Entity'), 12 => (\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src/Entity'), 13 => (\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Entity'), 14 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Entity'), 15 => (\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Entity'), 16 => (\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Entity'), 17 => (\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Entity'), 18 => (\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Entity'), 19 => (\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Entity'), 20 => (\dirname(__DIR__4).'/vendor/bluue/dhl-bundle/src/Entity'), 21 => (\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src/Entity'), 22 => (\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src/Entity'), 23 => (\dirname(__DIR__4).'/vendor/bluue/shop-modules-bundle/src/Entity'), 24 => (\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Entity'), 25 => (\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Entity'), 26 => (\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src/Entity'), 27 => (\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Entity'), 28 => (\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Entity')], false);
  5072.     }
  5073.     /**
  5074.      * Gets the private 'exception_listener' shared service.
  5075.      *
  5076.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5077.      */
  5078.     protected function getExceptionListenerService()
  5079.     {
  5080.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  5081.     }
  5082.     /**
  5083.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5084.      *
  5085.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5086.      */
  5087.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5088.     {
  5089.         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())));
  5090.     }
  5091.     /**
  5092.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5093.      *
  5094.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5095.      */
  5096.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5097.     {
  5098.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5099.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  5100.             return $this->privates['framework_extra_bundle.event.is_granted'];
  5101.         }
  5102.         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);
  5103.     }
  5104.     /**
  5105.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  5106.      *
  5107.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  5108.      */
  5109.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  5110.     {
  5111.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  5112.     }
  5113.     /**
  5114.      * Gets the private 'locale_aware_listener' shared service.
  5115.      *
  5116.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5117.      */
  5118.     protected function getLocaleAwareListenerService()
  5119.     {
  5120.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5121.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  5122.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5123.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5124.     }
  5125.     /**
  5126.      * Gets the private 'locale_listener' shared service.
  5127.      *
  5128.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5129.      */
  5130.     protected function getLocaleListenerService()
  5131.     {
  5132.         $a = ($this->services['router'] ?? $this->getRouterService());
  5133.         if (isset($this->privates['locale_listener'])) {
  5134.             return $this->privates['locale_listener'];
  5135.         }
  5136.         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'$afalse, []);
  5137.     }
  5138.     /**
  5139.      * Gets the private 'mime_types' shared service.
  5140.      *
  5141.      * @return \Symfony\Component\Mime\MimeTypes
  5142.      */
  5143.     protected function getMimeTypesService()
  5144.     {
  5145.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5146.         $instance->setDefault($instance);
  5147.         return $instance;
  5148.     }
  5149.     /**
  5150.      * Gets the private 'monolog.handler.console' shared service.
  5151.      *
  5152.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5153.      */
  5154.     protected function getMonolog_Handler_ConsoleService()
  5155.     {
  5156.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5157.     }
  5158.     /**
  5159.      * Gets the private 'monolog.handler.main' shared service.
  5160.      *
  5161.      * @return \Monolog\Handler\RotatingFileHandler
  5162.      */
  5163.     protected function getMonolog_Handler_MainService()
  5164.     {
  5165.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 30'info'trueNULLfalse);
  5166.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5167.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  5168.         return $instance;
  5169.     }
  5170.     /**
  5171.      * Gets the private 'monolog.logger' shared service.
  5172.      *
  5173.      * @return \Symfony\Bridge\Monolog\Logger
  5174.      */
  5175.     protected function getMonolog_LoggerService()
  5176.     {
  5177.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5178.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5179.         $instance->useMicrosecondTimestamps(true);
  5180.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5181.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5182.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5183.         return $instance;
  5184.     }
  5185.     /**
  5186.      * Gets the private 'monolog.logger.cache' shared service.
  5187.      *
  5188.      * @return \Symfony\Bridge\Monolog\Logger
  5189.      */
  5190.     protected function getMonolog_Logger_CacheService()
  5191.     {
  5192.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5193.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5194.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5195.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5196.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5197.         return $instance;
  5198.     }
  5199.     /**
  5200.      * Gets the private 'monolog.logger.request' shared service.
  5201.      *
  5202.      * @return \Symfony\Bridge\Monolog\Logger
  5203.      */
  5204.     protected function getMonolog_Logger_RequestService()
  5205.     {
  5206.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5207.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5208.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5209.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5210.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5211.         return $instance;
  5212.     }
  5213.     /**
  5214.      * Gets the private 'monolog.logger.security' shared service.
  5215.      *
  5216.      * @return \Symfony\Bridge\Monolog\Logger
  5217.      */
  5218.     protected function getMonolog_Logger_SecurityService()
  5219.     {
  5220.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5221.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5222.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5223.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5224.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5225.         return $instance;
  5226.     }
  5227.     /**
  5228.      * Gets the private 'parameter_bag' shared service.
  5229.      *
  5230.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5231.      */
  5232.     protected function getParameterBagService()
  5233.     {
  5234.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5235.     }
  5236.     /**
  5237.      * Gets the private 'profiler_listener' shared service.
  5238.      *
  5239.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5240.      */
  5241.     protected function getProfilerListenerService()
  5242.     {
  5243.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  5244.         if (isset($this->privates['profiler_listener'])) {
  5245.             return $this->privates['profiler_listener'];
  5246.         }
  5247.         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);
  5248.     }
  5249.     /**
  5250.      * Gets the private 'property_accessor' shared service.
  5251.      *
  5252.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5253.      */
  5254.     protected function getPropertyAccessorService()
  5255.     {
  5256.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5257.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  5258.     }
  5259.     /**
  5260.      * Gets the private 'property_info' shared service.
  5261.      *
  5262.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5263.      */
  5264.     protected function getPropertyInfoService()
  5265.     {
  5266.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5267.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  5268.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5269.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  5270.         }, 3), new RewindableGenerator(function () {
  5271.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  5272.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  5273.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5274.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5275.         }, 4), new RewindableGenerator(function () {
  5276.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5277.         }, 1), new RewindableGenerator(function () {
  5278.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  5279.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5280.         }, 2), new RewindableGenerator(function () {
  5281.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5282.         }, 1));
  5283.     }
  5284.     /**
  5285.      * Gets the private 'router.expression_language_provider' shared service.
  5286.      *
  5287.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  5288.      */
  5289.     protected function getRouter_ExpressionLanguageProviderService()
  5290.     {
  5291.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5292.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  5293.         ], [
  5294.             'env' => 'Closure',
  5295.         ]));
  5296.     }
  5297.     /**
  5298.      * Gets the private 'router.request_context' shared service.
  5299.      *
  5300.      * @return \Symfony\Component\Routing\RequestContext
  5301.      */
  5302.     protected function getRouter_RequestContextService()
  5303.     {
  5304.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri($this->getEnv('resolve:DEFAULT_DOMAIN'), 'localhost''http'80443);
  5305.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5306.         return $instance;
  5307.     }
  5308.     /**
  5309.      * Gets the private 'router_listener' shared service.
  5310.      *
  5311.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5312.      */
  5313.     protected function getRouterListenerService()
  5314.     {
  5315.         $a = ($this->services['router'] ?? $this->getRouterService());
  5316.         if (isset($this->privates['router_listener'])) {
  5317.             return $this->privates['router_listener'];
  5318.         }
  5319.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($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);
  5320.     }
  5321.     /**
  5322.      * Gets the private 'security.context_listener.0' shared service.
  5323.      *
  5324.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5325.      */
  5326.     protected function getSecurity_ContextListener_0Service()
  5327.     {
  5328.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  5329.         if (isset($this->privates['security.context_listener.0'])) {
  5330.             return $this->privates['security.context_listener.0'];
  5331.         }
  5332.         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 () {
  5333.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  5334.             yield => ($this->privates['App\\Security\\ApiUserProvider'] ?? $this->load('getApiUserProviderService'));
  5335.         }, 2), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($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']);
  5336.     }
  5337.     /**
  5338.      * Gets the private 'security.event_dispatcher.main' shared service.
  5339.      *
  5340.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  5341.      */
  5342.     protected function getSecurity_EventDispatcher_MainService()
  5343.     {
  5344.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  5345.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5346.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  5347.         }, => 'checkPassport'], 2048);
  5348.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5349.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  5350.         }, => 'onSuccessfulLogin'], 0);
  5351.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5352.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  5353.         }, => 'onLogout'], 64);
  5354.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5355.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  5356.         }, => 'onLogout'], 0);
  5357.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5358.             return ($this->privates['security.listener.login_throttling.main'] ?? $this->load('getSecurity_Listener_LoginThrottling_MainService'));
  5359.         }, => 'checkPassport'], 2080);
  5360.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5361.             return ($this->privates['security.listener.login_throttling.main'] ?? $this->load('getSecurity_Listener_LoginThrottling_MainService'));
  5362.         }, => 'onSuccessfulLogin'], 0);
  5363.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5364.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  5365.         }, => 'onSuccessfulLogin'], -32);
  5366.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5367.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  5368.         }, => 'onSuccessfulLogin'], -64);
  5369.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  5370.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  5371.         }, => 'clearCookie'], 0);
  5372.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5373.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  5374.         }, => 'clearCookie'], 0);
  5375.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  5376.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  5377.         }, => 'clearCookie'], 0);
  5378.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5379.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  5380.         }, => 'preCheckCredentials'], 256);
  5381.         $instance->addListener('security.authentication.success', [=> function () {
  5382.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  5383.         }, => 'postCheckCredentials'], 256);
  5384.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5385.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  5386.         }, => 'checkPassport'], 1024);
  5387.         $instance->addListener('security.interactive_login', [=> function () {
  5388.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  5389.         }, => 'onInteractiveLogin'], 0);
  5390.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5391.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  5392.         }, => 'checkPassport'], 0);
  5393.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5394.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  5395.         }, => 'onLoginSuccess'], 0);
  5396.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5397.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  5398.         }, => 'checkPassport'], 512);
  5399.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5400.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  5401.         }, => 'onLogout'], 0);
  5402.         return $instance;
  5403.     }
  5404.     /**
  5405.      * Gets the private 'security.expression_language' shared service.
  5406.      *
  5407.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  5408.      */
  5409.     protected function getSecurity_ExpressionLanguageService()
  5410.     {
  5411.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  5412.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  5413.         return $instance;
  5414.     }
  5415.     /**
  5416.      * Gets the private 'security.firewall.map' shared service.
  5417.      *
  5418.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5419.      */
  5420.     protected function getSecurity_Firewall_MapService()
  5421.     {
  5422.         $a = ($this->privates['.service_locator.e_lw0y.'] ?? $this->get_ServiceLocator_ELw0y_Service());
  5423.         if (isset($this->privates['security.firewall.map'])) {
  5424.             return $this->privates['security.firewall.map'];
  5425.         }
  5426.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  5427.             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)/')));
  5428.             yield 'security.firewall.map.context.api_login' => ($this->privates['.security.request_matcher.3yrkg3i'] ?? ($this->privates['.security.request_matcher.3yrkg3i'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/apiv2/login')));
  5429.             yield 'security.firewall.map.context.apiv2' => ($this->privates['.security.request_matcher.LugPZU4'] ?? ($this->privates['.security.request_matcher.LugPZU4'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/apiv2')));
  5430.             yield 'security.firewall.map.context.main' => NULL;
  5431.         }, 4));
  5432.     }
  5433.     /**
  5434.      * Gets the private 'security.logout_url_generator' shared service.
  5435.      *
  5436.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5437.      */
  5438.     protected function getSecurity_LogoutUrlGeneratorService()
  5439.     {
  5440.         $a = ($this->services['router'] ?? $this->getRouterService());
  5441.         if (isset($this->privates['security.logout_url_generator'])) {
  5442.             return $this->privates['security.logout_url_generator'];
  5443.         }
  5444.         $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())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  5445.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  5446.         return $instance;
  5447.     }
  5448.     /**
  5449.      * Gets the private 'security.role_hierarchy' shared service.
  5450.      *
  5451.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  5452.      */
  5453.     protected function getSecurity_RoleHierarchyService()
  5454.     {
  5455.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  5456.     }
  5457.     /**
  5458.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5459.      *
  5460.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5461.      */
  5462.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5463.     {
  5464.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5465.     }
  5466.     /**
  5467.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5468.      *
  5469.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5470.      */
  5471.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5472.     {
  5473.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5474.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5475.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5476.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5477.     }
  5478.     /**
  5479.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5480.      *
  5481.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5482.      */
  5483.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5484.     {
  5485.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5486.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  5487.             return $this->privates['sensio_framework_extra.security.listener'];
  5488.         }
  5489.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  5490.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  5491.         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()), $b, ($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()));
  5492.     }
  5493.     /**
  5494.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5495.      *
  5496.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5497.      */
  5498.     protected function getSensioFrameworkExtra_View_ListenerService()
  5499.     {
  5500.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  5501.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5502.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5503.         ], [
  5504.             'twig' => '?',
  5505.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5506.         return $instance;
  5507.     }
  5508.     /**
  5509.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  5510.      *
  5511.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  5512.      */
  5513.     protected function getSerializer_NameConverter_MetadataAwareService()
  5514.     {
  5515.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  5516.     }
  5517.     /**
  5518.      * Gets the private 'session_listener' shared service.
  5519.      *
  5520.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5521.      */
  5522.     protected function getSessionListenerService()
  5523.     {
  5524.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5525.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  5526.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  5527.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5528.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  5529.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  5530.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  5531.         ], [
  5532.             'initialized_session' => '?',
  5533.             'logger' => '?',
  5534.             'request_stack' => '?',
  5535.             'session' => '?',
  5536.             'session_collector' => '?',
  5537.             'session_factory' => '?',
  5538.         ]), true$this->parameters['session.storage.options']);
  5539.     }
  5540.     /**
  5541.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  5542.      *
  5543.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  5544.      */
  5545.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  5546.     {
  5547.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5548.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  5549.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  5550.         }
  5551.         return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  5552.     }
  5553.     /**
  5554.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  5555.      *
  5556.      * @return \App\EventListener\BlameableListener
  5557.      */
  5558.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  5559.     {
  5560.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \App\EventListener\BlameableListener();
  5561.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5562.         return $instance;
  5563.     }
  5564.     /**
  5565.      * Gets the private 'translator.default' shared service.
  5566.      *
  5567.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5568.      */
  5569.     protected function getTranslator_DefaultService()
  5570.     {
  5571.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5572.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  5573.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  5574.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  5575.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  5576.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  5577.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  5578.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  5579.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  5580.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  5581.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  5582.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  5583.         ], [
  5584.             'translation.loader.csv' => '?',
  5585.             'translation.loader.dat' => '?',
  5586.             'translation.loader.ini' => '?',
  5587.             'translation.loader.json' => '?',
  5588.             'translation.loader.mo' => '?',
  5589.             'translation.loader.php' => '?',
  5590.             'translation.loader.po' => '?',
  5591.             'translation.loader.qt' => '?',
  5592.             'translation.loader.res' => '?',
  5593.             'translation.loader.xliff' => '?',
  5594.             'translation.loader.yml' => '?',
  5595.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.bg.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ca.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.cs.xliff')], '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')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.da.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.de.xliff')], '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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.en.xliff'), => (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Resources/translations/StocksBundle+intl-icu.en.xlf'), => (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Resources/translations/SalesBundle+intl-icu.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.fi.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.fr.xliff'), => (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Resources/translations/CustomersBundle+intl-icu.fr.xlf'), => (\dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Resources/translations/ProductsBundle+intl-icu.fr.xlf'), => (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Resources/translations/StocksBundle+intl-icu.fr.xlf'), => (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Resources/translations/SalesBundle+intl-icu.fr.xlf'), => (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Resources/translations/CategoriesBundle+intl-icu.fr.xlf'), 10 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Resources/translations/SuppliersBundle+intl-icu.fr.xlf'), 11 => (\dirname(__DIR__4).'/vendor/bluue/statistics-bundle/src/Resources/translations/StatisticsBundle+intl-icu.fr.xlf'), 12 => (\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src/Resources/translations/ImportProductsBundle+intl-icu.fr.xlf'), 13 => (\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Resources/translations/AccountingBundle+intl-icu.fr.xlf'), 14 => (\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src/Resources/translations/CrmBundle+intl-icu.fr.xlf'), 15 => (\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Resources/translations/ProductReturnsBundle+intl-icu.fr.xlf'), 16 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Resources/translations/SuppliersOrdersBundle+intl-icu.fr.xlf'), 17 => (\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Resources/translations/InventoriesBundle+intl-icu.fr.xlf'), 18 => (\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Resources/translations/LabelsBundle+intl-icu.fr.xlf'), 19 => (\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Resources/translations/ShipmentsBundle+intl-icu.fr.xlf'), 20 => (\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Resources/translations/PrestashopConnectorBundle+intl-icu.fr.xlf'), 21 => (\dirname(__DIR__4).'/vendor/bluue/colissimo-bundle/src/Resources/translations/ColissimoBundle+intl-icu.fr.xlf'), 22 => (\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/src/Resources/translations/MondialrelayBundle+intl-icu.fr.xlf'), 23 => (\dirname(__DIR__4).'/vendor/bluue/dhl-bundle/src/Resources/translations/DhlBundle+intl-icu.fr.xlf'), 24 => (\dirname(__DIR__4).'/vendor/bluue/forecasted-stock-bundle/src/Resources/translations/ForecastedStockBundle+intl-icu.fr.xlf'), 25 => (\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src/Resources/translations/ManufacturingBundle+intl-icu.fr.xlf'), 26 => (\dirname(__DIR__4).'/vendor/bluue/forecasted-manufacturing-bundle/src/Resources/translations/ForecastedManufacturingBundle+intl-icu.fr.xlf'), 27 => (\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/src/Resources/translations/ShipmentsPictureBundle+intl-icu.fr.xlf'), 28 => (\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src/Resources/translations/UtilityBillsBundle+intl-icu.fr.xlf'), 29 => (\dirname(__DIR__4).'/vendor/bluue/shop-modules-bundle/src/Resources/translations/ShopModulesBundle+intl-icu.fr.xlf'), 30 => (\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Resources/translations/PlanningBundle+intl-icu.fr.xlf'), 31 => (\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Resources/translations/ProjectsBundle+intl-icu.fr.xlf'), 32 => (\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src/Resources/translations/SitesBundle+intl-icu.fr.xlf'), 33 => (\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Resources/translations/TicketsBundle+intl-icu.fr.xlf'), 34 => (\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Resources/translations/RecurringInvoicesBundle+intl-icu.fr.xlf'), 35 => (\dirname(__DIR__4).'/translations/KnpPaginatorBundle+intl-icu.fr.xlf'), 36 => (\dirname(__DIR__4).'/translations/daterangepicker+intl-icu.fr.xlf'), 37 => (\dirname(__DIR__4).'/translations/messages+intl-icu.fr.xlf'), 38 => (\dirname(__DIR__4).'/translations/security.fr.xlf'), 39 => (\dirname(__DIR__4).'/translations/time+intl-icu.fr.xlf'), 40 => (\dirname(__DIR__4).'/translations/validators.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.id.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ja.xliff')], '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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.lt.xliff')], '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')], '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')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.nb.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.nl.xliff')], '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/knplabs/knp-time-bundle/src/Resources/translations/time.nn.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pl.xliff')], '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/knplabs/knp-time-bundle/src/Resources/translations/time.pt.xliff')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ro.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ru.xliff')], '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/knplabs/knp-time-bundle/src/Resources/translations/time.sk.xliff')], '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/knplabs/knp-time-bundle/src/Resources/translations/time.sl.xliff')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sv.xliff')], '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/knplabs/knp-time-bundle/src/Resources/translations/time.th.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.tr.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.uk.xliff')], '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')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.vi.xliff')], '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/knplabs/knp-time-bundle/src/Resources/translations/time.zh_CN.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_TW.xliff')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'bs_Latn_BA' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.bs_Latn_BA.xliff')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.eo.xliff')], 'hr_HR' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.hr_HR.xliff')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pt_PT.xliff')], 'sr_Latin' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sr_Latin.xliff')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_HK.xliff')]], '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/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Resources/translations'), 11 => (\dirname(__DIR__4).'/vendor/bluue/statistics-bundle/src/Resources/translations'), 12 => (\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src/Resources/translations'), 13 => (\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Resources/translations'), 14 => (\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src/Resources/translations'), 15 => (\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Resources/translations'), 16 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Resources/translations'), 17 => (\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Resources/translations'), 18 => (\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Resources/translations'), 19 => (\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Resources/translations'), 20 => (\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Resources/translations'), 21 => (\dirname(__DIR__4).'/vendor/bluue/colissimo-bundle/src/Resources/translations'), 22 => (\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/src/Resources/translations'), 23 => (\dirname(__DIR__4).'/vendor/bluue/dhl-bundle/src/Resources/translations'), 24 => (\dirname(__DIR__4).'/vendor/bluue/forecasted-stock-bundle/src/Resources/translations'), 25 => (\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src/Resources/translations'), 26 => (\dirname(__DIR__4).'/vendor/bluue/forecasted-manufacturing-bundle/src/Resources/translations'), 27 => (\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/src/Resources/translations'), 28 => (\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src/Resources/translations'), 29 => (\dirname(__DIR__4).'/vendor/bluue/shop-modules-bundle/src/Resources/translations'), 30 => (\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Resources/translations'), 31 => (\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Resources/translations'), 32 => (\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src/Resources/translations'), 33 => (\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Resources/translations'), 34 => (\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Resources/translations'), 35 => (\dirname(__DIR__4).'/translations'), 36 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 38 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 43 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 44 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 45 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 46 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 47 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 48 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 49 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 50 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 51 => (\dirname(__DIR__4).'/vendor/cron/cron-bundle/translations'), 52 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 53 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 54 => (\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/knplabs/knp-time-bundle/src/Resources/translations'=> 'vendor/bluue/customers-bundle/src/Resources/translations'=> 'vendor/bluue/products-bundle/src/Resources/translations'=> 'vendor/bluue/stocks-bundle/src/Resources/translations'=> 'vendor/bluue/sales-bundle/src/Resources/translations'=> 'vendor/bluue/categories-bundle/src/Resources/translations'10 => 'vendor/bluue/suppliers-bundle/src/Resources/translations'11 => 'vendor/bluue/statistics-bundle/src/Resources/translations'12 => 'vendor/bluue/import-products-bundle/src/Resources/translations'13 => 'vendor/bluue/accounting-bundle/src/Resources/translations'14 => 'vendor/bluue/crm-bundle/src/Resources/translations'15 => 'vendor/bluue/product-returns-bundle/src/Resources/translations'16 => 'vendor/bluue/suppliers-orders-bundle/src/Resources/translations'17 => 'vendor/bluue/inventories-bundle/src/Resources/translations'18 => 'vendor/bluue/labels-bundle/src/Resources/translations'19 => 'vendor/bluue/shipments-bundle/src/Resources/translations'20 => 'vendor/bluue/prestashop-connector-bundle/src/Resources/translations'21 => 'vendor/bluue/colissimo-bundle/src/Resources/translations'22 => 'vendor/bluue/mondialrelay-bundle/src/Resources/translations'23 => 'vendor/bluue/dhl-bundle/src/Resources/translations'24 => 'vendor/bluue/forecasted-stock-bundle/src/Resources/translations'25 => 'vendor/bluue/manufacturing-bundle/src/Resources/translations'26 => 'vendor/bluue/forecasted-manufacturing-bundle/src/Resources/translations'27 => 'vendor/bluue/shipments-picture-bundle/src/Resources/translations'28 => 'vendor/bluue/utility-bills-bundle/src/Resources/translations'29 => 'vendor/bluue/shop-modules-bundle/src/Resources/translations'30 => 'vendor/bluue/planning-bundle/src/Resources/translations'31 => 'vendor/bluue/projects-bundle/src/Resources/translations'32 => 'vendor/bluue/sites-bundle/src/Resources/translations'33 => 'vendor/bluue/tickets-bundle/src/Resources/translations'34 => 'vendor/bluue/recurring-invoices-bundle/src/Resources/translations'35 => 'translations'36 => 'vendor/symfony/framework-bundle/translations'37 => 'vendor/sensio/framework-extra-bundle/src/translations'38 => 'vendor/symfony/twig-bundle/translations'39 => 'vendor/symfony/web-profiler-bundle/translations'40 => 'vendor/symfony/monolog-bundle/translations'41 => 'vendor/symfony/debug-bundle/translations'42 => 'vendor/symfony/maker-bundle/src/translations'43 => 'vendor/doctrine/doctrine-bundle/translations'44 => 'vendor/doctrine/doctrine-migrations-bundle/translations'45 => 'vendor/symfony/security-bundle/translations'46 => 'vendor/twig/extra-bundle/translations'47 => 'vendor/knplabs/knp-menu-bundle/src/translations'48 => 'vendor/symfony/webpack-encore-bundle/src/translations'49 => 'vendor/stof/doctrine-extensions-bundle/src/translations'50 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'51 => 'vendor/cron/cron-bundle/translations'52 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'53 => 'vendor/lexik/jwt-authentication-bundle/translations'54 => 'vendor/bluue/api-cms-bundle/src/translations']]], []);
  5596.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5597.         $instance->setFallbackLocales([=> 'en']);
  5598.         return $instance;
  5599.     }
  5600.     /**
  5601.      * Gets the private 'validator.builder' shared service.
  5602.      *
  5603.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5604.      */
  5605.     protected function getValidator_BuilderService()
  5606.     {
  5607.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5608.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5609.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5610.             'Bluue\\AccountingBundle\\Validator\\CheckAccountNumberValidator' => ['privates''Bluue\\AccountingBundle\\Validator\\CheckAccountNumberValidator''getCheckAccountNumberValidatorService'true],
  5611.             'Bluue\\ProductReturnsBundle\\Validator\\CheckDeliveryNoteValidator' => ['privates''Bluue\\ProductReturnsBundle\\Validator\\CheckDeliveryNoteValidator''getCheckDeliveryNoteValidatorService'true],
  5612.             'Bluue\\ProductsBundle\\Validator\\UniqueProductReferenceBrandValidator' => ['privates''Bluue\\ProductsBundle\\Validator\\UniqueProductReferenceBrandValidator''getUniqueProductReferenceBrandValidatorService'true],
  5613.             'Bluue\\StocksBundle\\Validator\\ProductOrDeclinationValidator' => ['privates''Bluue\\StocksBundle\\Validator\\ProductOrDeclinationValidator''getProductOrDeclinationValidatorService'true],
  5614.             'Bluue\\StocksBundle\\Validator\\XorLocationOrSubLocationValidator' => ['privates''Bluue\\StocksBundle\\Validator\\XorLocationOrSubLocationValidator''getXorLocationOrSubLocationValidatorService'true],
  5615.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5616.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5617.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  5618.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5619.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  5620.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5621.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5622.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5623.         ], [
  5624.             'Bluue\\AccountingBundle\\Validator\\CheckAccountNumberValidator' => '?',
  5625.             'Bluue\\ProductReturnsBundle\\Validator\\CheckDeliveryNoteValidator' => '?',
  5626.             'Bluue\\ProductsBundle\\Validator\\UniqueProductReferenceBrandValidator' => '?',
  5627.             'Bluue\\StocksBundle\\Validator\\ProductOrDeclinationValidator' => '?',
  5628.             'Bluue\\StocksBundle\\Validator\\XorLocationOrSubLocationValidator' => '?',
  5629.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5630.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5631.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5632.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5633.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5634.             'doctrine.orm.validator.unique' => '?',
  5635.             'security.validator.user_password' => '?',
  5636.             'validator.expression' => '?',
  5637.         ])));
  5638.         if ($this->has('translator')) {
  5639.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5640.         }
  5641.         $instance->setTranslationDomain('validators');
  5642.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5643.         $instance->enableAnnotationMapping(true);
  5644.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5645.         $instance->addMethodMapping('loadValidatorMetadata');
  5646.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5647.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5648.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5649.         return $instance;
  5650.     }
  5651.     /**
  5652.      * Gets the private 'var_dumper.html_dumper' shared service.
  5653.      *
  5654.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5655.      */
  5656.     protected function getVarDumper_HtmlDumperService()
  5657.     {
  5658.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5659.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5660.         return $instance;
  5661.     }
  5662.     /**
  5663.      * Gets the private 'var_dumper.server_connection' shared service.
  5664.      *
  5665.      * @return \Symfony\Component\VarDumper\Server\Connection
  5666.      */
  5667.     protected function getVarDumper_ServerConnectionService()
  5668.     {
  5669.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  5670.     }
  5671.     /**
  5672.      * Gets the private 'web_profiler.csp.handler' shared service.
  5673.      *
  5674.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5675.      */
  5676.     protected function getWebProfiler_Csp_HandlerService()
  5677.     {
  5678.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5679.     }
  5680.     /**
  5681.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5682.      *
  5683.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5684.      */
  5685.     protected function getWebProfiler_DebugToolbarService()
  5686.     {
  5687.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5688.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5689.             return $this->privates['web_profiler.debug_toolbar'];
  5690.         }
  5691.         $b = ($this->services['router'] ?? $this->getRouterService());
  5692.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5693.             return $this->privates['web_profiler.debug_toolbar'];
  5694.         }
  5695.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2$b'^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  5696.     }
  5697.     /**
  5698.      * Gets the public 'cache_clearer' alias.
  5699.      *
  5700.      * @return object The ".container.private.cache_clearer" service.
  5701.      */
  5702.     protected function getCacheClearerService()
  5703.     {
  5704.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5705.         return $this->get('.container.private.cache_clearer');
  5706.     }
  5707.     /**
  5708.      * Gets the public 'filesystem' alias.
  5709.      *
  5710.      * @return object The ".container.private.filesystem" service.
  5711.      */
  5712.     protected function getFilesystemService()
  5713.     {
  5714.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5715.         return $this->get('.container.private.filesystem');
  5716.     }
  5717.     /**
  5718.      * Gets the public 'serializer' alias.
  5719.      *
  5720.      * @return object The ".container.private.serializer" service.
  5721.      */
  5722.     protected function getSerializerService()
  5723.     {
  5724.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5725.         return $this->get('.container.private.serializer');
  5726.     }
  5727.     /**
  5728.      * Gets the public 'security.csrf.token_manager' alias.
  5729.      *
  5730.      * @return object The ".container.private.security.csrf.token_manager" service.
  5731.      */
  5732.     protected function getSecurity_Csrf_TokenManagerService()
  5733.     {
  5734.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5735.         return $this->get('.container.private.security.csrf.token_manager');
  5736.     }
  5737.     /**
  5738.      * Gets the public 'form.factory' alias.
  5739.      *
  5740.      * @return object The ".container.private.form.factory" service.
  5741.      */
  5742.     protected function getForm_FactoryService()
  5743.     {
  5744.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5745.         return $this->get('.container.private.form.factory');
  5746.     }
  5747.     /**
  5748.      * Gets the public 'form.type.file' alias.
  5749.      *
  5750.      * @return object The ".container.private.form.type.file" service.
  5751.      */
  5752.     protected function getForm_Type_FileService()
  5753.     {
  5754.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5755.         return $this->get('.container.private.form.type.file');
  5756.     }
  5757.     /**
  5758.      * Gets the public 'profiler' alias.
  5759.      *
  5760.      * @return object The ".container.private.profiler" service.
  5761.      */
  5762.     protected function getProfilerService()
  5763.     {
  5764.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5765.         return $this->get('.container.private.profiler');
  5766.     }
  5767.     /**
  5768.      * Gets the public 'twig' alias.
  5769.      *
  5770.      * @return object The ".container.private.twig" service.
  5771.      */
  5772.     protected function getTwigService()
  5773.     {
  5774.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5775.         return $this->get('.container.private.twig');
  5776.     }
  5777.     /**
  5778.      * Gets the public 'security.authorization_checker' alias.
  5779.      *
  5780.      * @return object The ".container.private.security.authorization_checker" service.
  5781.      */
  5782.     protected function getSecurity_AuthorizationCheckerService()
  5783.     {
  5784.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5785.         return $this->get('.container.private.security.authorization_checker');
  5786.     }
  5787.     /**
  5788.      * Gets the public 'security.token_storage' alias.
  5789.      *
  5790.      * @return object The ".container.private.security.token_storage" service.
  5791.      */
  5792.     protected function getSecurity_TokenStorageService()
  5793.     {
  5794.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5795.         return $this->get('.container.private.security.token_storage');
  5796.     }
  5797.     /**
  5798.      * Gets the public 'security.password_encoder' alias.
  5799.      *
  5800.      * @return object The ".container.private.security.password_encoder" service.
  5801.      */
  5802.     protected function getSecurity_PasswordEncoderService()
  5803.     {
  5804.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5805.         return $this->get('.container.private.security.password_encoder');
  5806.     }
  5807.     /**
  5808.      * Gets the public 'session' alias.
  5809.      *
  5810.      * @return object The ".container.private.session" service.
  5811.      */
  5812.     protected function getSessionService()
  5813.     {
  5814.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5815.         return $this->get('.container.private.session');
  5816.     }
  5817.     /**
  5818.      * Gets the public 'validator' alias.
  5819.      *
  5820.      * @return object The ".container.private.validator" service.
  5821.      */
  5822.     protected function getValidatorService()
  5823.     {
  5824.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5825.         return $this->get('.container.private.validator');
  5826.     }
  5827.     /**
  5828.      * @return array|bool|float|int|string|\UnitEnum|null
  5829.      */
  5830.     public function getParameter(string $name)
  5831.     {
  5832.         if (isset($this->buildParameters[$name])) {
  5833.             return $this->buildParameters[$name];
  5834.         }
  5835.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5836.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5837.         }
  5838.         if (isset($this->loadedDynamicParameters[$name])) {
  5839.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5840.         }
  5841.         return $this->parameters[$name];
  5842.     }
  5843.     public function hasParameter(string $name): bool
  5844.     {
  5845.         if (isset($this->buildParameters[$name])) {
  5846.             return true;
  5847.         }
  5848.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5849.     }
  5850.     public function setParameter(string $name$value): void
  5851.     {
  5852.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5853.     }
  5854.     public function getParameterBag(): ParameterBagInterface
  5855.     {
  5856.         if (null === $this->parameterBag) {
  5857.             $parameters $this->parameters;
  5858.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5859.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5860.             }
  5861.             foreach ($this->buildParameters as $name => $value) {
  5862.                 $parameters[$name] = $value;
  5863.             }
  5864.             $this->parameterBag = new FrozenParameterBag($parameters);
  5865.         }
  5866.         return $this->parameterBag;
  5867.     }
  5868.     private $loadedDynamicParameters = [
  5869.         'kernel.runtime_environment' => false,
  5870.         'kernel.build_dir' => false,
  5871.         'kernel.cache_dir' => false,
  5872.         'app.encrypt_passphrase' => false,
  5873.         'app.encrypt_iv' => false,
  5874.         'app.mailer_dsn' => false,
  5875.         'app.mailer_from' => false,
  5876.         'app.default_host' => false,
  5877.         'app.default_domain' => false,
  5878.         'app.public_host' => false,
  5879.         'kernel.secret' => false,
  5880.         'debug.container.dump' => false,
  5881.         'serializer.mapping.cache.file' => false,
  5882.         'validator.mapping.cache.file' => false,
  5883.         'profiler.storage.dsn' => false,
  5884.         'doctrine.orm.proxy_dir' => false,
  5885.         'lexik_jwt_authentication.pass_phrase' => false,
  5886.     ];
  5887.     private $dynamicParameters = [];
  5888.     private function getDynamicParameter(string $name)
  5889.     {
  5890.         switch ($name) {
  5891.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5892.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5893.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5894.             case 'app.encrypt_passphrase'$value $this->getEnv('resolve:ENCRYPT_PASSPHRASE'); break;
  5895.             case 'app.encrypt_iv'$value $this->getEnv('resolve:ENCRYPT_IV'); break;
  5896.             case 'app.mailer_dsn'$value $this->getEnv('resolve:MAILER_DSN'); break;
  5897.             case 'app.mailer_from'$value $this->getEnv('resolve:MAILER_FROM'); break;
  5898.             case 'app.default_host'$value $this->getEnv('resolve:DEFAULT_HOST'); break;
  5899.             case 'app.default_domain'$value $this->getEnv('resolve:DEFAULT_DOMAIN'); break;
  5900.             case 'app.public_host'$value $this->getEnv('resolve:PUBLIC_HOST'); break;
  5901.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5902.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  5903.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5904.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5905.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5906.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5907.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  5908.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5909.         }
  5910.         $this->loadedDynamicParameters[$name] = true;
  5911.         return $this->dynamicParameters[$name] = $value;
  5912.     }
  5913.     protected function getDefaultParameters(): array
  5914.     {
  5915.         return [
  5916.             'kernel.project_dir' => \dirname(__DIR__4),
  5917.             'kernel.environment' => 'dev',
  5918.             'kernel.debug' => true,
  5919.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  5920.             'kernel.bundles' => [
  5921.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5922.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  5923.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5924.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5925.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5926.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5927.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  5928.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5929.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  5930.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5931.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  5932.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  5933.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  5934.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  5935.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  5936.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  5937.                 'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
  5938.                 'CronCronBundle' => 'Cron\\CronBundle\\CronCronBundle',
  5939.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  5940.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  5941.                 'CustomersBundle' => 'Bluue\\CustomersBundle\\CustomersBundle',
  5942.                 'ProductsBundle' => 'Bluue\\ProductsBundle\\ProductsBundle',
  5943.                 'StocksBundle' => 'Bluue\\StocksBundle\\StocksBundle',
  5944.                 'SalesBundle' => 'Bluue\\SalesBundle\\SalesBundle',
  5945.                 'CategoriesBundle' => 'Bluue\\CategoriesBundle\\CategoriesBundle',
  5946.                 'SuppliersBundle' => 'Bluue\\SuppliersBundle\\SuppliersBundle',
  5947.                 'StatisticsBundle' => 'Bluue\\StatisticsBundle\\StatisticsBundle',
  5948.                 'ImportProductsBundle' => 'Bluue\\ImportProductsBundle\\ImportProductsBundle',
  5949.                 'AccountingBundle' => 'Bluue\\AccountingBundle\\AccountingBundle',
  5950.                 'CrmBundle' => 'Bluue\\CrmBundle\\CrmBundle',
  5951.                 'ProductReturnsBundle' => 'Bluue\\ProductReturnsBundle\\ProductReturnsBundle',
  5952.                 'SuppliersOrdersBundle' => 'Bluue\\SuppliersOrdersBundle\\SuppliersOrdersBundle',
  5953.                 'InventoriesBundle' => 'Bluue\\InventoriesBundle\\InventoriesBundle',
  5954.                 'LabelsBundle' => 'Bluue\\LabelsBundle\\LabelsBundle',
  5955.                 'ApiCmsBundle' => 'Bluue\\ApiCmsBundle\\ApiCmsBundle',
  5956.                 'ShipmentsBundle' => 'Bluue\\ShipmentsBundle\\ShipmentsBundle',
  5957.                 'PrestashopConnectorBundle' => 'Bluue\\PrestashopConnectorBundle\\PrestashopConnectorBundle',
  5958.                 'ColissimoBundle' => 'Bluue\\ColissimoBundle\\ColissimoBundle',
  5959.                 'MondialrelayBundle' => 'Bluue\\MondialrelayBundle\\MondialrelayBundle',
  5960.                 'DhlBundle' => 'Bluue\\DhlBundle\\DhlBundle',
  5961.                 'ForecastedStockBundle' => 'Bluue\\ForecastedStockBundle\\ForecastedStockBundle',
  5962.                 'ManufacturingBundle' => 'Bluue\\ManufacturingBundle\\ManufacturingBundle',
  5963.                 'ForecastedManufacturingBundle' => 'Bluue\\ForecastedManufacturingBundle\\ForecastedManufacturingBundle',
  5964.                 'ShipmentsPictureBundle' => 'Bluue\\ShipmentsPictureBundle\\ShipmentsPictureBundle',
  5965.                 'UtilityBillsBundle' => 'Bluue\\UtilityBillsBundle\\UtilityBillsBundle',
  5966.                 'ShopModulesBundle' => 'Bluue\\ShopModulesBundle\\ShopModulesBundle',
  5967.                 'PlanningBundle' => 'Bluue\\PlanningBundle\\PlanningBundle',
  5968.                 'ProjectsBundle' => 'Bluue\\ProjectsBundle\\ProjectsBundle',
  5969.                 'SitesBundle' => 'Bluue\\SitesBundle\\SitesBundle',
  5970.                 'TicketsBundle' => 'Bluue\\TicketsBundle\\TicketsBundle',
  5971.                 'RecurringInvoicesBundle' => 'Bluue\\RecurringInvoicesBundle\\RecurringInvoicesBundle',
  5972.             ],
  5973.             'kernel.bundles_metadata' => [
  5974.                 'FrameworkBundle' => [
  5975.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  5976.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5977.                 ],
  5978.                 'SensioFrameworkExtraBundle' => [
  5979.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  5980.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  5981.                 ],
  5982.                 'TwigBundle' => [
  5983.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  5984.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5985.                 ],
  5986.                 'WebProfilerBundle' => [
  5987.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  5988.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5989.                 ],
  5990.                 'MonologBundle' => [
  5991.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  5992.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5993.                 ],
  5994.                 'DebugBundle' => [
  5995.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  5996.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5997.                 ],
  5998.                 'MakerBundle' => [
  5999.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6000.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6001.                 ],
  6002.                 'DoctrineBundle' => [
  6003.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6004.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6005.                 ],
  6006.                 'DoctrineMigrationsBundle' => [
  6007.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6008.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6009.                 ],
  6010.                 'SecurityBundle' => [
  6011.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6012.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6013.                 ],
  6014.                 'TwigExtraBundle' => [
  6015.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6016.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6017.                 ],
  6018.                 'KnpMenuBundle' => [
  6019.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  6020.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  6021.                 ],
  6022.                 'WebpackEncoreBundle' => [
  6023.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  6024.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  6025.                 ],
  6026.                 'StofDoctrineExtensionsBundle' => [
  6027.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  6028.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  6029.                 ],
  6030.                 'DoctrineFixturesBundle' => [
  6031.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  6032.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  6033.                 ],
  6034.                 'KnpPaginatorBundle' => [
  6035.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  6036.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  6037.                 ],
  6038.                 'KnpTimeBundle' => [
  6039.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src'),
  6040.                     'namespace' => 'Knp\\Bundle\\TimeBundle',
  6041.                 ],
  6042.                 'CronCronBundle' => [
  6043.                     'path' => (\dirname(__DIR__4).'/vendor/cron/cron-bundle'),
  6044.                     'namespace' => 'Cron\\CronBundle',
  6045.                 ],
  6046.                 'ApiPlatformBundle' => [
  6047.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  6048.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  6049.                 ],
  6050.                 'LexikJWTAuthenticationBundle' => [
  6051.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  6052.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  6053.                 ],
  6054.                 'CustomersBundle' => [
  6055.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src'),
  6056.                     'namespace' => 'Bluue\\CustomersBundle',
  6057.                 ],
  6058.                 'ProductsBundle' => [
  6059.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/products-bundle/src'),
  6060.                     'namespace' => 'Bluue\\ProductsBundle',
  6061.                 ],
  6062.                 'StocksBundle' => [
  6063.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src'),
  6064.                     'namespace' => 'Bluue\\StocksBundle',
  6065.                 ],
  6066.                 'SalesBundle' => [
  6067.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src'),
  6068.                     'namespace' => 'Bluue\\SalesBundle',
  6069.                 ],
  6070.                 'CategoriesBundle' => [
  6071.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src'),
  6072.                     'namespace' => 'Bluue\\CategoriesBundle',
  6073.                 ],
  6074.                 'SuppliersBundle' => [
  6075.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src'),
  6076.                     'namespace' => 'Bluue\\SuppliersBundle',
  6077.                 ],
  6078.                 'StatisticsBundle' => [
  6079.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/statistics-bundle/src'),
  6080.                     'namespace' => 'Bluue\\StatisticsBundle',
  6081.                 ],
  6082.                 'ImportProductsBundle' => [
  6083.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src'),
  6084.                     'namespace' => 'Bluue\\ImportProductsBundle',
  6085.                 ],
  6086.                 'AccountingBundle' => [
  6087.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src'),
  6088.                     'namespace' => 'Bluue\\AccountingBundle',
  6089.                 ],
  6090.                 'CrmBundle' => [
  6091.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src'),
  6092.                     'namespace' => 'Bluue\\CrmBundle',
  6093.                 ],
  6094.                 'ProductReturnsBundle' => [
  6095.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src'),
  6096.                     'namespace' => 'Bluue\\ProductReturnsBundle',
  6097.                 ],
  6098.                 'SuppliersOrdersBundle' => [
  6099.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src'),
  6100.                     'namespace' => 'Bluue\\SuppliersOrdersBundle',
  6101.                 ],
  6102.                 'InventoriesBundle' => [
  6103.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src'),
  6104.                     'namespace' => 'Bluue\\InventoriesBundle',
  6105.                 ],
  6106.                 'LabelsBundle' => [
  6107.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src'),
  6108.                     'namespace' => 'Bluue\\LabelsBundle',
  6109.                 ],
  6110.                 'ApiCmsBundle' => [
  6111.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src'),
  6112.                     'namespace' => 'Bluue\\ApiCmsBundle',
  6113.                 ],
  6114.                 'ShipmentsBundle' => [
  6115.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src'),
  6116.                     'namespace' => 'Bluue\\ShipmentsBundle',
  6117.                 ],
  6118.                 'PrestashopConnectorBundle' => [
  6119.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src'),
  6120.                     'namespace' => 'Bluue\\PrestashopConnectorBundle',
  6121.                 ],
  6122.                 'ColissimoBundle' => [
  6123.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/colissimo-bundle/src'),
  6124.                     'namespace' => 'Bluue\\ColissimoBundle',
  6125.                 ],
  6126.                 'MondialrelayBundle' => [
  6127.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/src'),
  6128.                     'namespace' => 'Bluue\\MondialrelayBundle',
  6129.                 ],
  6130.                 'DhlBundle' => [
  6131.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/dhl-bundle/src'),
  6132.                     'namespace' => 'Bluue\\DhlBundle',
  6133.                 ],
  6134.                 'ForecastedStockBundle' => [
  6135.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/forecasted-stock-bundle/src'),
  6136.                     'namespace' => 'Bluue\\ForecastedStockBundle',
  6137.                 ],
  6138.                 'ManufacturingBundle' => [
  6139.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src'),
  6140.                     'namespace' => 'Bluue\\ManufacturingBundle',
  6141.                 ],
  6142.                 'ForecastedManufacturingBundle' => [
  6143.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/forecasted-manufacturing-bundle/src'),
  6144.                     'namespace' => 'Bluue\\ForecastedManufacturingBundle',
  6145.                 ],
  6146.                 'ShipmentsPictureBundle' => [
  6147.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/src'),
  6148.                     'namespace' => 'Bluue\\ShipmentsPictureBundle',
  6149.                 ],
  6150.                 'UtilityBillsBundle' => [
  6151.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src'),
  6152.                     'namespace' => 'Bluue\\UtilityBillsBundle',
  6153.                 ],
  6154.                 'ShopModulesBundle' => [
  6155.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/shop-modules-bundle/src'),
  6156.                     'namespace' => 'Bluue\\ShopModulesBundle',
  6157.                 ],
  6158.                 'PlanningBundle' => [
  6159.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src'),
  6160.                     'namespace' => 'Bluue\\PlanningBundle',
  6161.                 ],
  6162.                 'ProjectsBundle' => [
  6163.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src'),
  6164.                     'namespace' => 'Bluue\\ProjectsBundle',
  6165.                 ],
  6166.                 'SitesBundle' => [
  6167.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src'),
  6168.                     'namespace' => 'Bluue\\SitesBundle',
  6169.                 ],
  6170.                 'TicketsBundle' => [
  6171.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src'),
  6172.                     'namespace' => 'Bluue\\TicketsBundle',
  6173.                 ],
  6174.                 'RecurringInvoicesBundle' => [
  6175.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src'),
  6176.                     'namespace' => 'Bluue\\RecurringInvoicesBundle',
  6177.                 ],
  6178.             ],
  6179.             'kernel.charset' => 'UTF-8',
  6180.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  6181.             'app.version' => '4.0.0',
  6182.             'locale' => 'fr',
  6183.             'event_dispatcher.event_aliases' => [
  6184.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6185.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6186.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6187.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6188.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6189.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6190.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6191.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6192.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6193.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6194.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6195.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6196.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6197.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6198.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6199.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6200.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6201.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6202.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6203.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6204.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6205.             ],
  6206.             'fragment.renderer.hinclude.global_template' => NULL,
  6207.             'fragment.path' => '/_fragment',
  6208.             'kernel.http_method_override' => false,
  6209.             'kernel.trusted_hosts' => [
  6210.             ],
  6211.             'kernel.default_locale' => 'fr',
  6212.             'kernel.enabled_locales' => [
  6213.             ],
  6214.             'kernel.error_controller' => 'error_controller',
  6215.             'debug.file_link_format' => NULL,
  6216.             'asset.request_context.base_path' => NULL,
  6217.             'asset.request_context.secure' => NULL,
  6218.             'translator.logging' => false,
  6219.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6220.             'debug.error_handler.throw_at' => -1,
  6221.             'router.request_context.host' => 'localhost',
  6222.             'router.request_context.scheme' => 'http',
  6223.             'router.request_context.base_url' => '',
  6224.             'router.resource' => 'kernel::loadRoutes',
  6225.             'request_listener.http_port' => 80,
  6226.             'request_listener.https_port' => 443,
  6227.             'session.metadata.storage_key' => '_sf2_meta',
  6228.             'session.storage.options' => [
  6229.                 'cache_limiter' => '0',
  6230.                 'cookie_secure' => 'auto',
  6231.                 'cookie_httponly' => true,
  6232.                 'cookie_samesite' => 'lax',
  6233.                 'gc_probability' => 1,
  6234.             ],
  6235.             'session.save_path' => NULL,
  6236.             'session.metadata.update_threshold' => 0,
  6237.             'form.type_extension.csrf.enabled' => true,
  6238.             'form.type_extension.csrf.field_name' => '_token',
  6239.             'validator.translation_domain' => 'validators',
  6240.             'profiler_listener.only_exceptions' => false,
  6241.             'profiler_listener.only_main_requests' => false,
  6242.             'twig.form.resources' => [
  6243.                 => '@UtilityBills/Form/utility_bill_theme.html.twig',
  6244.                 => '@Stocks/Form/Type/location_choice_type.html.twig',
  6245.                 => '@Stocks/Form/Type/sub_location_choice_type.html.twig',
  6246.                 => '@Products/Form/Type/feature_value_choice_type.html.twig',
  6247.                 => '@Products/Form/Type/feature_choice_type.html.twig',
  6248.                 => 'form_div_layout.html.twig',
  6249.                 => 'bootstrap_4_layout.html.twig',
  6250.             ],
  6251.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6252.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6253.             'web_profiler.debug_toolbar.mode' => 2,
  6254.             'monolog.use_microseconds' => true,
  6255.             'monolog.swift_mailer.handlers' => [
  6256.             ],
  6257.             'monolog.handlers_to_channels' => [
  6258.                 'monolog.handler.console' => [
  6259.                     'type' => 'exclusive',
  6260.                     'elements' => [
  6261.                         => 'event',
  6262.                         => 'doctrine',
  6263.                         => 'console',
  6264.                     ],
  6265.                 ],
  6266.                 'monolog.handler.main' => [
  6267.                     'type' => 'exclusive',
  6268.                     'elements' => [
  6269.                         => 'event',
  6270.                     ],
  6271.                 ],
  6272.             ],
  6273.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6274.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6275.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6276.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6277.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6278.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6279.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6280.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6281.             'doctrine.entity_managers' => [
  6282.                 'default' => 'doctrine.orm.default_entity_manager',
  6283.             ],
  6284.             'doctrine.default_entity_manager' => 'default',
  6285.             'doctrine.dbal.connection_factory.types' => [
  6286.                 'uuid' => [
  6287.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  6288.                 ],
  6289.                 'ulid' => [
  6290.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  6291.                 ],
  6292.             ],
  6293.             'doctrine.connections' => [
  6294.                 'default' => 'doctrine.dbal.default_connection',
  6295.             ],
  6296.             'doctrine.default_connection' => 'default',
  6297.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6298.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6299.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6300.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6301.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6302.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6303.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6304.             'doctrine.orm.cache.memcache_port' => 11211,
  6305.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6306.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6307.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6308.             'doctrine.orm.cache.memcached_port' => 11211,
  6309.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6310.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6311.             'doctrine.orm.cache.redis_host' => 'localhost',
  6312.             'doctrine.orm.cache.redis_port' => 6379,
  6313.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6314.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6315.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6316.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6317.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6318.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6319.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6320.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6321.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6322.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6323.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6324.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6325.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6326.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6327.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6328.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6329.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6330.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6331.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6332.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6333.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6334.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6335.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  6336.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6337.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6338.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6339.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6340.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6341.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6342.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6343.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6344.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6345.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  6346.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6347.             'doctrine.migrations.preferred_em' => NULL,
  6348.             'doctrine.migrations.preferred_connection' => NULL,
  6349.             'security.role_hierarchy.roles' => [
  6350.                 'ROLE_ZERO_ACCESS' => [
  6351.                     => 'ROLE_USER',
  6352.                 ],
  6353.                 'ROLE_READ_ONLY' => [
  6354.                     => 'ROLE_ZERO_ACCESS',
  6355.                 ],
  6356.                 'ROLE_SMALL_ADMIN' => [
  6357.                     => 'ROLE_READ_ONLY',
  6358.                 ],
  6359.                 'ROLE_ADMIN' => [
  6360.                     => 'ROLE_SMALL_ADMIN',
  6361.                 ],
  6362.                 'ROLE_SUPER_ADMIN' => [
  6363.                     => 'ROLE_ADMIN',
  6364.                     => 'ROLE_ALLOWED_TO_SWITCH',
  6365.                 ],
  6366.                 'ROLE__CUSTOMERS__ZERO_ACCESS' => [
  6367.                     => 'ROLE_USER',
  6368.                 ],
  6369.                 'ROLE__CUSTOMERS__READ_ONLY' => [
  6370.                     => 'ROLE__CUSTOMERS__ZERO_ACCESS',
  6371.                 ],
  6372.                 'ROLE__CUSTOMERS__SMALL_ADMIN' => [
  6373.                     => 'ROLE__CUSTOMERS__READ_ONLY',
  6374.                 ],
  6375.                 'ROLE__CUSTOMERS__ADMIN' => [
  6376.                     => 'ROLE__CUSTOMERS__SMALL_ADMIN',
  6377.                 ],
  6378.                 'ROLE__CUSTOMERS__SUPER_ADMIN' => [
  6379.                     => 'ROLE__CUSTOMERS__ADMIN',
  6380.                 ],
  6381.                 'ROLE__CATALOG__ZERO_ACCESS' => [
  6382.                     => 'ROLE_USER',
  6383.                 ],
  6384.                 'ROLE__CATALOG__READ_ONLY' => [
  6385.                     => 'ROLE__CATALOG__ZERO_ACCESS',
  6386.                 ],
  6387.                 'ROLE__CATALOG__SMALL_ADMIN' => [
  6388.                     => 'ROLE__CATALOG__READ_ONLY',
  6389.                 ],
  6390.                 'ROLE__CATALOG__ADMIN' => [
  6391.                     => 'ROLE__CATALOG__SMALL_ADMIN',
  6392.                 ],
  6393.                 'ROLE__CATALOG__SUPER_ADMIN' => [
  6394.                     => 'ROLE__CATALOG__ADMIN',
  6395.                 ],
  6396.                 'ROLE__STOCKS__ZERO_ACCESS' => [
  6397.                     => 'ROLE_USER',
  6398.                 ],
  6399.                 'ROLE__STOCKS__READ_ONLY' => [
  6400.                     => 'ROLE__STOCKS__ZERO_ACCESS',
  6401.                 ],
  6402.                 'ROLE__STOCKS__SMALL_ADMIN' => [
  6403.                     => 'ROLE__STOCKS__READ_ONLY',
  6404.                 ],
  6405.                 'ROLE__STOCKS__ADMIN' => [
  6406.                     => 'ROLE__STOCKS__SMALL_ADMIN',
  6407.                 ],
  6408.                 'ROLE__STOCKS__SUPER_ADMIN' => [
  6409.                     => 'ROLE__STOCKS__ADMIN',
  6410.                 ],
  6411.                 'ROLE__SALES__ZERO_ACCESS' => [
  6412.                     => 'ROLE_USER',
  6413.                 ],
  6414.                 'ROLE__SALES__READ_ONLY' => [
  6415.                     => 'ROLE__SALES__ZERO_ACCESS',
  6416.                 ],
  6417.                 'ROLE__SALES__SMALL_ADMIN' => [
  6418.                     => 'ROLE__SALES__READ_ONLY',
  6419.                 ],
  6420.                 'ROLE__SALES__ADMIN' => [
  6421.                     => 'ROLE__SALES__SMALL_ADMIN',
  6422.                 ],
  6423.                 'ROLE__SALES__SUPER_ADMIN' => [
  6424.                     => 'ROLE__SALES__ADMIN',
  6425.                 ],
  6426.                 'ROLE__SUPPLIERS__ZERO_ACCESS' => [
  6427.                     => 'ROLE_USER',
  6428.                 ],
  6429.                 'ROLE__SUPPLIERS__READ_ONLY' => [
  6430.                     => 'ROLE__SUPPLIERS__ZERO_ACCESS',
  6431.                 ],
  6432.                 'ROLE__SUPPLIERS__SMALL_ADMIN' => [
  6433.                     => 'ROLE__SUPPLIERS__READ_ONLY',
  6434.                 ],
  6435.                 'ROLE__SUPPLIERS__ADMIN' => [
  6436.                     => 'ROLE__SUPPLIERS__SMALL_ADMIN',
  6437.                 ],
  6438.                 'ROLE__SUPPLIERS__SUPER_ADMIN' => [
  6439.                     => 'ROLE__SUPPLIERS__ADMIN',
  6440.                 ],
  6441.                 'ROLE__STATISTICS__ZERO_ACCESS' => [
  6442.                     => 'ROLE_USER',
  6443.                 ],
  6444.                 'ROLE__STATISTICS__READ_ONLY' => [
  6445.                     => 'ROLE__STATISTICS__ZERO_ACCESS',
  6446.                 ],
  6447.                 'ROLE__STATISTICS__SMALL_ADMIN' => [
  6448.                     => 'ROLE__STATISTICS__READ_ONLY',
  6449.                 ],
  6450.                 'ROLE__STATISTICS__ADMIN' => [
  6451.                     => 'ROLE__STATISTICS__SMALL_ADMIN',
  6452.                 ],
  6453.                 'ROLE__STATISTICS__SUPER_ADMIN' => [
  6454.                     => 'ROLE__STATISTICS__ADMIN',
  6455.                 ],
  6456.                 'ROLE__IMPORT_PRODUCTS__ZERO_ACCESS' => [
  6457.                     => 'ROLE_USER',
  6458.                 ],
  6459.                 'ROLE__IMPORT_PRODUCTS__READ_ONLY' => [
  6460.                     => 'ROLE__IMPORT_PRODUCTS__ZERO_ACCESS',
  6461.                 ],
  6462.                 'ROLE__IMPORT_PRODUCTS__SMALL_ADMIN' => [
  6463.                     => 'ROLE__IMPORT_PRODUCTS__READ_ONLY',
  6464.                 ],
  6465.                 'ROLE__IMPORT_PRODUCTS__ADMIN' => [
  6466.                     => 'ROLE__IMPORT_PRODUCTS__SMALL_ADMIN',
  6467.                 ],
  6468.                 'ROLE__IMPORT_PRODUCTS__SUPER_ADMIN' => [
  6469.                     => 'ROLE__IMPORT_PRODUCTS__ADMIN',
  6470.                 ],
  6471.                 'ROLE__ACCOUNTING__ZERO_ACCESS' => [
  6472.                     => 'ROLE_USER',
  6473.                 ],
  6474.                 'ROLE__ACCOUNTING__READ_ONLY' => [
  6475.                     => 'ROLE__ACCOUNTING__READ_ONLY',
  6476.                 ],
  6477.                 'ROLE__ACCOUNTING__SMALL_ADMIN' => [
  6478.                     => 'ROLE__ACCOUNTING__READ_ONLY',
  6479.                 ],
  6480.                 'ROLE__ACCOUNTING__ADMIN' => [
  6481.                     => 'ROLE__ACCOUNTING__SMALL_ADMIN',
  6482.                 ],
  6483.                 'ROLE__ACCOUNTING__SUPER_ADMIN' => [
  6484.                     => 'ROLE__ACCOUNTING__ADMIN',
  6485.                 ],
  6486.                 'ROLE__CRM__ZERO_ACCESS' => [
  6487.                     => 'ROLE_USER',
  6488.                 ],
  6489.                 'ROLE__CRM__READ_ONLY' => [
  6490.                     => 'ROLE__CRM__ZERO_ACCESS',
  6491.                 ],
  6492.                 'ROLE__CRM__SMALL_ADMIN' => [
  6493.                     => 'ROLE__CRM__READ_ONLY',
  6494.                 ],
  6495.                 'ROLE__CRM__ADMIN' => [
  6496.                     => 'ROLE__CRM__SMALL_ADMIN',
  6497.                 ],
  6498.                 'ROLE__CRM__SUPER_ADMIN' => [
  6499.                     => 'ROLE__CRM__ADMIN',
  6500.                 ],
  6501.                 'ROLE__INVENTORIES__ZERO_ACCESS' => [
  6502.                     => 'ROLE_USER',
  6503.                 ],
  6504.                 'ROLE__INVENTORIES__READ_ONLY' => [
  6505.                     => 'ROLE__INVENTORIES__ZERO_ACCESS',
  6506.                 ],
  6507.                 'ROLE__INVENTORIES__SMALL_ADMIN' => [
  6508.                     => 'ROLE__INVENTORIES__READ_ONLY',
  6509.                 ],
  6510.                 'ROLE__INVENTORIES__ADMIN' => [
  6511.                     => 'ROLE__INVENTORIES__SMALL_ADMIN',
  6512.                 ],
  6513.                 'ROLE__INVENTORIES__SUPER_ADMIN' => [
  6514.                     => 'ROLE__INVENTORIES__ADMIN',
  6515.                 ],
  6516.                 'ROLE__LABELS__ZERO_ACCESS' => [
  6517.                     => 'ROLE_USER',
  6518.                 ],
  6519.                 'ROLE__LABELS__READ_ONLY' => [
  6520.                     => 'ROLE__LABELS__READ_ONLY',
  6521.                 ],
  6522.                 'ROLE__LABELS__SMALL_ADMIN' => [
  6523.                     => 'ROLE__LABELS__READ_ONLY',
  6524.                 ],
  6525.                 'ROLE__LABELS__ADMIN' => [
  6526.                     => 'ROLE__LABELS__SMALL_ADMIN',
  6527.                 ],
  6528.                 'ROLE__LABELS__SUPER_ADMIN' => [
  6529.                     => 'ROLE__LABELS__ADMIN',
  6530.                 ],
  6531.                 'ROLE__SHIPMENTS__ZERO_ACCESS' => [
  6532.                     => 'ROLE_USER',
  6533.                 ],
  6534.                 'ROLE__SHIPMENTS__READ_ONLY' => [
  6535.                     => 'ROLE__SHIPMENTS__ZERO_ACCESS',
  6536.                 ],
  6537.                 'ROLE__SHIPMENTS__SMALL_ADMIN' => [
  6538.                     => 'ROLE__SHIPMENTS__READ_ONLY',
  6539.                 ],
  6540.                 'ROLE__SHIPMENTS__ADMIN' => [
  6541.                     => 'ROLE__SHIPMENTS__SMALL_ADMIN',
  6542.                 ],
  6543.                 'ROLE__SHIPMENTS__SUPER_ADMIN' => [
  6544.                     => 'ROLE__SHIPMENTS__ADMIN',
  6545.                 ],
  6546.                 'ROLE__MANUFACTURING__ZERO_ACCESS' => [
  6547.                     => 'ROLE_USER',
  6548.                 ],
  6549.                 'ROLE__MANUFACTURING__READ_ONLY' => [
  6550.                     => 'ROLE__MANUFACTURING__ZERO_ACCESS',
  6551.                 ],
  6552.                 'ROLE__MANUFACTURING__SMALL_ADMIN' => [
  6553.                     => 'ROLE__MANUFACTURING__READ_ONLY',
  6554.                 ],
  6555.                 'ROLE__MANUFACTURING__ADMIN' => [
  6556.                     => 'ROLE__MANUFACTURING__SMALL_ADMIN',
  6557.                 ],
  6558.                 'ROLE__MANUFACTURING__SUPER_ADMIN' => [
  6559.                     => 'ROLE__MANUFACTURING__ADMIN',
  6560.                 ],
  6561.                 'ROLE__SHIPMENTS_PICTURE__ZERO_ACCESS' => [
  6562.                     => 'ROLE_USER',
  6563.                 ],
  6564.                 'ROLE__SHIPMENTS_PICTURE__READ_ONLY' => [
  6565.                     => 'ROLE__SHIPMENTS_PICTURE__READ_ONLY',
  6566.                 ],
  6567.                 'ROLE__SHIPMENTS_PICTURE__SMALL_ADMIN' => [
  6568.                     => 'ROLE__SHIPMENTS_PICTURE__READ_ONLY',
  6569.                 ],
  6570.                 'ROLE__SHIPMENTS_PICTURE__ADMIN' => [
  6571.                     => 'ROLE__SHIPMENTS_PICTURE__SMALL_ADMIN',
  6572.                 ],
  6573.                 'ROLE__SHIPMENTS_PICTURE__SUPER_ADMIN' => [
  6574.                     => 'ROLE__SHIPMENTS_PICTURE__ADMIN',
  6575.                 ],
  6576.                 'ROLE__UTILITY_BILLS__ZERO_ACCESS' => [
  6577.                     => 'ROLE_USER',
  6578.                 ],
  6579.                 'ROLE__UTILITY_BILLS__READ_ONLY' => [
  6580.                     => 'ROLE__UTILITY_BILLS__ZERO_ACCESS',
  6581.                 ],
  6582.                 'ROLE__UTILITY_BILLS__SMALL_ADMIN' => [
  6583.                     => 'ROLE__UTILITY_BILLS__READ_ONLY',
  6584.                 ],
  6585.                 'ROLE__UTILITY_BILLS__ADMIN' => [
  6586.                     => 'ROLE__UTILITY_BILLS__SMALL_ADMIN',
  6587.                 ],
  6588.                 'ROLE__UTILITY_BILLS__SUPER_ADMIN' => [
  6589.                     => 'ROLE__UTILITY_BILLS__ADMIN',
  6590.                 ],
  6591.                 'ROLE__SHOP_MODULES__ZERO_ACCESS' => [
  6592.                     => 'ROLE_USER',
  6593.                 ],
  6594.                 'ROLE__SHOP_MODULES__READ_ONLY' => [
  6595.                     => 'ROLE__SHOP_MODULES__ZERO_ACCESS',
  6596.                 ],
  6597.                 'ROLE__SHOP_MODULES__SMALL_ADMIN' => [
  6598.                     => 'ROLE__SHOP_MODULES__READ_ONLY',
  6599.                 ],
  6600.                 'ROLE__SHOP_MODULES__ADMIN' => [
  6601.                     => 'ROLE__SHOP_MODULES__SMALL_ADMIN',
  6602.                 ],
  6603.                 'ROLE__SHOP_MODULES__SUPER_ADMIN' => [
  6604.                     => 'ROLE__SHOP_MODULES__ADMIN',
  6605.                 ],
  6606.                 'ROLE__PLANNING__ZERO_ACCESS' => [
  6607.                     => 'ROLE_USER',
  6608.                 ],
  6609.                 'ROLE__PLANNING__READ_ONLY' => [
  6610.                     => 'ROLE__PLANNING__ZERO_ACCESS',
  6611.                 ],
  6612.                 'ROLE__PLANNING__ADMIN' => [
  6613.                     => 'ROLE__PLANNING__READ_ONLY',
  6614.                 ],
  6615.                 'ROLE__PLANNING__SUPER_ADMIN' => [
  6616.                     => 'ROLE__PLANNING__ADMIN',
  6617.                 ],
  6618.                 'ROLE__PROJECTS__ZERO_ACCESS' => [
  6619.                     => 'ROLE_USER',
  6620.                 ],
  6621.                 'ROLE__PROJECTS__READ_ONLY' => [
  6622.                     => 'ROLE__PROJECTS__ZERO_ACCESS',
  6623.                 ],
  6624.                 'ROLE__PROJECTS__SMALL_ADMIN' => [
  6625.                     => 'ROLE__PROJECTS__READ_ONLY',
  6626.                 ],
  6627.                 'ROLE__PROJECTS__ADMIN' => [
  6628.                     => 'ROLE__PROJECTS__SMALL_ADMIN',
  6629.                 ],
  6630.                 'ROLE__PROJECTS__SUPER_ADMIN' => [
  6631.                     => 'ROLE__PROJECTS__ADMIN',
  6632.                 ],
  6633.                 'ROLE__SITES__ZERO_ACCESS' => [
  6634.                     => 'ROLE_USER',
  6635.                 ],
  6636.                 'ROLE__SITES__READ_ONLY' => [
  6637.                     => 'ROLE__SITES__ZERO_ACCESS',
  6638.                 ],
  6639.                 'ROLE__SITES__SMALL_ADMIN' => [
  6640.                     => 'ROLE__SITES__READ_ONLY',
  6641.                 ],
  6642.                 'ROLE__SITES__ADMIN' => [
  6643.                     => 'ROLE__SITES__SMALL_ADMIN',
  6644.                 ],
  6645.                 'ROLE__SITES__SUPER_ADMIN' => [
  6646.                     => 'ROLE__SITES__ADMIN',
  6647.                 ],
  6648.                 'ROLE__TICKETS__ZERO_ACCESS' => [
  6649.                     => 'ROLE_USER',
  6650.                 ],
  6651.                 'ROLE__TICKETS__READ_ONLY' => [
  6652.                     => 'ROLE__TICKETS__READ_ONLY',
  6653.                 ],
  6654.                 'ROLE__TICKETS__SMALL_ADMIN' => [
  6655.                     => 'ROLE__TICKETS__READ_ONLY',
  6656.                 ],
  6657.                 'ROLE__TICKETS__ADMIN' => [
  6658.                     => 'ROLE__TICKETS__READ_ONLY',
  6659.                 ],
  6660.                 'ROLE__TICKETS__SUPER_ADMIN' => [
  6661.                     => 'ROLE__TICKETS__ADMIN',
  6662.                 ],
  6663.             ],
  6664.             'security.access.denied_url' => NULL,
  6665.             'security.authentication.manager.erase_credentials' => true,
  6666.             'security.authentication.session_strategy.strategy' => 'migrate',
  6667.             'security.access.always_authenticate_before_granting' => false,
  6668.             'security.authentication.hide_user_not_found' => true,
  6669.             'security.firewalls' => [
  6670.                 => 'dev',
  6671.                 => 'api_login',
  6672.                 => 'apiv2',
  6673.                 => 'main',
  6674.             ],
  6675.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  6676.             'knp_menu.renderer.list.options' => [
  6677.             ],
  6678.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  6679.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  6680.             'knp_menu.renderer.twig.options' => [
  6681.             ],
  6682.             'knp_menu.renderer.twig.template' => 'menu/menu.html.twig',
  6683.             'knp_menu.default_renderer' => 'twig',
  6684.             'stof_doctrine_extensions.listener.blameable.class' => 'App\\EventListener\\BlameableListener',
  6685.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  6686.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  6687.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  6688.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  6689.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  6690.             'stof_doctrine_extensions.translation_fallback' => false,
  6691.             'stof_doctrine_extensions.persist_default_translation' => false,
  6692.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  6693.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  6694.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  6695.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  6696.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  6697.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  6698.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  6699.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  6700.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  6701.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  6702.             'knp_paginator.page_range' => 5,
  6703.             'knp_paginator.page_limit' => NULL,
  6704.             'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
  6705.             'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
  6706.             'time.templating.helper.time.class' => 'Knp\\Bundle\\TimeBundle\\Templating\\Helper\\TimeHelper',
  6707.             'cron.resolver.class' => 'Cron\\CronBundle\\Cron\\Resolver',
  6708.             'cron.manager.class' => 'Cron\\CronBundle\\Cron\\Manager',
  6709.             'cron.command_builder.class' => 'Cron\\CronBundle\\Cron\\CommandBuilder',
  6710.             'cron.executor.class' => 'Cron\\Executor\\Executor',
  6711.             'cron.validator.class' => 'Cron\\Validator\\CrontabValidator',
  6712.             'api_platform.metadata_backward_compatibility_layer' => true,
  6713.             'api_platform.enable_entrypoint' => true,
  6714.             'api_platform.enable_docs' => true,
  6715.             'api_platform.title' => '',
  6716.             'api_platform.description' => '',
  6717.             'api_platform.version' => '0.0.0',
  6718.             'api_platform.show_webby' => true,
  6719.             'api_platform.url_generation_strategy' => 1,
  6720.             'api_platform.exception_to_status' => [
  6721.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  6722.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  6723.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  6724.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  6725.             ],
  6726.             'api_platform.formats' => [
  6727.                 'jsonld' => [
  6728.                     => 'application/ld+json',
  6729.                 ],
  6730.                 'json' => [
  6731.                     => 'application/json',
  6732.                 ],
  6733.                 'html' => [
  6734.                     => 'text/html',
  6735.                 ],
  6736.             ],
  6737.             'api_platform.patch_formats' => [
  6738.                 'json' => [
  6739.                     => 'application/json',
  6740.                 ],
  6741.             ],
  6742.             'api_platform.error_formats' => [
  6743.                 'jsonproblem' => [
  6744.                     => 'application/problem+json',
  6745.                 ],
  6746.                 'jsonld' => [
  6747.                     => 'application/ld+json',
  6748.                 ],
  6749.             ],
  6750.             'api_platform.allow_plain_identifiers' => false,
  6751.             'api_platform.eager_loading.enabled' => true,
  6752.             'api_platform.eager_loading.max_joins' => 30,
  6753.             'api_platform.eager_loading.fetch_partial' => false,
  6754.             'api_platform.eager_loading.force_eager' => true,
  6755.             'api_platform.collection.exists_parameter_name' => 'exists',
  6756.             'api_platform.collection.order' => 'ASC',
  6757.             'api_platform.collection.order_parameter_name' => 'order',
  6758.             'api_platform.collection.order_nulls_comparison' => NULL,
  6759.             'api_platform.collection.pagination.enabled' => true,
  6760.             'api_platform.collection.pagination.partial' => false,
  6761.             'api_platform.collection.pagination.client_enabled' => false,
  6762.             'api_platform.collection.pagination.client_items_per_page' => false,
  6763.             'api_platform.collection.pagination.client_partial' => false,
  6764.             'api_platform.collection.pagination.items_per_page' => 30,
  6765.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  6766.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  6767.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  6768.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  6769.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  6770.             'api_platform.collection.pagination' => [
  6771.                 'enabled' => true,
  6772.                 'partial' => false,
  6773.                 'client_enabled' => false,
  6774.                 'client_items_per_page' => false,
  6775.                 'client_partial' => false,
  6776.                 'items_per_page' => 30,
  6777.                 'maximum_items_per_page' => NULL,
  6778.                 'page_parameter_name' => 'page',
  6779.                 'enabled_parameter_name' => 'pagination',
  6780.                 'items_per_page_parameter_name' => 'itemsPerPage',
  6781.                 'partial_parameter_name' => 'partial',
  6782.             ],
  6783.             'api_platform.http_cache.etag' => true,
  6784.             'api_platform.http_cache.max_age' => NULL,
  6785.             'api_platform.http_cache.shared_max_age' => NULL,
  6786.             'api_platform.http_cache.vary' => [
  6787.                 => 'Accept',
  6788.             ],
  6789.             'api_platform.http_cache.public' => NULL,
  6790.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  6791.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  6792.             'api_platform.asset_package' => NULL,
  6793.             'api_platform.defaults' => [
  6794.                 'attributes' => [
  6795.                 ],
  6796.             ],
  6797.             'api_platform.resource_class_directories' => [
  6798.                 => (\dirname(__DIR__4).'/vendor/cron/cron-bundle/Entity'),
  6799.                 => (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Entity'),
  6800.                 => (\dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Entity'),
  6801.                 => (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Entity'),
  6802.                 => (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Entity'),
  6803.                 => (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Entity'),
  6804.                 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Entity'),
  6805.                 => (\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src/Entity'),
  6806.                 => (\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Entity'),
  6807.                 => (\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src/Entity'),
  6808.                 10 => (\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Entity'),
  6809.                 11 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Entity'),
  6810.                 12 => (\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Entity'),
  6811.                 13 => (\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Entity'),
  6812.                 14 => (\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Entity'),
  6813.                 15 => (\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Entity'),
  6814.                 16 => (\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Entity'),
  6815.                 17 => (\dirname(__DIR__4).'/vendor/bluue/dhl-bundle/src/Entity'),
  6816.                 18 => (\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src/Entity'),
  6817.                 19 => (\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src/Entity'),
  6818.                 20 => (\dirname(__DIR__4).'/vendor/bluue/shop-modules-bundle/src/Entity'),
  6819.                 21 => (\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Entity'),
  6820.                 22 => (\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Entity'),
  6821.                 23 => (\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src/Entity'),
  6822.                 24 => (\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Entity'),
  6823.                 25 => (\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Entity'),
  6824.                 26 => (\dirname(__DIR__4).'/src/Entity'),
  6825.             ],
  6826.             'api_platform.oauth.enabled' => false,
  6827.             'api_platform.oauth.clientId' => '',
  6828.             'api_platform.oauth.clientSecret' => '',
  6829.             'api_platform.oauth.type' => 'oauth2',
  6830.             'api_platform.oauth.flow' => 'application',
  6831.             'api_platform.oauth.tokenUrl' => '',
  6832.             'api_platform.oauth.authorizationUrl' => '',
  6833.             'api_platform.oauth.refreshUrl' => '',
  6834.             'api_platform.oauth.scopes' => [
  6835.             ],
  6836.             'api_platform.oauth.pkce' => false,
  6837.             'api_platform.openapi.termsOfService' => NULL,
  6838.             'api_platform.openapi.contact.name' => NULL,
  6839.             'api_platform.openapi.contact.url' => NULL,
  6840.             'api_platform.openapi.contact.email' => NULL,
  6841.             'api_platform.openapi.license.name' => NULL,
  6842.             'api_platform.openapi.license.url' => NULL,
  6843.             'api_platform.swagger.versions' => [
  6844.                 => 2,
  6845.                 => 3,
  6846.             ],
  6847.             'api_platform.enable_swagger_ui' => true,
  6848.             'api_platform.enable_re_doc' => true,
  6849.             'api_platform.swagger.api_keys' => [
  6850.                 'JWT' => [
  6851.                     'name' => 'Authorization',
  6852.                     'type' => 'header',
  6853.                 ],
  6854.             ],
  6855.             'api_platform.swagger_ui.extra_configuration' => [
  6856.             ],
  6857.             'api_platform.graphql.enabled' => true,
  6858.             'api_platform.graphql.graphiql.enabled' => false,
  6859.             'api_platform.graphql.graphql_playground.enabled' => true,
  6860.             'api_platform.graphql.collection.pagination' => [
  6861.                 'enabled' => true,
  6862.             ],
  6863.             'api_platform.graphql.default_ide' => 'graphiql',
  6864.             'api_platform.graphql.nesting_separator' => '_',
  6865.             'api_platform.validator.serialize_payload_fields' => [
  6866.             ],
  6867.             'api_platform.validator.query_parameter_validation' => true,
  6868.             'api_platform.elasticsearch.enabled' => false,
  6869.             'lexik_jwt_authentication.token_ttl' => 43200,
  6870.             'lexik_jwt_authentication.clock_skew' => 0,
  6871.             'lexik_jwt_authentication.user_identity_field' => 'username',
  6872.             'lexik_jwt_authentication.allow_no_expiration' => false,
  6873.             'lexik_jwt_authentication.user_id_claim' => 'username',
  6874.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  6875.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  6876.             'maker.compatible_check.doctrine.supports_attributes' => true,
  6877.             'data_collector.templates' => [
  6878.                 'data_collector.request' => [
  6879.                     => 'request',
  6880.                     => '@WebProfiler/Collector/request.html.twig',
  6881.                 ],
  6882.                 'api_platform.data_collector.request' => [
  6883.                     => 'api_platform.data_collector.request',
  6884.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  6885.                 ],
  6886.                 'data_collector.time' => [
  6887.                     => 'time',
  6888.                     => '@WebProfiler/Collector/time.html.twig',
  6889.                 ],
  6890.                 'data_collector.memory' => [
  6891.                     => 'memory',
  6892.                     => '@WebProfiler/Collector/memory.html.twig',
  6893.                 ],
  6894.                 'data_collector.validator' => [
  6895.                     => 'validator',
  6896.                     => '@WebProfiler/Collector/validator.html.twig',
  6897.                 ],
  6898.                 'data_collector.ajax' => [
  6899.                     => 'ajax',
  6900.                     => '@WebProfiler/Collector/ajax.html.twig',
  6901.                 ],
  6902.                 'data_collector.form' => [
  6903.                     => 'form',
  6904.                     => '@WebProfiler/Collector/form.html.twig',
  6905.                 ],
  6906.                 'data_collector.exception' => [
  6907.                     => 'exception',
  6908.                     => '@WebProfiler/Collector/exception.html.twig',
  6909.                 ],
  6910.                 'data_collector.logger' => [
  6911.                     => 'logger',
  6912.                     => '@WebProfiler/Collector/logger.html.twig',
  6913.                 ],
  6914.                 'data_collector.events' => [
  6915.                     => 'events',
  6916.                     => '@WebProfiler/Collector/events.html.twig',
  6917.                 ],
  6918.                 'data_collector.router' => [
  6919.                     => 'router',
  6920.                     => '@WebProfiler/Collector/router.html.twig',
  6921.                 ],
  6922.                 'data_collector.cache' => [
  6923.                     => 'cache',
  6924.                     => '@WebProfiler/Collector/cache.html.twig',
  6925.                 ],
  6926.                 'data_collector.translation' => [
  6927.                     => 'translation',
  6928.                     => '@WebProfiler/Collector/translation.html.twig',
  6929.                 ],
  6930.                 'data_collector.security' => [
  6931.                     => 'security',
  6932.                     => '@Security/Collector/security.html.twig',
  6933.                 ],
  6934.                 'data_collector.twig' => [
  6935.                     => 'twig',
  6936.                     => '@WebProfiler/Collector/twig.html.twig',
  6937.                 ],
  6938.                 'data_collector.http_client' => [
  6939.                     => 'http_client',
  6940.                     => '@WebProfiler/Collector/http_client.html.twig',
  6941.                 ],
  6942.                 'data_collector.doctrine' => [
  6943.                     => 'db',
  6944.                     => '@Doctrine/Collector/db.html.twig',
  6945.                 ],
  6946.                 'doctrine_migrations.migrations_collector' => [
  6947.                     => 'doctrine_migrations',
  6948.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  6949.                 ],
  6950.                 'data_collector.dump' => [
  6951.                     => 'dump',
  6952.                     => '@Debug/Profiler/dump.html.twig',
  6953.                 ],
  6954.                 'data_collector.messenger' => [
  6955.                     => 'messenger',
  6956.                     => '@WebProfiler/Collector/messenger.html.twig',
  6957.                 ],
  6958.                 'mailer.data_collector' => [
  6959.                     => 'mailer',
  6960.                     => '@WebProfiler/Collector/mailer.html.twig',
  6961.                 ],
  6962.                 'notifier.data_collector' => [
  6963.                     => 'notifier',
  6964.                     => '@WebProfiler/Collector/notifier.html.twig',
  6965.                 ],
  6966.                 'data_collector.config' => [
  6967.                     => 'config',
  6968.                     => '@WebProfiler/Collector/config.html.twig',
  6969.                 ],
  6970.             ],
  6971.             'console.command.ids' => [
  6972.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand',
  6973.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand',
  6974.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand',
  6975.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand',
  6976.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand',
  6977.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand',
  6978.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand',
  6979.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand',
  6980.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand',
  6981.             ],
  6982.         ];
  6983.     }
  6984.     protected function throw($message)
  6985.     {
  6986.         throw new RuntimeException($message);
  6987.     }
  6988. }