var/cache/dev/ContainerYBLS4hk/App_KernelDevDebugContainer.php line 1361

Open in your IDE?
  1. <?php
  2. namespace ContainerYBLS4hk;
  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\\AdelyaBundle\\Controller\\ConfigurationController' => 'getConfigurationController3Service',
  124.             'Bluue\\CashRegisterBundle\\Controller\\CashRegisterController' => 'getCashRegisterControllerService',
  125.             'Bluue\\CashRegisterBundle\\Controller\\CashRegisterMovementController' => 'getCashRegisterMovementControllerService',
  126.             'Bluue\\CashRegisterBundle\\Controller\\CatalogController' => 'getCatalogControllerService',
  127.             'Bluue\\CashRegisterBundle\\Controller\\Configuration\\CashRegisterController' => 'getCashRegisterController2Service',
  128.             'Bluue\\CashRegisterBundle\\Controller\\Configuration\\CashierController' => 'getCashierControllerService',
  129.             'Bluue\\CashRegisterBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController4Service',
  130.             'Bluue\\CashRegisterBundle\\Controller\\Configuration\\EscposTemplateConfigurationController' => 'getEscposTemplateConfigurationControllerService',
  131.             'Bluue\\CashRegisterBundle\\Controller\\Configuration\\ManagerCardController' => 'getManagerCardControllerService',
  132.             'Bluue\\CashRegisterBundle\\Controller\\Configuration\\PaymentMethodController' => 'getPaymentMethodControllerService',
  133.             'Bluue\\CashRegisterBundle\\Controller\\Configuration\\ShopController' => 'getShopControllerService',
  134.             'Bluue\\CashRegisterBundle\\Controller\\CustomerFidelityController' => 'getCustomerFidelityControllerService',
  135.             'Bluue\\CashRegisterBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerControllerService',
  136.             'Bluue\\CashRegisterBundle\\Controller\\DashboardController' => 'getDashboardController2Service',
  137.             'Bluue\\CashRegisterBundle\\Controller\\DiscountCouponController' => 'getDiscountCouponControllerService',
  138.             'Bluue\\CashRegisterBundle\\Controller\\GiftCardsBundle\\GiftCardsController' => 'getGiftCardsControllerService',
  139.             'Bluue\\CashRegisterBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductControllerService',
  140.             'Bluue\\CashRegisterBundle\\Controller\\ReceiptController' => 'getReceiptControllerService',
  141.             'Bluue\\CashRegisterBundle\\Controller\\ReceiptLineController' => 'getReceiptLineControllerService',
  142.             'Bluue\\CashRegisterBundle\\Controller\\SalesBundle\\DeliveryNoteController' => 'getDeliveryNoteControllerService',
  143.             'Bluue\\CashRegisterBundle\\Controller\\SalesBundle\\InvoiceController' => 'getInvoiceControllerService',
  144.             'Bluue\\CashRegisterBundle\\Controller\\SecurityController' => 'getSecurityController2Service',
  145.             'Bluue\\CashRegisterBundle\\Controller\\StatisticsController' => 'getStatisticsControllerService',
  146.             'Bluue\\CashRegisterBundle\\Controller\\ZCashRegisterController' => 'getZCashRegisterControllerService',
  147.             'Bluue\\CategoriesBundle\\Controller\\CategoryController' => 'getCategoryControllerService',
  148.             'Bluue\\CategoriesBundle\\Controller\\CategoryProductController' => 'getCategoryProductControllerService',
  149.             'Bluue\\CategoriesBundle\\Controller\\ConfigurationController' => 'getConfigurationController5Service',
  150.             'Bluue\\CategoriesBundle\\Controller\\StatisticsController' => 'getStatisticsController2Service',
  151.             'Bluue\\CrmBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController6Service',
  152.             'Bluue\\CrmBundle\\Controller\\Configuration\\OpportunityPriorityController' => 'getOpportunityPriorityControllerService',
  153.             'Bluue\\CrmBundle\\Controller\\Configuration\\OpportunityStateController' => 'getOpportunityStateControllerService',
  154.             'Bluue\\CrmBundle\\Controller\\Configuration\\RecommendationTypeController' => 'getRecommendationTypeControllerService',
  155.             'Bluue\\CrmBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController2Service',
  156.             'Bluue\\CrmBundle\\Controller\\DashboardController' => 'getDashboardController3Service',
  157.             'Bluue\\CrmBundle\\Controller\\NotificationsController' => 'getNotificationsControllerService',
  158.             'Bluue\\CrmBundle\\Controller\\OpportunityActivityController' => 'getOpportunityActivityControllerService',
  159.             'Bluue\\CrmBundle\\Controller\\OpportunityController' => 'getOpportunityControllerService',
  160.             'Bluue\\CrmBundle\\Controller\\OpportunityDocumentController' => 'getOpportunityDocumentControllerService',
  161.             'Bluue\\CrmBundle\\Controller\\ProductsBundle\\OpportunityProductController' => 'getOpportunityProductControllerService',
  162.             'Bluue\\CrmBundle\\Controller\\SalesBundle\\DocumentController' => 'getDocumentController2Service',
  163.             'Bluue\\CrmBundle\\Controller\\StatisticsController' => 'getStatisticsController3Service',
  164.             'Bluue\\CustomerOutstandingBundle\\Controller\\ConfigurationController' => 'getConfigurationController7Service',
  165.             'Bluue\\CustomerOutstandingBundle\\Controller\\OutsandingController' => 'getOutsandingControllerService',
  166.             'Bluue\\CustomerOutstandingBundle\\Controller\\WebserviceController' => 'getWebserviceController2Service',
  167.             'Bluue\\CustomersBundle\\Controller\\ConfigurationController' => 'getConfigurationController8Service',
  168.             'Bluue\\CustomersBundle\\Controller\\CustomerGroupController' => 'getCustomerGroupControllerService',
  169.             'Bluue\\CustomersBundle\\Controller\\CustomerTypeController' => 'getCustomerTypeControllerService',
  170.             'Bluue\\CustomersBundle\\Controller\\CustomersController' => 'getCustomersControllerService',
  171.             'Bluue\\CustomersBundle\\Controller\\StatisticsController' => 'getStatisticsController4Service',
  172.             'Bluue\\Cx3Bundle\\Controller\\Api\\SyncCallController' => 'getSyncCallControllerService',
  173.             'Bluue\\Cx3Bundle\\Controller\\CallController' => 'getCallControllerService',
  174.             'Bluue\\Cx3Bundle\\Controller\\ConfigurationController' => 'getConfigurationController9Service',
  175.             'Bluue\\Cx3Bundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController3Service',
  176.             'Bluue\\ForecastedManufacturingBundle\\Controller\\ForecastedManufacturingController' => 'getForecastedManufacturingControllerService',
  177.             'Bluue\\ForecastedStockBundle\\Controller\\ConfigurationController' => 'getConfigurationController10Service',
  178.             'Bluue\\ForecastedStockBundle\\Controller\\ForecastedStockController' => 'getForecastedStockControllerService',
  179.             'Bluue\\GocardlessBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController11Service',
  180.             'Bluue\\GocardlessBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController4Service',
  181.             'Bluue\\GocardlessBundle\\Controller\\DirectDebitController' => 'getDirectDebitControllerService',
  182.             'Bluue\\GocardlessBundle\\Controller\\NotificationsController' => 'getNotificationsController2Service',
  183.             'Bluue\\GocardlessBundle\\Controller\\PayoutController' => 'getPayoutControllerService',
  184.             'Bluue\\GocardlessBundle\\Controller\\PublicDocumentController' => 'getPublicDocumentControllerService',
  185.             'Bluue\\GocardlessBundle\\Controller\\SalesBundle\\InvoiceController' => 'getInvoiceController2Service',
  186.             'Bluue\\ImportProductsBundle\\Controller\\ImportController' => 'getImportControllerService',
  187.             'Bluue\\InventoriesBundle\\Controller\\Api\\ApiAddQuantityController' => 'getApiAddQuantityControllerService',
  188.             'Bluue\\InventoriesBundle\\Controller\\Api\\ApiCheckInventoryProductController' => 'getApiCheckInventoryProductControllerService',
  189.             'Bluue\\InventoriesBundle\\Controller\\Api\\ApiGetInventoriesController' => 'getApiGetInventoriesControllerService',
  190.             'Bluue\\InventoriesBundle\\Controller\\ConfigurationController' => 'getConfigurationController12Service',
  191.             'Bluue\\InventoriesBundle\\Controller\\InventoryController' => 'getInventoryControllerService',
  192.             'Bluue\\LabelsBundle\\Controller\\ConfigurationController' => 'getConfigurationController13Service',
  193.             'Bluue\\LabelsBundle\\Controller\\LabelController' => 'getLabelControllerService',
  194.             'Bluue\\LabelsBundle\\Controller\\PrintWaitingListController' => 'getPrintWaitingListControllerService',
  195.             'Bluue\\LabelsBundle\\Controller\\PrinterController' => 'getPrinterControllerService',
  196.             'Bluue\\LabelsBundle\\Controller\\ProductsBundle\\ProductLabelsController' => 'getProductLabelsControllerService',
  197.             'Bluue\\LabelsBundle\\Controller\\SalesBundle\\DeliveryNoteLabelsController' => 'getDeliveryNoteLabelsControllerService',
  198.             'Bluue\\LabelsBundle\\Controller\\SuppliersOrdersBundle\\ReceiptNoteLabelsController' => 'getReceiptNoteLabelsControllerService',
  199.             'Bluue\\LabelsBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  200.             'Bluue\\ManufacturingBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController14Service',
  201.             'Bluue\\ManufacturingBundle\\Controller\\ProductController' => 'getProductController2Service',
  202.             'Bluue\\ManufacturingBundle\\Controller\\ProductsBundle\\ProductOptionsController' => 'getProductOptionsControllerService',
  203.             'Bluue\\MondialrelayBundle\\Controller\\ConfigurationController' => 'getConfigurationController15Service',
  204.             'Bluue\\MondialrelayBundle\\Controller\\RelaysController' => 'getRelaysControllerService',
  205.             'Bluue\\MondialrelayBundle\\Services\\Api' => 'getApiService',
  206.             'Bluue\\OvhSmsBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController16Service',
  207.             'Bluue\\OvhSmsBundle\\Controller\\MailingListController' => 'getMailingListControllerService',
  208.             'Bluue\\OvhSmsBundle\\Controller\\SmsController' => 'getSmsControllerService',
  209.             'Bluue\\PimBundle\\Controller\\MassManagementController' => 'getMassManagementController2Service',
  210.             'Bluue\\PimBundle\\Controller\\SequentialModificationController' => 'getSequentialModificationControllerService',
  211.             'Bluue\\PlanningBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController17Service',
  212.             'Bluue\\PlanningBundle\\Controller\\Configuration\\SlotTypeController' => 'getSlotTypeControllerService',
  213.             'Bluue\\PlanningBundle\\Controller\\DashboardController' => 'getDashboardController4Service',
  214.             'Bluue\\PlanningBundle\\Controller\\GoogleController' => 'getGoogleControllerService',
  215.             'Bluue\\PlanningBundle\\Controller\\NotificationsController' => 'getNotificationsController3Service',
  216.             'Bluue\\PlanningBundle\\Controller\\ProjectsBundle\\TaskController' => 'getTaskControllerService',
  217.             'Bluue\\PlanningBundle\\Controller\\SlotController' => 'getSlotControllerService',
  218.             'Bluue\\PrestashopConnectorBundle\\Controller\\ConfigurationController' => 'getConfigurationController18Service',
  219.             'Bluue\\PrestashopConnectorBundle\\Controller\\CustomerImportRuleController' => 'getCustomerImportRuleControllerService',
  220.             'Bluue\\PrestashopConnectorBundle\\Controller\\CustomerMessagesController' => 'getCustomerMessagesControllerService',
  221.             'Bluue\\PrestashopConnectorBundle\\Controller\\PublicAccess\\ProductController' => 'getProductController3Service',
  222.             'Bluue\\PrestashopConnectorBundle\\Controller\\Webservice\\SalesController' => 'getSalesControllerService',
  223.             'Bluue\\ProductReturnsBundle\\Controller\\AdvancedModeController' => 'getAdvancedModeControllerService',
  224.             'Bluue\\ProductReturnsBundle\\Controller\\Configuration\\CarrierOptionController' => 'getCarrierOptionControllerService',
  225.             'Bluue\\ProductReturnsBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController19Service',
  226.             'Bluue\\ProductReturnsBundle\\Controller\\Configuration\\ReturnReasonController' => 'getReturnReasonControllerService',
  227.             'Bluue\\ProductReturnsBundle\\Controller\\Configuration\\ReturnStateController' => 'getReturnStateControllerService',
  228.             'Bluue\\ProductReturnsBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController5Service',
  229.             'Bluue\\ProductReturnsBundle\\Controller\\ProductReturnController' => 'getProductReturnControllerService',
  230.             'Bluue\\ProductReturnsBundle\\Controller\\ProductReturnLineController' => 'getProductReturnLineControllerService',
  231.             'Bluue\\ProductReturnsBundle\\Controller\\SalesBundle\\DeliveryNoteController' => 'getDeliveryNoteController2Service',
  232.             'Bluue\\ProductReturnsBundle\\Controller\\SalesBundle\\OrderController' => 'getOrderControllerService',
  233.             'Bluue\\ProductReturnsBundle\\Controller\\StatisticsController' => 'getStatisticsController5Service',
  234.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiConsultBrandController' => 'getApiConsultBrandControllerService',
  235.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiConsultProductController' => 'getApiConsultProductControllerService',
  236.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiCreateProductController' => 'getApiCreateProductControllerService',
  237.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiGetBrandContextsController' => 'getApiGetBrandContextsControllerService',
  238.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiGetProductContextController' => 'getApiGetProductContextControllerService',
  239.             'Bluue\\ProductsBundle\\Controller\\AttachmentController' => 'getAttachmentControllerService',
  240.             'Bluue\\ProductsBundle\\Controller\\AttributeController' => 'getAttributeControllerService',
  241.             'Bluue\\ProductsBundle\\Controller\\AttributeGroupController' => 'getAttributeGroupControllerService',
  242.             'Bluue\\ProductsBundle\\Controller\\BrandController' => 'getBrandControllerService',
  243.             'Bluue\\ProductsBundle\\Controller\\ConfigurationController' => 'getConfigurationController20Service',
  244.             'Bluue\\ProductsBundle\\Controller\\DeclinationAttributeController' => 'getDeclinationAttributeControllerService',
  245.             'Bluue\\ProductsBundle\\Controller\\DeclinationController' => 'getDeclinationControllerService',
  246.             'Bluue\\ProductsBundle\\Controller\\Ean13Controller' => 'getEan13ControllerService',
  247.             'Bluue\\ProductsBundle\\Controller\\EcoPartController' => 'getEcoPartControllerService',
  248.             'Bluue\\ProductsBundle\\Controller\\EcoPartGroupController' => 'getEcoPartGroupControllerService',
  249.             'Bluue\\ProductsBundle\\Controller\\EnergyLabelController' => 'getEnergyLabelControllerService',
  250.             'Bluue\\ProductsBundle\\Controller\\FeatureController' => 'getFeatureControllerService',
  251.             'Bluue\\ProductsBundle\\Controller\\FeatureValueController' => 'getFeatureValueControllerService',
  252.             'Bluue\\ProductsBundle\\Controller\\PackProductController' => 'getPackProductControllerService',
  253.             'Bluue\\ProductsBundle\\Controller\\PriceRuleController' => 'getPriceRuleControllerService',
  254.             'Bluue\\ProductsBundle\\Controller\\ProductAttachmentController' => 'getProductAttachmentControllerService',
  255.             'Bluue\\ProductsBundle\\Controller\\ProductController' => 'getProductController4Service',
  256.             'Bluue\\ProductsBundle\\Controller\\ProductFeatureController' => 'getProductFeatureControllerService',
  257.             'Bluue\\ProductsBundle\\Controller\\ProductImageController' => 'getProductImageControllerService',
  258.             'Bluue\\ProductsBundle\\Controller\\ProductTypeController' => 'getProductTypeControllerService',
  259.             'Bluue\\ProductsBundle\\Controller\\RelatedProductController' => 'getRelatedProductControllerService',
  260.             'Bluue\\ProductsBundle\\Controller\\SubstituteProductController' => 'getSubstituteProductControllerService',
  261.             'Bluue\\ProductsBundle\\Controller\\TagController' => 'getTagControllerService',
  262.             'Bluue\\ProductsBundle\\Services\\WeightProductListService' => 'getWeightProductListServiceService',
  263.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController21Service',
  264.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\ProjectStateController' => 'getProjectStateControllerService',
  265.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\ProjectStepController' => 'getProjectStepControllerService',
  266.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\ProjectTypeController' => 'getProjectTypeControllerService',
  267.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\TaskModelController' => 'getTaskModelControllerService',
  268.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\TaskPriorityController' => 'getTaskPriorityControllerService',
  269.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\TaskStateController' => 'getTaskStateControllerService',
  270.             'Bluue\\ProjectsBundle\\Controller\\ContractsBundle\\ContractController' => 'getContractControllerService',
  271.             'Bluue\\ProjectsBundle\\Controller\\CrmBundle\\OpportunityController' => 'getOpportunityController2Service',
  272.             'Bluue\\ProjectsBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController6Service',
  273.             'Bluue\\ProjectsBundle\\Controller\\DashboardController' => 'getDashboardController5Service',
  274.             'Bluue\\ProjectsBundle\\Controller\\MassTaskController' => 'getMassTaskControllerService',
  275.             'Bluue\\ProjectsBundle\\Controller\\NotificationsController' => 'getNotificationsController4Service',
  276.             'Bluue\\ProjectsBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController5Service',
  277.             'Bluue\\ProjectsBundle\\Controller\\ProjectController' => 'getProjectControllerService',
  278.             'Bluue\\ProjectsBundle\\Controller\\SalesBundle\\QuotationController' => 'getQuotationControllerService',
  279.             'Bluue\\ProjectsBundle\\Controller\\StatisticsController' => 'getStatisticsController6Service',
  280.             'Bluue\\ProjectsBundle\\Controller\\TaskController' => 'getTaskController2Service',
  281.             'Bluue\\ProjectsBundle\\Controller\\TaskTimeController' => 'getTaskTimeControllerService',
  282.             'Bluue\\ProjectsBundle\\Controller\\TodoController' => 'getTodoControllerService',
  283.             'Bluue\\RecurringInvoicesBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController22Service',
  284.             'Bluue\\RecurringInvoicesBundle\\Controller\\NotificationsController' => 'getNotificationsController5Service',
  285.             'Bluue\\RecurringInvoicesBundle\\Controller\\RecurringInvoiceController' => 'getRecurringInvoiceControllerService',
  286.             'Bluue\\SalesBundle\\Controller\\AccountingBundle\\IntracommunitySalesController' => 'getIntracommunitySalesControllerService',
  287.             'Bluue\\SalesBundle\\Controller\\AccountingBundle\\PaymentExpectationController' => 'getPaymentExpectationControllerService',
  288.             'Bluue\\SalesBundle\\Controller\\AdditionalPdfController' => 'getAdditionalPdfControllerService',
  289.             'Bluue\\SalesBundle\\Controller\\BankController' => 'getBankControllerService',
  290.             'Bluue\\SalesBundle\\Controller\\ConfigurationController' => 'getConfigurationController23Service',
  291.             'Bluue\\SalesBundle\\Controller\\CreditNoteController' => 'getCreditNoteControllerService',
  292.             'Bluue\\SalesBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController7Service',
  293.             'Bluue\\SalesBundle\\Controller\\DashboardController' => 'getDashboardController6Service',
  294.             'Bluue\\SalesBundle\\Controller\\DeliveryNoteController' => 'getDeliveryNoteController3Service',
  295.             'Bluue\\SalesBundle\\Controller\\InvoiceController' => 'getInvoiceController3Service',
  296.             'Bluue\\SalesBundle\\Controller\\LineController' => 'getLineControllerService',
  297.             'Bluue\\SalesBundle\\Controller\\NotificationsController' => 'getNotificationsController6Service',
  298.             'Bluue\\SalesBundle\\Controller\\OrderController' => 'getOrderController2Service',
  299.             'Bluue\\SalesBundle\\Controller\\OrderStateController' => 'getOrderStateControllerService',
  300.             'Bluue\\SalesBundle\\Controller\\PaymentController' => 'getPaymentControllerService',
  301.             'Bluue\\SalesBundle\\Controller\\PaymentMethodController' => 'getPaymentMethodController2Service',
  302.             'Bluue\\SalesBundle\\Controller\\PaymentTermController' => 'getPaymentTermControllerService',
  303.             'Bluue\\SalesBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController6Service',
  304.             'Bluue\\SalesBundle\\Controller\\PublicDocumentController' => 'getPublicDocumentController2Service',
  305.             'Bluue\\SalesBundle\\Controller\\QuotationController' => 'getQuotationController2Service',
  306.             'Bluue\\SalesBundle\\Controller\\RelaunchLevelController' => 'getRelaunchLevelControllerService',
  307.             'Bluue\\SalesBundle\\Controller\\StatisticsController' => 'getStatisticsController7Service',
  308.             'Bluue\\ShipmentsBundle\\Controller\\ApiController' => 'getApiController2Service',
  309.             'Bluue\\ShipmentsBundle\\Controller\\BurstController' => 'getBurstControllerService',
  310.             'Bluue\\ShipmentsBundle\\Controller\\CarrierController' => 'getCarrierControllerService',
  311.             'Bluue\\ShipmentsBundle\\Controller\\ConfigurationController' => 'getConfigurationController24Service',
  312.             'Bluue\\ShipmentsBundle\\Controller\\LabelController' => 'getLabelController2Service',
  313.             'Bluue\\ShipmentsBundle\\Controller\\OrderController' => 'getOrderController3Service',
  314.             'Bluue\\ShipmentsBundle\\Controller\\OrderStateForBurstController' => 'getOrderStateForBurstControllerService',
  315.             'Bluue\\ShipmentsBundle\\Controller\\OrderStateForMajStatutController' => 'getOrderStateForMajStatutControllerService',
  316.             'Bluue\\ShipmentsBundle\\Controller\\PrinterController' => 'getPrinterController2Service',
  317.             'Bluue\\ShipmentsBundle\\Controller\\ShoppingCartController' => 'getShoppingCartControllerService',
  318.             'Bluue\\ShipmentsBundle\\Controller\\ShoppingCartLocationController' => 'getShoppingCartLocationControllerService',
  319.             'Bluue\\ShipmentsBundle\\Controller\\StatsController' => 'getStatsControllerService',
  320.             'Bluue\\ShipmentsPictureBundle\\Controller\\ConfigurationController' => 'getConfigurationController25Service',
  321.             'Bluue\\ShipmentsPictureBundle\\Controller\\PictureController' => 'getPictureControllerService',
  322.             'Bluue\\SitesBundle\\Controller\\ConfigurationController' => 'getConfigurationController26Service',
  323.             'Bluue\\SitesBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController8Service',
  324.             'Bluue\\SitesBundle\\Controller\\SiteNotesController' => 'getSiteNotesControllerService',
  325.             'Bluue\\SitesBundle\\Controller\\SitesController' => 'getSitesControllerService',
  326.             'Bluue\\StatisticsBundle\\Controller\\StatisticController' => 'getStatisticControllerService',
  327.             'Bluue\\StocksBundle\\Controller\\Api\\ApiMassStockEntryController' => 'getApiMassStockEntryControllerService',
  328.             'Bluue\\StocksBundle\\Controller\\Api\\ApiOutOfStockController' => 'getApiOutOfStockControllerService',
  329.             'Bluue\\StocksBundle\\Controller\\Api\\CreateStockLocationController' => 'getCreateStockLocationControllerService',
  330.             'Bluue\\StocksBundle\\Controller\\Api\\StockQuantitiesController' => 'getStockQuantitiesControllerService',
  331.             'Bluue\\StocksBundle\\Controller\\ConfigurationController' => 'getConfigurationController27Service',
  332.             'Bluue\\StocksBundle\\Controller\\DateTypeController' => 'getDateTypeControllerService',
  333.             'Bluue\\StocksBundle\\Controller\\LocationController' => 'getLocationControllerService',
  334.             'Bluue\\StocksBundle\\Controller\\MassStockEntryController' => 'getMassStockEntryControllerService',
  335.             'Bluue\\StocksBundle\\Controller\\MassStockRemovalController' => 'getMassStockRemovalControllerService',
  336.             'Bluue\\StocksBundle\\Controller\\NotificationsController' => 'getNotificationsController7Service',
  337.             'Bluue\\StocksBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController7Service',
  338.             'Bluue\\StocksBundle\\Controller\\SalesBundle\\OrderController' => 'getOrderController4Service',
  339.             'Bluue\\StocksBundle\\Controller\\StatisticsController' => 'getStatisticsController8Service',
  340.             'Bluue\\StocksBundle\\Controller\\StockLocationController' => 'getStockLocationControllerService',
  341.             'Bluue\\StocksBundle\\Controller\\StockMovementController' => 'getStockMovementControllerService',
  342.             'Bluue\\StocksBundle\\Controller\\StockMovementReasonController' => 'getStockMovementReasonControllerService',
  343.             'Bluue\\StocksBundle\\Controller\\StockPreparationController' => 'getStockPreparationControllerService',
  344.             'Bluue\\StocksBundle\\Controller\\StockProductController' => 'getStockProductControllerService',
  345.             'Bluue\\StocksBundle\\Controller\\StockQuantityController' => 'getStockQuantityControllerService',
  346.             'Bluue\\StocksBundle\\Controller\\SubLocationController' => 'getSubLocationControllerService',
  347.             'Bluue\\StocksBundle\\Controller\\SuppliersOrdersBundle\\ProductRestockController' => 'getProductRestockControllerService',
  348.             'Bluue\\StocksBundle\\Controller\\WarehouseController' => 'getWarehouseControllerService',
  349.             'Bluue\\StocksBundle\\Controller\\WarehousesContextController' => 'getWarehousesContextControllerService',
  350.             'Bluue\\SuppliersBundle\\Controller\\Api\\ApiSuppliersController' => 'getApiSuppliersControllerService',
  351.             'Bluue\\SuppliersBundle\\Controller\\ConfigurationController' => 'getConfigurationController28Service',
  352.             'Bluue\\SuppliersBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController8Service',
  353.             'Bluue\\SuppliersBundle\\Controller\\ProductsBundle\\QuantityThresholdController' => 'getQuantityThresholdControllerService',
  354.             'Bluue\\SuppliersBundle\\Controller\\StatisticsController' => 'getStatisticsController9Service',
  355.             'Bluue\\SuppliersBundle\\Controller\\SupplierAddressController' => 'getSupplierAddressControllerService',
  356.             'Bluue\\SuppliersBundle\\Controller\\SupplierContactController' => 'getSupplierContactControllerService',
  357.             'Bluue\\SuppliersBundle\\Controller\\SupplierController' => 'getSupplierControllerService',
  358.             'Bluue\\SuppliersBundle\\Controller\\SupplierTypeController' => 'getSupplierTypeControllerService',
  359.             'Bluue\\SuppliersOrdersBundle\\Controller\\Api\\ApiAddReceiptNoteController' => 'getApiAddReceiptNoteControllerService',
  360.             'Bluue\\SuppliersOrdersBundle\\Controller\\Api\\ApiAddSupplierOrderController' => 'getApiAddSupplierOrderControllerService',
  361.             'Bluue\\SuppliersOrdersBundle\\Controller\\Api\\ApiGetReceiptNotesController' => 'getApiGetReceiptNotesControllerService',
  362.             'Bluue\\SuppliersOrdersBundle\\Controller\\Api\\ApiValidateRnController' => 'getApiValidateRnControllerService',
  363.             'Bluue\\SuppliersOrdersBundle\\Controller\\ConfigurationController' => 'getConfigurationController29Service',
  364.             'Bluue\\SuppliersOrdersBundle\\Controller\\ImportOrderController' => 'getImportOrderControllerService',
  365.             'Bluue\\SuppliersOrdersBundle\\Controller\\ProductController' => 'getProductController9Service',
  366.             'Bluue\\SuppliersOrdersBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController10Service',
  367.             'Bluue\\SuppliersOrdersBundle\\Controller\\ReceiptNoteController' => 'getReceiptNoteControllerService',
  368.             'Bluue\\SuppliersOrdersBundle\\Controller\\ReceiptNoteLineController' => 'getReceiptNoteLineControllerService',
  369.             'Bluue\\SuppliersOrdersBundle\\Controller\\SupplierBundle\\SupplierViewController' => 'getSupplierViewControllerService',
  370.             'Bluue\\SuppliersOrdersBundle\\Controller\\SupplierOrderController' => 'getSupplierOrderControllerService',
  371.             'Bluue\\SuppliersOrdersBundle\\Controller\\WaitingProductController' => 'getWaitingProductControllerService',
  372.             'Bluue\\TicketsBundle\\Controller\\AttachmentController' => 'getAttachmentController2Service',
  373.             'Bluue\\TicketsBundle\\Controller\\Configuration\\ClosingMotifController' => 'getClosingMotifControllerService',
  374.             'Bluue\\TicketsBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController30Service',
  375.             'Bluue\\TicketsBundle\\Controller\\Configuration\\MailServerController' => 'getMailServerController2Service',
  376.             'Bluue\\TicketsBundle\\Controller\\Configuration\\PredefinedMessageController' => 'getPredefinedMessageControllerService',
  377.             'Bluue\\TicketsBundle\\Controller\\Configuration\\PredefinedMessageStatusChangeController' => 'getPredefinedMessageStatusChangeControllerService',
  378.             'Bluue\\TicketsBundle\\Controller\\Configuration\\RelaunchController' => 'getRelaunchControllerService',
  379.             'Bluue\\TicketsBundle\\Controller\\Configuration\\TagController' => 'getTagController2Service',
  380.             'Bluue\\TicketsBundle\\Controller\\Configuration\\TicketStateController' => 'getTicketStateControllerService',
  381.             'Bluue\\TicketsBundle\\Controller\\CrmBundle\\TicketsController' => 'getTicketsControllerService',
  382.             'Bluue\\TicketsBundle\\Controller\\NotificationsController' => 'getNotificationsController8Service',
  383.             'Bluue\\TicketsBundle\\Controller\\StatisticsController' => 'getStatisticsController10Service',
  384.             'Bluue\\TicketsBundle\\Controller\\TicketMessagesController' => 'getTicketMessagesControllerService',
  385.             'Bluue\\TicketsBundle\\Controller\\TicketsController' => 'getTicketsController2Service',
  386.             'Bluue\\UtilityBillsBundle\\Controller\\UtilityBillController' => 'getUtilityBillControllerService',
  387.             'Bluue\\UtilityBillsBundle\\Controller\\UtilityBillOrderController' => 'getUtilityBillOrderControllerService',
  388.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  389.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  390.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  391.             'Symfony\\Component\\DependencyInjection\\ContainerInterface' => 'getContainerInterfaceService',
  392.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  393.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  394.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  395.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  396.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  397.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  398.             'api_platform.graphql.action.entrypoint' => 'getApiPlatform_Graphql_Action_EntrypointService',
  399.             'api_platform.graphql.action.graphiql' => 'getApiPlatform_Graphql_Action_GraphiqlService',
  400.             'api_platform.graphql.action.graphql_playground' => 'getApiPlatform_Graphql_Action_GraphqlPlaygroundService',
  401.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  402.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  403.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  404.             'cache.app_clearer' => 'getCache_AppClearerService',
  405.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  406.             'cache.system_clearer' => 'getCache_SystemClearerService',
  407.             'cache_warmer' => 'getCacheWarmerService',
  408.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand' => 'getCronCreateCommandService',
  409.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand' => 'getCronDeleteCommandService',
  410.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand' => 'getCronDisableCommandService',
  411.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand' => 'getCronEnableCommandService',
  412.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand' => 'getCronListCommandService',
  413.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand' => 'getCronReportsTruncateCommandService',
  414.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand' => 'getCronRunCommandService',
  415.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand' => 'getCronStartCommandService',
  416.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand' => 'getCronStopCommandService',
  417.             'console.command_loader' => 'getConsole_CommandLoaderService',
  418.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  419.             'cron.executor' => 'getCron_ExecutorService',
  420.             'cron.manager' => 'getCron_ManagerService',
  421.             'cron.resolver' => 'getCron_ResolverService',
  422.             'cron.validator' => 'getCron_ValidatorService',
  423.             'error_controller' => 'getErrorControllerService',
  424.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  425.             'knp_paginator' => 'getKnpPaginatorService',
  426.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  427.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  428.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  429.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  430.             'routing.loader' => 'getRouting_LoaderService',
  431.             'services_resetter' => 'getServicesResetterService',
  432.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  433.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  434.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  435.         ];
  436.         $this->aliases = [
  437.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  438.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  439.             'App\\Kernel' => 'kernel',
  440.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  441.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  442.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  443.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  444.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  445.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  446.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  447.             'database_connection' => 'doctrine.dbal.default_connection',
  448.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  449.         ];
  450.         $this->privates['service_container'] = function () {
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  457.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  459.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LocaleSubscriber.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  462.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  465.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  466.             include_once \dirname(__DIR__4).'/src/Repository/ActivityRepository.php';
  467.             include_once \dirname(__DIR__4).'/src/Repository/ConfigurationRepository.php';
  468.             include_once \dirname(__DIR__4).'/src/Repository/Traits/SearchableRepositoryTrait.php';
  469.             include_once \dirname(__DIR__4).'/src/Repository/ContextRepository.php';
  470.             include_once \dirname(__DIR__4).'/src/Repository/CurrencyRepository.php';
  471.             include_once \dirname(__DIR__4).'/src/Repository/EstablishmentRepository.php';
  472.             include_once \dirname(__DIR__4).'/src/Repository/FileManagerRepository.php';
  473.             include_once \dirname(__DIR__4).'/src/Repository/TaxRuleCountryRepository.php';
  474.             include_once \dirname(__DIR__4).'/src/Repository/UnitMeasureRepository.php';
  475.             include_once \dirname(__DIR__4).'/src/Repository/UserContextRepository.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  477.             include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  478.             include_once \dirname(__DIR__4).'/src/Services/CheckBundleInstall.php';
  479.             include_once \dirname(__DIR__4).'/src/Services/Configuration.php';
  480.             include_once \dirname(__DIR__4).'/src/Services/Context.php';
  481.             include_once \dirname(__DIR__4).'/src/Services/Currency.php';
  482.             include_once \dirname(__DIR__4).'/src/Services/DefaultLocale.php';
  483.             include_once \dirname(__DIR__4).'/src/Services/FileManager.php';
  484.             include_once \dirname(__DIR__4).'/src/Services/Notification.php';
  485.             include_once \dirname(__DIR__4).'/src/Services/ObjectSerialize.php';
  486.             include_once \dirname(__DIR__4).'/src/Services/Openssl.php';
  487.             include_once \dirname(__DIR__4).'/src/Services/Pdf.php';
  488.             include_once \dirname(__DIR__4).'/src/Services/SessionContextCurrency.php';
  489.             include_once \dirname(__DIR__4).'/src/Services/SoftdeleteFilter.php';
  490.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  492.             include_once \dirname(__DIR__4).'/src/Twig/CalcPrice.php';
  493.             include_once \dirname(__DIR__4).'/src/Twig/DisplayPhone.php';
  494.             include_once \dirname(__DIR__4).'/src/Twig/DurationExtension.php';
  495.             include_once \dirname(__DIR__4).'/src/Twig/EntityExtension.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  507.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  529.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  536.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  571.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  636.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  637.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  638.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  639.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  642.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  645.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  646.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  647.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  649.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  650.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  651.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  652.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  656.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  658.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  659.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  662.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  663.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  664.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  665.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  666.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  683.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  684.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  685.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  687.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  688.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  690.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  691.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  692.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  693.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  694.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  695.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  696.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  697.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  699.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  701.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  702.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  703.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  704.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  705.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  706.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  707.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  708.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  709.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  710.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  711.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  712.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  713.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  714.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  715.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  716.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  717.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  718.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  738.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  745.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  746.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  747.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  748.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  749.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  750.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  751.             include_once \dirname(__DIR__4).'/src/EventListener/BlameableListener.php';
  752.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  753.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  754.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  755.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  756.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  761.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  764.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  770.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  772.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  773.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  774.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  775.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  776.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  777.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  778.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  779.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  780.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  781.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  782.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  783.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  784.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  785.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  786.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  787.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  788.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  789.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  790.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  792.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  793.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  794.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  796.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  797.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  798.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  799.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  800.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  801.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  802.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  803.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  804.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  805.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  807.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  808.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  809.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  810.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  811.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  812.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  813.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  814.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  815.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  816.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  817.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  818.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  819.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  820.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  821.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  822.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  823.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  824.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  825.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  826.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  827.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  829.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  830.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  831.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  832.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  833.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  834.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  835.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  836.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  837.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  838.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  839.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  840.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  841.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  842.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  843.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  844.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  845.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  846.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  847.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  848.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  849.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  850.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  851.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  852.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  853.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  854.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  855.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  856.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  857.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  858.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  859.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  860.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  861.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  863.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  864.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  865.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  866.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  867.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/DeclinationRepository.php';
  868.             include_once \dirname(__DIR__4).'/src/Repository/Traits/FindLastDateElementRepositoryTrait.php';
  869.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/Ean13Repository.php';
  870.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/Traits/PositionRepositoryTrait.php';
  871.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/PackProductRepository.php';
  872.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/ProductContextRepository.php';
  873.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/ProductImageRepository.php';
  874.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/ProductRepository.php';
  875.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/SearchAssociationRepository.php';
  876.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/SearchWordRepository.php';
  877.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Services/ProductSearch.php';
  878.             include_once \dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Repository/CategoryProductRepository.php';
  879.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  880.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  881.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  882.             include_once \dirname(__DIR__4).'/src/DoctrineExtensions/GedmoTree/NestedTreeRepository.php';
  883.             include_once \dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Repository/CategoryRepository.php';
  884.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/LocationRepository.php';
  885.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/ProductConfigurationRepository.php';
  886.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockLocationRepository.php';
  887.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockMovementReasonRepository.php';
  888.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockMovementRepository.php';
  889.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockOrderLineLocationRepository.php';
  890.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockOrderLineRepository.php';
  891.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockProductRepository.php';
  892.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockProductRootContextRepository.php';
  893.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockProductRootRepository.php';
  894.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockQuantityRepository.php';
  895.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/WarehouseRepository.php';
  896.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Services/RemainingQuantityOrderedProcess.php';
  897.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Services/RemovalStockProcedure.php';
  898.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Services/StockService.php';
  899.             include_once \dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Repository/CustomerRepository.php';
  900.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/AdditionalPdfRepository.php';
  901.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/CustomerOptionsRepository.php';
  902.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/DeliveryNoteRepository.php';
  903.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/InvoiceRepository.php';
  904.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/OrderRepository.php';
  905.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/Document.php';
  906.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/Line.php';
  907.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/PaymentTermCalculator.php';
  908.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/PdfGenerator.php';
  909.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/ReferenceGenerator.php';
  910.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/SharedSales.php';
  911.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/Statistics.php';
  912.             include_once \dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Repository/ProductSupplierContextRepository.php';
  913.             include_once \dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Repository/ProductSupplierRepository.php';
  914.             include_once \dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Repository/SupplierRepository.php';
  915.             include_once \dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Repository/ProductReturnRepository.php';
  916.             include_once \dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Repository/InventoryOriginalProductQuantityRepository.php';
  917.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  918.             include_once \dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Serializer/InventoriesContextBuilder.php';
  919.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  920.             include_once \dirname(__DIR__4).'/src/Serializer/ContextBuilder.php';
  921.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  922.             include_once \dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Repository/CustomerAccountRepository.php';
  923.             include_once \dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Repository/LabelRepository.php';
  924.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Repository/OrderOptionsRepository.php';
  925.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Repository/OrderPreparationHistoryRepository.php';
  926.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Repository/PickingHistoryRepository.php';
  927.             include_once \dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Repository/MappingRepository.php';
  928.             include_once \dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Services/Api.php';
  929.             include_once \dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Repository/CustomerMappingRepository.php';
  930.             include_once \dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Services/GocardlessService.php';
  931.             include_once \dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Twig/GocardlessExtension.php';
  932.             include_once \dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src/Repository/SmsRepository.php';
  933.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Repository/CashRegisterRepository.php';
  934.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Repository/CashierRepository.php';
  935.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Repository/CustomerFidelityRepository.php';
  936.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Repository/FavoriteProductRepository.php';
  937.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Repository/ManagerCardRepository.php';
  938.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Repository/PaymentRepository.php';
  939.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Twig/ImageExtension.php';
  940.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Twig/ProductExtension.php';
  941.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Twig/SecurityExtension.php';
  942.             include_once \dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Repository/SlotRepository.php';
  943.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/ProjectQuotationRepository.php';
  944.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/TaskMonitoredRepository.php';
  945.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/Traits/PositionRepositoryTrait.php';
  946.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/TaskRepository.php';
  947.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/TaskTimeRepository.php';
  948.             include_once \dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Twig/AddressExtension.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  961.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  962.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  963.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  976.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  977.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  983.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  984.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  985.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  986.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  987.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  988.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  989.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/ValidationExceptionNormalizer.php';
  990.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/HttpExceptionNormalizer.php';
  991.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/RuntimeExceptionNormalizer.php';
  992.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/ErrorNormalizer.php';
  993.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  994.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  995.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  996.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  997.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/ItemNormalizer.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/ObjectNormalizer.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1091.             include_once \dirname(__DIR__4).'/src/Twig/Activity.php';
  1092.             include_once \dirname(__DIR__4).'/src/Twig/DisplayIban.php';
  1093.             include_once \dirname(__DIR__4).'/src/Twig/File.php';
  1094.             include_once \dirname(__DIR__4).'/src/Twig/GetAdditionalScripts.php';
  1095.             include_once \dirname(__DIR__4).'/src/Twig/MobileDetectExtension.php';
  1096.             include_once \dirname(__DIR__4).'/src/Twig/RemoveCss.php';
  1097.             include_once \dirname(__DIR__4).'/src/Twig/SortArrayByField.php';
  1098.             include_once \dirname(__DIR__4).'/src/Twig/TwigFilterChecker.php';
  1099.             include_once \dirname(__DIR__4).'/src/Twig/UnitMeasure.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/MarkdownExtension.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Twig/Extension/TimeExtension.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/DateTimeFormatter.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Twig/EanExtension.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Twig/ListExtension.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Twig/ProductExtension.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Twig/ProductImageExtension.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Twig/ProductExtension.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Twig/ProductExtension.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Twig/StockExtension.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Twig/CustomerExtension.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Twig/DeliveryNoteButtonsExtension.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Twig/LineExtension.php';
  1128.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Twig/ReferenceExtension.php';
  1129.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Twig/StatsExtension.php';
  1130.             include_once \dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Twig/ProductExtension.php';
  1131.             include_once \dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Twig/ProductExtension.php';
  1132.             include_once \dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Twig/ProductReturnExtension.php';
  1133.             include_once \dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Twig/InventoryExtension.php';
  1134.             include_once \dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Twig/CustomerExtension.php';
  1135.             include_once \dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Twig/LabelExtension.php';
  1136.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Twig/CarrierExtension.php';
  1137.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Twig/OrderExtension.php';
  1138.             include_once \dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Twig/MappingExtension.php';
  1139.             include_once \dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Twig/OrderCartRuleExtension.php';
  1140.             include_once \dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src/Twig/OvhSmsExtension.php';
  1141.             include_once \dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Twig/RecurringInvoiceExtension.php';
  1142.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Twig/CustomerExtension.php';
  1143.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Twig/FavoriteProductExtension.php';
  1144.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Twig/PaymentMethodExtension.php';
  1145.             include_once \dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Twig/PlanningExtension.php';
  1146.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Twig/ProjectExtension.php';
  1147.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Twig/TaskExtension.php';
  1148.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1149.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1150.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1151.             include_once \dirname(__DIR__4).'/src/Services/UserImage.php';
  1152.             include_once \dirname(__DIR__4).'/src/Services/BluueLogo.php';
  1153.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1154.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1155.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  1156.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1157.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1158.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1159.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1160.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1161.         };
  1162.     }
  1163.     public function compile(): void
  1164.     {
  1165.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1166.     }
  1167.     public function isCompiled(): bool
  1168.     {
  1169.         return true;
  1170.     }
  1171.     public function getRemovedIds(): array
  1172.     {
  1173.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1174.     }
  1175.     protected function load($file$lazyLoad true)
  1176.     {
  1177.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1178.             return $class::do($this$lazyLoad);
  1179.         }
  1180.         if ('.' === $file[-4]) {
  1181.             $class substr($class0, -4);
  1182.         } else {
  1183.             $file .= '.php';
  1184.         }
  1185.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1186.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1187.     }
  1188.     protected function createProxy($class, \Closure $factory)
  1189.     {
  1190.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1191.         return $factory();
  1192.     }
  1193.     /**
  1194.      * Gets the public '.container.private.profiler' shared service.
  1195.      *
  1196.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1197.      */
  1198.     protected function get_Container_Private_ProfilerService()
  1199.     {
  1200.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1201.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1202.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1203.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1204.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1205.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1206.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1207.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1208.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1209.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1210.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1211.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1212.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1213.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1214.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1215.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1216.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  1217.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1218.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1219.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1220.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1221.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  1222.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1223.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1224.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1225.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1226.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1227.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1228.         $d->addInstance('api_platform.graphql.cache.subscription', ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()));
  1229.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1230.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1231.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1232.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1233.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1234.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1235.         if ($this->has('kernel')) {
  1236.             $g->setKernel($b);
  1237.         }
  1238.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1239.         $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())));
  1240.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1241.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1242.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1243.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1244.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1245.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1246.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1247.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1248.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1249.         $instance->add($d);
  1250.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1251.         $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));
  1252.         $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())));
  1253.         $instance->add($e);
  1254.         $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([])))));
  1255.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1256.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1257.         $instance->add($f);
  1258.         $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()))));
  1259.         $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()))));
  1260.         $instance->add($g);
  1261.         return $instance;
  1262.     }
  1263.     /**
  1264.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1265.      *
  1266.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1267.      */
  1268.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1269.     {
  1270.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1271.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1272.             return $this->services['.container.private.security.authorization_checker'];
  1273.         }
  1274.         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);
  1275.     }
  1276.     /**
  1277.      * Gets the public '.container.private.security.token_storage' shared service.
  1278.      *
  1279.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1280.      */
  1281.     protected function get_Container_Private_Security_TokenStorageService()
  1282.     {
  1283.         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, [
  1284.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1285.         ], [
  1286.             'request_stack' => '?',
  1287.         ]));
  1288.     }
  1289.     /**
  1290.      * Gets the public '.container.private.serializer' shared service.
  1291.      *
  1292.      * @return \Symfony\Component\Serializer\Serializer
  1293.      */
  1294.     protected function get_Container_Private_SerializerService()
  1295.     {
  1296.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1297.         if (isset($this->services['.container.private.serializer'])) {
  1298.             return $this->services['.container.private.serializer'];
  1299.         }
  1300.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1301.         if (isset($this->services['.container.private.serializer'])) {
  1302.             return $this->services['.container.private.serializer'];
  1303.         }
  1304.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1305.         if (isset($this->services['.container.private.serializer'])) {
  1306.             return $this->services['.container.private.serializer'];
  1307.         }
  1308.         $d = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
  1309.         if (isset($this->services['.container.private.serializer'])) {
  1310.             return $this->services['.container.private.serializer'];
  1311.         }
  1312.         $e = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
  1313.         if (isset($this->services['.container.private.serializer'])) {
  1314.             return $this->services['.container.private.serializer'];
  1315.         }
  1316.         $f = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1317.         if (isset($this->services['.container.private.serializer'])) {
  1318.             return $this->services['.container.private.serializer'];
  1319.         }
  1320.         $g = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  1321.         if (isset($this->services['.container.private.serializer'])) {
  1322.             return $this->services['.container.private.serializer'];
  1323.         }
  1324.         $h = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1325.         if (isset($this->services['.container.private.serializer'])) {
  1326.             return $this->services['.container.private.serializer'];
  1327.         }
  1328.         $i = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  1329.         if (isset($this->services['.container.private.serializer'])) {
  1330.             return $this->services['.container.private.serializer'];
  1331.         }
  1332.         $j = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1333.         if (isset($this->services['.container.private.serializer'])) {
  1334.             return $this->services['.container.private.serializer'];
  1335.         }
  1336.         $k = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1337.         if (isset($this->services['.container.private.serializer'])) {
  1338.             return $this->services['.container.private.serializer'];
  1339.         }
  1340.         $l = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  1341.         if (isset($this->services['.container.private.serializer'])) {
  1342.             return $this->services['.container.private.serializer'];
  1343.         }
  1344.         $m = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1345.         $n = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  1346.         $o = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$m$a)], [=> $n]));
  1347.         $p = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($o);
  1348.         $q = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1349.         $r = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1350.         $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));
  1351.         $t = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1352.         $u = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1353.         $v = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1354.         $w = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($v);
  1355.         $x = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($v$t$m$a$wNULL, [], $a);
  1356.         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 () {
  1357.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandInputDataTransformer'] ?? $this->load('getConsultBrandInputDataTransformerService'));
  1358.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandOutputDataTransformer'] ?? $this->load('getConsultBrandOutputDataTransformerService'));
  1359.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultProductInputDataTransformer'] ?? $this->load('getConsultProductInputDataTransformerService'));
  1360.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\CreateProductInputDataTransformer'] ?? $this->load('getCreateProductInputDataTransformerService'));
  1361.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsInputDataTransformer'] ?? $this->load('getGetBrandContextsInputDataTransformerService'));
  1362.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsOutputDataTransformer'] ?? $this->load('getGetBrandContextsOutputDataTransformerService'));
  1363.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\OutOfStockInputDataTransformer'] ?? $this->load('getOutOfStockInputDataTransformerService'));
  1364.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\StockLocationInputDataTransformer'] ?? $this->load('getStockLocationInputDataTransformerService'));
  1365.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteInputDataTransformer'] ?? $this->load('getAddReceiptNoteInputDataTransformerService'));
  1366.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] ?? ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] = new \Bluue\SuppliersOrdersBundle\DataTransformer\AddReceiptNoteOutputDataTransformer()));
  1367.             yield 10 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddSupplierOrderInputDataTransformer'] ?? $this->load('getAddSupplierOrderInputDataTransformerService'));
  1368.             yield 11 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\ValidateRnInputDataTransformer'] ?? $this->load('getValidateRnInputDataTransformerService'));
  1369.             yield 12 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\AddQuantityInputDataTransformer'] ?? $this->load('getAddQuantityInputDataTransformerService'));
  1370.             yield 13 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\CheckInventoryProductInputDataTransformer'] ?? $this->load('getCheckInventoryProductInputDataTransformerService'));
  1371.             yield 14 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\InventoryOutputDataTransformer'] ?? $this->load('getInventoryOutputDataTransformerService'));
  1372.             yield 15 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1373.         }, 16), $k), 19 => new \ApiPlatform\Core\GraphQl\Serializer\ItemNormalizer($b$c$i$g$u$m$t$v$lfalseNULL, new RewindableGenerator(function () {
  1374.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandInputDataTransformer'] ?? $this->load('getConsultBrandInputDataTransformerService'));
  1375.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandOutputDataTransformer'] ?? $this->load('getConsultBrandOutputDataTransformerService'));
  1376.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultProductInputDataTransformer'] ?? $this->load('getConsultProductInputDataTransformerService'));
  1377.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\CreateProductInputDataTransformer'] ?? $this->load('getCreateProductInputDataTransformerService'));
  1378.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsInputDataTransformer'] ?? $this->load('getGetBrandContextsInputDataTransformerService'));
  1379.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsOutputDataTransformer'] ?? $this->load('getGetBrandContextsOutputDataTransformerService'));
  1380.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\OutOfStockInputDataTransformer'] ?? $this->load('getOutOfStockInputDataTransformerService'));
  1381.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\StockLocationInputDataTransformer'] ?? $this->load('getStockLocationInputDataTransformerService'));
  1382.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteInputDataTransformer'] ?? $this->load('getAddReceiptNoteInputDataTransformerService'));
  1383.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] ?? ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] = new \Bluue\SuppliersOrdersBundle\DataTransformer\AddReceiptNoteOutputDataTransformer()));
  1384.             yield 10 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddSupplierOrderInputDataTransformer'] ?? $this->load('getAddSupplierOrderInputDataTransformerService'));
  1385.             yield 11 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\ValidateRnInputDataTransformer'] ?? $this->load('getValidateRnInputDataTransformerService'));
  1386.             yield 12 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\AddQuantityInputDataTransformer'] ?? $this->load('getAddQuantityInputDataTransformerService'));
  1387.             yield 13 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\CheckInventoryProductInputDataTransformer'] ?? $this->load('getCheckInventoryProductInputDataTransformerService'));
  1388.             yield 14 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\InventoryOutputDataTransformer'] ?? $this->load('getInventoryOutputDataTransformerService'));
  1389.             yield 15 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1390.         }, 16), $q), 20 => new \ApiPlatform\Serializer\ItemNormalizer($b$c$i$u$m$t$v$lfalseNULL, new RewindableGenerator(function () {
  1391.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandInputDataTransformer'] ?? $this->load('getConsultBrandInputDataTransformerService'));
  1392.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandOutputDataTransformer'] ?? $this->load('getConsultBrandOutputDataTransformerService'));
  1393.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultProductInputDataTransformer'] ?? $this->load('getConsultProductInputDataTransformerService'));
  1394.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\CreateProductInputDataTransformer'] ?? $this->load('getCreateProductInputDataTransformerService'));
  1395.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsInputDataTransformer'] ?? $this->load('getGetBrandContextsInputDataTransformerService'));
  1396.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsOutputDataTransformer'] ?? $this->load('getGetBrandContextsOutputDataTransformerService'));
  1397.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\OutOfStockInputDataTransformer'] ?? $this->load('getOutOfStockInputDataTransformerService'));
  1398.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\StockLocationInputDataTransformer'] ?? $this->load('getStockLocationInputDataTransformerService'));
  1399.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteInputDataTransformer'] ?? $this->load('getAddReceiptNoteInputDataTransformerService'));
  1400.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] ?? ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] = new \Bluue\SuppliersOrdersBundle\DataTransformer\AddReceiptNoteOutputDataTransformer()));
  1401.             yield 10 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddSupplierOrderInputDataTransformer'] ?? $this->load('getAddSupplierOrderInputDataTransformerService'));
  1402.             yield 11 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\ValidateRnInputDataTransformer'] ?? $this->load('getValidateRnInputDataTransformerService'));
  1403.             yield 12 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\AddQuantityInputDataTransformer'] ?? $this->load('getAddQuantityInputDataTransformerService'));
  1404.             yield 13 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\CheckInventoryProductInputDataTransformer'] ?? $this->load('getCheckInventoryProductInputDataTransformerService'));
  1405.             yield 14 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\InventoryOutputDataTransformer'] ?? $this->load('getInventoryOutputDataTransformerService'));
  1406.             yield 15 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1407.         }, 16), $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')]);
  1408.     }
  1409.     /**
  1410.      * Gets the public '.container.private.twig' shared service.
  1411.      *
  1412.      * @return \Twig\Environment
  1413.      */
  1414.     protected function get_Container_Private_TwigService()
  1415.     {
  1416.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1417.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1418.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1419.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1420.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1421.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1422.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1423.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1424.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1425.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1426.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1427.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1428.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1429.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1430.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1431.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1432.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1433.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1434.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1435.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1436.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Resources/views'), 'Products');
  1437.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Resources/views'), '!Products');
  1438.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Resources/views'), 'Categories');
  1439.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Resources/views'), '!Categories');
  1440.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Resources/views'), 'Stocks');
  1441.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Resources/views'), '!Stocks');
  1442.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Resources/views'), 'Customers');
  1443.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Resources/views'), '!Customers');
  1444.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Resources/views'), 'Sales');
  1445.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Resources/views'), '!Sales');
  1446.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src/Resources/views'), 'Crm');
  1447.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src/Resources/views'), '!Crm');
  1448.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Resources/views'), 'Suppliers');
  1449.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Resources/views'), '!Suppliers');
  1450.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Resources/views'), 'SuppliersOrders');
  1451.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Resources/views'), '!SuppliersOrders');
  1452.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Resources/views'), 'ProductReturns');
  1453.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Resources/views'), '!ProductReturns');
  1454.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Resources/views'), 'Inventories');
  1455.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Resources/views'), '!Inventories');
  1456.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Resources/views'), 'Accounting');
  1457.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Resources/views'), '!Accounting');
  1458.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src/Resources/views'), 'ImportProducts');
  1459.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src/Resources/views'), '!ImportProducts');
  1460.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Resources/views'), 'Labels');
  1461.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Resources/views'), '!Labels');
  1462.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/statistics-bundle/src/Resources/views'), 'Statistics');
  1463.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/statistics-bundle/src/Resources/views'), '!Statistics');
  1464.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src/Resources/views'), 'Manufacturing');
  1465.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src/Resources/views'), '!Manufacturing');
  1466.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/forecasted-manufacturing-bundle/src/Resources/views'), 'ForecastedManufacturing');
  1467.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/forecasted-manufacturing-bundle/src/Resources/views'), '!ForecastedManufacturing');
  1468.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/forecasted-stock-bundle/src/Resources/views'), 'ForecastedStock');
  1469.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/forecasted-stock-bundle/src/Resources/views'), '!ForecastedStock');
  1470.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Resources/views'), 'Shipments');
  1471.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Resources/views'), '!Shipments');
  1472.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Resources/views'), 'ApiCms');
  1473.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Resources/views'), '!ApiCms');
  1474.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Resources/views'), 'PrestashopConnector');
  1475.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Resources/views'), '!PrestashopConnector');
  1476.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Resources/views'), 'Gocardless');
  1477.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Resources/views'), '!Gocardless');
  1478.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/src/Resources/views'), 'Mondialrelay');
  1479.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/src/Resources/views'), '!Mondialrelay');
  1480.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src/Resources/views'), 'UtilityBills');
  1481.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src/Resources/views'), '!UtilityBills');
  1482.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/pim-bundle/src/Resources/views'), 'Pim');
  1483.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/pim-bundle/src/Resources/views'), '!Pim');
  1484.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src/Resources/views'), 'OvhSms');
  1485.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src/Resources/views'), '!OvhSms');
  1486.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Resources/views'), 'RecurringInvoices');
  1487.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Resources/views'), '!RecurringInvoices');
  1488.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Resources/views'), 'CashRegister');
  1489.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Resources/views'), '!CashRegister');
  1490.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Resources/views'), 'Planning');
  1491.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Resources/views'), '!Planning');
  1492.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/customer-outstanding-bundle/src/Resources/views'), 'CustomerOutstanding');
  1493.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/customer-outstanding-bundle/src/Resources/views'), '!CustomerOutstanding');
  1494.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Resources/views'), 'Projects');
  1495.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Resources/views'), '!Projects');
  1496.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/src/Resources/views'), 'ShipmentsPicture');
  1497.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/src/Resources/views'), '!ShipmentsPicture');
  1498.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src/Resources/views'), 'Sites');
  1499.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src/Resources/views'), '!Sites');
  1500.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Resources/views'), 'Tickets');
  1501.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Resources/views'), '!Tickets');
  1502.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/adelya-bundle/src/Resources/views'), 'Adelya');
  1503.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/adelya-bundle/src/Resources/views'), '!Adelya');
  1504.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/cx3-bundle/src/Resources/views'), 'Cx3');
  1505.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/cx3-bundle/src/Resources/views'), '!Cx3');
  1506.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1507.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1508.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1509.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1510.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1511.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1512.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1513.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1514.         $e = ($this->services['router'] ?? $this->getRouterService());
  1515.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1516.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1517.         $h = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1518.         $i = ($this->privates['App\\Twig\\EntityExtension'] ?? $this->getEntityExtensionService());
  1519.         $j = ($this->privates['App\\Repository\\FileManagerRepository'] ?? $this->getFileManagerRepositoryService());
  1520.         $k = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1521.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1522.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1523.         $m = new \Knp\Menu\Util\MenuManipulator();
  1524.         $n = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1525.         $o = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  1526.         $p = ($this->privates['Bluue\\StocksBundle\\Repository\\StockMovementRepository'] ?? $this->getStockMovementRepositoryService());
  1527.         $q = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  1528.         $r = ($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
  1529.         $s = ($this->privates['Bluue\\ProductsBundle\\Repository\\DeclinationRepository'] ?? $this->getDeclinationRepositoryService());
  1530.         $t = ($this->privates['Bluue\\StocksBundle\\Repository\\StockLocationRepository'] ?? $this->getStockLocationRepositoryService());
  1531.         $u = ($this->privates['Bluue\\ApiCmsBundle\\Repository\\MappingRepository'] ?? $this->getMappingRepositoryService());
  1532.         $v = ($this->privates['App\\Repository\\ActivityRepository'] ?? $this->getActivityRepositoryService());
  1533.         $w = ($this->privates['Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository'] ?? $this->getTaskTimeRepositoryService());
  1534.         $x = new \Symfony\Bridge\Twig\AppVariable();
  1535.         $x->setEnvironment('dev');
  1536.         $x->setDebug(true);
  1537.         if ($this->has('.container.private.security.token_storage')) {
  1538.             $x->setTokenStorage($g);
  1539.         }
  1540.         if ($this->has('request_stack')) {
  1541.             $x->setRequestStack($f);
  1542.         }
  1543.         $y = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1544.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1545.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1546.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1547.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1548.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1549.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  1550.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1551.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1552.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1553.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1554.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  1555.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  1556.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1557.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1558.         $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())));
  1559.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1560.         $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)));
  1561.         $instance->addExtension(new \App\Twig\Activity($h, ($this->privates['App\\Services\\Notification'] ?? $this->getNotificationService()), $i));
  1562.         $instance->addExtension(($this->privates['App\\Twig\\CalcPrice'] ?? $this->getCalcPriceService()));
  1563.         $instance->addExtension(new \App\Twig\DisplayIban());
  1564.         $instance->addExtension(($this->privates['App\\Twig\\DisplayPhone'] ?? ($this->privates['App\\Twig\\DisplayPhone'] = new \App\Twig\DisplayPhone())));
  1565.         $instance->addExtension(($this->privates['App\\Twig\\DurationExtension'] ?? ($this->privates['App\\Twig\\DurationExtension'] = new \App\Twig\DurationExtension())));
  1566.         $instance->addExtension($i);
  1567.         $instance->addExtension(new \App\Twig\File($j));
  1568.         $instance->addExtension(new \App\Twig\GetAdditionalScripts($k$f));
  1569.         $instance->addExtension(new \App\Twig\MobileDetectExtension());
  1570.         $instance->addExtension(new \App\Twig\RemoveCss());
  1571.         $instance->addExtension(new \App\Twig\SortArrayByField());
  1572.         $instance->addExtension(new \App\Twig\TwigFilterChecker());
  1573.         $instance->addExtension(new \App\Twig\UnitMeasure(($this->privates['App\\Repository\\UnitMeasureRepository'] ?? $this->getUnitMeasureRepositoryService())));
  1574.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  1575.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1576.         $instance->addExtension(new \Twig\Extra\Markdown\MarkdownExtension());
  1577.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1578.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1579.         $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, [
  1580.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1581.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1582.         ], [
  1583.             'list' => '?',
  1584.             'twig' => '?',
  1585.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1586.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  1587.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  1588.         }, 2)), $m$n), $n$m));
  1589.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1590.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'true],
  1591.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1592.         ], [
  1593.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1594.             'webpack_encore.tag_renderer' => '?',
  1595.         ])));
  1596.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1597.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  1598.         $instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(new \Knp\Bundle\TimeBundle\DateTimeFormatter($c)));
  1599.         $instance->addExtension(new \Bluue\ProductsBundle\Twig\EanExtension(($this->privates['Bluue\\ProductsBundle\\Repository\\Ean13Repository'] ?? $this->getEan13RepositoryService())));
  1600.         $instance->addExtension(new \Bluue\ProductsBundle\Twig\ListExtension($h));
  1601.         $instance->addExtension(new \Bluue\ProductsBundle\Twig\ProductExtension($h));
  1602.         $instance->addExtension(new \Bluue\ProductsBundle\Twig\ProductImageExtension(($this->privates['Bluue\\ProductsBundle\\Repository\\ProductImageRepository'] ?? $this->getProductImageRepositoryService())));
  1603.         $instance->addExtension(new \Bluue\CategoriesBundle\Twig\ProductExtension(($this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository'] ?? $this->getCategoryProductRepositoryService()), $o, ($this->privates['Bluue\\ProductsBundle\\Repository\\ProductContextRepository'] ?? $this->getProductContextRepositoryService()), ($this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService())));
  1604.         $instance->addExtension(new \Bluue\StocksBundle\Twig\ProductExtension($p$c$h, ($this->services['Bluue\\StocksBundle\\Services\\StockService'] ?? $this->getStockServiceService()), $q$o, ($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));
  1605.         $instance->addExtension(new \Bluue\StocksBundle\Twig\StockExtension($p$t$c$h$e));
  1606.         $instance->addExtension(new \Bluue\SalesBundle\Twig\CustomerExtension(($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), $c, ($this->privates['Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository'] ?? $this->getCustomerOptionsRepositoryService())));
  1607.         $instance->addExtension(new \Bluue\SalesBundle\Twig\DeliveryNoteButtonsExtension($k));
  1608.         $instance->addExtension(new \Bluue\SalesBundle\Twig\LineExtension(($this->privates['App\\Repository\\TaxRuleCountryRepository'] ?? $this->getTaxRuleCountryRepositoryService()), $h$q$k));
  1609.         $instance->addExtension(new \Bluue\SalesBundle\Twig\ReferenceExtension(($this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'] ?? $this->getReferenceGeneratorService()), ($this->privates['Bluue\\SalesBundle\\Services\\SharedSales'] ?? $this->getSharedSalesService()), $q));
  1610.         $instance->addExtension(new \Bluue\SalesBundle\Twig\StatsExtension(($this->privates['Bluue\\SalesBundle\\Services\\Statistics'] ?? $this->getStatisticsService())));
  1611.         $instance->addExtension(new \Bluue\SuppliersBundle\Twig\ProductExtension(($this->privates['Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository'] ?? $this->getProductSupplierContextRepositoryService()), ($this->privates['Bluue\\SuppliersBundle\\Repository\\SupplierRepository'] ?? $this->getSupplierRepositoryService()), $o, ($this->privates['Bluue\\SuppliersBundle\\Repository\\ProductSupplierRepository'] ?? $this->getProductSupplierRepositoryService())));
  1612.         $instance->addExtension(new \Bluue\SuppliersOrdersBundle\Twig\ProductExtension($h$q));
  1613.         $instance->addExtension(new \Bluue\ProductReturnsBundle\Twig\ProductReturnExtension(($this->privates['Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository'] ?? $this->getProductReturnRepositoryService()), $h));
  1614.         $instance->addExtension(new \Bluue\InventoriesBundle\Twig\InventoryExtension($h, ($this->privates['Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductQuantityRepository'] ?? $this->getInventoryOriginalProductQuantityRepositoryService())));
  1615.         $instance->addExtension(new \Bluue\AccountingBundle\Twig\CustomerExtension(($this->privates['Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository'] ?? $this->getCustomerAccountRepositoryService()), ($this->privates['Bluue\\CustomersBundle\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService())));
  1616.         $instance->addExtension(new \Bluue\LabelsBundle\Twig\LabelExtension(($this->privates['Bluue\\LabelsBundle\\Repository\\LabelRepository'] ?? $this->getLabelRepositoryService()), $r$s));
  1617.         $instance->addExtension(new \Bluue\ShipmentsBundle\Twig\CarrierExtension($e));
  1618.         $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())));
  1619.         $instance->addExtension(new \Bluue\ApiCmsBundle\Twig\MappingExtension($u));
  1620.         $instance->addExtension(new \Bluue\PrestashopConnectorBundle\Twig\OrderCartRuleExtension(($this->privates['Bluue\\PrestashopConnectorBundle\\Services\\Api'] ?? $this->getApi2Service()), $u, ($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService())));
  1621.         $instance->addExtension(($this->privates['Bluue\\GocardlessBundle\\Twig\\GocardlessExtension'] ?? $this->getGocardlessExtensionService()));
  1622.         $instance->addExtension(new \Bluue\OvhSmsBundle\Twig\OvhSmsExtension(($this->privates['Bluue\\OvhSmsBundle\\Repository\\SmsRepository'] ?? $this->getSmsRepositoryService())));
  1623.         $instance->addExtension(new \Bluue\RecurringInvoicesBundle\Twig\RecurringInvoiceExtension($h));
  1624.         $instance->addExtension(new \Bluue\CashRegisterBundle\Twig\CustomerExtension($k, ($this->privates['Bluue\\CashRegisterBundle\\Repository\\CustomerFidelityRepository'] ?? $this->getCustomerFidelityRepositoryService())));
  1625.         $instance->addExtension(new \Bluue\CashRegisterBundle\Twig\FavoriteProductExtension(($this->privates['Bluue\\CashRegisterBundle\\Repository\\FavoriteProductRepository'] ?? $this->getFavoriteProductRepositoryService())));
  1626.         $instance->addExtension(($this->privates['Bluue\\CashRegisterBundle\\Twig\\ImageExtension'] ?? $this->getImageExtensionService()));
  1627.         $instance->addExtension(new \Bluue\CashRegisterBundle\Twig\PaymentMethodExtension(($this->privates['Bluue\\CashRegisterBundle\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService())));
  1628.         $instance->addExtension(($this->privates['Bluue\\CashRegisterBundle\\Twig\\ProductExtension'] ?? ($this->privates['Bluue\\CashRegisterBundle\\Twig\\ProductExtension'] = new \Bluue\CashRegisterBundle\Twig\ProductExtension())));
  1629.         $instance->addExtension(($this->privates['Bluue\\CashRegisterBundle\\Twig\\SecurityExtension'] ?? $this->getSecurityExtensionService()));
  1630.         $instance->addExtension(new \Bluue\PlanningBundle\Twig\PlanningExtension(($this->privates['Bluue\\PlanningBundle\\Repository\\SlotRepository'] ?? $this->getSlotRepositoryService())));
  1631.         $instance->addExtension(new \Bluue\ProjectsBundle\Twig\ProjectExtension($v, ($this->privates['Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository'] ?? $this->getProjectQuotationRepositoryService()), $w));
  1632.         $instance->addExtension(new \Bluue\ProjectsBundle\Twig\TaskExtension($w$v, ($this->privates['Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository'] ?? $this->getTaskMonitoredRepositoryService()), $g$h, ($this->privates['Bluue\\ProjectsBundle\\Repository\\TaskRepository'] ?? $this->getTaskRepositoryService())));
  1633.         $instance->addExtension(($this->privates['Bluue\\TicketsBundle\\Twig\\AddressExtension'] ?? $this->getAddressExtensionService()));
  1634.         $instance->addGlobal('app'$x);
  1635.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1636.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1637.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1638.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1639.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1640.             'Twig\\Extra\\Markdown\\MarkdownRuntime' => ['privates''twig.runtime.markdown''getTwig_Runtime_MarkdownService'true],
  1641.         ], [
  1642.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1643.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1644.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1645.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1646.             'Twig\\Extra\\Markdown\\MarkdownRuntime' => '?',
  1647.         ])));
  1648.         $instance->addGlobal('app_UserImage', new \App\Services\UserImage());
  1649.         $instance->addGlobal('app_BluueLogo', new \App\Services\BluueLogo($j, ($this->privates['App\\Services\\FileManager'] ?? $this->getFileManagerService()), $q$o, ($this->privates['App\\Repository\\ContextRepository'] ?? $this->getContextRepositoryService())));
  1650.         $instance->addGlobal('app_version''4.0.0');
  1651.         $instance->addGlobal('app_session_context'$o);
  1652.         $instance->addGlobal('app_session_context_currency', ($this->privates['App\\Services\\SessionContextCurrency'] ?? $this->getSessionContextCurrencyService()));
  1653.         $instance->addGlobal('app_configuration'$q);
  1654.         $instance->addGlobal('app_check_bundle_install', ($this->privates['App\\Services\\CheckBundleInstall'] ?? ($this->privates['App\\Services\\CheckBundleInstall'] = new \App\Services\CheckBundleInstall())));
  1655.         $instance->addGlobal('app_soft_delete_filter', ($this->privates['App\\Services\\SoftdeleteFilter'] ?? $this->getSoftdeleteFilterService()));
  1656.         $instance->addGlobal('app_default_locale', ($this->privates['App\\Services\\DefaultLocale'] ?? $this->getDefaultLocaleService()));
  1657.         $instance->addGlobal('app_default_domain'$this->getEnv('resolve:DEFAULT_DOMAIN'));
  1658.         $instance->registerUndefinedFilterCallback([=> $y=> 'suggestFilter']);
  1659.         $instance->registerUndefinedFunctionCallback([=> $y=> 'suggestFunction']);
  1660.         $instance->registerUndefinedTokenParserCallback([=> $y=> 'suggestTag']);
  1661.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1662.         return $instance;
  1663.     }
  1664.     /**
  1665.      * Gets the public '.container.private.validator' shared service.
  1666.      *
  1667.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1668.      */
  1669.     protected function get_Container_Private_ValidatorService()
  1670.     {
  1671.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1672.         if (isset($this->services['.container.private.validator'])) {
  1673.             return $this->services['.container.private.validator'];
  1674.         }
  1675.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1676.     }
  1677.     /**
  1678.      * Gets the public 'Bluue\StocksBundle\Services\StockService' shared autowired service.
  1679.      *
  1680.      * @return \Bluue\StocksBundle\Services\StockService
  1681.      */
  1682.     protected function getStockServiceService()
  1683.     {
  1684.         $a = ($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
  1685.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1686.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1687.         }
  1688.         $b = ($this->privates['Bluue\\ProductsBundle\\Repository\\DeclinationRepository'] ?? $this->getDeclinationRepositoryService());
  1689.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1690.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1691.         }
  1692.         $c = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  1693.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1694.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1695.         }
  1696.         $d = ($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'] ?? $this->getRemovalStockProcedureService());
  1697.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1698.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1699.         }
  1700.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1701.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1702.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1703.         }
  1704.         $f = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  1705.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1706.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1707.         }
  1708.         return $this->services['Bluue\\StocksBundle\\Services\\StockService'] = new \Bluue\StocksBundle\Services\StockService($a$b$c, ($this->privates['Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository'] ?? $this->getStockMovementReasonRepositoryService()), $d, ($this->privates['Bluue\\StocksBundle\\Repository\\StockQuantityRepository'] ?? $this->getStockQuantityRepositoryService()), $e$f, ($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()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  1709.     }
  1710.     /**
  1711.      * Gets the public 'cache.app' shared service.
  1712.      *
  1713.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1714.      */
  1715.     protected function getCache_AppService()
  1716.     {
  1717.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('-KeS5E33fN'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1718.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1719.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1720.     }
  1721.     /**
  1722.      * Gets the public 'cache.rate_limiter' shared service.
  1723.      *
  1724.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1725.      */
  1726.     protected function getCache_RateLimiterService()
  1727.     {
  1728.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('b94vO-+Dqg'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1729.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1730.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1731.     }
  1732.     /**
  1733.      * Gets the public 'cache.system' shared service.
  1734.      *
  1735.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1736.      */
  1737.     protected function getCache_SystemService()
  1738.     {
  1739.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OoG2KhSuI1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1740.     }
  1741.     /**
  1742.      * Gets the public 'cache.validator_expression_language' shared service.
  1743.      *
  1744.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1745.      */
  1746.     protected function getCache_ValidatorExpressionLanguageService()
  1747.     {
  1748.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8JbKV80kLT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1749.     }
  1750.     /**
  1751.      * Gets the public 'data_collector.dump' shared service.
  1752.      *
  1753.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1754.      */
  1755.     protected function getDataCollector_DumpService()
  1756.     {
  1757.         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()));
  1758.     }
  1759.     /**
  1760.      * Gets the public 'doctrine' shared service.
  1761.      *
  1762.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1763.      */
  1764.     protected function getDoctrineService()
  1765.     {
  1766.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1767.     }
  1768.     /**
  1769.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1770.      *
  1771.      * @return \Doctrine\DBAL\Connection
  1772.      */
  1773.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1774.     {
  1775.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1776.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1777.             return $this->services['doctrine.dbal.default_connection'];
  1778.         }
  1779.         $b = new \Doctrine\DBAL\Configuration();
  1780.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1781.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1782.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1783.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1784.         $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))));
  1785.         $d->setConnectionName('default');
  1786.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1787.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1788.         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, []);
  1789.     }
  1790.     /**
  1791.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1792.      *
  1793.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1794.      */
  1795.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1796.     {
  1797.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1798.             'Bluue\\InventoriesBundle\\EventListener\\InventoryListener' => ['privates''Bluue\\InventoriesBundle\\EventListener\\InventoryListener''getInventoryListenerService'true],
  1799.         ], [
  1800.             'Bluue\\InventoriesBundle\\EventListener\\InventoryListener' => '?',
  1801.         ]));
  1802.         $instance->registerService('Bluue\\InventoriesBundle\\EventListener\\InventoryListener''Bluue\\InventoriesBundle\\EventListener\\InventoryListener');
  1803.         return $instance;
  1804.     }
  1805.     /**
  1806.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1807.      *
  1808.      * @return \Doctrine\ORM\EntityManager
  1809.      */
  1810.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1811.     {
  1812.         if ($lazyLoad) {
  1813.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1814.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1815.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1816.                     $proxy->setProxyInitializer(null);
  1817.                     return true;
  1818.                 });
  1819.             });
  1820.         }
  1821.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1822.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1823.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1824.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1825.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1826.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1827.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1828.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1829.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1830.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1831.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1832.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1833.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1834.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1835.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1836.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1837.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1838.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1839.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1840.         $a = new \Doctrine\ORM\Configuration();
  1841.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1842.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1843.         $b->addDriver($c'App\\Entity');
  1844.         $b->addDriver($c'Gedmo\\Translatable\\Entity');
  1845.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1846.         $b->addDriver($c'Cron\\CronBundle\\Entity');
  1847.         $b->addDriver($c'Bluue\\ProductsBundle\\Entity');
  1848.         $b->addDriver($c'Bluue\\CategoriesBundle\\Entity');
  1849.         $b->addDriver($c'Bluue\\StocksBundle\\Entity');
  1850.         $b->addDriver($c'Bluue\\CustomersBundle\\Entity');
  1851.         $b->addDriver($c'Bluue\\SalesBundle\\Entity');
  1852.         $b->addDriver($c'Bluue\\CrmBundle\\Entity');
  1853.         $b->addDriver($c'Bluue\\SuppliersBundle\\Entity');
  1854.         $b->addDriver($c'Bluue\\SuppliersOrdersBundle\\Entity');
  1855.         $b->addDriver($c'Bluue\\ProductReturnsBundle\\Entity');
  1856.         $b->addDriver($c'Bluue\\InventoriesBundle\\Entity');
  1857.         $b->addDriver($c'Bluue\\AccountingBundle\\Entity');
  1858.         $b->addDriver($c'Bluue\\ImportProductsBundle\\Entity');
  1859.         $b->addDriver($c'Bluue\\LabelsBundle\\Entity');
  1860.         $b->addDriver($c'Bluue\\ManufacturingBundle\\Entity');
  1861.         $b->addDriver($c'Bluue\\ShipmentsBundle\\Entity');
  1862.         $b->addDriver($c'Bluue\\ApiCmsBundle\\Entity');
  1863.         $b->addDriver($c'Bluue\\PrestashopConnectorBundle\\Entity');
  1864.         $b->addDriver($c'Bluue\\GocardlessBundle\\Entity');
  1865.         $b->addDriver($c'Bluue\\UtilityBillsBundle\\Entity');
  1866.         $b->addDriver($c'Bluue\\OvhSmsBundle\\Entity');
  1867.         $b->addDriver($c'Bluue\\RecurringInvoicesBundle\\Entity');
  1868.         $b->addDriver($c'Bluue\\CashRegisterBundle\\Entity');
  1869.         $b->addDriver($c'Bluue\\PlanningBundle\\Entity');
  1870.         $b->addDriver($c'Bluue\\CustomerOutstandingBundle\\Entity');
  1871.         $b->addDriver($c'Bluue\\ProjectsBundle\\Entity');
  1872.         $b->addDriver($c'Bluue\\SitesBundle\\Entity');
  1873.         $b->addDriver($c'Bluue\\TicketsBundle\\Entity');
  1874.         $b->addDriver($c'Bluue\\Cx3Bundle\\Entity');
  1875.         $a->setEntityNamespaces(['App' => 'App\\Entity''GedmoTranslatable' => 'Gedmo\\Translatable\\Entity''GedmoTree' => 'Gedmo\\Tree\\Entity''CronCronBundle' => 'Cron\\CronBundle\\Entity''ProductsBundle' => 'Bluue\\ProductsBundle\\Entity''CategoriesBundle' => 'Bluue\\CategoriesBundle\\Entity''StocksBundle' => 'Bluue\\StocksBundle\\Entity''CustomersBundle' => 'Bluue\\CustomersBundle\\Entity''SalesBundle' => 'Bluue\\SalesBundle\\Entity''CrmBundle' => 'Bluue\\CrmBundle\\Entity''SuppliersBundle' => 'Bluue\\SuppliersBundle\\Entity''SuppliersOrdersBundle' => 'Bluue\\SuppliersOrdersBundle\\Entity''ProductReturnsBundle' => 'Bluue\\ProductReturnsBundle\\Entity''InventoriesBundle' => 'Bluue\\InventoriesBundle\\Entity''AccountingBundle' => 'Bluue\\AccountingBundle\\Entity''ImportProductsBundle' => 'Bluue\\ImportProductsBundle\\Entity''LabelsBundle' => 'Bluue\\LabelsBundle\\Entity''ManufacturingBundle' => 'Bluue\\ManufacturingBundle\\Entity''ShipmentsBundle' => 'Bluue\\ShipmentsBundle\\Entity''ApiCmsBundle' => 'Bluue\\ApiCmsBundle\\Entity''PrestashopConnectorBundle' => 'Bluue\\PrestashopConnectorBundle\\Entity''GocardlessBundle' => 'Bluue\\GocardlessBundle\\Entity''UtilityBillsBundle' => 'Bluue\\UtilityBillsBundle\\Entity''OvhSmsBundle' => 'Bluue\\OvhSmsBundle\\Entity''RecurringInvoicesBundle' => 'Bluue\\RecurringInvoicesBundle\\Entity''CashRegisterBundle' => 'Bluue\\CashRegisterBundle\\Entity''PlanningBundle' => 'Bluue\\PlanningBundle\\Entity''CustomerOutstandingBundle' => 'Bluue\\CustomerOutstandingBundle\\Entity''ProjectsBundle' => 'Bluue\\ProjectsBundle\\Entity''SitesBundle' => 'Bluue\\SitesBundle\\Entity''TicketsBundle' => 'Bluue\\TicketsBundle\\Entity''Cx3Bundle' => 'Bluue\\Cx3Bundle\\Entity']);
  1876.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1877.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1878.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1879.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1880.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1881.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1882.         ], [
  1883.             'doctrine.ulid_generator' => '?',
  1884.             'doctrine.uuid_generator' => '?',
  1885.         ])));
  1886.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1887.         $a->setProxyNamespace('Proxies');
  1888.         $a->setAutoGenerateProxyClasses(true);
  1889.         $a->setSchemaIgnoreClasses([]);
  1890.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1891.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1892.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1893.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1894.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1895.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1896.         $a->setLazyGhostObjectEnabled(false);
  1897.         $a->setIdentityGenerationPreferences([]);
  1898.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1899.             'App\\Repository\\ActivityRepository' => ['privates''App\\Repository\\ActivityRepository''getActivityRepositoryService'false],
  1900.             'App\\Repository\\BundleRepository' => ['privates''App\\Repository\\BundleRepository''getBundleRepositoryService'true],
  1901.             'App\\Repository\\CityWithPostcodeRepository' => ['privates''App\\Repository\\CityWithPostcodeRepository''getCityWithPostcodeRepositoryService'true],
  1902.             'App\\Repository\\ConfigurationRepository' => ['privates''App\\Repository\\ConfigurationRepository''getConfigurationRepositoryService'false],
  1903.             'App\\Repository\\ContextRepository' => ['privates''App\\Repository\\ContextRepository''getContextRepositoryService'false],
  1904.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'true],
  1905.             'App\\Repository\\CountryStateRepository' => ['privates''App\\Repository\\CountryStateRepository''getCountryStateRepositoryService'true],
  1906.             'App\\Repository\\CountryTranslationRepository' => ['privates''App\\Repository\\CountryTranslationRepository''getCountryTranslationRepositoryService'true],
  1907.             'App\\Repository\\CountryZoneRepository' => ['privates''App\\Repository\\CountryZoneRepository''getCountryZoneRepositoryService'true],
  1908.             'App\\Repository\\CountryZoneTranslationRepository' => ['privates''App\\Repository\\CountryZoneTranslationRepository''getCountryZoneTranslationRepositoryService'true],
  1909.             'App\\Repository\\CurrencyRepository' => ['privates''App\\Repository\\CurrencyRepository''getCurrencyRepositoryService'false],
  1910.             'App\\Repository\\EstablishmentRepository' => ['privates''App\\Repository\\EstablishmentRepository''getEstablishmentRepositoryService'false],
  1911.             'App\\Repository\\FileManagerRepository' => ['privates''App\\Repository\\FileManagerRepository''getFileManagerRepositoryService'false],
  1912.             'App\\Repository\\LanguageRepository' => ['privates''App\\Repository\\LanguageRepository''getLanguageRepositoryService'true],
  1913.             'App\\Repository\\MailMessageRepository' => ['privates''App\\Repository\\MailMessageRepository''getMailMessageRepositoryService'true],
  1914.             'App\\Repository\\MailServerRepository' => ['privates''App\\Repository\\MailServerRepository''getMailServerRepositoryService'true],
  1915.             'App\\Repository\\MenuRepository' => ['privates''App\\Repository\\MenuRepository''getMenuRepositoryService'true],
  1916.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'true],
  1917.             'App\\Repository\\ProfileRepository' => ['privates''App\\Repository\\ProfileRepository''getProfileRepositoryService'true],
  1918.             'App\\Repository\\SavePdfRepository' => ['privates''App\\Repository\\SavePdfRepository''getSavePdfRepositoryService'true],
  1919.             'App\\Repository\\TaxRepository' => ['privates''App\\Repository\\TaxRepository''getTaxRepositoryService'true],
  1920.             'App\\Repository\\TaxRuleCountryRepository' => ['privates''App\\Repository\\TaxRuleCountryRepository''getTaxRuleCountryRepositoryService'false],
  1921.             'App\\Repository\\TaxRuleRepository' => ['privates''App\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'true],
  1922.             'App\\Repository\\TaxRuleTranslationRepository' => ['privates''App\\Repository\\TaxRuleTranslationRepository''getTaxRuleTranslationRepositoryService'true],
  1923.             'App\\Repository\\TaxTranslationRepository' => ['privates''App\\Repository\\TaxTranslationRepository''getTaxTranslationRepositoryService'true],
  1924.             'App\\Repository\\TeamRepository' => ['privates''App\\Repository\\TeamRepository''getTeamRepositoryService'true],
  1925.             'App\\Repository\\TeamTranslationRepository' => ['privates''App\\Repository\\TeamTranslationRepository''getTeamTranslationRepositoryService'true],
  1926.             'App\\Repository\\TeamUserRepository' => ['privates''App\\Repository\\TeamUserRepository''getTeamUserRepositoryService'true],
  1927.             'App\\Repository\\UnitMeasureRepository' => ['privates''App\\Repository\\UnitMeasureRepository''getUnitMeasureRepositoryService'false],
  1928.             'App\\Repository\\UserContextRepository' => ['privates''App\\Repository\\UserContextRepository''getUserContextRepositoryService'false],
  1929.             'App\\Repository\\UserLoginLogRepository' => ['privates''App\\Repository\\UserLoginLogRepository''getUserLoginLogRepositoryService'true],
  1930.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1931.             'App\\Repository\\UsersEstablishmentsRepository' => ['privates''App\\Repository\\UsersEstablishmentsRepository''getUsersEstablishmentsRepositoryService'true],
  1932.             'App\\Repository\\WebserviceKeyRepository' => ['privates''App\\Repository\\WebserviceKeyRepository''getWebserviceKeyRepositoryService'true],
  1933.             'App\\Repository\\WebservicePermissionRepository' => ['privates''App\\Repository\\WebservicePermissionRepository''getWebservicePermissionRepositoryService'true],
  1934.             'Bluue\\AccountingBundle\\Repository\\AccountRepository' => ['privates''Bluue\\AccountingBundle\\Repository\\AccountRepository''getAccountRepositoryService'true],
  1935.             'Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository' => ['privates''Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository''getCustomerAccountRepositoryService'false],
  1936.             'Bluue\\AccountingBundle\\Repository\\ProductAccountRepository' => ['privates''Bluue\\AccountingBundle\\Repository\\ProductAccountRepository''getProductAccountRepositoryService'true],
  1937.             'Bluue\\ApiCmsBundle\\Repository\\MappingRepository' => ['privates''Bluue\\ApiCmsBundle\\Repository\\MappingRepository''getMappingRepositoryService'false],
  1938.             'Bluue\\CashRegisterBundle\\Repository\\CashRegisterMovementRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\CashRegisterMovementRepository''getCashRegisterMovementRepositoryService'true],
  1939.             'Bluue\\CashRegisterBundle\\Repository\\CashRegisterRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\CashRegisterRepository''getCashRegisterRepositoryService'false],
  1940.             'Bluue\\CashRegisterBundle\\Repository\\CashierRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\CashierRepository''getCashierRepositoryService'false],
  1941.             'Bluue\\CashRegisterBundle\\Repository\\CashierShopRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\CashierShopRepository''getCashierShopRepositoryService'true],
  1942.             'Bluue\\CashRegisterBundle\\Repository\\CustomerFidelityRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\CustomerFidelityRepository''getCustomerFidelityRepositoryService'false],
  1943.             'Bluue\\CashRegisterBundle\\Repository\\FavoriteProductRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\FavoriteProductRepository''getFavoriteProductRepositoryService'false],
  1944.             'Bluue\\CashRegisterBundle\\Repository\\ManagerCardRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\ManagerCardRepository''getManagerCardRepositoryService'false],
  1945.             'Bluue\\CashRegisterBundle\\Repository\\PaymentMethodRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\PaymentMethodRepository''getPaymentMethodRepositoryService'true],
  1946.             'Bluue\\CashRegisterBundle\\Repository\\PaymentMethodTranslationRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\PaymentMethodTranslationRepository''getPaymentMethodTranslationRepositoryService'true],
  1947.             'Bluue\\CashRegisterBundle\\Repository\\PaymentRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\PaymentRepository''getPaymentRepositoryService'false],
  1948.             'Bluue\\CashRegisterBundle\\Repository\\ReceiptLineRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\ReceiptLineRepository''getReceiptLineRepositoryService'true],
  1949.             'Bluue\\CashRegisterBundle\\Repository\\ReceiptRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\ReceiptRepository''getReceiptRepositoryService'true],
  1950.             'Bluue\\CashRegisterBundle\\Repository\\SessionRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\SessionRepository''getSessionRepositoryService'true],
  1951.             'Bluue\\CashRegisterBundle\\Repository\\ShopRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\ShopRepository''getShopRepositoryService'true],
  1952.             'Bluue\\CategoriesBundle\\Repository\\CategoryContextRepository' => ['privates''Bluue\\CategoriesBundle\\Repository\\CategoryContextRepository''getCategoryContextRepositoryService'true],
  1953.             'Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository' => ['privates''Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository''getCategoryProductRepositoryService'false],
  1954.             'Bluue\\CategoriesBundle\\Repository\\CategoryRepository' => ['privates''Bluue\\CategoriesBundle\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  1955.             'Bluue\\CategoriesBundle\\Repository\\CategoryTranslationRepository' => ['privates''Bluue\\CategoriesBundle\\Repository\\CategoryTranslationRepository''getCategoryTranslationRepositoryService'true],
  1956.             'Bluue\\CrmBundle\\Repository\\OpportunityActivityRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityActivityRepository''getOpportunityActivityRepositoryService'true],
  1957.             'Bluue\\CrmBundle\\Repository\\OpportunityDocumentRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityDocumentRepository''getOpportunityDocumentRepositoryService'true],
  1958.             'Bluue\\CrmBundle\\Repository\\OpportunityPriorityRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityPriorityRepository''getOpportunityPriorityRepositoryService'true],
  1959.             'Bluue\\CrmBundle\\Repository\\OpportunityProductRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityProductRepository''getOpportunityProductRepositoryService'true],
  1960.             'Bluue\\CrmBundle\\Repository\\OpportunityRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityRepository''getOpportunityRepositoryService'true],
  1961.             'Bluue\\CrmBundle\\Repository\\OpportunityStateRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityStateRepository''getOpportunityStateRepositoryService'true],
  1962.             'Bluue\\CrmBundle\\Repository\\RecommendationTypeRepository' => ['privates''Bluue\\CrmBundle\\Repository\\RecommendationTypeRepository''getRecommendationTypeRepositoryService'true],
  1963.             'Bluue\\CustomerOutstandingBundle\\Repository\\CustomerOutstandingRepository' => ['privates''Bluue\\CustomerOutstandingBundle\\Repository\\CustomerOutstandingRepository''getCustomerOutstandingRepositoryService'true],
  1964.             'Bluue\\CustomersBundle\\Repository\\CustomerGroupRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerGroupRepository''getCustomerGroupRepositoryService'true],
  1965.             'Bluue\\CustomersBundle\\Repository\\CustomerGroupTranslationRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerGroupTranslationRepository''getCustomerGroupTranslationRepositoryService'true],
  1966.             'Bluue\\CustomersBundle\\Repository\\CustomerRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  1967.             'Bluue\\CustomersBundle\\Repository\\CustomerTypeRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerTypeRepository''getCustomerTypeRepositoryService'true],
  1968.             'Bluue\\CustomersBundle\\Repository\\CustomerTypeTranslationRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerTypeTranslationRepository''getCustomerTypeTranslationRepositoryService'true],
  1969.             'Bluue\\Cx3Bundle\\Repository\\CallRepository' => ['privates''Bluue\\Cx3Bundle\\Repository\\CallRepository''getCallRepositoryService'true],
  1970.             'Bluue\\GocardlessBundle\\Repository\\CustomerMappingRepository' => ['privates''Bluue\\GocardlessBundle\\Repository\\CustomerMappingRepository''getCustomerMappingRepositoryService'false],
  1971.             'Bluue\\GocardlessBundle\\Repository\\DirectDebitRepository' => ['privates''Bluue\\GocardlessBundle\\Repository\\DirectDebitRepository''getDirectDebitRepositoryService'true],
  1972.             'Bluue\\GocardlessBundle\\Repository\\PayoutDetailRepository' => ['privates''Bluue\\GocardlessBundle\\Repository\\PayoutDetailRepository''getPayoutDetailRepositoryService'true],
  1973.             'Bluue\\GocardlessBundle\\Repository\\PayoutRepository' => ['privates''Bluue\\GocardlessBundle\\Repository\\PayoutRepository''getPayoutRepositoryService'true],
  1974.             'Bluue\\ImportProductsBundle\\Repository\\ImportErrorRepository' => ['privates''Bluue\\ImportProductsBundle\\Repository\\ImportErrorRepository''getImportErrorRepositoryService'true],
  1975.             'Bluue\\ImportProductsBundle\\Repository\\ImportRepository' => ['privates''Bluue\\ImportProductsBundle\\Repository\\ImportRepository''getImportRepositoryService'true],
  1976.             'Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductQuantityRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductQuantityRepository''getInventoryOriginalProductQuantityRepositoryService'false],
  1977.             'Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductRepository''getInventoryOriginalProductRepositoryService'true],
  1978.             'Bluue\\InventoriesBundle\\Repository\\InventoryProductQuantityRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryProductQuantityRepository''getInventoryProductQuantityRepositoryService'true],
  1979.             'Bluue\\InventoriesBundle\\Repository\\InventoryProductRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryProductRepository''getInventoryProductRepositoryService'true],
  1980.             'Bluue\\InventoriesBundle\\Repository\\InventoryRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryRepository''getInventoryRepositoryService'true],
  1981.             'Bluue\\LabelsBundle\\Repository\\LabelContextRepository' => ['privates''Bluue\\LabelsBundle\\Repository\\LabelContextRepository''getLabelContextRepositoryService'true],
  1982.             'Bluue\\LabelsBundle\\Repository\\LabelRepository' => ['privates''Bluue\\LabelsBundle\\Repository\\LabelRepository''getLabelRepositoryService'false],
  1983.             'Bluue\\LabelsBundle\\Repository\\PrintWaitingListRepository' => ['privates''Bluue\\LabelsBundle\\Repository\\PrintWaitingListRepository''getPrintWaitingListRepositoryService'true],
  1984.             'Bluue\\LabelsBundle\\Repository\\TemplateRepository' => ['privates''Bluue\\LabelsBundle\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1985.             'Bluue\\ManufacturingBundle\\Repository\\ProductOptionsRepository' => ['privates''Bluue\\ManufacturingBundle\\Repository\\ProductOptionsRepository''getProductOptionsRepositoryService'true],
  1986.             'Bluue\\OvhSmsBundle\\Repository\\MailingListCustomerRepository' => ['privates''Bluue\\OvhSmsBundle\\Repository\\MailingListCustomerRepository''getMailingListCustomerRepositoryService'true],
  1987.             'Bluue\\OvhSmsBundle\\Repository\\MailingListRepository' => ['privates''Bluue\\OvhSmsBundle\\Repository\\MailingListRepository''getMailingListRepositoryService'true],
  1988.             'Bluue\\OvhSmsBundle\\Repository\\SmsRepository' => ['privates''Bluue\\OvhSmsBundle\\Repository\\SmsRepository''getSmsRepositoryService'false],
  1989.             'Bluue\\PlanningBundle\\Repository\\SlotRepository' => ['privates''Bluue\\PlanningBundle\\Repository\\SlotRepository''getSlotRepositoryService'false],
  1990.             'Bluue\\PlanningBundle\\Repository\\SlotTypeRepository' => ['privates''Bluue\\PlanningBundle\\Repository\\SlotTypeRepository''getSlotTypeRepositoryService'true],
  1991.             'Bluue\\PlanningBundle\\Repository\\SlotUserRepository' => ['privates''Bluue\\PlanningBundle\\Repository\\SlotUserRepository''getSlotUserRepositoryService'true],
  1992.             'Bluue\\PrestashopConnectorBundle\\Repository\\CustomerImportRuleRepository' => ['privates''Bluue\\PrestashopConnectorBundle\\Repository\\CustomerImportRuleRepository''getCustomerImportRuleRepositoryService'true],
  1993.             'Bluue\\ProductReturnsBundle\\Repository\\CarrierOptionRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\CarrierOptionRepository''getCarrierOptionRepositoryService'true],
  1994.             'Bluue\\ProductReturnsBundle\\Repository\\ConvertedDocumentRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ConvertedDocumentRepository''getConvertedDocumentRepositoryService'true],
  1995.             'Bluue\\ProductReturnsBundle\\Repository\\ProductReturnLineRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ProductReturnLineRepository''getProductReturnLineRepositoryService'true],
  1996.             'Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository''getProductReturnRepositoryService'false],
  1997.             'Bluue\\ProductReturnsBundle\\Repository\\ReturnReasonRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ReturnReasonRepository''getReturnReasonRepositoryService'true],
  1998.             'Bluue\\ProductReturnsBundle\\Repository\\ReturnStateRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ReturnStateRepository''getReturnStateRepositoryService'true],
  1999.             'Bluue\\ProductsBundle\\Repository\\AttachmentRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttachmentRepository''getAttachmentRepositoryService'true],
  2000.             'Bluue\\ProductsBundle\\Repository\\AttachmentTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttachmentTranslationRepository''getAttachmentTranslationRepositoryService'true],
  2001.             'Bluue\\ProductsBundle\\Repository\\AttributeContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeContextRepository''getAttributeContextRepositoryService'true],
  2002.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeGroupContextRepository''getAttributeGroupContextRepositoryService'true],
  2003.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeGroupRepository''getAttributeGroupRepositoryService'true],
  2004.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeGroupTranslationRepository''getAttributeGroupTranslationRepositoryService'true],
  2005.             'Bluue\\ProductsBundle\\Repository\\AttributeRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeRepository''getAttributeRepositoryService'true],
  2006.             'Bluue\\ProductsBundle\\Repository\\AttributeTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeTranslationRepository''getAttributeTranslationRepositoryService'true],
  2007.             'Bluue\\ProductsBundle\\Repository\\BrandContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\BrandContextRepository''getBrandContextRepositoryService'true],
  2008.             'Bluue\\ProductsBundle\\Repository\\BrandRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\BrandRepository''getBrandRepositoryService'true],
  2009.             'Bluue\\ProductsBundle\\Repository\\BrandTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\BrandTranslationRepository''getBrandTranslationRepositoryService'true],
  2010.             'Bluue\\ProductsBundle\\Repository\\DeclinationAttributeRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\DeclinationAttributeRepository''getDeclinationAttributeRepositoryService'true],
  2011.             'Bluue\\ProductsBundle\\Repository\\DeclinationContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\DeclinationContextRepository''getDeclinationContextRepositoryService'true],
  2012.             'Bluue\\ProductsBundle\\Repository\\DeclinationImageRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\DeclinationImageRepository''getDeclinationImageRepositoryService'true],
  2013.             'Bluue\\ProductsBundle\\Repository\\DeclinationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\DeclinationRepository''getDeclinationRepositoryService'false],
  2014.             'Bluue\\ProductsBundle\\Repository\\Ean13Repository' => ['privates''Bluue\\ProductsBundle\\Repository\\Ean13Repository''getEan13RepositoryService'false],
  2015.             'Bluue\\ProductsBundle\\Repository\\EcoPartGroupRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\EcoPartGroupRepository''getEcoPartGroupRepositoryService'true],
  2016.             'Bluue\\ProductsBundle\\Repository\\EcoPartRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\EcoPartRepository''getEcoPartRepositoryService'true],
  2017.             'Bluue\\ProductsBundle\\Repository\\EcoPartTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\EcoPartTranslationRepository''getEcoPartTranslationRepositoryService'true],
  2018.             'Bluue\\ProductsBundle\\Repository\\FeatureContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureContextRepository''getFeatureContextRepositoryService'true],
  2019.             'Bluue\\ProductsBundle\\Repository\\FeatureRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureRepository''getFeatureRepositoryService'true],
  2020.             'Bluue\\ProductsBundle\\Repository\\FeatureTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureTranslationRepository''getFeatureTranslationRepositoryService'true],
  2021.             'Bluue\\ProductsBundle\\Repository\\FeatureValueContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureValueContextRepository''getFeatureValueContextRepositoryService'true],
  2022.             'Bluue\\ProductsBundle\\Repository\\FeatureValueRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureValueRepository''getFeatureValueRepositoryService'true],
  2023.             'Bluue\\ProductsBundle\\Repository\\FeatureValueTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureValueTranslationRepository''getFeatureValueTranslationRepositoryService'true],
  2024.             'Bluue\\ProductsBundle\\Repository\\PackProductRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\PackProductRepository''getPackProductRepositoryService'false],
  2025.             'Bluue\\ProductsBundle\\Repository\\PriceRuleRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\PriceRuleRepository''getPriceRuleRepositoryService'true],
  2026.             'Bluue\\ProductsBundle\\Repository\\ProductAttachmentRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductAttachmentRepository''getProductAttachmentRepositoryService'true],
  2027.             'Bluue\\ProductsBundle\\Repository\\ProductContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductContextRepository''getProductContextRepositoryService'false],
  2028.             'Bluue\\ProductsBundle\\Repository\\ProductFeatureRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductFeatureRepository''getProductFeatureRepositoryService'true],
  2029.             'Bluue\\ProductsBundle\\Repository\\ProductImageRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductImageRepository''getProductImageRepositoryService'false],
  2030.             'Bluue\\ProductsBundle\\Repository\\ProductImageTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductImageTranslationRepository''getProductImageTranslationRepositoryService'true],
  2031.             'Bluue\\ProductsBundle\\Repository\\ProductRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductRepository''getProductRepositoryService'false],
  2032.             'Bluue\\ProductsBundle\\Repository\\ProductTagRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  2033.             'Bluue\\ProductsBundle\\Repository\\ProductTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductTranslationRepository''getProductTranslationRepositoryService'true],
  2034.             'Bluue\\ProductsBundle\\Repository\\ProductTypeRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductTypeRepository''getProductTypeRepositoryService'true],
  2035.             'Bluue\\ProductsBundle\\Repository\\RelatedProductRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  2036.             'Bluue\\ProductsBundle\\Repository\\SearchAssociationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\SearchAssociationRepository''getSearchAssociationRepositoryService'false],
  2037.             'Bluue\\ProductsBundle\\Repository\\SearchWordRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\SearchWordRepository''getSearchWordRepositoryService'false],
  2038.             'Bluue\\ProductsBundle\\Repository\\SubstituteProductRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\SubstituteProductRepository''getSubstituteProductRepositoryService'true],
  2039.             'Bluue\\ProductsBundle\\Repository\\TagRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\TagRepository''getTagRepositoryService'true],
  2040.             'Bluue\\ProductsBundle\\Repository\\TagTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\TagTranslationRepository''getTagTranslationRepositoryService'true],
  2041.             'Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository''getProjectQuotationRepositoryService'false],
  2042.             'Bluue\\ProjectsBundle\\Repository\\ProjectRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectRepository''getProjectRepositoryService'true],
  2043.             'Bluue\\ProjectsBundle\\Repository\\ProjectStateRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectStateRepository''getProjectStateRepositoryService'true],
  2044.             'Bluue\\ProjectsBundle\\Repository\\ProjectStepRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectStepRepository''getProjectStepRepositoryService'true],
  2045.             'Bluue\\ProjectsBundle\\Repository\\ProjectTypeRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectTypeRepository''getProjectTypeRepositoryService'true],
  2046.             'Bluue\\ProjectsBundle\\Repository\\TaskModelRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskModelRepository''getTaskModelRepositoryService'true],
  2047.             'Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository''getTaskMonitoredRepositoryService'false],
  2048.             'Bluue\\ProjectsBundle\\Repository\\TaskPriorityRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskPriorityRepository''getTaskPriorityRepositoryService'true],
  2049.             'Bluue\\ProjectsBundle\\Repository\\TaskRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskRepository''getTaskRepositoryService'false],
  2050.             'Bluue\\ProjectsBundle\\Repository\\TaskStateRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskStateRepository''getTaskStateRepositoryService'true],
  2051.             'Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository''getTaskTimeRepositoryService'false],
  2052.             'Bluue\\ProjectsBundle\\Repository\\TodoRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TodoRepository''getTodoRepositoryService'true],
  2053.             'Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceLineRepository' => ['privates''Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceLineRepository''getRecurringInvoiceLineRepositoryService'true],
  2054.             'Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceRepository' => ['privates''Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceRepository''getRecurringInvoiceRepositoryService'true],
  2055.             'Bluue\\SalesBundle\\Repository\\AdditionalPdfRepository' => ['privates''Bluue\\SalesBundle\\Repository\\AdditionalPdfRepository''getAdditionalPdfRepositoryService'false],
  2056.             'Bluue\\SalesBundle\\Repository\\BankRepository' => ['privates''Bluue\\SalesBundle\\Repository\\BankRepository''getBankRepositoryService'true],
  2057.             'Bluue\\SalesBundle\\Repository\\CreditNoteLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\CreditNoteLineRepository''getCreditNoteLineRepositoryService'true],
  2058.             'Bluue\\SalesBundle\\Repository\\CreditNoteRepository' => ['privates''Bluue\\SalesBundle\\Repository\\CreditNoteRepository''getCreditNoteRepositoryService'true],
  2059.             'Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository' => ['privates''Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository''getCustomerOptionsRepositoryService'false],
  2060.             'Bluue\\SalesBundle\\Repository\\DeliveryNoteLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\DeliveryNoteLineRepository''getDeliveryNoteLineRepositoryService'true],
  2061.             'Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository' => ['privates''Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository''getDeliveryNoteRepositoryService'false],
  2062.             'Bluue\\SalesBundle\\Repository\\DocumentPaymentRepository' => ['privates''Bluue\\SalesBundle\\Repository\\DocumentPaymentRepository''getDocumentPaymentRepositoryService'true],
  2063.             'Bluue\\SalesBundle\\Repository\\InvoiceLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\InvoiceLineRepository''getInvoiceLineRepositoryService'true],
  2064.             'Bluue\\SalesBundle\\Repository\\InvoiceRepository' => ['privates''Bluue\\SalesBundle\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  2065.             'Bluue\\SalesBundle\\Repository\\LineTypeRepository' => ['privates''Bluue\\SalesBundle\\Repository\\LineTypeRepository''getLineTypeRepositoryService'true],
  2066.             'Bluue\\SalesBundle\\Repository\\OrderHistoryRepository' => ['privates''Bluue\\SalesBundle\\Repository\\OrderHistoryRepository''getOrderHistoryRepositoryService'true],
  2067.             'Bluue\\SalesBundle\\Repository\\OrderLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\OrderLineRepository''getOrderLineRepositoryService'true],
  2068.             'Bluue\\SalesBundle\\Repository\\OrderRepository' => ['privates''Bluue\\SalesBundle\\Repository\\OrderRepository''getOrderRepositoryService'false],
  2069.             'Bluue\\SalesBundle\\Repository\\OrderStateRepository' => ['privates''Bluue\\SalesBundle\\Repository\\OrderStateRepository''getOrderStateRepositoryService'true],
  2070.             'Bluue\\SalesBundle\\Repository\\PaymentExpectationRepository' => ['privates''Bluue\\SalesBundle\\Repository\\PaymentExpectationRepository''getPaymentExpectationRepositoryService'true],
  2071.             'Bluue\\SalesBundle\\Repository\\PaymentMethodRepository' => ['privates''Bluue\\SalesBundle\\Repository\\PaymentMethodRepository''getPaymentMethodRepository2Service'true],
  2072.             'Bluue\\SalesBundle\\Repository\\PaymentRepository' => ['privates''Bluue\\SalesBundle\\Repository\\PaymentRepository''getPaymentRepository2Service'true],
  2073.             'Bluue\\SalesBundle\\Repository\\PaymentTermRepository' => ['privates''Bluue\\SalesBundle\\Repository\\PaymentTermRepository''getPaymentTermRepositoryService'true],
  2074.             'Bluue\\SalesBundle\\Repository\\QuotationLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\QuotationLineRepository''getQuotationLineRepositoryService'true],
  2075.             'Bluue\\SalesBundle\\Repository\\QuotationRepository' => ['privates''Bluue\\SalesBundle\\Repository\\QuotationRepository''getQuotationRepositoryService'true],
  2076.             'Bluue\\SalesBundle\\Repository\\RelaunchLevelRepository' => ['privates''Bluue\\SalesBundle\\Repository\\RelaunchLevelRepository''getRelaunchLevelRepositoryService'true],
  2077.             'Bluue\\ShipmentsBundle\\Repository\\BurstRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\BurstRepository''getBurstRepositoryService'true],
  2078.             'Bluue\\ShipmentsBundle\\Repository\\CarrierContextRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\CarrierContextRepository''getCarrierContextRepositoryService'true],
  2079.             'Bluue\\ShipmentsBundle\\Repository\\CarrierRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\CarrierRepository''getCarrierRepositoryService'true],
  2080.             'Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository''getOrderOptionsRepositoryService'false],
  2081.             'Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository''getOrderPreparationHistoryRepositoryService'false],
  2082.             'Bluue\\ShipmentsBundle\\Repository\\OrderStateForBurstRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\OrderStateForBurstRepository''getOrderStateForBurstRepositoryService'true],
  2083.             'Bluue\\ShipmentsBundle\\Repository\\OrderStateForMajStatutRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\OrderStateForMajStatutRepository''getOrderStateForMajStatutRepositoryService'true],
  2084.             'Bluue\\ShipmentsBundle\\Repository\\PickingHistoryRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\PickingHistoryRepository''getPickingHistoryRepositoryService'false],
  2085.             'Bluue\\ShipmentsBundle\\Repository\\ShoppingCartLocationRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\ShoppingCartLocationRepository''getShoppingCartLocationRepositoryService'true],
  2086.             'Bluue\\ShipmentsBundle\\Repository\\ShoppingCartRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\ShoppingCartRepository''getShoppingCartRepositoryService'true],
  2087.             'Bluue\\SitesBundle\\Repository\\NoteTypeRepository' => ['privates''Bluue\\SitesBundle\\Repository\\NoteTypeRepository''getNoteTypeRepositoryService'true],
  2088.             'Bluue\\SitesBundle\\Repository\\NoteTypeTranslationRepository' => ['privates''Bluue\\SitesBundle\\Repository\\NoteTypeTranslationRepository''getNoteTypeTranslationRepositoryService'true],
  2089.             'Bluue\\SitesBundle\\Repository\\PlatformRepository' => ['privates''Bluue\\SitesBundle\\Repository\\PlatformRepository''getPlatformRepositoryService'true],
  2090.             'Bluue\\SitesBundle\\Repository\\SiteNoteRepository' => ['privates''Bluue\\SitesBundle\\Repository\\SiteNoteRepository''getSiteNoteRepositoryService'true],
  2091.             'Bluue\\SitesBundle\\Repository\\SiteRepository' => ['privates''Bluue\\SitesBundle\\Repository\\SiteRepository''getSiteRepositoryService'true],
  2092.             'Bluue\\StocksBundle\\Repository\\DateTypeRepository' => ['privates''Bluue\\StocksBundle\\Repository\\DateTypeRepository''getDateTypeRepositoryService'true],
  2093.             'Bluue\\StocksBundle\\Repository\\LocationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\LocationRepository''getLocationRepositoryService'false],
  2094.             'Bluue\\StocksBundle\\Repository\\MassStockEntryLineRepository' => ['privates''Bluue\\StocksBundle\\Repository\\MassStockEntryLineRepository''getMassStockEntryLineRepositoryService'true],
  2095.             'Bluue\\StocksBundle\\Repository\\MassStockEntryRepository' => ['privates''Bluue\\StocksBundle\\Repository\\MassStockEntryRepository''getMassStockEntryRepositoryService'true],
  2096.             'Bluue\\StocksBundle\\Repository\\MassStockRemovalLineRepository' => ['privates''Bluue\\StocksBundle\\Repository\\MassStockRemovalLineRepository''getMassStockRemovalLineRepositoryService'true],
  2097.             'Bluue\\StocksBundle\\Repository\\MassStockRemovalRepository' => ['privates''Bluue\\StocksBundle\\Repository\\MassStockRemovalRepository''getMassStockRemovalRepositoryService'true],
  2098.             'Bluue\\StocksBundle\\Repository\\ProductConfigurationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\ProductConfigurationRepository''getProductConfigurationRepositoryService'false],
  2099.             'Bluue\\StocksBundle\\Repository\\StockLocationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockLocationRepository''getStockLocationRepositoryService'false],
  2100.             'Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository''getStockMovementReasonRepositoryService'false],
  2101.             'Bluue\\StocksBundle\\Repository\\StockMovementRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockMovementRepository''getStockMovementRepositoryService'false],
  2102.             'Bluue\\StocksBundle\\Repository\\StockOrderLineLocationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockOrderLineLocationRepository''getStockOrderLineLocationRepositoryService'false],
  2103.             'Bluue\\StocksBundle\\Repository\\StockOrderLineRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockOrderLineRepository''getStockOrderLineRepositoryService'false],
  2104.             'Bluue\\StocksBundle\\Repository\\StockProductRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockProductRepository''getStockProductRepositoryService'false],
  2105.             'Bluue\\StocksBundle\\Repository\\StockProductRootContextRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockProductRootContextRepository''getStockProductRootContextRepositoryService'false],
  2106.             'Bluue\\StocksBundle\\Repository\\StockProductRootRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockProductRootRepository''getStockProductRootRepositoryService'false],
  2107.             'Bluue\\StocksBundle\\Repository\\StockQuantityRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockQuantityRepository''getStockQuantityRepositoryService'false],
  2108.             'Bluue\\StocksBundle\\Repository\\SubLocationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\SubLocationRepository''getSubLocationRepositoryService'true],
  2109.             'Bluue\\StocksBundle\\Repository\\WarehouseRepository' => ['privates''Bluue\\StocksBundle\\Repository\\WarehouseRepository''getWarehouseRepositoryService'false],
  2110.             'Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository''getProductSupplierContextRepositoryService'false],
  2111.             'Bluue\\SuppliersBundle\\Repository\\ProductSupplierRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\ProductSupplierRepository''getProductSupplierRepositoryService'false],
  2112.             'Bluue\\SuppliersBundle\\Repository\\QuantityThresholdRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\QuantityThresholdRepository''getQuantityThresholdRepositoryService'true],
  2113.             'Bluue\\SuppliersBundle\\Repository\\SupplierAddressRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierAddressRepository''getSupplierAddressRepositoryService'true],
  2114.             'Bluue\\SuppliersBundle\\Repository\\SupplierContactRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierContactRepository''getSupplierContactRepositoryService'true],
  2115.             'Bluue\\SuppliersBundle\\Repository\\SupplierContextRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierContextRepository''getSupplierContextRepositoryService'true],
  2116.             'Bluue\\SuppliersBundle\\Repository\\SupplierRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierRepository''getSupplierRepositoryService'false],
  2117.             'Bluue\\SuppliersBundle\\Repository\\SupplierTypeRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierTypeRepository''getSupplierTypeRepositoryService'true],
  2118.             'Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderErrorRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderErrorRepository''getImportOrderErrorRepositoryService'true],
  2119.             'Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderRepository''getImportOrderRepositoryService'true],
  2120.             'Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteLineRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteLineRepository''getReceiptNoteLineRepositoryService'true],
  2121.             'Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteRepository''getReceiptNoteRepositoryService'true],
  2122.             'Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderLineRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderLineRepository''getSupplierOrderLineRepositoryService'true],
  2123.             'Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderRepository''getSupplierOrderRepositoryService'true],
  2124.             'Bluue\\TicketsBundle\\Repository\\ClosingMotifRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\ClosingMotifRepository''getClosingMotifRepositoryService'true],
  2125.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\PredefinedMessageRepository''getPredefinedMessageRepositoryService'true],
  2126.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeRepository''getPredefinedMessageStatusChangeRepositoryService'true],
  2127.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeTranslationRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeTranslationRepository''getPredefinedMessageStatusChangeTranslationRepositoryService'true],
  2128.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageTranslationRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\PredefinedMessageTranslationRepository''getPredefinedMessageTranslationRepositoryService'true],
  2129.             'Bluue\\TicketsBundle\\Repository\\RelaunchRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\RelaunchRepository''getRelaunchRepositoryService'true],
  2130.             'Bluue\\TicketsBundle\\Repository\\TagRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TagRepository''getTagRepository2Service'true],
  2131.             'Bluue\\TicketsBundle\\Repository\\TagTranslationRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TagTranslationRepository''getTagTranslationRepository2Service'true],
  2132.             'Bluue\\TicketsBundle\\Repository\\TicketMessageAttachmentRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketMessageAttachmentRepository''getTicketMessageAttachmentRepositoryService'true],
  2133.             'Bluue\\TicketsBundle\\Repository\\TicketMessageRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketMessageRepository''getTicketMessageRepositoryService'true],
  2134.             'Bluue\\TicketsBundle\\Repository\\TicketRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketRepository''getTicketRepositoryService'true],
  2135.             'Bluue\\TicketsBundle\\Repository\\TicketStateRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketStateRepository''getTicketStateRepositoryService'true],
  2136.             'Bluue\\TicketsBundle\\Repository\\TicketTagRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketTagRepository''getTicketTagRepositoryService'true],
  2137.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillLineRepository' => ['privates''Bluue\\UtilityBillsBundle\\Repository\\UtilityBillLineRepository''getUtilityBillLineRepositoryService'true],
  2138.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillOrderRepository' => ['privates''Bluue\\UtilityBillsBundle\\Repository\\UtilityBillOrderRepository''getUtilityBillOrderRepositoryService'true],
  2139.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillRepository' => ['privates''Bluue\\UtilityBillsBundle\\Repository\\UtilityBillRepository''getUtilityBillRepositoryService'true],
  2140.         ], [
  2141.             'App\\Repository\\ActivityRepository' => '?',
  2142.             'App\\Repository\\BundleRepository' => '?',
  2143.             'App\\Repository\\CityWithPostcodeRepository' => '?',
  2144.             'App\\Repository\\ConfigurationRepository' => '?',
  2145.             'App\\Repository\\ContextRepository' => '?',
  2146.             'App\\Repository\\CountryRepository' => '?',
  2147.             'App\\Repository\\CountryStateRepository' => '?',
  2148.             'App\\Repository\\CountryTranslationRepository' => '?',
  2149.             'App\\Repository\\CountryZoneRepository' => '?',
  2150.             'App\\Repository\\CountryZoneTranslationRepository' => '?',
  2151.             'App\\Repository\\CurrencyRepository' => '?',
  2152.             'App\\Repository\\EstablishmentRepository' => '?',
  2153.             'App\\Repository\\FileManagerRepository' => '?',
  2154.             'App\\Repository\\LanguageRepository' => '?',
  2155.             'App\\Repository\\MailMessageRepository' => '?',
  2156.             'App\\Repository\\MailServerRepository' => '?',
  2157.             'App\\Repository\\MenuRepository' => '?',
  2158.             'App\\Repository\\NotificationRepository' => '?',
  2159.             'App\\Repository\\ProfileRepository' => '?',
  2160.             'App\\Repository\\SavePdfRepository' => '?',
  2161.             'App\\Repository\\TaxRepository' => '?',
  2162.             'App\\Repository\\TaxRuleCountryRepository' => '?',
  2163.             'App\\Repository\\TaxRuleRepository' => '?',
  2164.             'App\\Repository\\TaxRuleTranslationRepository' => '?',
  2165.             'App\\Repository\\TaxTranslationRepository' => '?',
  2166.             'App\\Repository\\TeamRepository' => '?',
  2167.             'App\\Repository\\TeamTranslationRepository' => '?',
  2168.             'App\\Repository\\TeamUserRepository' => '?',
  2169.             'App\\Repository\\UnitMeasureRepository' => '?',
  2170.             'App\\Repository\\UserContextRepository' => '?',
  2171.             'App\\Repository\\UserLoginLogRepository' => '?',
  2172.             'App\\Repository\\UserRepository' => '?',
  2173.             'App\\Repository\\UsersEstablishmentsRepository' => '?',
  2174.             'App\\Repository\\WebserviceKeyRepository' => '?',
  2175.             'App\\Repository\\WebservicePermissionRepository' => '?',
  2176.             'Bluue\\AccountingBundle\\Repository\\AccountRepository' => '?',
  2177.             'Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository' => '?',
  2178.             'Bluue\\AccountingBundle\\Repository\\ProductAccountRepository' => '?',
  2179.             'Bluue\\ApiCmsBundle\\Repository\\MappingRepository' => '?',
  2180.             'Bluue\\CashRegisterBundle\\Repository\\CashRegisterMovementRepository' => '?',
  2181.             'Bluue\\CashRegisterBundle\\Repository\\CashRegisterRepository' => '?',
  2182.             'Bluue\\CashRegisterBundle\\Repository\\CashierRepository' => '?',
  2183.             'Bluue\\CashRegisterBundle\\Repository\\CashierShopRepository' => '?',
  2184.             'Bluue\\CashRegisterBundle\\Repository\\CustomerFidelityRepository' => '?',
  2185.             'Bluue\\CashRegisterBundle\\Repository\\FavoriteProductRepository' => '?',
  2186.             'Bluue\\CashRegisterBundle\\Repository\\ManagerCardRepository' => '?',
  2187.             'Bluue\\CashRegisterBundle\\Repository\\PaymentMethodRepository' => '?',
  2188.             'Bluue\\CashRegisterBundle\\Repository\\PaymentMethodTranslationRepository' => '?',
  2189.             'Bluue\\CashRegisterBundle\\Repository\\PaymentRepository' => '?',
  2190.             'Bluue\\CashRegisterBundle\\Repository\\ReceiptLineRepository' => '?',
  2191.             'Bluue\\CashRegisterBundle\\Repository\\ReceiptRepository' => '?',
  2192.             'Bluue\\CashRegisterBundle\\Repository\\SessionRepository' => '?',
  2193.             'Bluue\\CashRegisterBundle\\Repository\\ShopRepository' => '?',
  2194.             'Bluue\\CategoriesBundle\\Repository\\CategoryContextRepository' => '?',
  2195.             'Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository' => '?',
  2196.             'Bluue\\CategoriesBundle\\Repository\\CategoryRepository' => '?',
  2197.             'Bluue\\CategoriesBundle\\Repository\\CategoryTranslationRepository' => '?',
  2198.             'Bluue\\CrmBundle\\Repository\\OpportunityActivityRepository' => '?',
  2199.             'Bluue\\CrmBundle\\Repository\\OpportunityDocumentRepository' => '?',
  2200.             'Bluue\\CrmBundle\\Repository\\OpportunityPriorityRepository' => '?',
  2201.             'Bluue\\CrmBundle\\Repository\\OpportunityProductRepository' => '?',
  2202.             'Bluue\\CrmBundle\\Repository\\OpportunityRepository' => '?',
  2203.             'Bluue\\CrmBundle\\Repository\\OpportunityStateRepository' => '?',
  2204.             'Bluue\\CrmBundle\\Repository\\RecommendationTypeRepository' => '?',
  2205.             'Bluue\\CustomerOutstandingBundle\\Repository\\CustomerOutstandingRepository' => '?',
  2206.             'Bluue\\CustomersBundle\\Repository\\CustomerGroupRepository' => '?',
  2207.             'Bluue\\CustomersBundle\\Repository\\CustomerGroupTranslationRepository' => '?',
  2208.             'Bluue\\CustomersBundle\\Repository\\CustomerRepository' => '?',
  2209.             'Bluue\\CustomersBundle\\Repository\\CustomerTypeRepository' => '?',
  2210.             'Bluue\\CustomersBundle\\Repository\\CustomerTypeTranslationRepository' => '?',
  2211.             'Bluue\\Cx3Bundle\\Repository\\CallRepository' => '?',
  2212.             'Bluue\\GocardlessBundle\\Repository\\CustomerMappingRepository' => '?',
  2213.             'Bluue\\GocardlessBundle\\Repository\\DirectDebitRepository' => '?',
  2214.             'Bluue\\GocardlessBundle\\Repository\\PayoutDetailRepository' => '?',
  2215.             'Bluue\\GocardlessBundle\\Repository\\PayoutRepository' => '?',
  2216.             'Bluue\\ImportProductsBundle\\Repository\\ImportErrorRepository' => '?',
  2217.             'Bluue\\ImportProductsBundle\\Repository\\ImportRepository' => '?',
  2218.             'Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductQuantityRepository' => '?',
  2219.             'Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductRepository' => '?',
  2220.             'Bluue\\InventoriesBundle\\Repository\\InventoryProductQuantityRepository' => '?',
  2221.             'Bluue\\InventoriesBundle\\Repository\\InventoryProductRepository' => '?',
  2222.             'Bluue\\InventoriesBundle\\Repository\\InventoryRepository' => '?',
  2223.             'Bluue\\LabelsBundle\\Repository\\LabelContextRepository' => '?',
  2224.             'Bluue\\LabelsBundle\\Repository\\LabelRepository' => '?',
  2225.             'Bluue\\LabelsBundle\\Repository\\PrintWaitingListRepository' => '?',
  2226.             'Bluue\\LabelsBundle\\Repository\\TemplateRepository' => '?',
  2227.             'Bluue\\ManufacturingBundle\\Repository\\ProductOptionsRepository' => '?',
  2228.             'Bluue\\OvhSmsBundle\\Repository\\MailingListCustomerRepository' => '?',
  2229.             'Bluue\\OvhSmsBundle\\Repository\\MailingListRepository' => '?',
  2230.             'Bluue\\OvhSmsBundle\\Repository\\SmsRepository' => '?',
  2231.             'Bluue\\PlanningBundle\\Repository\\SlotRepository' => '?',
  2232.             'Bluue\\PlanningBundle\\Repository\\SlotTypeRepository' => '?',
  2233.             'Bluue\\PlanningBundle\\Repository\\SlotUserRepository' => '?',
  2234.             'Bluue\\PrestashopConnectorBundle\\Repository\\CustomerImportRuleRepository' => '?',
  2235.             'Bluue\\ProductReturnsBundle\\Repository\\CarrierOptionRepository' => '?',
  2236.             'Bluue\\ProductReturnsBundle\\Repository\\ConvertedDocumentRepository' => '?',
  2237.             'Bluue\\ProductReturnsBundle\\Repository\\ProductReturnLineRepository' => '?',
  2238.             'Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository' => '?',
  2239.             'Bluue\\ProductReturnsBundle\\Repository\\ReturnReasonRepository' => '?',
  2240.             'Bluue\\ProductReturnsBundle\\Repository\\ReturnStateRepository' => '?',
  2241.             'Bluue\\ProductsBundle\\Repository\\AttachmentRepository' => '?',
  2242.             'Bluue\\ProductsBundle\\Repository\\AttachmentTranslationRepository' => '?',
  2243.             'Bluue\\ProductsBundle\\Repository\\AttributeContextRepository' => '?',
  2244.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupContextRepository' => '?',
  2245.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupRepository' => '?',
  2246.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupTranslationRepository' => '?',
  2247.             'Bluue\\ProductsBundle\\Repository\\AttributeRepository' => '?',
  2248.             'Bluue\\ProductsBundle\\Repository\\AttributeTranslationRepository' => '?',
  2249.             'Bluue\\ProductsBundle\\Repository\\BrandContextRepository' => '?',
  2250.             'Bluue\\ProductsBundle\\Repository\\BrandRepository' => '?',
  2251.             'Bluue\\ProductsBundle\\Repository\\BrandTranslationRepository' => '?',
  2252.             'Bluue\\ProductsBundle\\Repository\\DeclinationAttributeRepository' => '?',
  2253.             'Bluue\\ProductsBundle\\Repository\\DeclinationContextRepository' => '?',
  2254.             'Bluue\\ProductsBundle\\Repository\\DeclinationImageRepository' => '?',
  2255.             'Bluue\\ProductsBundle\\Repository\\DeclinationRepository' => '?',
  2256.             'Bluue\\ProductsBundle\\Repository\\Ean13Repository' => '?',
  2257.             'Bluue\\ProductsBundle\\Repository\\EcoPartGroupRepository' => '?',
  2258.             'Bluue\\ProductsBundle\\Repository\\EcoPartRepository' => '?',
  2259.             'Bluue\\ProductsBundle\\Repository\\EcoPartTranslationRepository' => '?',
  2260.             'Bluue\\ProductsBundle\\Repository\\FeatureContextRepository' => '?',
  2261.             'Bluue\\ProductsBundle\\Repository\\FeatureRepository' => '?',
  2262.             'Bluue\\ProductsBundle\\Repository\\FeatureTranslationRepository' => '?',
  2263.             'Bluue\\ProductsBundle\\Repository\\FeatureValueContextRepository' => '?',
  2264.             'Bluue\\ProductsBundle\\Repository\\FeatureValueRepository' => '?',
  2265.             'Bluue\\ProductsBundle\\Repository\\FeatureValueTranslationRepository' => '?',
  2266.             'Bluue\\ProductsBundle\\Repository\\PackProductRepository' => '?',
  2267.             'Bluue\\ProductsBundle\\Repository\\PriceRuleRepository' => '?',
  2268.             'Bluue\\ProductsBundle\\Repository\\ProductAttachmentRepository' => '?',
  2269.             'Bluue\\ProductsBundle\\Repository\\ProductContextRepository' => '?',
  2270.             'Bluue\\ProductsBundle\\Repository\\ProductFeatureRepository' => '?',
  2271.             'Bluue\\ProductsBundle\\Repository\\ProductImageRepository' => '?',
  2272.             'Bluue\\ProductsBundle\\Repository\\ProductImageTranslationRepository' => '?',
  2273.             'Bluue\\ProductsBundle\\Repository\\ProductRepository' => '?',
  2274.             'Bluue\\ProductsBundle\\Repository\\ProductTagRepository' => '?',
  2275.             'Bluue\\ProductsBundle\\Repository\\ProductTranslationRepository' => '?',
  2276.             'Bluue\\ProductsBundle\\Repository\\ProductTypeRepository' => '?',
  2277.             'Bluue\\ProductsBundle\\Repository\\RelatedProductRepository' => '?',
  2278.             'Bluue\\ProductsBundle\\Repository\\SearchAssociationRepository' => '?',
  2279.             'Bluue\\ProductsBundle\\Repository\\SearchWordRepository' => '?',
  2280.             'Bluue\\ProductsBundle\\Repository\\SubstituteProductRepository' => '?',
  2281.             'Bluue\\ProductsBundle\\Repository\\TagRepository' => '?',
  2282.             'Bluue\\ProductsBundle\\Repository\\TagTranslationRepository' => '?',
  2283.             'Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository' => '?',
  2284.             'Bluue\\ProjectsBundle\\Repository\\ProjectRepository' => '?',
  2285.             'Bluue\\ProjectsBundle\\Repository\\ProjectStateRepository' => '?',
  2286.             'Bluue\\ProjectsBundle\\Repository\\ProjectStepRepository' => '?',
  2287.             'Bluue\\ProjectsBundle\\Repository\\ProjectTypeRepository' => '?',
  2288.             'Bluue\\ProjectsBundle\\Repository\\TaskModelRepository' => '?',
  2289.             'Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository' => '?',
  2290.             'Bluue\\ProjectsBundle\\Repository\\TaskPriorityRepository' => '?',
  2291.             'Bluue\\ProjectsBundle\\Repository\\TaskRepository' => '?',
  2292.             'Bluue\\ProjectsBundle\\Repository\\TaskStateRepository' => '?',
  2293.             'Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository' => '?',
  2294.             'Bluue\\ProjectsBundle\\Repository\\TodoRepository' => '?',
  2295.             'Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceLineRepository' => '?',
  2296.             'Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceRepository' => '?',
  2297.             'Bluue\\SalesBundle\\Repository\\AdditionalPdfRepository' => '?',
  2298.             'Bluue\\SalesBundle\\Repository\\BankRepository' => '?',
  2299.             'Bluue\\SalesBundle\\Repository\\CreditNoteLineRepository' => '?',
  2300.             'Bluue\\SalesBundle\\Repository\\CreditNoteRepository' => '?',
  2301.             'Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository' => '?',
  2302.             'Bluue\\SalesBundle\\Repository\\DeliveryNoteLineRepository' => '?',
  2303.             'Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository' => '?',
  2304.             'Bluue\\SalesBundle\\Repository\\DocumentPaymentRepository' => '?',
  2305.             'Bluue\\SalesBundle\\Repository\\InvoiceLineRepository' => '?',
  2306.             'Bluue\\SalesBundle\\Repository\\InvoiceRepository' => '?',
  2307.             'Bluue\\SalesBundle\\Repository\\LineTypeRepository' => '?',
  2308.             'Bluue\\SalesBundle\\Repository\\OrderHistoryRepository' => '?',
  2309.             'Bluue\\SalesBundle\\Repository\\OrderLineRepository' => '?',
  2310.             'Bluue\\SalesBundle\\Repository\\OrderRepository' => '?',
  2311.             'Bluue\\SalesBundle\\Repository\\OrderStateRepository' => '?',
  2312.             'Bluue\\SalesBundle\\Repository\\PaymentExpectationRepository' => '?',
  2313.             'Bluue\\SalesBundle\\Repository\\PaymentMethodRepository' => '?',
  2314.             'Bluue\\SalesBundle\\Repository\\PaymentRepository' => '?',
  2315.             'Bluue\\SalesBundle\\Repository\\PaymentTermRepository' => '?',
  2316.             'Bluue\\SalesBundle\\Repository\\QuotationLineRepository' => '?',
  2317.             'Bluue\\SalesBundle\\Repository\\QuotationRepository' => '?',
  2318.             'Bluue\\SalesBundle\\Repository\\RelaunchLevelRepository' => '?',
  2319.             'Bluue\\ShipmentsBundle\\Repository\\BurstRepository' => '?',
  2320.             'Bluue\\ShipmentsBundle\\Repository\\CarrierContextRepository' => '?',
  2321.             'Bluue\\ShipmentsBundle\\Repository\\CarrierRepository' => '?',
  2322.             'Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository' => '?',
  2323.             'Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository' => '?',
  2324.             'Bluue\\ShipmentsBundle\\Repository\\OrderStateForBurstRepository' => '?',
  2325.             'Bluue\\ShipmentsBundle\\Repository\\OrderStateForMajStatutRepository' => '?',
  2326.             'Bluue\\ShipmentsBundle\\Repository\\PickingHistoryRepository' => '?',
  2327.             'Bluue\\ShipmentsBundle\\Repository\\ShoppingCartLocationRepository' => '?',
  2328.             'Bluue\\ShipmentsBundle\\Repository\\ShoppingCartRepository' => '?',
  2329.             'Bluue\\SitesBundle\\Repository\\NoteTypeRepository' => '?',
  2330.             'Bluue\\SitesBundle\\Repository\\NoteTypeTranslationRepository' => '?',
  2331.             'Bluue\\SitesBundle\\Repository\\PlatformRepository' => '?',
  2332.             'Bluue\\SitesBundle\\Repository\\SiteNoteRepository' => '?',
  2333.             'Bluue\\SitesBundle\\Repository\\SiteRepository' => '?',
  2334.             'Bluue\\StocksBundle\\Repository\\DateTypeRepository' => '?',
  2335.             'Bluue\\StocksBundle\\Repository\\LocationRepository' => '?',
  2336.             'Bluue\\StocksBundle\\Repository\\MassStockEntryLineRepository' => '?',
  2337.             'Bluue\\StocksBundle\\Repository\\MassStockEntryRepository' => '?',
  2338.             'Bluue\\StocksBundle\\Repository\\MassStockRemovalLineRepository' => '?',
  2339.             'Bluue\\StocksBundle\\Repository\\MassStockRemovalRepository' => '?',
  2340.             'Bluue\\StocksBundle\\Repository\\ProductConfigurationRepository' => '?',
  2341.             'Bluue\\StocksBundle\\Repository\\StockLocationRepository' => '?',
  2342.             'Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository' => '?',
  2343.             'Bluue\\StocksBundle\\Repository\\StockMovementRepository' => '?',
  2344.             'Bluue\\StocksBundle\\Repository\\StockOrderLineLocationRepository' => '?',
  2345.             'Bluue\\StocksBundle\\Repository\\StockOrderLineRepository' => '?',
  2346.             'Bluue\\StocksBundle\\Repository\\StockProductRepository' => '?',
  2347.             'Bluue\\StocksBundle\\Repository\\StockProductRootContextRepository' => '?',
  2348.             'Bluue\\StocksBundle\\Repository\\StockProductRootRepository' => '?',
  2349.             'Bluue\\StocksBundle\\Repository\\StockQuantityRepository' => '?',
  2350.             'Bluue\\StocksBundle\\Repository\\SubLocationRepository' => '?',
  2351.             'Bluue\\StocksBundle\\Repository\\WarehouseRepository' => '?',
  2352.             'Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository' => '?',
  2353.             'Bluue\\SuppliersBundle\\Repository\\ProductSupplierRepository' => '?',
  2354.             'Bluue\\SuppliersBundle\\Repository\\QuantityThresholdRepository' => '?',
  2355.             'Bluue\\SuppliersBundle\\Repository\\SupplierAddressRepository' => '?',
  2356.             'Bluue\\SuppliersBundle\\Repository\\SupplierContactRepository' => '?',
  2357.             'Bluue\\SuppliersBundle\\Repository\\SupplierContextRepository' => '?',
  2358.             'Bluue\\SuppliersBundle\\Repository\\SupplierRepository' => '?',
  2359.             'Bluue\\SuppliersBundle\\Repository\\SupplierTypeRepository' => '?',
  2360.             'Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderErrorRepository' => '?',
  2361.             'Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderRepository' => '?',
  2362.             'Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteLineRepository' => '?',
  2363.             'Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteRepository' => '?',
  2364.             'Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderLineRepository' => '?',
  2365.             'Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderRepository' => '?',
  2366.             'Bluue\\TicketsBundle\\Repository\\ClosingMotifRepository' => '?',
  2367.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageRepository' => '?',
  2368.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeRepository' => '?',
  2369.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeTranslationRepository' => '?',
  2370.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageTranslationRepository' => '?',
  2371.             'Bluue\\TicketsBundle\\Repository\\RelaunchRepository' => '?',
  2372.             'Bluue\\TicketsBundle\\Repository\\TagRepository' => '?',
  2373.             'Bluue\\TicketsBundle\\Repository\\TagTranslationRepository' => '?',
  2374.             'Bluue\\TicketsBundle\\Repository\\TicketMessageAttachmentRepository' => '?',
  2375.             'Bluue\\TicketsBundle\\Repository\\TicketMessageRepository' => '?',
  2376.             'Bluue\\TicketsBundle\\Repository\\TicketRepository' => '?',
  2377.             'Bluue\\TicketsBundle\\Repository\\TicketStateRepository' => '?',
  2378.             'Bluue\\TicketsBundle\\Repository\\TicketTagRepository' => '?',
  2379.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillLineRepository' => '?',
  2380.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillOrderRepository' => '?',
  2381.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillRepository' => '?',
  2382.         ])));
  2383.         $a->addCustomStringFunction('CONCAT_WS''DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  2384.         $a->addCustomStringFunction('FLOOR''DoctrineExtensions\\Query\\Mysql\\Floor');
  2385.         $a->addCustomStringFunction('ROUND''DoctrineExtensions\\Query\\Mysql\\Round');
  2386.         $a->addCustomStringFunction('LPAD''DoctrineExtensions\\Query\\Mysql\\Lpad');
  2387.         $a->addCustomStringFunction('CAST''DoctrineExtensions\\Query\\Mysql\\Cast');
  2388.         $a->addCustomStringFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  2389.         $a->addCustomStringFunction('ADDTIME''DoctrineExtensions\\Query\\Mysql\\AddTime');
  2390.         $a->addCustomStringFunction('TIME''DoctrineExtensions\\Query\\Mysql\\Time');
  2391.         $a->addCustomStringFunction('TIMEDIFF''DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  2392.         $a->addCustomStringFunction('ifnull''DoctrineExtensions\\Query\\Mysql\\IfNull');
  2393.         $a->addCustomStringFunction('IFELSE''DoctrineExtensions\\Query\\Mysql\\IfElse');
  2394.         $a->addCustomStringFunction('replace''DoctrineExtensions\\Query\\Mysql\\Replace');
  2395.         $a->addCustomStringFunction('unhex''DoctrineExtensions\\Query\\Mysql\\Unhex');
  2396.         $a->addCustomStringFunction('HEX''DoctrineExtensions\\Query\\Mysql\\Hex');
  2397.         $a->addCustomStringFunction('MATCH''DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  2398.         $a->addCustomStringFunction('GROUP_CONCAT''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  2399.         $a->addCustomStringFunction('DATEADD''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  2400.         $a->addCustomStringFunction('DATESUB''DoctrineExtensions\\Query\\Mysql\\DateSub');
  2401.         $a->addCustomStringFunction('DAY''DoctrineExtensions\\Query\\Mysql\\Day');
  2402.         $a->addCustomStringFunction('MONTH''DoctrineExtensions\\Query\\Mysql\\Month');
  2403.         $a->addCustomStringFunction('JSON_EXTRACT''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
  2404.         $a->addCustomStringFunction('JSON_TYPE''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonType');
  2405.         $a->addCustomStringFunction('JSON_UNQUOTE''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonUnquote');
  2406.         $a->addCustomStringFunction('JSON_SEARCH''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSearch');
  2407.         $a->addCustomStringFunction('JSON_INSERT''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonInsert');
  2408.         $a->addCustomStringFunction('JSON_CONTAINS''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonContains');
  2409.         $a->addCustomStringFunction('JSON_MERGE''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonMerge');
  2410.         $a->addCustomStringFunction('JSON_MERGE_PATCH''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonMergePatch');
  2411.         $a->addCustomStringFunction('JSON_SET''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSet');
  2412.         $a->addCustomStringFunction('FIRST''App\\Query\\First');
  2413.         $a->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  2414.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  2415.         $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()));
  2416.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  2417.         return $instance;
  2418.     }
  2419.     /**
  2420.      * Gets the public 'event_dispatcher' shared service.
  2421.      *
  2422.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2423.      */
  2424.     protected function getEventDispatcherService()
  2425.     {
  2426.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2427.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2428.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2429.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2430.         $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())));
  2431.         $instance->addListener('kernel.controller', [=> function () {
  2432.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2433.         }, => 'onKernelController'], 0);
  2434.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2435.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2436.         }, => 'checkPassport'], 1024);
  2437.         $instance->addListener('kernel.response', [=> function () {
  2438.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  2439.         }, => 'onKernelResponse'], 0);
  2440.         $instance->addListener('kernel.exception', [=> function () {
  2441.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  2442.         }, => 'onKernelException'], 0);
  2443.         $instance->addListener('kernel.request', [=> function () {
  2444.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2445.         }, => 'onKernelRequest'], 0);
  2446.         $instance->addListener('kernel.request', [=> function () {
  2447.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2448.         }, => 'onKernelRequest'], 28);
  2449.         $instance->addListener('kernel.request', [=> function () {
  2450.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2451.         }, => 'onKernelRequest'], 2);
  2452.         $instance->addListener('kernel.view', [=> function () {
  2453.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  2454.         }, => 'onKernelView'], 16);
  2455.         $instance->addListener('kernel.view', [=> function () {
  2456.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  2457.         }, => 'onKernelView'], 8);
  2458.         $instance->addListener('kernel.exception', [=> function () {
  2459.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  2460.         }, => 'onKernelException'], 0);
  2461.         $instance->addListener('kernel.exception', [=> function () {
  2462.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  2463.         }, => 'onKernelException'], -96);
  2464.         $instance->addListener('kernel.view', [=> function () {
  2465.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  2466.         }, => 'onKernelView'], 32);
  2467.         $instance->addListener('kernel.request', [=> function () {
  2468.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  2469.         }, => 'onKernelRequest'], 4);
  2470.         $instance->addListener('kernel.request', [=> function () {
  2471.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  2472.         }, => 'onKernelRequest'], 0);
  2473.         $instance->addListener('kernel.response', [=> function () {
  2474.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  2475.         }, => 'onKernelResponse'], 0);
  2476.         $instance->addListener('kernel.response', [=> function () {
  2477.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2478.         }, => 'onKernelResponse'], -1);
  2479.         $instance->addListener('kernel.view', [=> function () {
  2480.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  2481.         }, => 'onKernelView'], 64);
  2482.         $instance->addListener('kernel.request', [=> function () {
  2483.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2484.         }, => 'onKernelRequest'], 16);
  2485.         $instance->addListener('kernel.request', [=> function () {
  2486.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2487.         }, => 'onSecurity'], 3);
  2488.         $instance->addListener('kernel.request', [=> function () {
  2489.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2490.         }, => 'onSecurityPostDenormalize'], 1);
  2491.         $instance->addListener('kernel.view', [=> function () {
  2492.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2493.         }, => 'onSecurityPostValidation'], 63);
  2494.         $instance->addListener('kernel.request', [=> function () {
  2495.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('fr')));
  2496.         }, => 'onKernelRequest'], 20);
  2497.         $instance->addListener('security.interactive_login', [=> function () {
  2498.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  2499.         }, => 'onInteractiveLogin'], 0);
  2500.         $instance->addListener('kernel.response', [=> function () {
  2501.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2502.         }, => 'onKernelResponse'], 0);
  2503.         $instance->addListener('kernel.response', [=> function () {
  2504.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2505.         }, => 'onKernelResponse'], -1024);
  2506.         $instance->addListener('kernel.request', [=> function () {
  2507.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2508.         }, => 'setDefaultLocale'], 100);
  2509.         $instance->addListener('kernel.request', [=> function () {
  2510.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2511.         }, => 'onKernelRequest'], 16);
  2512.         $instance->addListener('kernel.finish_request', [=> function () {
  2513.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2514.         }, => 'onKernelFinishRequest'], 0);
  2515.         $instance->addListener('kernel.request', [=> function () {
  2516.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2517.         }, => 'onKernelRequest'], 256);
  2518.         $instance->addListener('kernel.response', [=> function () {
  2519.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2520.         }, => 'onResponse'], -255);
  2521.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2522.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2523.         }, => 'onControllerArguments'], 0);
  2524.         $instance->addListener('kernel.exception', [=> function () {
  2525.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2526.         }, => 'logKernelException'], 0);
  2527.         $instance->addListener('kernel.exception', [=> function () {
  2528.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2529.         }, => 'onKernelException'], -128);
  2530.         $instance->addListener('kernel.response', [=> function () {
  2531.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2532.         }, => 'removeCspHeader'], -128);
  2533.         $instance->addListener('kernel.request', [=> function () {
  2534.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2535.         }, => 'onKernelRequest'], 15);
  2536.         $instance->addListener('kernel.finish_request', [=> function () {
  2537.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2538.         }, => 'onKernelFinishRequest'], -15);
  2539.         $instance->addListener('console.error', [=> function () {
  2540.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2541.         }, => 'onConsoleError'], -128);
  2542.         $instance->addListener('console.terminate', [=> function () {
  2543.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2544.         }, => 'onConsoleTerminate'], -128);
  2545.         $instance->addListener('console.error', [=> function () {
  2546.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2547.         }, => 'onConsoleError'], 0);
  2548.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2549.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener($this->getEnv('MAILER_FROM'), [])));
  2550.         }, => 'onMessage'], -255);
  2551.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2552.             return ($this->privates['mailer.message_listener'] ?? $this->load('getMailer_MessageListenerService'));
  2553.         }, => 'onMessage'], 0);
  2554.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2555.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2556.         }, => 'onMessage'], -255);
  2557.         $instance->addListener('kernel.request', [=> function () {
  2558.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2559.         }, => 'configure'], 2048);
  2560.         $instance->addListener('console.command', [=> function () {
  2561.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2562.         }, => 'configure'], 2048);
  2563.         $instance->addListener('kernel.request', [=> function () {
  2564.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2565.         }, => 'onKernelRequest'], 32);
  2566.         $instance->addListener('kernel.finish_request', [=> function () {
  2567.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2568.         }, => 'onKernelFinishRequest'], 0);
  2569.         $instance->addListener('kernel.exception', [=> function () {
  2570.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2571.         }, => 'onKernelException'], -64);
  2572.         $instance->addListener('kernel.response', [=> function () {
  2573.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2574.         }, => 'onKernelResponse'], 0);
  2575.         $instance->addListener('kernel.request', [=> function () {
  2576.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2577.         }, => 'onKernelRequest'], 128);
  2578.         $instance->addListener('kernel.response', [=> function () {
  2579.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2580.         }, => 'onKernelResponse'], -1000);
  2581.         $instance->addListener('kernel.finish_request', [=> function () {
  2582.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2583.         }, => 'onFinishRequest'], 0);
  2584.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2585.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2586.         }, => 'onMessageFailed'], 100);
  2587.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2588.             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()));
  2589.         }, => 'onMessageFailed'], 200);
  2590.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2591.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  2592.         }, => 'onMessageFailed'], -100);
  2593.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2594.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2595.         }, => 'onWorkerStarted'], 0);
  2596.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2597.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2598.         }, => 'onWorkerRunning'], 0);
  2599.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2600.             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()));
  2601.         }, => 'onMessageFailed'], 0);
  2602.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2603.             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()));
  2604.         }, => 'onWorkerRunning'], 0);
  2605.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2606.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2607.         }, => 'onNotification'], -255);
  2608.         $instance->addListener('kernel.response', [=> function () {
  2609.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2610.         }, => 'onKernelResponse'], -100);
  2611.         $instance->addListener('kernel.exception', [=> function () {
  2612.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2613.         }, => 'onKernelException'], 0);
  2614.         $instance->addListener('kernel.terminate', [=> function () {
  2615.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2616.         }, => 'onKernelTerminate'], -1024);
  2617.         $instance->addListener('kernel.controller', [=> function () {
  2618.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2619.         }, => 'onKernelController'], 0);
  2620.         $instance->addListener('kernel.response', [=> function () {
  2621.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2622.         }, => 'onKernelResponse'], 0);
  2623.         $instance->addListener('kernel.controller', [=> function () {
  2624.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2625.         }, => 'onKernelController'], 0);
  2626.         $instance->addListener('kernel.controller', [=> function () {
  2627.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2628.         }, => 'onKernelController'], 0);
  2629.         $instance->addListener('kernel.controller', [=> function () {
  2630.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2631.         }, => 'onKernelController'], -128);
  2632.         $instance->addListener('kernel.view', [=> function () {
  2633.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2634.         }, => 'onKernelView'], 0);
  2635.         $instance->addListener('kernel.controller', [=> function () {
  2636.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2637.         }, => 'onKernelController'], 0);
  2638.         $instance->addListener('kernel.response', [=> function () {
  2639.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2640.         }, => 'onKernelResponse'], 0);
  2641.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2642.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2643.         }, => 'onKernelControllerArguments'], 0);
  2644.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2645.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2646.         }, => 'onKernelControllerArguments'], 0);
  2647.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2648.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2649.         }, => 'onMessage'], 0);
  2650.         $instance->addListener('kernel.response', [=> function () {
  2651.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2652.         }, => 'onKernelResponse'], -128);
  2653.         $instance->addListener('console.command', [=> function () {
  2654.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2655.         }, => 'onCommand'], 255);
  2656.         $instance->addListener('console.terminate', [=> function () {
  2657.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2658.         }, => 'onTerminate'], -255);
  2659.         $instance->addListener('console.command', [=> function () {
  2660.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2661.         }, => 'configure'], 1024);
  2662.         $instance->addListener('console.error', [=> function () {
  2663.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2664.         }, => 'onConsoleError'], 0);
  2665.         $instance->addListener('console.terminate', [=> function () {
  2666.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2667.         }, => 'onConsoleTerminate'], 0);
  2668.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2669.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2670.         }, => 'onWorkerMessageHandled'], 0);
  2671.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2672.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2673.         }, => 'onWorkerMessageFailed'], 0);
  2674.         $instance->addListener('kernel.response', [=> function () {
  2675.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2676.         }, => 'onKernelResponse'], 0);
  2677.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2678.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2679.         }, => 'checkPassport'], 0);
  2680.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2681.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2682.         }, => 'onLoginSuccess'], 0);
  2683.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2684.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2685.         }, => 'onVoterVote'], 0);
  2686.         $instance->addListener('kernel.request', [=> function () {
  2687.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2688.         }, => 'configureLogoutUrlGenerator'], 8);
  2689.         $instance->addListener('kernel.request', [=> function () {
  2690.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2691.         }, => 'onKernelRequest'], 8);
  2692.         $instance->addListener('kernel.finish_request', [=> function () {
  2693.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2694.         }, => 'onKernelFinishRequest'], 0);
  2695.         $instance->addListener('kernel.request', [=> function () {
  2696.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2697.         }, => 'onKernelRequest'], 0);
  2698.         $instance->addListener('knp_pager.before', [=> function () {
  2699.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2700.         }, => 'before'], 0);
  2701.         $instance->addListener('knp_pager.pagination', [=> function () {
  2702.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2703.         }, => 'pagination'], 0);
  2704.         $instance->addListener('knp_pager.before', [=> function () {
  2705.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2706.         }, => 'before'], 1);
  2707.         $instance->addListener('knp_pager.before', [=> function () {
  2708.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2709.         }, => 'before'], 1);
  2710.         $instance->addListener('knp_pager.pagination', [=> function () {
  2711.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2712.         }, => 'pagination'], 1);
  2713.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2714.             return ($this->privates['Bluue\\ProductsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber11Service'));
  2715.         }, => 'onLoad'], 0);
  2716.         $instance->addListener('app.menu_configure', [=> function () {
  2717.             return ($this->privates['Bluue\\ProductsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber13Service'));
  2718.         }, => 'onLoad'], 0);
  2719.         $instance->addListener('app.configurationPages', [=> function () {
  2720.             return ($this->privates['Bluue\\ProductsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber13Service'));
  2721.         }, => 'onLoad'], 0);
  2722.         $instance->addListener('app.shareContext', [=> function () {
  2723.             return ($this->privates['Bluue\\ProductsBundle\\EventSubscriber\\SharedContextSubscriber'] ?? $this->load('getSharedContextSubscriberService'));
  2724.         }, => 'onLoad'], 0);
  2725.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2726.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\CategoriesBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2727.         }, => 'onLoad'], 0);
  2728.         $instance->addListener('app.menu_configure', [=> function () {
  2729.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber2Service'));
  2730.         }, => 'onLoad'], 0);
  2731.         $instance->addListener('bluue.productsBundle.configurationProductMenuConfiguration.name', [=> function () {
  2732.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\ConfigureProductMenuConfigurationSubscriber'] ?? $this->load('getConfigureProductMenuConfigurationSubscriberService'));
  2733.         }, => 'onLoad'], 0);
  2734.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2735.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber3Service'));
  2736.         }, => 'onLoad'], 0);
  2737.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2738.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\StatisticsBundle\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber2Service'));
  2739.         }, => 'onLoad'], 0);
  2740.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2741.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\StocksBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2742.         }, => 'onLoad'], 0);
  2743.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2744.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber17Service'));
  2745.         }, => 'onLoad'], 0);
  2746.         $instance->addListener('bluue.cashRegisterBundle.receiptMovements.validateReceipt', [=> function () {
  2747.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\CashRegisterBundle\\ReceiptSubscriber'] ?? $this->load('getReceiptSubscriber2Service'));
  2748.         }, => 'validateReceipt'], 0);
  2749.         $instance->addListener('app.configurationPages', [=> function () {
  2750.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\ConfigurationMenuSubscriber'] ?? $this->load('getConfigurationMenuSubscriber2Service'));
  2751.         }, => 'onLoad'], 0);
  2752.         $instance->addListener('app.menu_configure', [=> function () {
  2753.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber18Service'));
  2754.         }, => 'onLoad'], 0);
  2755.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2756.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber9Service'));
  2757.         }, => 'onLoad'], 0);
  2758.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2759.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber8Service'));
  2760.         }, => 'onLoad'], 0);
  2761.         $instance->addListener('bluue.salesBundle.deliveryNoteMovements.validateDeliveryNote', [=> function () {
  2762.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\DeliveryNoteSubscriber'] ?? $this->load('getDeliveryNoteSubscriber2Service'));
  2763.         }, => 'validateDelivery'], 0);
  2764.         $instance->addListener('bluue.salesBundle.deliveryNoteMovements.cancelDeliveryNote', [=> function () {
  2765.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\DeliveryNoteSubscriber'] ?? $this->load('getDeliveryNoteSubscriber2Service'));
  2766.         }, => 'cancelDelivery'], 0);
  2767.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  2768.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber6Service'));
  2769.         }, => 'orderTabs'], 0);
  2770.         $instance->addListener('app.shareContext', [=> function () {
  2771.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SharedContextSubscriber'] ?? $this->load('getSharedContextSubscriber4Service'));
  2772.         }, => 'onLoad'], 0);
  2773.         $instance->addListener('bluue.supplierOrdersBundle.receiptNote.postValidate', [=> function () {
  2774.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SuppliersOrdersBundle\\ReceiptNoteSubscriber'] ?? $this->load('getReceiptNoteSubscriberService'));
  2775.         }, => 'validateReceipt'], 0);
  2776.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2777.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\CustomersBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2778.         }, => 'onLoad'], 0);
  2779.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2780.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber5Service'));
  2781.         }, => 'onLoad'], 0);
  2782.         $instance->addListener('app.menu_configure', [=> function () {
  2783.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber5Service'));
  2784.         }, => 'onLoad'], 0);
  2785.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2786.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber4Service'));
  2787.         }, => 'onLoad'], 0);
  2788.         $instance->addListener('app.configurationPages', [=> function () {
  2789.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber5Service'));
  2790.         }, => 'onLoad'], 0);
  2791.         $instance->addListener('bluue.salesBundle.configurationAccessOrderEdit', [=> function () {
  2792.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\AccessEditDocumentValidatedSubscriber'] ?? $this->load('getAccessEditDocumentValidatedSubscriberService'));
  2793.         }, => 'orderEdit'], 0);
  2794.         $instance->addListener('bluue.salesBundle.configurationAccessQuotationEdit', [=> function () {
  2795.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\AccessEditDocumentValidatedSubscriber'] ?? $this->load('getAccessEditDocumentValidatedSubscriberService'));
  2796.         }, => 'quotationEdit'], 0);
  2797.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2798.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\SalesBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2799.         }, => 'onLoad'], 0);
  2800.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2801.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber12Service'));
  2802.         }, => 'onLoad'], 0);
  2803.         $instance->addListener('bluue.massManagementListButtons', [=> function () {
  2804.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ConfigureListButtonsSubscriber'] ?? $this->load('getConfigureListButtonsSubscriber2Service'));
  2805.         }, => 'onLoad'], 0);
  2806.         $instance->addListener('app.menu_configure', [=> function () {
  2807.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber14Service'));
  2808.         }, => 'onLoad'], 0);
  2809.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2810.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber7Service'));
  2811.         }, => 'onLoad'], 0);
  2812.         $instance->addListener('app.configurationPages', [=> function () {
  2813.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber14Service'));
  2814.         }, => 'onLoad'], 0);
  2815.         $instance->addListener('bluue.customersBundle.customerEdit.preSetData', [=> function () {
  2816.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber4Service'));
  2817.         }, => 'addFields'], 0);
  2818.         $instance->addListener('bluue.customersBundle.customerEdit.postSubmit', [=> function () {
  2819.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber4Service'));
  2820.         }, => 'postSubmit'], 0);
  2821.         $instance->addListener('bluue.customersBundle.customerEdit.tabs', [=> function () {
  2822.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber4Service'));
  2823.         }, => 'tabs'], 0);
  2824.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  2825.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber7Service'));
  2826.         }, => 'viewTabs'], 0);
  2827.         $instance->addListener('app.dashboard_widgets_configure', [=> function () {
  2828.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DashboardSubscriber'] ?? ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DashboardSubscriber'] = new \Bluue\SalesBundle\EventSubscriber\DashboardSubscriber()));
  2829.         }, => 'onLoad'], 0);
  2830.         $instance->addListener('bluue.customersBundle.dashboardWidgets', [=> function () {
  2831.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DashboardSubscriber'] ?? ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DashboardSubscriber'] = new \Bluue\SalesBundle\EventSubscriber\DashboardSubscriber()));
  2832.         }, => 'customerDashboard'], 0);
  2833.         $instance->addListener('bluue.salesBundle.quotationMovements.validate', [=> function () {
  2834.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DocumentValidationSubscriber'] ?? $this->load('getDocumentValidationSubscriberService'));
  2835.         }, => 'quotationValidation'], 0);
  2836.         $instance->addListener('bluue.salesBundle.orderMovements.validateOrder', [=> function () {
  2837.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DocumentValidationSubscriber'] ?? $this->load('getDocumentValidationSubscriberService'));
  2838.         }, => 'orderValidation'], 0);
  2839.         $instance->addListener('bluue.salesBundle.invoiceMovements.validate', [=> function () {
  2840.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DocumentValidationSubscriber'] ?? $this->load('getDocumentValidationSubscriberService'));
  2841.         }, => 'invoiceValidation'], 0);
  2842.         $instance->addListener('bluue.salesBundle.creditNoteMovements.validate', [=> function () {
  2843.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DocumentValidationSubscriber'] ?? $this->load('getDocumentValidationSubscriberService'));
  2844.         }, => 'creditNoteValidation'], 0);
  2845.         $instance->addListener('app.public_document_paths', [=> function () {
  2846.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\EditPublicDocumentPathsSubscriber'] ?? ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\EditPublicDocumentPathsSubscriber'] = new \Bluue\SalesBundle\EventSubscriber\EditPublicDocumentPathsSubscriber()));
  2847.         }, => 'onLoad'], 0);
  2848.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2849.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber7Service'));
  2850.         }, => 'onLoad'], 0);
  2851.         $instance->addListener('bluue.productsBundle.productDocument.product', [=> function () {
  2852.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ProductsBundle\\ProductDocumentEventSubscriber'] ?? $this->load('getProductDocumentEventSubscriberService'));
  2853.         }, => 'onProduct'], 0);
  2854.         $instance->addListener('bluue.productsBundle.productDocument.declination', [=> function () {
  2855.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ProductsBundle\\ProductDocumentEventSubscriber'] ?? $this->load('getProductDocumentEventSubscriberService'));
  2856.         }, => 'onDeclination'], 0);
  2857.         $instance->addListener('app.public_document_with_entity', [=> function () {
  2858.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\PublicDocumentWithEntityEventSubscriber'] ?? $this->load('getPublicDocumentWithEntityEventSubscriberService'));
  2859.         }, => 'onLoad'], 0);
  2860.         $instance->addListener('app.shareContext', [=> function () {
  2861.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\SharedContextSubscriber'] ?? $this->load('getSharedContextSubscriber2Service'));
  2862.         }, => 'onLoad'], 0);
  2863.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2864.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber3Service'));
  2865.         }, => 'onLoad'], 0);
  2866.         $instance->addListener('app.menu_configure', [=> function () {
  2867.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber3Service'));
  2868.         }, => 'onLoad'], 0);
  2869.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2870.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber3Service'));
  2871.         }, => 'onLoad'], 0);
  2872.         $instance->addListener('app.configurationPages', [=> function () {
  2873.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber3Service'));
  2874.         }, => 'onLoad'], 0);
  2875.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  2876.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber2Service'));
  2877.         }, => 'onLoad'], 0);
  2878.         $instance->addListener('app.dashboard_widgets_configure', [=> function () {
  2879.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DashboardSubscriber'] ?? ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DashboardSubscriber'] = new \Bluue\CrmBundle\EventSubscriber\DashboardSubscriber()));
  2880.         }, => 'onLoad'], 0);
  2881.         $instance->addListener('bluue.customersBundle.dashboardWidgets', [=> function () {
  2882.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DashboardSubscriber'] ?? ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DashboardSubscriber'] = new \Bluue\CrmBundle\EventSubscriber\DashboardSubscriber()));
  2883.         }, => 'customerDashboard'], 0);
  2884.         $instance->addListener('bluue.salesBundle.documentTabs.quotationTabs', [=> function () {
  2885.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriberService'));
  2886.         }, => 'quotationTabs'], 0);
  2887.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  2888.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriberService'));
  2889.         }, => 'orderTabs'], 0);
  2890.         $instance->addListener('bluue.salesBundle.documentTabs.invoiceTabs', [=> function () {
  2891.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriberService'));
  2892.         }, => 'invoiceTabs'], 0);
  2893.         $instance->addListener('bluue.salesBundle.documentTabs.creditNoteTabs', [=> function () {
  2894.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriberService'));
  2895.         }, => 'creditNoteTabs'], 0);
  2896.         $instance->addListener('bluue.projectsBundle.projectView.links', [=> function () {
  2897.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\ProjectViewLinksSubscriber'] ?? $this->load('getProjectViewLinksSubscriberService'));
  2898.         }, => 'links'], 0);
  2899.         $instance->addListener('0', [=> function () {
  2900.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\TicketViewSubscriber'] ?? $this->load('getTicketViewSubscriberService'));
  2901.         }, => 'paths'], 0);
  2902.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2903.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\SuppliersBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2904.         }, => 'onLoad'], 0);
  2905.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2906.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber18Service'));
  2907.         }, => 'onLoad'], 0);
  2908.         $instance->addListener('app.menu_configure', [=> function () {
  2909.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber19Service'));
  2910.         }, => 'onLoad'], 0);
  2911.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2912.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber10Service'));
  2913.         }, => 'onLoad'], 0);
  2914.         $instance->addListener('app.configurationPages', [=> function () {
  2915.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber18Service'));
  2916.         }, => 'onLoad'], 0);
  2917.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2918.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber9Service'));
  2919.         }, => 'onLoad'], 0);
  2920.         $instance->addListener('bluue.productsBundle.configurationProductsListColumns', [=> function () {
  2921.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductsListColumnsSubscriber'] ?? $this->load('getConfigureProductsListColumnsSubscriberService'));
  2922.         }, => 'onLoad'], 0);
  2923.         $instance->addListener('bluue.productsBundle.configurationProductsListColumns.query', [=> function () {
  2924.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductsListColumnsSubscriber'] ?? $this->load('getConfigureProductsListColumnsSubscriberService'));
  2925.         }, => 'onQuery'], 0);
  2926.         $instance->addListener('bluue.suppliersOrdersBundle.configurationAccessSupplierOrderEdit', [=> function () {
  2927.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\AccessEditDocumentValidatedSubscriber'] ?? $this->load('getAccessEditDocumentValidatedSubscriber2Service'));
  2928.         }, => 'supplierOrderEdit'], 0);
  2929.         $instance->addListener('app.menu_configure', [=> function () {
  2930.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber20Service'));
  2931.         }, => 'onLoad'], 0);
  2932.         $instance->addListener('app.configurationPages', [=> function () {
  2933.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\MainConfigurationSubMenuSubscriber'] ?? $this->load('getMainConfigurationSubMenuSubscriberService'));
  2934.         }, => 'onLoad'], 0);
  2935.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2936.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber10Service'));
  2937.         }, => 'onLoad'], 0);
  2938.         $instance->addListener('bluue.productsBundle.productDocument.product', [=> function () {
  2939.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\ProductsBundle\\ProductDocumentEventSubscriber'] ?? $this->load('getProductDocumentEventSubscriber2Service'));
  2940.         }, => 'onProduct'], 0);
  2941.         $instance->addListener('bluue.productsBundle.productDocument.declination', [=> function () {
  2942.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\ProductsBundle\\ProductDocumentEventSubscriber'] ?? $this->load('getProductDocumentEventSubscriber2Service'));
  2943.         }, => 'onDeclination'], 0);
  2944.         $instance->addListener('bluue.suppliersBundle.supplierViewTabs.name', [=> function () {
  2945.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\SupplierViewTabsSubscriber'] ?? $this->load('getSupplierViewTabsSubscriberService'));
  2946.         }, => 'onLoad'], 0);
  2947.         $instance->addListener('app.menu_configure', [=> function () {
  2948.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber12Service'));
  2949.         }, => 'onLoad'], 0);
  2950.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2951.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber5Service'));
  2952.         }, => 'onLoad'], 0);
  2953.         $instance->addListener('app.configurationPages', [=> function () {
  2954.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber12Service'));
  2955.         }, => 'onLoad'], 0);
  2956.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  2957.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber4Service'));
  2958.         }, => 'onLoad'], 0);
  2959.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  2960.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber4Service'));
  2961.         }, => 'orderTabs'], 0);
  2962.         $instance->addListener('bluue.salesBundle.documentTabs.deliveryNoteTabs', [=> function () {
  2963.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber4Service'));
  2964.         }, => 'deliveryNoteTabs'], 0);
  2965.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2966.             return ($this->privates['Bluue\\InventoriesBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber8Service'));
  2967.         }, => 'onLoad'], 0);
  2968.         $instance->addListener('app.menu_configure', [=> function () {
  2969.             return ($this->privates['Bluue\\InventoriesBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber9Service'));
  2970.         }, => 'onLoad'], 0);
  2971.         $instance->addListener('app.configurationPages', [=> function () {
  2972.             return ($this->privates['Bluue\\InventoriesBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber8Service'));
  2973.         }, => 'onLoad'], 0);
  2974.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2975.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\AccountingBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2976.         }, => 'onLoad'], 0);
  2977.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2978.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriberService'));
  2979.         }, => 'onLoad'], 0);
  2980.         $instance->addListener('app.menu_configure', [=> function () {
  2981.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriberService'));
  2982.         }, => 'onLoad'], 0);
  2983.         $instance->addListener('app.configurationPages', [=> function () {
  2984.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriberService'));
  2985.         }, => 'onLoad'], 0);
  2986.         $instance->addListener('bluue.customersBundle.customerEdit.preSetData', [=> function () {
  2987.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriberService'));
  2988.         }, => 'addFields'], 0);
  2989.         $instance->addListener('bluue.customersBundle.customerEdit.tabs', [=> function () {
  2990.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriberService'));
  2991.         }, => 'tabs'], 0);
  2992.         $instance->addListener('bluue.customersBundle.customerEdit.postSubmit', [=> function () {
  2993.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriberService'));
  2994.         }, => 'postSubmit'], 0);
  2995.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2996.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriberService'));
  2997.         }, => 'onLoad'], 0);
  2998.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2999.             return ($this->privates['Bluue\\ImportProductsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber7Service'));
  3000.         }, => 'onLoad'], 0);
  3001.         $instance->addListener('bluue.productsBundle.configurationProductsListButtons', [=> function () {
  3002.             return ($this->privates['Bluue\\ImportProductsBundle\\EventSubscriber\\ConfigureProductsListButtonsSubscriber'] ?? $this->load('getConfigureProductsListButtonsSubscriberService'));
  3003.         }, => 'onLoad'], 0);
  3004.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3005.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\LabelsBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  3006.         }, => 'onLoad'], 0);
  3007.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3008.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber9Service'));
  3009.         }, => 'onLoad'], 0);
  3010.         $instance->addListener('app.menu_configure', [=> function () {
  3011.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber10Service'));
  3012.         }, => 'onLoad'], 0);
  3013.         $instance->addListener('app.configurationPages', [=> function () {
  3014.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber9Service'));
  3015.         }, => 'onLoad'], 0);
  3016.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  3017.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber4Service'));
  3018.         }, => 'onLoad'], 0);
  3019.         $instance->addListener('bluue.salesBundle.configDeliveryNoteButtons', [=> function () {
  3020.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\SalesBundle\\ConfigDeliveryNoteButtonsEventSubscriber'] ?? $this->load('getConfigDeliveryNoteButtonsEventSubscriberService'));
  3021.         }, => 'onConfigDeliveryNoteButtons'], 0);
  3022.         $instance->addListener('bluue.supplierOrdersBundle.receiptNote.button', [=> function () {
  3023.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\SuppliersOrdersBundle\\ReceiptNoteValidateSubscriber'] ?? $this->load('getReceiptNoteValidateSubscriberService'));
  3024.         }, => 'addButton'], 0);
  3025.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3026.             return ($this->privates['Bluue\\StatisticsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber16Service'));
  3027.         }, => 'onLoad'], 0);
  3028.         $instance->addListener('app.menu_configure', [=> function () {
  3029.             return ($this->privates['Bluue\\StatisticsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber17Service'));
  3030.         }, => 'onLoad'], 0);
  3031.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3032.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\ManufacturingBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  3033.         }, => 'onLoad'], 0);
  3034.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3035.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber10Service'));
  3036.         }, => 'onLoad'], 0);
  3037.         $instance->addListener('app.menu_configure', [=> function () {
  3038.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber11Service'));
  3039.         }, => 'onLoad'], 0);
  3040.         $instance->addListener('app.configurationPages', [=> function () {
  3041.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber10Service'));
  3042.         }, => 'onLoad'], 0);
  3043.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  3044.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber5Service'));
  3045.         }, => 'onLoad'], 0);
  3046.         $instance->addListener('app.menu_configure', [=> function () {
  3047.             return ($this->privates['Bluue\\ForecastedManufacturingBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber6Service'));
  3048.         }, => 'onLoad'], 0);
  3049.         $instance->addListener('app.menu_configure', [=> function () {
  3050.             return ($this->privates['Bluue\\ForecastedStockBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber7Service'));
  3051.         }, => 'onLoad'], 0);
  3052.         $instance->addListener('bluue.stocksBundle.menuStocksConfiguration', [=> function () {
  3053.             return ($this->privates['Bluue\\ForecastedStockBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber7Service'));
  3054.         }, => 'configurationStocksMenu'], 0);
  3055.         $instance->addListener('app.configurationPages', [=> function () {
  3056.             return ($this->privates['Bluue\\ForecastedStockBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber7Service'));
  3057.         }, => 'configurationMenu'], 0);
  3058.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3059.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber13Service'));
  3060.         }, => 'onLoad'], 0);
  3061.         $instance->addListener('bluue.massManagementListButtons', [=> function () {
  3062.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ConfigureListButtonsSubscriber'] ?? $this->load('getConfigureListButtonsSubscriber3Service'));
  3063.         }, => 'onLoad'], 0);
  3064.         $instance->addListener('app.menu_configure', [=> function () {
  3065.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber15Service'));
  3066.         }, => 'onLoad'], 0);
  3067.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  3068.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber8Service'));
  3069.         }, => 'onLoad'], 0);
  3070.         $instance->addListener('app.configurationPages', [=> function () {
  3071.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber15Service'));
  3072.         }, => 'onLoad'], 0);
  3073.         $instance->addListener('bluue.shipmentsBundle.deleteBurst', [=> function () {
  3074.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\DeleteBurstSubscriber'] ?? $this->load('getDeleteBurstSubscriberService'));
  3075.         }, => 'onLoad'], 0);
  3076.         $instance->addListener('bluue.productReturnsBundle.exchangeProductReturn.name', [=> function () {
  3077.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ProductReturnsBundle\\ExchangeProductReturnSubscriber'] ?? $this->load('getExchangeProductReturnSubscriberService'));
  3078.         }, => 'onLoad'], 0);
  3079.         $instance->addListener('bluue.salesBundle.deliveryNoteMovements.validateDeliveryNote', [=> function () {
  3080.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SalesBundle\\DeliveryNoteSubscriber'] ?? $this->load('getDeliveryNoteSubscriberService'));
  3081.         }, => 'validateDelivery'], 0);
  3082.         $instance->addListener('bluue.salesBundle.deliveryNoteMovements.cancelDeliveryNote', [=> function () {
  3083.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SalesBundle\\DeliveryNoteSubscriber'] ?? $this->load('getDeliveryNoteSubscriberService'));
  3084.         }, => 'cancelDelivery'], 0);
  3085.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  3086.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SalesBundle\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber5Service'));
  3087.         }, => 'onLoad'], 0);
  3088.         $instance->addListener('bluue.salesBundle.orderMovements.validateOrder', [=> function () {
  3089.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SalesBundle\\OrderSubscriber'] ?? $this->load('getOrderSubscriberService'));
  3090.         }, => 'validateOrder'], 0);
  3091.         $instance->addListener('app.shareContext', [=> function () {
  3092.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SharedContextSubscriber'] ?? $this->load('getSharedContextSubscriber3Service'));
  3093.         }, => 'onLoad'], 0);
  3094.         $instance->addListener('app.configurationPermissionsPage', [=> function () {
  3095.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\ConfigurePermissionsSubscriber'] ?? ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\ConfigurePermissionsSubscriber'] = new \Bluue\PrestashopConnectorBundle\EventSubscriber\ConfigurePermissionsSubscriber()));
  3096.         }, => 'onLoad'], 0);
  3097.         $instance->addListener('app.configurationPages', [=> function () {
  3098.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber11Service'));
  3099.         }, => 'onLoad'], 0);
  3100.         $instance->addListener('bluue.customersBundle.customerEditBlocked.postSubmit', [=> function () {
  3101.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CustomersBundle\\CustomerEditBlockedEventSubscriber'] ?? $this->load('getCustomerEditBlockedEventSubscriberService'));
  3102.         }, => 'postSubmit'], 0);
  3103.         $instance->addListener('bluue.customersBundle.customerEdit.postSubmit', [=> function () {
  3104.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CustomersBundle\\CustomerEditEventSubscriber'] ?? $this->load('getCustomerEditEventSubscriberService'));
  3105.         }, => 'postSubmit'], 0);
  3106.         $instance->addListener('bluue.salesBundle.editStateForOrder.postSubmit', [=> function () {
  3107.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\EditStateForOrderSubscriber'] ?? $this->load('getEditStateForOrderSubscriberService'));
  3108.         }, => 'postSubmit'], 0);
  3109.         $instance->addListener('bluue.shipmentsBundle.orderOptionsEditCarrier.postSubmit', [=> function () {
  3110.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\OrderOptionsEditCarrierSubscriber'] ?? $this->load('getOrderOptionsEditCarrierSubscriberService'));
  3111.         }, => 'postSubmit'], 0);
  3112.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  3113.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\SalesBundle\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber3Service'));
  3114.         }, => 'onLoad'], 0);
  3115.         $instance->addListener('bluue.salesBundle.invoiceMovements.validate', [=> function () {
  3116.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\SalesBundle\\InvoiceMovementsEventSubscriber'] ?? $this->load('getInvoiceMovementsEventSubscriberService'));
  3117.         }, => 'validate'], 0);
  3118.         $instance->addListener('bluue.salesBundle.orderEdit.postSubmit', [=> function () {
  3119.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\SalesBundle\\OrderEditSubscriber'] ?? $this->load('getOrderEditSubscriberService'));
  3120.         }, => 'postSubmit'], 0);
  3121.         $instance->addListener('bluue.stocksBundle.stockProductEdit.name', [=> function () {
  3122.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\StockProductEditSubscriber'] ?? $this->load('getStockProductEditSubscriberService'));
  3123.         }, => 'onChange'], 0);
  3124.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3125.             return ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber6Service'));
  3126.         }, => 'onLoad'], 0);
  3127.         $instance->addListener('app.menu_configure', [=> function () {
  3128.             return ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber8Service'));
  3129.         }, => 'onLoad'], 0);
  3130.         $instance->addListener('app.configurationPages', [=> function () {
  3131.             return ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber7Service'));
  3132.         }, => 'onLoad'], 0);
  3133.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3134.             return ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\CustomersBundle\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber3Service'));
  3135.         }, => 'onLoad'], 0);
  3136.         $instance->addListener('app.public_document_paths', [=> function () {
  3137.             return ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\EditPublicDocumentPathsSubscriber'] ?? ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\EditPublicDocumentPathsSubscriber'] = new \Bluue\GocardlessBundle\EventSubscriber\EditPublicDocumentPathsSubscriber()));
  3138.         }, => 'onLoad'], 0);
  3139.         $instance->addListener('bluue.salesBundle.documentTabs.invoiceTabs', [=> function () {
  3140.             return ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\SalesBundle\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber2Service'));
  3141.         }, => 'invoiceTabs'], 0);
  3142.         $instance->addListener('bluue.shipmentsBundle.configurationCarriersForEditOrderCarrier.name', [=> function () {
  3143.             return ($this->privates['Bluue\\MondialrelayBundle\\EventSubscriber\\ConfigureCarriersForEditOrderCarrierSubscriber'] ?? $this->load('getConfigureCarriersForEditOrderCarrierSubscriberService'));
  3144.         }, => 'onLoad'], 0);
  3145.         $instance->addListener('bluue.productReturnsBundle.configCarriersForProductReturns.conditions', [=> function () {
  3146.             return ($this->privates['Bluue\\MondialrelayBundle\\EventSubscriber\\ConfigureCarriersForProductReturnsSubscriber'] ?? $this->load('getConfigureCarriersForProductReturnsSubscriberService'));
  3147.         }, => 'onLoad'], 0);
  3148.         $instance->addListener('bluue.shipmentsBundle.menuConfigurationPageShipments', [=> function () {
  3149.             return ($this->privates['Bluue\\MondialrelayBundle\\EventSubscriber\\ConfigureShipmentsMenuSubscriber'] ?? $this->load('getConfigureShipmentsMenuSubscriberService'));
  3150.         }, => 'onLoad'], 0);
  3151.         $instance->addListener('app.configurationPages', [=> function () {
  3152.             return ($this->privates['Bluue\\MondialrelayBundle\\EventSubscriber\\ConfigureShipmentsMenuSubscriber'] ?? $this->load('getConfigureShipmentsMenuSubscriberService'));
  3153.         }, => 'onLoad2'], 0);
  3154.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3155.             return ($this->privates['Bluue\\UtilityBillsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber20Service'));
  3156.         }, => 'onLoad'], 0);
  3157.         $instance->addListener('app.menu_configure', [=> function () {
  3158.             return ($this->privates['Bluue\\UtilityBillsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber22Service'));
  3159.         }, => 'onLoad'], 0);
  3160.         $instance->addListener('bluue.supplierOrdersBundle.supplierOrderTabs.tabs', [=> function () {
  3161.             return ($this->privates['Bluue\\UtilityBillsBundle\\EventSubscriber\\SupplierOrderTabsSubscriber'] ?? $this->load('getSupplierOrderTabsSubscriberService'));
  3162.         }, => 'onLoad'], 0);
  3163.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3164.             return ($this->privates['Bluue\\PimBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? $this->load('getAdditionalJavascriptsSubscriber7Service'));
  3165.         }, => 'onLoad'], 0);
  3166.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3167.             return ($this->privates['Bluue\\PimBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber3Service'));
  3168.         }, => 'bundleRoles'], 0);
  3169.         $instance->addListener('bluue.massManagementListButtons', [=> function () {
  3170.             return ($this->privates['Bluue\\PimBundle\\EventSubscriber\\ConfigureProductsListButtonsSubscriber'] ?? $this->load('getConfigureProductsListButtonsSubscriber2Service'));
  3171.         }, => 'onLoad'], 0);
  3172.         $instance->addListener('bluue.productsBundle.configurationProductsListButtons', [=> function () {
  3173.             return ($this->privates['Bluue\\PimBundle\\EventSubscriber\\ConfigureProductsListButtonsSubscriber'] ?? $this->load('getConfigureProductsListButtonsSubscriber2Service'));
  3174.         }, => 'productListButtons'], 0);
  3175.         $instance->addListener('app.menu_configure', [=> function () {
  3176.             return ($this->privates['Bluue\\OvhSmsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber2Service'));
  3177.         }, => 'mainMenu'], 0);
  3178.         $instance->addListener('app.configurationPages', [=> function () {
  3179.             return ($this->privates['Bluue\\OvhSmsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber2Service'));
  3180.         }, => 'configurationMenu'], 0);
  3181.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3182.             return ($this->privates['Bluue\\OvhSmsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber2Service'));
  3183.         }, => 'roles'], 0);
  3184.         $instance->addListener('bluue.salesBundle.configQuotationButtons', [=> function () {
  3185.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\ConfigQuotationButtonsSubscriber'] ?? $this->load('getConfigQuotationButtonsSubscriberService'));
  3186.         }, => 'onLoad'], 0);
  3187.         $instance->addListener('app.menu_configure', [=> function () {
  3188.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber6Service'));
  3189.         }, => 'mainMenu'], 0);
  3190.         $instance->addListener('app.configurationPages', [=> function () {
  3191.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber6Service'));
  3192.         }, => 'configurationMenu'], 0);
  3193.         $instance->addListener('bluue.salesBundle.menuSalesConfiguration', [=> function () {
  3194.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber6Service'));
  3195.         }, => 'configurationSalesMenu'], 0);
  3196.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3197.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CustomersBundle\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber6Service'));
  3198.         }, => 'onLoad'], 0);
  3199.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3200.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber2Service'));
  3201.         }, => 'onLoad'], 0);
  3202.         $instance->addListener('app.configurationPagesSecondMenu', [=> function () {
  3203.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\ConfigureSecondMenuSubscriber'] ?? $this->load('getConfigureSecondMenuSubscriberService'));
  3204.         }, => 'onLoad'], 0);
  3205.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  3206.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriberService'));
  3207.         }, => 'onLoad'], 0);
  3208.         $instance->addListener('app.configurationPages', [=> function () {
  3209.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber2Service'));
  3210.         }, => 'onLoad'], 0);
  3211.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3212.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriberService'));
  3213.         }, => 'onLoad'], 0);
  3214.         $instance->addListener('app.menu_configure', [=> function () {
  3215.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriberService'));
  3216.         }, => 'configureMenu'], 0);
  3217.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3218.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomersBundle\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomersBundle\\AdditionalJavascriptsSubscriber'] = new \Bluue\CashRegisterBundle\EventSubscriber\CustomersBundle\AdditionalJavascriptsSubscriber()));
  3219.         }, => 'onLoad'], 0);
  3220.         $instance->addListener('bluue.customersBundle.customerEdit.preSetData', [=> function () {
  3221.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber2Service'));
  3222.         }, => 'addFields'], 0);
  3223.         $instance->addListener('bluue.customersBundle.customerEdit.tabs', [=> function () {
  3224.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber2Service'));
  3225.         }, => 'tabs'], 0);
  3226.         $instance->addListener('bluue.customersBundle.customerEdit.postSubmit', [=> function () {
  3227.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber2Service'));
  3228.         }, => 'postSubmit'], 0);
  3229.         $instance->addListener('bluue.customerBundle.customerViewPaths.name', [=> function () {
  3230.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomersBundle\\CustomerViewPathsSubscriber'] ?? $this->load('getCustomerViewPathsSubscriberService'));
  3231.         }, => 'onLoad'], 0);
  3232.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  3233.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber2Service'));
  3234.         }, => 'onLoad'], 0);
  3235.         $instance->addListener('app.menu_configure', [=> function () {
  3236.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber4Service'));
  3237.         }, => 'mainMenu'], 0);
  3238.         $instance->addListener('app.configurationPages', [=> function () {
  3239.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber4Service'));
  3240.         }, => 'configurationMenu'], 0);
  3241.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3242.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber4Service'));
  3243.         }, => 'bundleRoles'], 0);
  3244.         $instance->addListener('app.dashboard_widgets_configure', [=> function () {
  3245.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\DashboardSubscriber'] ?? $this->load('getDashboardSubscriber2Service'));
  3246.         }, => 'onLoad'], 0);
  3247.         $instance->addListener('app.edit_user_paths_configure', [=> function () {
  3248.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\EditUserPathsSubscriber'] ?? $this->load('getEditUserPathsSubscriberService'));
  3249.         }, => 'onLoad'], 0);
  3250.         $instance->addListener('bluue.projectsBundle.taskView.tabs', [=> function () {
  3251.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ProjectsBundle\\TaskViewSubscriber'] ?? $this->load('getTaskViewSubscriberService'));
  3252.         }, => 'tabs'], 0);
  3253.         $instance->addListener('bluue.projectsBundle.taskView.tabsParams', [=> function () {
  3254.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ProjectsBundle\\TaskViewSubscriber'] ?? $this->load('getTaskViewSubscriberService'));
  3255.         }, => 'tabsParams'], 0);
  3256.         $instance->addListener('bluue.projectsBundle.taskView.paths', [=> function () {
  3257.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ProjectsBundle\\TaskViewSubscriber'] ?? $this->load('getTaskViewSubscriberService'));
  3258.         }, => 'paths'], 0);
  3259.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3260.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber4Service'));
  3261.         }, => 'onLoad'], 0);
  3262.         $instance->addListener('app.menu_configure', [=> function () {
  3263.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber4Service'));
  3264.         }, => 'onLoad'], 0);
  3265.         $instance->addListener('app.configurationPermissionsPage', [=> function () {
  3266.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\ConfigurePermissionsSubscriber'] ?? ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\ConfigurePermissionsSubscriber'] = new \Bluue\CustomerOutstandingBundle\EventSubscriber\ConfigurePermissionsSubscriber()));
  3267.         }, => 'onLoad'], 0);
  3268.         $instance->addListener('app.configurationPages', [=> function () {
  3269.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber4Service'));
  3270.         }, => 'onLoad'], 0);
  3271.         $instance->addListener('bluue.customersBundle.customerEdit.preSetData', [=> function () {
  3272.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber3Service'));
  3273.         }, => 'addFields'], 0);
  3274.         $instance->addListener('bluue.customersBundle.customerEdit.tabs', [=> function () {
  3275.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber3Service'));
  3276.         }, => 'tabs'], 0);
  3277.         $instance->addListener('bluue.customersBundle.customerEdit.postSubmit', [=> function () {
  3278.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber3Service'));
  3279.         }, => 'postSubmit'], 0);
  3280.         $instance->addListener('app.menu_configure', [=> function () {
  3281.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber5Service'));
  3282.         }, => 'mainMenu'], 0);
  3283.         $instance->addListener('app.configurationPages', [=> function () {
  3284.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber5Service'));
  3285.         }, => 'configurationMenu'], 0);
  3286.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3287.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber5Service'));
  3288.         }, => 'bundleRoles'], 0);
  3289.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3290.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber5Service'));
  3291.         }, => 'additionalJs'], 0);
  3292.         $instance->addListener('bluue.massManagementListButtons', [=> function () {
  3293.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigureListButtonsSubscriber'] ?? $this->load('getConfigureListButtonsSubscriberService'));
  3294.         }, => 'onLoad'], 0);
  3295.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  3296.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber6Service'));
  3297.         }, => 'onLoad'], 0);
  3298.         $instance->addListener('bluue.crmBundle.opportunityView.links', [=> function () {
  3299.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\CrmBundle\\OpportunityViewLinksSubscriber'] ?? $this->load('getOpportunityViewLinksSubscriberService'));
  3300.         }, => 'links'], 0);
  3301.         $instance->addListener('bluue.crmBundle.opportunityViewTabs.name', [=> function () {
  3302.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\CrmBundle\\OpportunityViewTabsSubscriber'] ?? $this->load('getOpportunityViewTabsSubscriberService'));
  3303.         }, => 'onLoad'], 0);
  3304.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3305.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\CustomersBundle\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber5Service'));
  3306.         }, => 'viewTabs'], 0);
  3307.         $instance->addListener('app.dashboard_widgets_configure', [=> function () {
  3308.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\DashboardSubscriber'] ?? $this->load('getDashboardSubscriber3Service'));
  3309.         }, => 'onLoad'], 0);
  3310.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  3311.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber6Service'));
  3312.         }, => 'onLoad'], 0);
  3313.         $instance->addListener('bluue.projectsBundle.projectView.tabs', [=> function () {
  3314.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ProjectViewTabsSubscriber'] ?? $this->load('getProjectViewTabsSubscriberService'));
  3315.         }, => 'viewTabs'], 0);
  3316.         $instance->addListener('bluue.salesBundle.documentTabs.quotationTabs', [=> function () {
  3317.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\SalesBundle\\QuotationTabsSubscriber'] ?? $this->load('getQuotationTabsSubscriberService'));
  3318.         }, => 'quotationTabs'], 0);
  3319.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3320.             return ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\ShipmentsPictureBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  3321.         }, => 'onLoad'], 0);
  3322.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3323.             return ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber14Service'));
  3324.         }, => 'onLoad'], 0);
  3325.         $instance->addListener('bluue.shipmentsBundle.configurationBurstButtons', [=> function () {
  3326.             return ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\ConfigureBurstButtonsSubscriber'] ?? $this->load('getConfigureBurstButtonsSubscriberService'));
  3327.         }, => 'onLoad'], 0);
  3328.         $instance->addListener('app.configurationPages', [=> function () {
  3329.             return ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber16Service'));
  3330.         }, => 'onLoad'], 0);
  3331.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3332.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber15Service'));
  3333.         }, => 'onLoad'], 0);
  3334.         $instance->addListener('app.menu_configure', [=> function () {
  3335.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber16Service'));
  3336.         }, => 'onLoad'], 0);
  3337.         $instance->addListener('app.configurationPages', [=> function () {
  3338.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber17Service'));
  3339.         }, => 'onLoad'], 0);
  3340.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3341.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber8Service'));
  3342.         }, => 'onLoad'], 0);
  3343.         $instance->addListener('bluue.projectsBundle.projectView.links', [=> function () {
  3344.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\ProjectViewLinksSubscriber'] ?? $this->load('getProjectViewLinksSubscriber2Service'));
  3345.         }, => 'links'], 0);
  3346.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3347.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber19Service'));
  3348.         }, => 'onLoad'], 0);
  3349.         $instance->addListener('bluue.massManagementListButtons', [=> function () {
  3350.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\ConfigureListButtonsSubscriber'] ?? $this->load('getConfigureListButtonsSubscriber4Service'));
  3351.         }, => 'onLoad'], 0);
  3352.         $instance->addListener('app.menu_configure', [=> function () {
  3353.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber21Service'));
  3354.         }, => 'onLoad'], 0);
  3355.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  3356.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber11Service'));
  3357.         }, => 'onLoad'], 0);
  3358.         $instance->addListener('app.configurationPages', [=> function () {
  3359.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber19Service'));
  3360.         }, => 'onLoad'], 0);
  3361.         $instance->addListener('bluue.crmBundle.opportunityView.links', [=> function () {
  3362.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\CrmBundle\\OpportunityViewLinksSubscriber'] ?? $this->load('getOpportunityViewLinksSubscriber2Service'));
  3363.         }, => 'links'], 0);
  3364.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3365.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\CustomersBundle\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber9Service'));
  3366.         }, => 'onLoad'], 0);
  3367.         $instance->addListener('app.configurationPages', [=> function () {
  3368.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriberService'));
  3369.         }, => 'configurationMenu'], 0);
  3370.         $instance->addListener('bluue.cashRegisterBundle.menuConfigurationPageCashRegister', [=> function () {
  3371.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriberService'));
  3372.         }, => 'cashRegisterMenu'], 0);
  3373.         $instance->addListener('app.configurationPages', [=> function () {
  3374.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\ConfigurationMenuSubscriber'] ?? $this->load('getConfigurationMenuSubscriberService'));
  3375.         }, => 'onLoad'], 0);
  3376.         $instance->addListener('bluue.cashRegisterBundle.customerFidelity.checkCard', [=> function () {
  3377.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\CustomerFidelitySubscriber'] ?? $this->load('getCustomerFidelitySubscriberService'));
  3378.         }, => 'checkCard'], 0);
  3379.         $instance->addListener('bluue.cashRegisterBundle.customerFidelity.getInfos', [=> function () {
  3380.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\CustomerFidelitySubscriber'] ?? $this->load('getCustomerFidelitySubscriberService'));
  3381.         }, => 'getInfos'], 0);
  3382.         $instance->addListener('bluue.cashRegisterBundle.customerFidelity.useCredits', [=> function () {
  3383.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\CustomerFidelitySubscriber'] ?? $this->load('getCustomerFidelitySubscriberService'));
  3384.         }, => 'useCredits'], 0);
  3385.         $instance->addListener('bluue.cashRegisterBundle.discountCoupon.list', [=> function () {
  3386.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\DiscountCouponSubscriber'] ?? $this->load('getDiscountCouponSubscriberService'));
  3387.         }, => 'listCoupons'], 0);
  3388.         $instance->addListener('bluue.cashRegisterBundle.discountCoupon.check', [=> function () {
  3389.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\DiscountCouponSubscriber'] ?? $this->load('getDiscountCouponSubscriberService'));
  3390.         }, => 'checkCoupon'], 0);
  3391.         $instance->addListener('bluue.cashRegisterBundle.discountCoupon.apply', [=> function () {
  3392.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\DiscountCouponSubscriber'] ?? $this->load('getDiscountCouponSubscriberService'));
  3393.         }, => 'applyCoupon'], 0);
  3394.         $instance->addListener('bluue.cashRegisterBundle.editCustomerReceipt.edit', [=> function () {
  3395.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\EditCustomerReceiptSubscriber'] ?? $this->load('getEditCustomerReceiptSubscriberService'));
  3396.         }, => 'edit'], 0);
  3397.         $instance->addListener('bluue.cashRegisterBundle.receiptMovements.validateReceipt', [=> function () {
  3398.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\ReceiptSubscriber'] ?? $this->load('getReceiptSubscriberService'));
  3399.         }, => 'validateReceipt'], 0);
  3400.         $instance->addListener('app.menu_configure', [=> function () {
  3401.             return ($this->privates['Bluue\\Cx3Bundle\\EventSubscriber\\ConfigureMenuEventSubscriber'] ?? $this->load('getConfigureMenuEventSubscriberService'));
  3402.         }, => 'onLoad'], 0);
  3403.         $instance->addListener('app.configurationPages', [=> function () {
  3404.             return ($this->privates['Bluue\\Cx3Bundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber6Service'));
  3405.         }, => 'onLoad'], 0);
  3406.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3407.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3408.         }, => 'checkPassport'], 512);
  3409.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3410.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3411.         }, => 'onLogout'], 0);
  3412.         return $instance;
  3413.     }
  3414.     /**
  3415.      * Gets the public 'http_kernel' shared service.
  3416.      *
  3417.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3418.      */
  3419.     protected function getHttpKernelService()
  3420.     {
  3421.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3422.         if (isset($this->services['http_kernel'])) {
  3423.             return $this->services['http_kernel'];
  3424.         }
  3425.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3426.         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 () {
  3427.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  3428.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  3429.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  3430.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  3431.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  3432.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  3433.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  3434.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  3435.         }, 8)), $b));
  3436.     }
  3437.     /**
  3438.      * Gets the public 'knp_menu.matcher' shared service.
  3439.      *
  3440.      * @return \Knp\Menu\Matcher\Matcher
  3441.      */
  3442.     protected function getKnpMenu_MatcherService()
  3443.     {
  3444.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  3445.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  3446.         }, 1));
  3447.     }
  3448.     /**
  3449.      * Gets the public 'messenger.default_bus' shared service.
  3450.      *
  3451.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  3452.      */
  3453.     protected function getMessenger_DefaultBusService()
  3454.     {
  3455.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  3456.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  3457.             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')));
  3458.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  3459.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  3460.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  3461.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  3462.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  3463.         }, 7)));
  3464.     }
  3465.     /**
  3466.      * Gets the public 'request_stack' shared service.
  3467.      *
  3468.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3469.      */
  3470.     protected function getRequestStackService()
  3471.     {
  3472.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3473.     }
  3474.     /**
  3475.      * Gets the public 'router' shared service.
  3476.      *
  3477.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  3478.      */
  3479.     protected function getRouterService()
  3480.     {
  3481.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  3482.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3483.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3484.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3485.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3486.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3487.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  3488.         ], [
  3489.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3490.         ]))->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');
  3491.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3492.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3493.         return $instance;
  3494.     }
  3495.     /**
  3496.      * Gets the public 'translator' shared service.
  3497.      *
  3498.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3499.      */
  3500.     protected function getTranslatorService()
  3501.     {
  3502.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3503.     }
  3504.     /**
  3505.      * Gets the public 'var_dumper.cloner' shared service.
  3506.      *
  3507.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3508.      */
  3509.     protected function getVarDumper_ClonerService()
  3510.     {
  3511.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3512.         $instance->setMaxItems(2500);
  3513.         $instance->setMinDepth(1);
  3514.         $instance->setMaxString(-1);
  3515.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3516.         return $instance;
  3517.     }
  3518.     /**
  3519.      * Gets the private '.debug.http_client' shared service.
  3520.      *
  3521.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3522.      */
  3523.     protected function get_Debug_HttpClientService()
  3524.     {
  3525.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3526.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3527.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3528.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3529.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3530.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3531.         $a->setLogger($b);
  3532.         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))));
  3533.     }
  3534.     /**
  3535.      * Gets the private '.service_locator.e_lw0y.' shared service.
  3536.      *
  3537.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3538.      */
  3539.     protected function get_ServiceLocator_ELw0y_Service()
  3540.     {
  3541.         return $this->privates['.service_locator.e_lw0y.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3542.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'true],
  3543.             'security.firewall.map.context.apiv2' => ['privates''security.firewall.map.context.apiv2''getSecurity_Firewall_Map_Context_Apiv2Service'true],
  3544.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  3545.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  3546.         ], [
  3547.             'security.firewall.map.context.api_login' => '?',
  3548.             'security.firewall.map.context.apiv2' => '?',
  3549.             'security.firewall.map.context.dev' => '?',
  3550.             'security.firewall.map.context.main' => '?',
  3551.         ]);
  3552.     }
  3553.     /**
  3554.      * Gets the private 'App\Repository\ActivityRepository' shared autowired service.
  3555.      *
  3556.      * @return \App\Repository\ActivityRepository
  3557.      */
  3558.     protected function getActivityRepositoryService()
  3559.     {
  3560.         return $this->privates['App\\Repository\\ActivityRepository'] = new \App\Repository\ActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3561.     }
  3562.     /**
  3563.      * Gets the private 'App\Repository\ConfigurationRepository' shared autowired service.
  3564.      *
  3565.      * @return \App\Repository\ConfigurationRepository
  3566.      */
  3567.     protected function getConfigurationRepositoryService()
  3568.     {
  3569.         return $this->privates['App\\Repository\\ConfigurationRepository'] = new \App\Repository\ConfigurationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3570.     }
  3571.     /**
  3572.      * Gets the private 'App\Repository\ContextRepository' shared autowired service.
  3573.      *
  3574.      * @return \App\Repository\ContextRepository
  3575.      */
  3576.     protected function getContextRepositoryService()
  3577.     {
  3578.         $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()));
  3579.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3580.         return $instance;
  3581.     }
  3582.     /**
  3583.      * Gets the private 'App\Repository\CurrencyRepository' shared autowired service.
  3584.      *
  3585.      * @return \App\Repository\CurrencyRepository
  3586.      */
  3587.     protected function getCurrencyRepositoryService()
  3588.     {
  3589.         $this->privates['App\\Repository\\CurrencyRepository'] = $instance = new \App\Repository\CurrencyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3590.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3591.         return $instance;
  3592.     }
  3593.     /**
  3594.      * Gets the private 'App\Repository\EstablishmentRepository' shared autowired service.
  3595.      *
  3596.      * @return \App\Repository\EstablishmentRepository
  3597.      */
  3598.     protected function getEstablishmentRepositoryService()
  3599.     {
  3600.         $this->privates['App\\Repository\\EstablishmentRepository'] = $instance = new \App\Repository\EstablishmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3601.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3602.         return $instance;
  3603.     }
  3604.     /**
  3605.      * Gets the private 'App\Repository\FileManagerRepository' shared autowired service.
  3606.      *
  3607.      * @return \App\Repository\FileManagerRepository
  3608.      */
  3609.     protected function getFileManagerRepositoryService()
  3610.     {
  3611.         return $this->privates['App\\Repository\\FileManagerRepository'] = new \App\Repository\FileManagerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  3612.     }
  3613.     /**
  3614.      * Gets the private 'App\Repository\TaxRuleCountryRepository' shared autowired service.
  3615.      *
  3616.      * @return \App\Repository\TaxRuleCountryRepository
  3617.      */
  3618.     protected function getTaxRuleCountryRepositoryService()
  3619.     {
  3620.         $this->privates['App\\Repository\\TaxRuleCountryRepository'] = $instance = new \App\Repository\TaxRuleCountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3621.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3622.         return $instance;
  3623.     }
  3624.     /**
  3625.      * Gets the private 'App\Repository\UnitMeasureRepository' shared autowired service.
  3626.      *
  3627.      * @return \App\Repository\UnitMeasureRepository
  3628.      */
  3629.     protected function getUnitMeasureRepositoryService()
  3630.     {
  3631.         $this->privates['App\\Repository\\UnitMeasureRepository'] = $instance = new \App\Repository\UnitMeasureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3632.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3633.         return $instance;
  3634.     }
  3635.     /**
  3636.      * Gets the private 'App\Repository\UserContextRepository' shared autowired service.
  3637.      *
  3638.      * @return \App\Repository\UserContextRepository
  3639.      */
  3640.     protected function getUserContextRepositoryService()
  3641.     {
  3642.         return $this->privates['App\\Repository\\UserContextRepository'] = new \App\Repository\UserContextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3643.     }
  3644.     /**
  3645.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  3646.      *
  3647.      * @return \App\Repository\UserRepository
  3648.      */
  3649.     protected function getUserRepositoryService()
  3650.     {
  3651.         $this->privates['App\\Repository\\UserRepository'] = $instance = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3652.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3653.         return $instance;
  3654.     }
  3655.     /**
  3656.      * Gets the private 'App\Services\CheckBundleInstall' shared autowired service.
  3657.      *
  3658.      * @return \App\Services\CheckBundleInstall
  3659.      */
  3660.     protected function getCheckBundleInstallService()
  3661.     {
  3662.         return $this->privates['App\\Services\\CheckBundleInstall'] = new \App\Services\CheckBundleInstall();
  3663.     }
  3664.     /**
  3665.      * Gets the private 'App\Services\Configuration' shared autowired service.
  3666.      *
  3667.      * @return \App\Services\Configuration
  3668.      */
  3669.     protected function getConfigurationService()
  3670.     {
  3671.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3672.         if (isset($this->privates['App\\Services\\Configuration'])) {
  3673.             return $this->privates['App\\Services\\Configuration'];
  3674.         }
  3675.         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);
  3676.     }
  3677.     /**
  3678.      * Gets the private 'App\Services\Context' shared autowired service.
  3679.      *
  3680.      * @return \App\Services\Context
  3681.      */
  3682.     protected function getContextService()
  3683.     {
  3684.         $a = ($this->privates['App\\Repository\\ContextRepository'] ?? $this->getContextRepositoryService());
  3685.         if (isset($this->privates['App\\Services\\Context'])) {
  3686.             return $this->privates['App\\Services\\Context'];
  3687.         }
  3688.         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()));
  3689.     }
  3690.     /**
  3691.      * Gets the private 'App\Services\Currency' shared autowired service.
  3692.      *
  3693.      * @return \App\Services\Currency
  3694.      */
  3695.     protected function getCurrencyService()
  3696.     {
  3697.         return $this->privates['App\\Services\\Currency'] = new \App\Services\Currency(($this->privates['App\\Repository\\CurrencyRepository'] ?? $this->getCurrencyRepositoryService()), ($this->privates['App\\Services\\SessionContextCurrency'] ?? $this->getSessionContextCurrencyService()));
  3698.     }
  3699.     /**
  3700.      * Gets the private 'App\Services\DefaultLocale' shared autowired service.
  3701.      *
  3702.      * @return \App\Services\DefaultLocale
  3703.      */
  3704.     protected function getDefaultLocaleService()
  3705.     {
  3706.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3707.         if (isset($this->privates['App\\Services\\DefaultLocale'])) {
  3708.             return $this->privates['App\\Services\\DefaultLocale'];
  3709.         }
  3710.         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))));
  3711.     }
  3712.     /**
  3713.      * Gets the private 'App\Services\FileManager' shared autowired service.
  3714.      *
  3715.      * @return \App\Services\FileManager
  3716.      */
  3717.     protected function getFileManagerService()
  3718.     {
  3719.         return $this->privates['App\\Services\\FileManager'] = new \App\Services\FileManager(($this->privates['App\\Repository\\FileManagerRepository'] ?? $this->getFileManagerRepositoryService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  3720.     }
  3721.     /**
  3722.      * Gets the private 'App\Services\Notification' shared autowired service.
  3723.      *
  3724.      * @return \App\Services\Notification
  3725.      */
  3726.     protected function getNotificationService()
  3727.     {
  3728.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3729.         if (isset($this->privates['App\\Services\\Notification'])) {
  3730.             return $this->privates['App\\Services\\Notification'];
  3731.         }
  3732.         return $this->privates['App\\Services\\Notification'] = new \App\Services\Notification($a, ($this->privates['App\\Services\\ObjectSerialize'] ?? $this->getObjectSerializeService()));
  3733.     }
  3734.     /**
  3735.      * Gets the private 'App\Services\ObjectSerialize' shared autowired service.
  3736.      *
  3737.      * @return \App\Services\ObjectSerialize
  3738.      */
  3739.     protected function getObjectSerializeService()
  3740.     {
  3741.         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())));
  3742.     }
  3743.     /**
  3744.      * Gets the private 'App\Services\Openssl' shared autowired service.
  3745.      *
  3746.      * @return \App\Services\Openssl
  3747.      */
  3748.     protected function getOpensslService()
  3749.     {
  3750.         return $this->privates['App\\Services\\Openssl'] = new \App\Services\Openssl($this->getEnv('resolve:ENCRYPT_PASSPHRASE'), $this->getEnv('resolve:ENCRYPT_IV'));
  3751.     }
  3752.     /**
  3753.      * Gets the private 'App\Services\Pdf' shared autowired service.
  3754.      *
  3755.      * @return \App\Services\Pdf
  3756.      */
  3757.     protected function getPdfService()
  3758.     {
  3759.         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)));
  3760.     }
  3761.     /**
  3762.      * Gets the private 'App\Services\SessionContextCurrency' shared autowired service.
  3763.      *
  3764.      * @return \App\Services\SessionContextCurrency
  3765.      */
  3766.     protected function getSessionContextCurrencyService()
  3767.     {
  3768.         return $this->privates['App\\Services\\SessionContextCurrency'] = new \App\Services\SessionContextCurrency(($this->privates['App\\Repository\\CurrencyRepository'] ?? $this->getCurrencyRepositoryService()), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3769.     }
  3770.     /**
  3771.      * Gets the private 'App\Services\SoftdeleteFilter' shared autowired service.
  3772.      *
  3773.      * @return \App\Services\SoftdeleteFilter
  3774.      */
  3775.     protected function getSoftdeleteFilterService()
  3776.     {
  3777.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3778.         if (isset($this->privates['App\\Services\\SoftdeleteFilter'])) {
  3779.             return $this->privates['App\\Services\\SoftdeleteFilter'];
  3780.         }
  3781.         return $this->privates['App\\Services\\SoftdeleteFilter'] = new \App\Services\SoftdeleteFilter($a);
  3782.     }
  3783.     /**
  3784.      * Gets the private 'App\Twig\CalcPrice' shared autowired service.
  3785.      *
  3786.      * @return \App\Twig\CalcPrice
  3787.      */
  3788.     protected function getCalcPriceService()
  3789.     {
  3790.         return $this->privates['App\\Twig\\CalcPrice'] = new \App\Twig\CalcPrice(($this->privates['App\\Services\\Currency'] ?? $this->getCurrencyService()), ($this->privates['App\\Repository\\TaxRuleCountryRepository'] ?? $this->getTaxRuleCountryRepositoryService()), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3791.     }
  3792.     /**
  3793.      * Gets the private 'App\Twig\DurationExtension' shared autowired service.
  3794.      *
  3795.      * @return \App\Twig\DurationExtension
  3796.      */
  3797.     protected function getDurationExtensionService()
  3798.     {
  3799.         return $this->privates['App\\Twig\\DurationExtension'] = new \App\Twig\DurationExtension();
  3800.     }
  3801.     /**
  3802.      * Gets the private 'App\Twig\EntityExtension' shared autowired service.
  3803.      *
  3804.      * @return \App\Twig\EntityExtension
  3805.      */
  3806.     protected function getEntityExtensionService()
  3807.     {
  3808.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3809.         if (isset($this->privates['App\\Twig\\EntityExtension'])) {
  3810.             return $this->privates['App\\Twig\\EntityExtension'];
  3811.         }
  3812.         return $this->privates['App\\Twig\\EntityExtension'] = new \App\Twig\EntityExtension($a);
  3813.     }
  3814.     /**
  3815.      * Gets the private 'Bluue\AccountingBundle\Repository\CustomerAccountRepository' shared autowired service.
  3816.      *
  3817.      * @return \Bluue\AccountingBundle\Repository\CustomerAccountRepository
  3818.      */
  3819.     protected function getCustomerAccountRepositoryService()
  3820.     {
  3821.         $this->privates['Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository'] = $instance = new \Bluue\AccountingBundle\Repository\CustomerAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3822.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3823.         return $instance;
  3824.     }
  3825.     /**
  3826.      * Gets the private 'Bluue\ApiCmsBundle\Repository\MappingRepository' shared autowired service.
  3827.      *
  3828.      * @return \Bluue\ApiCmsBundle\Repository\MappingRepository
  3829.      */
  3830.     protected function getMappingRepositoryService()
  3831.     {
  3832.         $this->privates['Bluue\\ApiCmsBundle\\Repository\\MappingRepository'] = $instance = new \Bluue\ApiCmsBundle\Repository\MappingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3833.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3834.         return $instance;
  3835.     }
  3836.     /**
  3837.      * Gets the private 'Bluue\CashRegisterBundle\Repository\CashRegisterRepository' shared autowired service.
  3838.      *
  3839.      * @return \Bluue\CashRegisterBundle\Repository\CashRegisterRepository
  3840.      */
  3841.     protected function getCashRegisterRepositoryService()
  3842.     {
  3843.         $this->privates['Bluue\\CashRegisterBundle\\Repository\\CashRegisterRepository'] = $instance = new \Bluue\CashRegisterBundle\Repository\CashRegisterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3844.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3845.         return $instance;
  3846.     }
  3847.     /**
  3848.      * Gets the private 'Bluue\CashRegisterBundle\Repository\CashierRepository' shared autowired service.
  3849.      *
  3850.      * @return \Bluue\CashRegisterBundle\Repository\CashierRepository
  3851.      */
  3852.     protected function getCashierRepositoryService()
  3853.     {
  3854.         $this->privates['Bluue\\CashRegisterBundle\\Repository\\CashierRepository'] = $instance = new \Bluue\CashRegisterBundle\Repository\CashierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3855.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3856.         return $instance;
  3857.     }
  3858.     /**
  3859.      * Gets the private 'Bluue\CashRegisterBundle\Repository\CustomerFidelityRepository' shared autowired service.
  3860.      *
  3861.      * @return \Bluue\CashRegisterBundle\Repository\CustomerFidelityRepository
  3862.      */
  3863.     protected function getCustomerFidelityRepositoryService()
  3864.     {
  3865.         return $this->privates['Bluue\\CashRegisterBundle\\Repository\\CustomerFidelityRepository'] = new \Bluue\CashRegisterBundle\Repository\CustomerFidelityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3866.     }
  3867.     /**
  3868.      * Gets the private 'Bluue\CashRegisterBundle\Repository\FavoriteProductRepository' shared autowired service.
  3869.      *
  3870.      * @return \Bluue\CashRegisterBundle\Repository\FavoriteProductRepository
  3871.      */
  3872.     protected function getFavoriteProductRepositoryService()
  3873.     {
  3874.         $this->privates['Bluue\\CashRegisterBundle\\Repository\\FavoriteProductRepository'] = $instance = new \Bluue\CashRegisterBundle\Repository\FavoriteProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3875.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3876.         return $instance;
  3877.     }
  3878.     /**
  3879.      * Gets the private 'Bluue\CashRegisterBundle\Repository\ManagerCardRepository' shared autowired service.
  3880.      *
  3881.      * @return \Bluue\CashRegisterBundle\Repository\ManagerCardRepository
  3882.      */
  3883.     protected function getManagerCardRepositoryService()
  3884.     {
  3885.         $this->privates['Bluue\\CashRegisterBundle\\Repository\\ManagerCardRepository'] = $instance = new \Bluue\CashRegisterBundle\Repository\ManagerCardRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3886.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3887.         return $instance;
  3888.     }
  3889.     /**
  3890.      * Gets the private 'Bluue\CashRegisterBundle\Repository\PaymentRepository' shared autowired service.
  3891.      *
  3892.      * @return \Bluue\CashRegisterBundle\Repository\PaymentRepository
  3893.      */
  3894.     protected function getPaymentRepositoryService()
  3895.     {
  3896.         $this->privates['Bluue\\CashRegisterBundle\\Repository\\PaymentRepository'] = $instance = new \Bluue\CashRegisterBundle\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3897.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3898.         return $instance;
  3899.     }
  3900.     /**
  3901.      * Gets the private 'Bluue\CashRegisterBundle\Twig\ImageExtension' shared autowired service.
  3902.      *
  3903.      * @return \Bluue\CashRegisterBundle\Twig\ImageExtension
  3904.      */
  3905.     protected function getImageExtensionService()
  3906.     {
  3907.         return $this->privates['Bluue\\CashRegisterBundle\\Twig\\ImageExtension'] = new \Bluue\CashRegisterBundle\Twig\ImageExtension(($this->privates['App\\Repository\\FileManagerRepository'] ?? $this->getFileManagerRepositoryService()), ($this->privates['App\\Services\\FileManager'] ?? $this->getFileManagerService()));
  3908.     }
  3909.     /**
  3910.      * Gets the private 'Bluue\CashRegisterBundle\Twig\SecurityExtension' shared autowired service.
  3911.      *
  3912.      * @return \Bluue\CashRegisterBundle\Twig\SecurityExtension
  3913.      */
  3914.     protected function getSecurityExtensionService()
  3915.     {
  3916.         return $this->privates['Bluue\\CashRegisterBundle\\Twig\\SecurityExtension'] = new \Bluue\CashRegisterBundle\Twig\SecurityExtension(($this->privates['Bluue\\CashRegisterBundle\\Repository\\CashierRepository'] ?? $this->getCashierRepositoryService()), ($this->privates['Bluue\\CashRegisterBundle\\Repository\\CashRegisterRepository'] ?? $this->getCashRegisterRepositoryService()), ($this->privates['Bluue\\CashRegisterBundle\\Repository\\ManagerCardRepository'] ?? $this->getManagerCardRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3917.     }
  3918.     /**
  3919.      * Gets the private 'Bluue\CategoriesBundle\Repository\CategoryProductRepository' shared autowired service.
  3920.      *
  3921.      * @return \Bluue\CategoriesBundle\Repository\CategoryProductRepository
  3922.      */
  3923.     protected function getCategoryProductRepositoryService()
  3924.     {
  3925.         $this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository'] = $instance = new \Bluue\CategoriesBundle\Repository\CategoryProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3926.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3927.         return $instance;
  3928.     }
  3929.     /**
  3930.      * Gets the private 'Bluue\CategoriesBundle\Repository\CategoryRepository' shared autowired service.
  3931.      *
  3932.      * @return \Bluue\CategoriesBundle\Repository\CategoryRepository
  3933.      */
  3934.     protected function getCategoryRepositoryService()
  3935.     {
  3936.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3937.         if (isset($this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryRepository'])) {
  3938.             return $this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryRepository'];
  3939.         }
  3940.         $this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryRepository'] = $instance = new \Bluue\CategoriesBundle\Repository\CategoryRepository($a);
  3941.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3942.         return $instance;
  3943.     }
  3944.     /**
  3945.      * Gets the private 'Bluue\CustomersBundle\Repository\CustomerRepository' shared autowired service.
  3946.      *
  3947.      * @return \Bluue\CustomersBundle\Repository\CustomerRepository
  3948.      */
  3949.     protected function getCustomerRepositoryService()
  3950.     {
  3951.         $this->privates['Bluue\\CustomersBundle\\Repository\\CustomerRepository'] = $instance = new \Bluue\CustomersBundle\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3952.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3953.         return $instance;
  3954.     }
  3955.     /**
  3956.      * Gets the private 'Bluue\GocardlessBundle\Repository\CustomerMappingRepository' shared autowired service.
  3957.      *
  3958.      * @return \Bluue\GocardlessBundle\Repository\CustomerMappingRepository
  3959.      */
  3960.     protected function getCustomerMappingRepositoryService()
  3961.     {
  3962.         $this->privates['Bluue\\GocardlessBundle\\Repository\\CustomerMappingRepository'] = $instance = new \Bluue\GocardlessBundle\Repository\CustomerMappingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3963.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3964.         return $instance;
  3965.     }
  3966.     /**
  3967.      * Gets the private 'Bluue\GocardlessBundle\Services\GocardlessService' shared autowired service.
  3968.      *
  3969.      * @return \Bluue\GocardlessBundle\Services\GocardlessService
  3970.      */
  3971.     protected function getGocardlessServiceService()
  3972.     {
  3973.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  3974.         if (isset($this->privates['Bluue\\GocardlessBundle\\Services\\GocardlessService'])) {
  3975.             return $this->privates['Bluue\\GocardlessBundle\\Services\\GocardlessService'];
  3976.         }
  3977.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3978.         if (isset($this->privates['Bluue\\GocardlessBundle\\Services\\GocardlessService'])) {
  3979.             return $this->privates['Bluue\\GocardlessBundle\\Services\\GocardlessService'];
  3980.         }
  3981.         return $this->privates['Bluue\\GocardlessBundle\\Services\\GocardlessService'] = new \Bluue\GocardlessBundle\Services\GocardlessService($a, ($this->privates['App\\Services\\Openssl'] ?? ($this->privates['App\\Services\\Openssl'] = new \App\Services\Openssl($this->getEnv('resolve:ENCRYPT_PASSPHRASE'), $this->getEnv('resolve:ENCRYPT_IV')))), $b, ($this->services['translator'] ?? $this->getTranslatorService()));
  3982.     }
  3983.     /**
  3984.      * Gets the private 'Bluue\GocardlessBundle\Twig\GocardlessExtension' shared autowired service.
  3985.      *
  3986.      * @return \Bluue\GocardlessBundle\Twig\GocardlessExtension
  3987.      */
  3988.     protected function getGocardlessExtensionService()
  3989.     {
  3990.         $a = ($this->privates['Bluue\\GocardlessBundle\\Services\\GocardlessService'] ?? $this->getGocardlessServiceService());
  3991.         if (isset($this->privates['Bluue\\GocardlessBundle\\Twig\\GocardlessExtension'])) {
  3992.             return $this->privates['Bluue\\GocardlessBundle\\Twig\\GocardlessExtension'];
  3993.         }
  3994.         return $this->privates['Bluue\\GocardlessBundle\\Twig\\GocardlessExtension'] = new \Bluue\GocardlessBundle\Twig\GocardlessExtension($a, ($this->privates['Bluue\\GocardlessBundle\\Repository\\CustomerMappingRepository'] ?? $this->getCustomerMappingRepositoryService()));
  3995.     }
  3996.     /**
  3997.      * Gets the private 'Bluue\InventoriesBundle\Repository\InventoryOriginalProductQuantityRepository' shared autowired service.
  3998.      *
  3999.      * @return \Bluue\InventoriesBundle\Repository\InventoryOriginalProductQuantityRepository
  4000.      */
  4001.     protected function getInventoryOriginalProductQuantityRepositoryService()
  4002.     {
  4003.         return $this->privates['Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductQuantityRepository'] = new \Bluue\InventoriesBundle\Repository\InventoryOriginalProductQuantityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4004.     }
  4005.     /**
  4006.      * Gets the private 'Bluue\InventoriesBundle\Serializer\InventoriesContextBuilder' shared autowired service.
  4007.      *
  4008.      * @return \Bluue\InventoriesBundle\Serializer\InventoriesContextBuilder
  4009.      */
  4010.     protected function getInventoriesContextBuilderService()
  4011.     {
  4012.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4013.         if (isset($this->privates['Bluue\\InventoriesBundle\\Serializer\\InventoriesContextBuilder'])) {
  4014.             return $this->privates['Bluue\\InventoriesBundle\\Serializer\\InventoriesContextBuilder'];
  4015.         }
  4016.         $b = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  4017.         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);
  4018.     }
  4019.     /**
  4020.      * Gets the private 'Bluue\LabelsBundle\Repository\LabelRepository' shared autowired service.
  4021.      *
  4022.      * @return \Bluue\LabelsBundle\Repository\LabelRepository
  4023.      */
  4024.     protected function getLabelRepositoryService()
  4025.     {
  4026.         $this->privates['Bluue\\LabelsBundle\\Repository\\LabelRepository'] = $instance = new \Bluue\LabelsBundle\Repository\LabelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4027.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4028.         return $instance;
  4029.     }
  4030.     /**
  4031.      * Gets the private 'Bluue\OvhSmsBundle\Repository\SmsRepository' shared autowired service.
  4032.      *
  4033.      * @return \Bluue\OvhSmsBundle\Repository\SmsRepository
  4034.      */
  4035.     protected function getSmsRepositoryService()
  4036.     {
  4037.         $this->privates['Bluue\\OvhSmsBundle\\Repository\\SmsRepository'] = $instance = new \Bluue\OvhSmsBundle\Repository\SmsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4038.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4039.         return $instance;
  4040.     }
  4041.     /**
  4042.      * Gets the private 'Bluue\PlanningBundle\Repository\SlotRepository' shared autowired service.
  4043.      *
  4044.      * @return \Bluue\PlanningBundle\Repository\SlotRepository
  4045.      */
  4046.     protected function getSlotRepositoryService()
  4047.     {
  4048.         $this->privates['Bluue\\PlanningBundle\\Repository\\SlotRepository'] = $instance = new \Bluue\PlanningBundle\Repository\SlotRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4049.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4050.         return $instance;
  4051.     }
  4052.     /**
  4053.      * Gets the private 'Bluue\PrestashopConnectorBundle\Services\Api' shared autowired service.
  4054.      *
  4055.      * @return \Bluue\PrestashopConnectorBundle\Services\Api
  4056.      */
  4057.     protected function getApi2Service()
  4058.     {
  4059.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4060.         if (isset($this->privates['Bluue\\PrestashopConnectorBundle\\Services\\Api'])) {
  4061.             return $this->privates['Bluue\\PrestashopConnectorBundle\\Services\\Api'];
  4062.         }
  4063.         return $this->privates['Bluue\\PrestashopConnectorBundle\\Services\\Api'] = new \Bluue\PrestashopConnectorBundle\Services\Api($a, ($this->privates['App\\Services\\Openssl'] ?? ($this->privates['App\\Services\\Openssl'] = new \App\Services\Openssl($this->getEnv('resolve:ENCRYPT_PASSPHRASE'), $this->getEnv('resolve:ENCRYPT_IV')))), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4064.     }
  4065.     /**
  4066.      * Gets the private 'Bluue\ProductReturnsBundle\Repository\ProductReturnRepository' shared autowired service.
  4067.      *
  4068.      * @return \Bluue\ProductReturnsBundle\Repository\ProductReturnRepository
  4069.      */
  4070.     protected function getProductReturnRepositoryService()
  4071.     {
  4072.         $this->privates['Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository'] = $instance = new \Bluue\ProductReturnsBundle\Repository\ProductReturnRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4073.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4074.         return $instance;
  4075.     }
  4076.     /**
  4077.      * Gets the private 'Bluue\ProductsBundle\Repository\DeclinationRepository' shared autowired service.
  4078.      *
  4079.      * @return \Bluue\ProductsBundle\Repository\DeclinationRepository
  4080.      */
  4081.     protected function getDeclinationRepositoryService()
  4082.     {
  4083.         $a = ($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
  4084.         if (isset($this->privates['Bluue\\ProductsBundle\\Repository\\DeclinationRepository'])) {
  4085.             return $this->privates['Bluue\\ProductsBundle\\Repository\\DeclinationRepository'];
  4086.         }
  4087.         $b = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  4088.         $this->privates['Bluue\\ProductsBundle\\Repository\\DeclinationRepository'] = $instance = new \Bluue\ProductsBundle\Repository\DeclinationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  4089.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
  4090.         return $instance;
  4091.     }
  4092.     /**
  4093.      * Gets the private 'Bluue\ProductsBundle\Repository\Ean13Repository' shared autowired service.
  4094.      *
  4095.      * @return \Bluue\ProductsBundle\Repository\Ean13Repository
  4096.      */
  4097.     protected function getEan13RepositoryService()
  4098.     {
  4099.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4100.         if (isset($this->privates['Bluue\\ProductsBundle\\Repository\\Ean13Repository'])) {
  4101.             return $this->privates['Bluue\\ProductsBundle\\Repository\\Ean13Repository'];
  4102.         }
  4103.         $this->privates['Bluue\\ProductsBundle\\Repository\\Ean13Repository'] = $instance = new \Bluue\ProductsBundle\Repository\Ean13Repository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  4104.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4105.         return $instance;
  4106.     }
  4107.     /**
  4108.      * Gets the private 'Bluue\ProductsBundle\Repository\PackProductRepository' shared autowired service.
  4109.      *
  4110.      * @return \Bluue\ProductsBundle\Repository\PackProductRepository
  4111.      */
  4112.     protected function getPackProductRepositoryService()
  4113.     {
  4114.         return $this->privates['Bluue\\ProductsBundle\\Repository\\PackProductRepository'] = new \Bluue\ProductsBundle\Repository\PackProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4115.     }
  4116.     /**
  4117.      * Gets the private 'Bluue\ProductsBundle\Repository\ProductContextRepository' shared autowired service.
  4118.      *
  4119.      * @return \Bluue\ProductsBundle\Repository\ProductContextRepository
  4120.      */
  4121.     protected function getProductContextRepositoryService()
  4122.     {
  4123.         return $this->privates['Bluue\\ProductsBundle\\Repository\\ProductContextRepository'] = new \Bluue\ProductsBundle\Repository\ProductContextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4124.     }
  4125.     /**
  4126.      * Gets the private 'Bluue\ProductsBundle\Repository\ProductImageRepository' shared autowired service.
  4127.      *
  4128.      * @return \Bluue\ProductsBundle\Repository\ProductImageRepository
  4129.      */
  4130.     protected function getProductImageRepositoryService()
  4131.     {
  4132.         $this->privates['Bluue\\ProductsBundle\\Repository\\ProductImageRepository'] = $instance = new \Bluue\ProductsBundle\Repository\ProductImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4133.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4134.         return $instance;
  4135.     }
  4136.     /**
  4137.      * Gets the private 'Bluue\ProductsBundle\Repository\ProductRepository' shared autowired service.
  4138.      *
  4139.      * @return \Bluue\ProductsBundle\Repository\ProductRepository
  4140.      */
  4141.     protected function getProductRepositoryService()
  4142.     {
  4143.         $a = ($this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'] ?? $this->getProductSearchService());
  4144.         if (isset($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'])) {
  4145.             return $this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'];
  4146.         }
  4147.         $b = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4148.         if (isset($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'])) {
  4149.             return $this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'];
  4150.         }
  4151.         $c = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  4152.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4153.         $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()));
  4154.         $instance->setRequestStack($d$c);
  4155.         return $instance;
  4156.     }
  4157.     /**
  4158.      * Gets the private 'Bluue\ProductsBundle\Repository\SearchAssociationRepository' shared autowired service.
  4159.      *
  4160.      * @return \Bluue\ProductsBundle\Repository\SearchAssociationRepository
  4161.      */
  4162.     protected function getSearchAssociationRepositoryService()
  4163.     {
  4164.         return $this->privates['Bluue\\ProductsBundle\\Repository\\SearchAssociationRepository'] = new \Bluue\ProductsBundle\Repository\SearchAssociationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4165.     }
  4166.     /**
  4167.      * Gets the private 'Bluue\ProductsBundle\Repository\SearchWordRepository' shared autowired service.
  4168.      *
  4169.      * @return \Bluue\ProductsBundle\Repository\SearchWordRepository
  4170.      */
  4171.     protected function getSearchWordRepositoryService()
  4172.     {
  4173.         return $this->privates['Bluue\\ProductsBundle\\Repository\\SearchWordRepository'] = new \Bluue\ProductsBundle\Repository\SearchWordRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4174.     }
  4175.     /**
  4176.      * Gets the private 'Bluue\ProductsBundle\Services\ProductSearch' shared autowired service.
  4177.      *
  4178.      * @return \Bluue\ProductsBundle\Services\ProductSearch
  4179.      */
  4180.     protected function getProductSearchService()
  4181.     {
  4182.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4183.         if (isset($this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'])) {
  4184.             return $this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'];
  4185.         }
  4186.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4187.         if (isset($this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'])) {
  4188.             return $this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'];
  4189.         }
  4190.         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);
  4191.     }
  4192.     /**
  4193.      * Gets the private 'Bluue\ProjectsBundle\Repository\ProjectQuotationRepository' shared autowired service.
  4194.      *
  4195.      * @return \Bluue\ProjectsBundle\Repository\ProjectQuotationRepository
  4196.      */
  4197.     protected function getProjectQuotationRepositoryService()
  4198.     {
  4199.         return $this->privates['Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository'] = new \Bluue\ProjectsBundle\Repository\ProjectQuotationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4200.     }
  4201.     /**
  4202.      * Gets the private 'Bluue\ProjectsBundle\Repository\TaskMonitoredRepository' shared autowired service.
  4203.      *
  4204.      * @return \Bluue\ProjectsBundle\Repository\TaskMonitoredRepository
  4205.      */
  4206.     protected function getTaskMonitoredRepositoryService()
  4207.     {
  4208.         return $this->privates['Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository'] = new \Bluue\ProjectsBundle\Repository\TaskMonitoredRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4209.     }
  4210.     /**
  4211.      * Gets the private 'Bluue\ProjectsBundle\Repository\TaskRepository' shared autowired service.
  4212.      *
  4213.      * @return \Bluue\ProjectsBundle\Repository\TaskRepository
  4214.      */
  4215.     protected function getTaskRepositoryService()
  4216.     {
  4217.         $this->privates['Bluue\\ProjectsBundle\\Repository\\TaskRepository'] = $instance = new \Bluue\ProjectsBundle\Repository\TaskRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4218.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4219.         return $instance;
  4220.     }
  4221.     /**
  4222.      * Gets the private 'Bluue\ProjectsBundle\Repository\TaskTimeRepository' shared autowired service.
  4223.      *
  4224.      * @return \Bluue\ProjectsBundle\Repository\TaskTimeRepository
  4225.      */
  4226.     protected function getTaskTimeRepositoryService()
  4227.     {
  4228.         $this->privates['Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository'] = $instance = new \Bluue\ProjectsBundle\Repository\TaskTimeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4229.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4230.         return $instance;
  4231.     }
  4232.     /**
  4233.      * Gets the private 'Bluue\SalesBundle\Repository\AdditionalPdfRepository' shared autowired service.
  4234.      *
  4235.      * @return \Bluue\SalesBundle\Repository\AdditionalPdfRepository
  4236.      */
  4237.     protected function getAdditionalPdfRepositoryService()
  4238.     {
  4239.         $this->privates['Bluue\\SalesBundle\\Repository\\AdditionalPdfRepository'] = $instance = new \Bluue\SalesBundle\Repository\AdditionalPdfRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4240.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4241.         return $instance;
  4242.     }
  4243.     /**
  4244.      * Gets the private 'Bluue\SalesBundle\Repository\CustomerOptionsRepository' shared autowired service.
  4245.      *
  4246.      * @return \Bluue\SalesBundle\Repository\CustomerOptionsRepository
  4247.      */
  4248.     protected function getCustomerOptionsRepositoryService()
  4249.     {
  4250.         return $this->privates['Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository'] = new \Bluue\SalesBundle\Repository\CustomerOptionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4251.     }
  4252.     /**
  4253.      * Gets the private 'Bluue\SalesBundle\Repository\DeliveryNoteRepository' shared autowired service.
  4254.      *
  4255.      * @return \Bluue\SalesBundle\Repository\DeliveryNoteRepository
  4256.      */
  4257.     protected function getDeliveryNoteRepositoryService()
  4258.     {
  4259.         $a = ($this->privates['Bluue\\SalesBundle\\Services\\Line'] ?? $this->getLineService());
  4260.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'])) {
  4261.             return $this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'];
  4262.         }
  4263.         $b = ($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'] ?? $this->getPdfGeneratorService());
  4264.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'])) {
  4265.             return $this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'];
  4266.         }
  4267.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4268.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'])) {
  4269.             return $this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'];
  4270.         }
  4271.         $d = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4272.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'])) {
  4273.             return $this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'];
  4274.         }
  4275.         $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())));
  4276.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4277.         return $instance;
  4278.     }
  4279.     /**
  4280.      * Gets the private 'Bluue\SalesBundle\Repository\InvoiceRepository' shared autowired service.
  4281.      *
  4282.      * @return \Bluue\SalesBundle\Repository\InvoiceRepository
  4283.      */
  4284.     protected function getInvoiceRepositoryService()
  4285.     {
  4286.         $a = ($this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'] ?? $this->getReferenceGeneratorService());
  4287.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  4288.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  4289.         }
  4290.         $b = ($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'] ?? $this->getPdfGeneratorService());
  4291.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  4292.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  4293.         }
  4294.         $c = ($this->privates['Bluue\\SalesBundle\\Services\\Line'] ?? $this->getLineService());
  4295.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  4296.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  4297.         }
  4298.         $d = ($this->privates['Bluue\\SalesBundle\\Services\\SharedSales'] ?? $this->getSharedSalesService());
  4299.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  4300.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  4301.         }
  4302.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4303.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  4304.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  4305.         }
  4306.         $f = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4307.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  4308.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  4309.         }
  4310.         $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())), $a$b, ($this->privates['App\\Repository\\FileManagerRepository'] ?? $this->getFileManagerRepositoryService()), ($this->privates['App\\Services\\FileManager'] ?? $this->getFileManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), $c$d$e, ($this->privates['Bluue\\SalesBundle\\Services\\Document'] ?? ($this->privates['Bluue\\SalesBundle\\Services\\Document'] = new \Bluue\SalesBundle\Services\Document())), $f);
  4311.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4312.         return $instance;
  4313.     }
  4314.     /**
  4315.      * Gets the private 'Bluue\SalesBundle\Repository\OrderRepository' shared autowired service.
  4316.      *
  4317.      * @return \Bluue\SalesBundle\Repository\OrderRepository
  4318.      */
  4319.     protected function getOrderRepositoryService()
  4320.     {
  4321.         $a = ($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'] ?? $this->getPdfGeneratorService());
  4322.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'])) {
  4323.             return $this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'];
  4324.         }
  4325.         $b = ($this->privates['Bluue\\SalesBundle\\Services\\Line'] ?? $this->getLineService());
  4326.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'])) {
  4327.             return $this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'];
  4328.         }
  4329.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4330.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'])) {
  4331.             return $this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'];
  4332.         }
  4333.         $d = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4334.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'])) {
  4335.             return $this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'];
  4336.         }
  4337.         $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);
  4338.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4339.         return $instance;
  4340.     }
  4341.     /**
  4342.      * Gets the private 'Bluue\SalesBundle\Services\Document' shared autowired service.
  4343.      *
  4344.      * @return \Bluue\SalesBundle\Services\Document
  4345.      */
  4346.     protected function getDocumentService()
  4347.     {
  4348.         return $this->privates['Bluue\\SalesBundle\\Services\\Document'] = new \Bluue\SalesBundle\Services\Document();
  4349.     }
  4350.     /**
  4351.      * Gets the private 'Bluue\SalesBundle\Services\Line' shared autowired service.
  4352.      *
  4353.      * @return \Bluue\SalesBundle\Services\Line
  4354.      */
  4355.     protected function getLineService()
  4356.     {
  4357.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4358.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\Line'])) {
  4359.             return $this->privates['Bluue\\SalesBundle\\Services\\Line'];
  4360.         }
  4361.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4362.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\Line'])) {
  4363.             return $this->privates['Bluue\\SalesBundle\\Services\\Line'];
  4364.         }
  4365.         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()));
  4366.     }
  4367.     /**
  4368.      * Gets the private 'Bluue\SalesBundle\Services\PdfGenerator' shared autowired service.
  4369.      *
  4370.      * @return \Bluue\SalesBundle\Services\PdfGenerator
  4371.      */
  4372.     protected function getPdfGeneratorService()
  4373.     {
  4374.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4375.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'])) {
  4376.             return $this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'];
  4377.         }
  4378.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4379.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'])) {
  4380.             return $this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'];
  4381.         }
  4382.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4383.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'])) {
  4384.             return $this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'];
  4385.         }
  4386.         $d = ($this->privates['App\\Services\\DefaultLocale'] ?? $this->getDefaultLocaleService());
  4387.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'])) {
  4388.             return $this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'];
  4389.         }
  4390.         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);
  4391.     }
  4392.     /**
  4393.      * Gets the private 'Bluue\SalesBundle\Services\ReferenceGenerator' shared autowired service.
  4394.      *
  4395.      * @return \Bluue\SalesBundle\Services\ReferenceGenerator
  4396.      */
  4397.     protected function getReferenceGeneratorService()
  4398.     {
  4399.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4400.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'])) {
  4401.             return $this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'];
  4402.         }
  4403.         return $this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'] = new \Bluue\SalesBundle\Services\ReferenceGenerator($a);
  4404.     }
  4405.     /**
  4406.      * Gets the private 'Bluue\SalesBundle\Services\SharedSales' shared autowired service.
  4407.      *
  4408.      * @return \Bluue\SalesBundle\Services\SharedSales
  4409.      */
  4410.     protected function getSharedSalesService()
  4411.     {
  4412.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4413.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\SharedSales'])) {
  4414.             return $this->privates['Bluue\\SalesBundle\\Services\\SharedSales'];
  4415.         }
  4416.         return $this->privates['Bluue\\SalesBundle\\Services\\SharedSales'] = new \Bluue\SalesBundle\Services\SharedSales($a, ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4417.     }
  4418.     /**
  4419.      * Gets the private 'Bluue\SalesBundle\Services\Statistics' shared autowired service.
  4420.      *
  4421.      * @return \Bluue\SalesBundle\Services\Statistics
  4422.      */
  4423.     protected function getStatisticsService()
  4424.     {
  4425.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4426.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\Statistics'])) {
  4427.             return $this->privates['Bluue\\SalesBundle\\Services\\Statistics'];
  4428.         }
  4429.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4430.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\Statistics'])) {
  4431.             return $this->privates['Bluue\\SalesBundle\\Services\\Statistics'];
  4432.         }
  4433.         return $this->privates['Bluue\\SalesBundle\\Services\\Statistics'] = new \Bluue\SalesBundle\Services\Statistics(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a$b, ($this->privates['Bluue\\SalesBundle\\Services\\SharedSales'] ?? $this->getSharedSalesService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\EstablishmentRepository'] ?? $this->getEstablishmentRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4434.     }
  4435.     /**
  4436.      * Gets the private 'Bluue\ShipmentsBundle\Repository\OrderOptionsRepository' shared autowired service.
  4437.      *
  4438.      * @return \Bluue\ShipmentsBundle\Repository\OrderOptionsRepository
  4439.      */
  4440.     protected function getOrderOptionsRepositoryService()
  4441.     {
  4442.         $a = ($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'] ?? $this->getDeliveryNoteRepositoryService());
  4443.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  4444.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  4445.         }
  4446.         $b = ($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService());
  4447.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  4448.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  4449.         }
  4450.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4451.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  4452.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  4453.         }
  4454.         $d = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4455.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  4456.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  4457.         }
  4458.         $e = ($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
  4459.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  4460.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  4461.         }
  4462.         $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);
  4463.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4464.         return $instance;
  4465.     }
  4466.     /**
  4467.      * Gets the private 'Bluue\ShipmentsBundle\Repository\OrderPreparationHistoryRepository' shared autowired service.
  4468.      *
  4469.      * @return \Bluue\ShipmentsBundle\Repository\OrderPreparationHistoryRepository
  4470.      */
  4471.     protected function getOrderPreparationHistoryRepositoryService()
  4472.     {
  4473.         $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository'] = $instance = new \Bluue\ShipmentsBundle\Repository\OrderPreparationHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4474.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4475.         return $instance;
  4476.     }
  4477.     /**
  4478.      * Gets the private 'Bluue\ShipmentsBundle\Repository\PickingHistoryRepository' shared autowired service.
  4479.      *
  4480.      * @return \Bluue\ShipmentsBundle\Repository\PickingHistoryRepository
  4481.      */
  4482.     protected function getPickingHistoryRepositoryService()
  4483.     {
  4484.         $this->privates['Bluue\\ShipmentsBundle\\Repository\\PickingHistoryRepository'] = $instance = new \Bluue\ShipmentsBundle\Repository\PickingHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4485.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4486.         return $instance;
  4487.     }
  4488.     /**
  4489.      * Gets the private 'Bluue\StocksBundle\Repository\LocationRepository' shared autowired service.
  4490.      *
  4491.      * @return \Bluue\StocksBundle\Repository\LocationRepository
  4492.      */
  4493.     protected function getLocationRepositoryService()
  4494.     {
  4495.         $this->privates['Bluue\\StocksBundle\\Repository\\LocationRepository'] = $instance = new \Bluue\StocksBundle\Repository\LocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4496.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4497.         return $instance;
  4498.     }
  4499.     /**
  4500.      * Gets the private 'Bluue\StocksBundle\Repository\ProductConfigurationRepository' shared autowired service.
  4501.      *
  4502.      * @return \Bluue\StocksBundle\Repository\ProductConfigurationRepository
  4503.      */
  4504.     protected function getProductConfigurationRepositoryService()
  4505.     {
  4506.         $this->privates['Bluue\\StocksBundle\\Repository\\ProductConfigurationRepository'] = $instance = new \Bluue\StocksBundle\Repository\ProductConfigurationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4507.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4508.         return $instance;
  4509.     }
  4510.     /**
  4511.      * Gets the private 'Bluue\StocksBundle\Repository\StockLocationRepository' shared autowired service.
  4512.      *
  4513.      * @return \Bluue\StocksBundle\Repository\StockLocationRepository
  4514.      */
  4515.     protected function getStockLocationRepositoryService()
  4516.     {
  4517.         $this->privates['Bluue\\StocksBundle\\Repository\\StockLocationRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockLocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4518.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4519.         return $instance;
  4520.     }
  4521.     /**
  4522.      * Gets the private 'Bluue\StocksBundle\Repository\StockMovementReasonRepository' shared autowired service.
  4523.      *
  4524.      * @return \Bluue\StocksBundle\Repository\StockMovementReasonRepository
  4525.      */
  4526.     protected function getStockMovementReasonRepositoryService()
  4527.     {
  4528.         $this->privates['Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockMovementReasonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4529.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4530.         return $instance;
  4531.     }
  4532.     /**
  4533.      * Gets the private 'Bluue\StocksBundle\Repository\StockMovementRepository' shared autowired service.
  4534.      *
  4535.      * @return \Bluue\StocksBundle\Repository\StockMovementRepository
  4536.      */
  4537.     protected function getStockMovementRepositoryService()
  4538.     {
  4539.         $this->privates['Bluue\\StocksBundle\\Repository\\StockMovementRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockMovementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4540.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4541.         return $instance;
  4542.     }
  4543.     /**
  4544.      * Gets the private 'Bluue\StocksBundle\Repository\StockOrderLineLocationRepository' shared autowired service.
  4545.      *
  4546.      * @return \Bluue\StocksBundle\Repository\StockOrderLineLocationRepository
  4547.      */
  4548.     protected function getStockOrderLineLocationRepositoryService()
  4549.     {
  4550.         return $this->privates['Bluue\\StocksBundle\\Repository\\StockOrderLineLocationRepository'] = new \Bluue\StocksBundle\Repository\StockOrderLineLocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4551.     }
  4552.     /**
  4553.      * Gets the private 'Bluue\StocksBundle\Repository\StockOrderLineRepository' shared autowired service.
  4554.      *
  4555.      * @return \Bluue\StocksBundle\Repository\StockOrderLineRepository
  4556.      */
  4557.     protected function getStockOrderLineRepositoryService()
  4558.     {
  4559.         return $this->privates['Bluue\\StocksBundle\\Repository\\StockOrderLineRepository'] = new \Bluue\StocksBundle\Repository\StockOrderLineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4560.     }
  4561.     /**
  4562.      * Gets the private 'Bluue\StocksBundle\Repository\StockProductRepository' shared autowired service.
  4563.      *
  4564.      * @return \Bluue\StocksBundle\Repository\StockProductRepository
  4565.      */
  4566.     protected function getStockProductRepositoryService()
  4567.     {
  4568.         $a = ($this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'] ?? $this->getProductSearchService());
  4569.         if (isset($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'])) {
  4570.             return $this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'];
  4571.         }
  4572.         $b = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4573.         if (isset($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'])) {
  4574.             return $this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'];
  4575.         }
  4576.         $c = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  4577.         $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);
  4578.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c);
  4579.         return $instance;
  4580.     }
  4581.     /**
  4582.      * Gets the private 'Bluue\StocksBundle\Repository\StockProductRootContextRepository' shared autowired service.
  4583.      *
  4584.      * @return \Bluue\StocksBundle\Repository\StockProductRootContextRepository
  4585.      */
  4586.     protected function getStockProductRootContextRepositoryService()
  4587.     {
  4588.         $this->privates['Bluue\\StocksBundle\\Repository\\StockProductRootContextRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockProductRootContextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4589.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4590.         return $instance;
  4591.     }
  4592.     /**
  4593.      * Gets the private 'Bluue\StocksBundle\Repository\StockProductRootRepository' shared autowired service.
  4594.      *
  4595.      * @return \Bluue\StocksBundle\Repository\StockProductRootRepository
  4596.      */
  4597.     protected function getStockProductRootRepositoryService()
  4598.     {
  4599.         $this->privates['Bluue\\StocksBundle\\Repository\\StockProductRootRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockProductRootRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4600.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4601.         return $instance;
  4602.     }
  4603.     /**
  4604.      * Gets the private 'Bluue\StocksBundle\Repository\StockQuantityRepository' shared autowired service.
  4605.      *
  4606.      * @return \Bluue\StocksBundle\Repository\StockQuantityRepository
  4607.      */
  4608.     protected function getStockQuantityRepositoryService()
  4609.     {
  4610.         $this->privates['Bluue\\StocksBundle\\Repository\\StockQuantityRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockQuantityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4611.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4612.         return $instance;
  4613.     }
  4614.     /**
  4615.      * Gets the private 'Bluue\StocksBundle\Repository\WarehouseRepository' shared autowired service.
  4616.      *
  4617.      * @return \Bluue\StocksBundle\Repository\WarehouseRepository
  4618.      */
  4619.     protected function getWarehouseRepositoryService()
  4620.     {
  4621.         $this->privates['Bluue\\StocksBundle\\Repository\\WarehouseRepository'] = $instance = new \Bluue\StocksBundle\Repository\WarehouseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4622.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4623.         return $instance;
  4624.     }
  4625.     /**
  4626.      * Gets the private 'Bluue\StocksBundle\Services\RemainingQuantityOrderedProcess' shared autowired service.
  4627.      *
  4628.      * @return \Bluue\StocksBundle\Services\RemainingQuantityOrderedProcess
  4629.      */
  4630.     protected function getRemainingQuantityOrderedProcessService()
  4631.     {
  4632.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4633.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4634.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4635.         }
  4636.         $b = ($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'] ?? $this->getRemovalStockProcedureService());
  4637.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4638.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4639.         }
  4640.         $c = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4641.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4642.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4643.         }
  4644.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4645.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4646.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4647.         }
  4648.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4649.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4650.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4651.         }
  4652.         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);
  4653.     }
  4654.     /**
  4655.      * Gets the private 'Bluue\StocksBundle\Services\RemovalStockProcedure' shared autowired service.
  4656.      *
  4657.      * @return \Bluue\StocksBundle\Services\RemovalStockProcedure
  4658.      */
  4659.     protected function getRemovalStockProcedureService()
  4660.     {
  4661.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4662.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'])) {
  4663.             return $this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'];
  4664.         }
  4665.         $b = ($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'] ?? $this->getStockProductRepositoryService());
  4666.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'])) {
  4667.             return $this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'];
  4668.         }
  4669.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4670.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'])) {
  4671.             return $this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'];
  4672.         }
  4673.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4674.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'])) {
  4675.             return $this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'];
  4676.         }
  4677.         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);
  4678.     }
  4679.     /**
  4680.      * Gets the private 'Bluue\SuppliersBundle\Repository\ProductSupplierContextRepository' shared autowired service.
  4681.      *
  4682.      * @return \Bluue\SuppliersBundle\Repository\ProductSupplierContextRepository
  4683.      */
  4684.     protected function getProductSupplierContextRepositoryService()
  4685.     {
  4686.         $a = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  4687.         $this->privates['Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository'] = $instance = new \Bluue\SuppliersBundle\Repository\ProductSupplierContextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  4688.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  4689.         return $instance;
  4690.     }
  4691.     /**
  4692.      * Gets the private 'Bluue\SuppliersBundle\Repository\ProductSupplierRepository' shared autowired service.
  4693.      *
  4694.      * @return \Bluue\SuppliersBundle\Repository\ProductSupplierRepository
  4695.      */
  4696.     protected function getProductSupplierRepositoryService()
  4697.     {
  4698.         $a = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  4699.         $this->privates['Bluue\\SuppliersBundle\\Repository\\ProductSupplierRepository'] = $instance = new \Bluue\SuppliersBundle\Repository\ProductSupplierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository'] ?? $this->getProductSupplierContextRepositoryService()), $a);
  4700.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  4701.         return $instance;
  4702.     }
  4703.     /**
  4704.      * Gets the private 'Bluue\SuppliersBundle\Repository\SupplierRepository' shared autowired service.
  4705.      *
  4706.      * @return \Bluue\SuppliersBundle\Repository\SupplierRepository
  4707.      */
  4708.     protected function getSupplierRepositoryService()
  4709.     {
  4710.         $this->privates['Bluue\\SuppliersBundle\\Repository\\SupplierRepository'] = $instance = new \Bluue\SuppliersBundle\Repository\SupplierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4711.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4712.         return $instance;
  4713.     }
  4714.     /**
  4715.      * Gets the private 'Bluue\TicketsBundle\Twig\AddressExtension' shared autowired service.
  4716.      *
  4717.      * @return \Bluue\TicketsBundle\Twig\AddressExtension
  4718.      */
  4719.     protected function getAddressExtensionService()
  4720.     {
  4721.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4722.         if (isset($this->privates['Bluue\\TicketsBundle\\Twig\\AddressExtension'])) {
  4723.             return $this->privates['Bluue\\TicketsBundle\\Twig\\AddressExtension'];
  4724.         }
  4725.         return $this->privates['Bluue\\TicketsBundle\\Twig\\AddressExtension'] = new \Bluue\TicketsBundle\Twig\AddressExtension($a);
  4726.     }
  4727.     /**
  4728.      * Gets the private 'annotations.cache_adapter' shared service.
  4729.      *
  4730.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4731.      */
  4732.     protected function getAnnotations_CacheAdapterService()
  4733.     {
  4734.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4735.     }
  4736.     /**
  4737.      * Gets the private 'annotations.cached_reader' shared service.
  4738.      *
  4739.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4740.      */
  4741.     protected function getAnnotations_CachedReaderService()
  4742.     {
  4743.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  4744.     }
  4745.     /**
  4746.      * Gets the private 'annotations.reader' shared service.
  4747.      *
  4748.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4749.      */
  4750.     protected function getAnnotations_ReaderService()
  4751.     {
  4752.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4753.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4754.         $a->registerUniqueLoader('class_exists');
  4755.         $instance->addGlobalIgnoredName('required'$a);
  4756.         return $instance;
  4757.     }
  4758.     /**
  4759.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  4760.      *
  4761.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4762.      */
  4763.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  4764.     {
  4765.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('B7GsW2fye0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4766.     }
  4767.     /**
  4768.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  4769.      *
  4770.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4771.      */
  4772.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  4773.     {
  4774.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TcxRhbxLIl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4775.     }
  4776.     /**
  4777.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  4778.      *
  4779.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4780.      */
  4781.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  4782.     {
  4783.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SFiY18cnZW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4784.     }
  4785.     /**
  4786.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  4787.      *
  4788.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4789.      */
  4790.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  4791.     {
  4792.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jvJHcAlBUN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4793.     }
  4794.     /**
  4795.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  4796.      *
  4797.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4798.      */
  4799.     protected function getApiPlatform_Cache_RouteNameResolverService()
  4800.     {
  4801.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3UpNQlQcLA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4802.     }
  4803.     /**
  4804.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  4805.      *
  4806.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4807.      */
  4808.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  4809.     {
  4810.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wJ9I91J+1M'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4811.     }
  4812.     /**
  4813.      * Gets the private 'api_platform.graphql.cache.subscription' shared service.
  4814.      *
  4815.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4816.      */
  4817.     protected function getApiPlatform_Graphql_Cache_SubscriptionService()
  4818.     {
  4819.         return $this->privates['api_platform.graphql.cache.subscription'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xfP1kG18rX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4820.     }
  4821.     /**
  4822.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  4823.      *
  4824.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  4825.      */
  4826.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  4827.     {
  4828.         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()));
  4829.     }
  4830.     /**
  4831.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  4832.      *
  4833.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  4834.      */
  4835.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  4836.     {
  4837.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  4838.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  4839.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  4840.         }
  4841.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  4842.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  4843.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  4844.         }
  4845.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  4846.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  4847.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  4848.         }
  4849.         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())));
  4850.     }
  4851.     /**
  4852.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  4853.      *
  4854.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  4855.      */
  4856.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  4857.     {
  4858.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  4859.     }
  4860.     /**
  4861.      * Gets the private 'api_platform.identifier.converter' shared service.
  4862.      *
  4863.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  4864.      */
  4865.     protected function getApiPlatform_Identifier_ConverterService()
  4866.     {
  4867.         $a = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  4868.         if (isset($this->privates['api_platform.identifier.converter'])) {
  4869.             return $this->privates['api_platform.identifier.converter'];
  4870.         }
  4871.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  4872.         if (isset($this->privates['api_platform.identifier.converter'])) {
  4873.             return $this->privates['api_platform.identifier.converter'];
  4874.         }
  4875.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter($a$b, new RewindableGenerator(function () {
  4876.             yield => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  4877.             yield => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
  4878.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  4879.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  4880.         }, 4));
  4881.     }
  4882.     /**
  4883.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  4884.      *
  4885.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  4886.      */
  4887.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  4888.     {
  4889.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  4890.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  4891.             return $this->privates['api_platform.identifiers_extractor.cached'];
  4892.         }
  4893.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  4894.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  4895.             return $this->privates['api_platform.identifiers_extractor.cached'];
  4896.         }
  4897.         $c = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  4898.         $d = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  4899.         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);
  4900.     }
  4901.     /**
  4902.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  4903.      *
  4904.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  4905.      */
  4906.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  4907.     {
  4908.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  4909.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  4910.         return $instance;
  4911.     }
  4912.     /**
  4913.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  4914.      *
  4915.      * @return \ApiPlatform\JsonLd\ContextBuilder
  4916.      */
  4917.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  4918.     {
  4919.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  4920.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  4921.             return $this->privates['api_platform.jsonld.context_builder'];
  4922.         }
  4923.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  4924.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  4925.             return $this->privates['api_platform.jsonld.context_builder'];
  4926.         }
  4927.         $c = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  4928.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  4929.             return $this->privates['api_platform.jsonld.context_builder'];
  4930.         }
  4931.         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));
  4932.     }
  4933.     /**
  4934.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  4935.      *
  4936.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  4937.      */
  4938.     protected function getApiPlatform_Listener_Request_AddFormatService()
  4939.     {
  4940.         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']);
  4941.     }
  4942.     /**
  4943.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  4944.      *
  4945.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  4946.      */
  4947.     protected function getApiPlatform_Listener_Request_DeserializeService()
  4948.     {
  4949.         $a = ($this->privates['Bluue\\InventoriesBundle\\Serializer\\InventoriesContextBuilder'] ?? $this->getInventoriesContextBuilderService());
  4950.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  4951.             return $this->privates['api_platform.listener.request.deserialize'];
  4952.         }
  4953.         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()));
  4954.     }
  4955.     /**
  4956.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  4957.      *
  4958.      * @return \ApiPlatform\Core\EventListener\ReadListener
  4959.      */
  4960.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  4961.     {
  4962.         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()));
  4963.     }
  4964.     /**
  4965.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  4966.      *
  4967.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  4968.      */
  4969.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  4970.     {
  4971.         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);
  4972.     }
  4973.     /**
  4974.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  4975.      *
  4976.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  4977.      */
  4978.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  4979.     {
  4980.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  4981.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  4982.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  4983.         }
  4984.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4985.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  4986.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  4987.         }
  4988.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  4989.         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 () {
  4990.             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()));
  4991.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  4992.             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()));
  4993.             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()));
  4994.             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()));
  4995.             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()));
  4996.             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()));
  4997.             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()));
  4998.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  4999.             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()));
  5000.             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()));
  5001.             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()));
  5002.             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()));
  5003.         }, 13)));
  5004.     }
  5005.     /**
  5006.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  5007.      *
  5008.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  5009.      */
  5010.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  5011.     {
  5012.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5013.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  5014.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  5015.         }
  5016.         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)));
  5017.     }
  5018.     /**
  5019.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  5020.      *
  5021.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  5022.      */
  5023.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  5024.     {
  5025.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  5026.         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']));
  5027.     }
  5028.     /**
  5029.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  5030.      *
  5031.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  5032.      */
  5033.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  5034.     {
  5035.         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)))))));
  5036.     }
  5037.     /**
  5038.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  5039.      *
  5040.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  5041.      */
  5042.     protected function getApiPlatform_OperationPathResolver_CustomService()
  5043.     {
  5044.         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()))));
  5045.     }
  5046.     /**
  5047.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  5048.      *
  5049.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  5050.      */
  5051.     protected function getApiPlatform_OperationPathResolver_RouterService()
  5052.     {
  5053.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  5054.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  5055.             return $this->privates['api_platform.operation_path_resolver.router'];
  5056.         }
  5057.         $b = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  5058.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  5059.             return $this->privates['api_platform.operation_path_resolver.router'];
  5060.         }
  5061.         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);
  5062.     }
  5063.     /**
  5064.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  5065.      *
  5066.      * @return \ApiPlatform\Api\ResourceClassResolver
  5067.      */
  5068.     protected function getApiPlatform_ResourceClassResolverService()
  5069.     {
  5070.         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()));
  5071.     }
  5072.     /**
  5073.      * Gets the private 'api_platform.router' shared service.
  5074.      *
  5075.      * @return \ApiPlatform\Symfony\Routing\Router
  5076.      */
  5077.     protected function getApiPlatform_RouterService()
  5078.     {
  5079.         $a = ($this->services['router'] ?? $this->getRouterService());
  5080.         if (isset($this->privates['api_platform.router'])) {
  5081.             return $this->privates['api_platform.router'];
  5082.         }
  5083.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a1);
  5084.     }
  5085.     /**
  5086.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  5087.      *
  5088.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  5089.      */
  5090.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  5091.     {
  5092.         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()));
  5093.     }
  5094.     /**
  5095.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  5096.      *
  5097.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  5098.      */
  5099.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  5100.     {
  5101.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5102.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  5103.             return $this->privates['api_platform.security.resource_access_checker'];
  5104.         }
  5105.         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);
  5106.     }
  5107.     /**
  5108.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  5109.      *
  5110.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  5111.      */
  5112.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  5113.     {
  5114.         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()))])));
  5115.     }
  5116.     /**
  5117.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  5118.      *
  5119.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  5120.      */
  5121.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  5122.     {
  5123.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  5124.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  5125.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  5126.         }
  5127.         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())));
  5128.     }
  5129.     /**
  5130.      * Gets the private 'assets.packages' shared service.
  5131.      *
  5132.      * @return \Symfony\Component\Asset\Packages
  5133.      */
  5134.     protected function getAssets_PackagesService()
  5135.     {
  5136.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5137.         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 () {
  5138.             return new \EmptyIterator();
  5139.         }, 0));
  5140.     }
  5141.     /**
  5142.      * Gets the private 'cache.annotations' shared service.
  5143.      *
  5144.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5145.      */
  5146.     protected function getCache_AnnotationsService()
  5147.     {
  5148.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ON+eW5sM2i'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5149.     }
  5150.     /**
  5151.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5152.      *
  5153.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5154.      */
  5155.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5156.     {
  5157.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5158.     }
  5159.     /**
  5160.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5161.      *
  5162.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5163.      */
  5164.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5165.     {
  5166.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5167.     }
  5168.     /**
  5169.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  5170.      *
  5171.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5172.      */
  5173.     protected function getCache_Messenger_RestartWorkersSignalService()
  5174.     {
  5175.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('tVXV2QyATd'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5176.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5177.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5178.     }
  5179.     /**
  5180.      * Gets the private 'cache.property_info' shared service.
  5181.      *
  5182.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5183.      */
  5184.     protected function getCache_PropertyInfoService()
  5185.     {
  5186.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GD7g6DbkFV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5187.     }
  5188.     /**
  5189.      * Gets the private 'cache.security_expression_language' shared service.
  5190.      *
  5191.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5192.      */
  5193.     protected function getCache_SecurityExpressionLanguageService()
  5194.     {
  5195.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BXDHHjqc0K'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5196.     }
  5197.     /**
  5198.      * Gets the private 'cache.security_token_verifier' shared service.
  5199.      *
  5200.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5201.      */
  5202.     protected function getCache_SecurityTokenVerifierService()
  5203.     {
  5204.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('azCFFK9CUy'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5205.     }
  5206.     /**
  5207.      * Gets the private 'cache.serializer' shared service.
  5208.      *
  5209.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5210.      */
  5211.     protected function getCache_SerializerService()
  5212.     {
  5213.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PzIi1UvH6v'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5214.     }
  5215.     /**
  5216.      * Gets the private 'cache.validator' shared service.
  5217.      *
  5218.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5219.      */
  5220.     protected function getCache_ValidatorService()
  5221.     {
  5222.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('viUSrxyYHR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5223.     }
  5224.     /**
  5225.      * Gets the private 'cache.webpack_encore' shared service.
  5226.      *
  5227.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5228.      */
  5229.     protected function getCache_WebpackEncoreService()
  5230.     {
  5231.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yiW9yz+LNV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5232.     }
  5233.     /**
  5234.      * Gets the private 'config_cache_factory' shared service.
  5235.      *
  5236.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5237.      */
  5238.     protected function getConfigCacheFactoryService()
  5239.     {
  5240.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5241.             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)));
  5242.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5243.         }, 2));
  5244.     }
  5245.     /**
  5246.      * Gets the private 'data_collector.form' shared service.
  5247.      *
  5248.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  5249.      */
  5250.     protected function getDataCollector_FormService()
  5251.     {
  5252.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  5253.     }
  5254.     /**
  5255.      * Gets the private 'data_collector.request' shared service.
  5256.      *
  5257.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  5258.      */
  5259.     protected function getDataCollector_RequestService()
  5260.     {
  5261.         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())));
  5262.     }
  5263.     /**
  5264.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  5265.      *
  5266.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  5267.      */
  5268.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  5269.     {
  5270.         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 () {
  5271.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  5272.         }, 1)));
  5273.     }
  5274.     /**
  5275.      * Gets the private 'debug.api_platform.data_persister' shared service.
  5276.      *
  5277.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  5278.      */
  5279.     protected function getDebug_ApiPlatform_DataPersisterService()
  5280.     {
  5281.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  5282.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  5283.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  5284.         }, 2)));
  5285.     }
  5286.     /**
  5287.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  5288.      *
  5289.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  5290.      */
  5291.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  5292.     {
  5293.         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 () {
  5294.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  5295.         }, 1)));
  5296.     }
  5297.     /**
  5298.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  5299.      *
  5300.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  5301.      */
  5302.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  5303.     {
  5304.         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 () {
  5305.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  5306.         }, 1)));
  5307.     }
  5308.     /**
  5309.      * Gets the private 'debug.debug_handlers_listener' shared service.
  5310.      *
  5311.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5312.      */
  5313.     protected function getDebug_DebugHandlersListenerService()
  5314.     {
  5315.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  5316.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5317.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5318.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5319.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5320.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  5321.     }
  5322.     /**
  5323.      * Gets the private 'debug.file_link_formatter' shared service.
  5324.      *
  5325.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5326.      */
  5327.     protected function getDebug_FileLinkFormatterService()
  5328.     {
  5329.         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 () {
  5330.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  5331.         });
  5332.     }
  5333.     /**
  5334.      * Gets the private 'debug.log_processor' shared service.
  5335.      *
  5336.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  5337.      */
  5338.     protected function getDebug_LogProcessorService()
  5339.     {
  5340.         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())));
  5341.     }
  5342.     /**
  5343.      * Gets the private 'debug.security.access.decision_manager' shared service.
  5344.      *
  5345.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  5346.      */
  5347.     protected function getDebug_Security_Access_DecisionManagerService()
  5348.     {
  5349.         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 () {
  5350.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  5351.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  5352.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  5353.             yield => ($this->privates['debug.security.voter.Bluue\\ProductsBundle\\Security\\CatalogVoter'] ?? $this->load('getCatalogVoterService'));
  5354.             yield => ($this->privates['debug.security.voter.Bluue\\StocksBundle\\Security\\StocksVoter'] ?? $this->load('getStocksVoterService'));
  5355.             yield => ($this->privates['debug.security.voter.Bluue\\CustomersBundle\\Security\\CustomersVoter'] ?? $this->load('getCustomersVoterService'));
  5356.             yield => ($this->privates['debug.security.voter.Bluue\\SalesBundle\\Security\\SalesVoter'] ?? $this->load('getSalesVoterService'));
  5357.             yield => ($this->privates['debug.security.voter.Bluue\\CrmBundle\\Security\\CrmVoter'] ?? $this->load('getCrmVoterService'));
  5358.             yield => ($this->privates['debug.security.voter.Bluue\\SuppliersBundle\\Security\\SuppliersVoter'] ?? $this->load('getSuppliersVoterService'));
  5359.             yield => ($this->privates['debug.security.voter.Bluue\\SuppliersOrdersBundle\\Security\\ImportOrderVoter'] ?? $this->load('getImportOrderVoterService'));
  5360.             yield 10 => ($this->privates['debug.security.voter.Bluue\\InventoriesBundle\\Security\\InventoriesVoter'] ?? $this->load('getInventoriesVoterService'));
  5361.             yield 11 => ($this->privates['debug.security.voter.Bluue\\ImportProductsBundle\\Security\\ImportProductVoter'] ?? $this->load('getImportProductVoterService'));
  5362.             yield 12 => ($this->privates['debug.security.voter.Bluue\\StatisticsBundle\\Security\\StatisticsVoter'] ?? $this->load('getStatisticsVoterService'));
  5363.             yield 13 => ($this->privates['debug.security.voter.Bluue\\ShipmentsBundle\\Security\\ShipmentsVoter'] ?? $this->load('getShipmentsVoterService'));
  5364.             yield 14 => ($this->privates['debug.security.voter.Bluue\\UtilityBillsBundle\\Security\\UtilityBillsVoter'] ?? $this->load('getUtilityBillsVoterService'));
  5365.             yield 15 => ($this->privates['debug.security.voter.Bluue\\CashRegisterBundle\\Security\\CashRegisterVoter'] ?? $this->load('getCashRegisterVoter2Service'));
  5366.             yield 16 => ($this->privates['debug.security.voter.Bluue\\ProjectsBundle\\Security\\ProjectsVoter'] ?? $this->load('getProjectsVoterService'));
  5367.             yield 17 => ($this->privates['debug.security.voter.Bluue\\SitesBundle\\Security\\SitesVoter'] ?? $this->load('getSitesVoterService'));
  5368.         }, 18), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  5369.     }
  5370.     /**
  5371.      * Gets the private 'debug.security.firewall' shared service.
  5372.      *
  5373.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  5374.      */
  5375.     protected function getDebug_Security_FirewallService()
  5376.     {
  5377.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  5378.         if (isset($this->privates['debug.security.firewall'])) {
  5379.             return $this->privates['debug.security.firewall'];
  5380.         }
  5381.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5382.         if (isset($this->privates['debug.security.firewall'])) {
  5383.             return $this->privates['debug.security.firewall'];
  5384.         }
  5385.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  5386.     }
  5387.     /**
  5388.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  5389.      *
  5390.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  5391.      */
  5392.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  5393.     {
  5394.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5395.             'App\\EventSubscriber\\CheckEntitySubscriber' => ['privates''App\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriberService'true],
  5396.             'Bluue\\AccountingBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\AccountingBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriberService'true],
  5397.             'Bluue\\AdelyaBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\AdelyaBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber2Service'true],
  5398.             'Bluue\\CashRegisterBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\CashRegisterBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber3Service'true],
  5399.             'Bluue\\CashRegisterBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\CashRegisterBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber2Service'true],
  5400.             'Bluue\\CategoriesBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\CategoriesBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber3Service'true],
  5401.             'Bluue\\CrmBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\CrmBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber4Service'true],
  5402.             'Bluue\\CrmBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\CrmBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber4Service'true],
  5403.             'Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber5Service'true],
  5404.             'Bluue\\CustomersBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\CustomersBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber6Service'true],
  5405.             'Bluue\\Cx3Bundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\Cx3Bundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber5Service'true],
  5406.             'Bluue\\InventoriesBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\InventoriesBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber7Service'true],
  5407.             'Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\CheckEntitySubscriber' => ['privates''Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\CheckEntitySubscriber''getCheckEntitySubscriber8Service'true],
  5408.             'Bluue\\LabelsBundle\\EventSubscriber\\StocksBundle\\CheckEntitySubscriber' => ['privates''Bluue\\LabelsBundle\\EventSubscriber\\StocksBundle\\CheckEntitySubscriber''getCheckEntitySubscriber9Service'true],
  5409.             'Bluue\\OvhSmsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\OvhSmsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber10Service'true],
  5410.             'Bluue\\PlanningBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\PlanningBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber11Service'true],
  5411.             'Bluue\\PlanningBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\PlanningBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber6Service'true],
  5412.             'Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber12Service'true],
  5413.             'Bluue\\ProductReturnsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\ProductReturnsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber13Service'true],
  5414.             'Bluue\\ProductsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\ProductsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber14Service'true],
  5415.             'Bluue\\ProductsBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\ProductsBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber7Service'true],
  5416.             'Bluue\\ProjectsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\ProjectsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber15Service'true],
  5417.             'Bluue\\ProjectsBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\ProjectsBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber8Service'true],
  5418.             'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber16Service'true],
  5419.             'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\RecurringInvoicesBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber9Service'true],
  5420.             'Bluue\\SalesBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\SalesBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber17Service'true],
  5421.             'Bluue\\ShipmentsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\ShipmentsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber18Service'true],
  5422.             'Bluue\\SitesBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\SitesBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber19Service'true],
  5423.             'Bluue\\StocksBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\StocksBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber20Service'true],
  5424.             'Bluue\\StocksBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\StocksBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber10Service'true],
  5425.             'Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\RemainingQuantityOrderedSubscriber' => ['privates''Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\RemainingQuantityOrderedSubscriber''getRemainingQuantityOrderedSubscriberService'true],
  5426.             'Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber' => ['privates''Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber''getStockQuantitySubscriberService'true],
  5427.             'Bluue\\SuppliersBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\SuppliersBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber21Service'true],
  5428.             'Bluue\\SuppliersBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\SuppliersBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber11Service'true],
  5429.             'Bluue\\SuppliersOrdersBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\SuppliersOrdersBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber22Service'true],
  5430.             'Bluue\\TicketsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\TicketsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber23Service'true],
  5431.             'Bluue\\TicketsBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\TicketsBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber12Service'true],
  5432.             'Gedmo\\Translatable\\TranslatableListener' => ['privates''Gedmo\\Translatable\\TranslatableListener''getTranslatableListenerService'true],
  5433.             'app.event_listener.set_entity_service' => ['privates''app.event_listener.set_entity_service''getApp_EventListener_SetEntityServiceService'true],
  5434.             'app.event_listener.soft_delete' => ['privates''app.event_listener.soft_delete''getApp_EventListener_SoftDeleteService'true],
  5435.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  5436.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  5437.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  5438.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  5439.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  5440.             'gedmo.listener.tree' => ['privates''gedmo.listener.tree''getGedmo_Listener_TreeService'true],
  5441.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  5442.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'true],
  5443.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  5444.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  5445.         ], [
  5446.             'App\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5447.             'Bluue\\AccountingBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5448.             'Bluue\\AdelyaBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5449.             'Bluue\\CashRegisterBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5450.             'Bluue\\CashRegisterBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5451.             'Bluue\\CategoriesBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5452.             'Bluue\\CrmBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5453.             'Bluue\\CrmBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5454.             'Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5455.             'Bluue\\CustomersBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5456.             'Bluue\\Cx3Bundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5457.             'Bluue\\InventoriesBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5458.             'Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\CheckEntitySubscriber' => '?',
  5459.             'Bluue\\LabelsBundle\\EventSubscriber\\StocksBundle\\CheckEntitySubscriber' => '?',
  5460.             'Bluue\\OvhSmsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5461.             'Bluue\\PlanningBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5462.             'Bluue\\PlanningBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5463.             'Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5464.             'Bluue\\ProductReturnsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5465.             'Bluue\\ProductsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5466.             'Bluue\\ProductsBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5467.             'Bluue\\ProjectsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5468.             'Bluue\\ProjectsBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5469.             'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5470.             'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5471.             'Bluue\\SalesBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5472.             'Bluue\\ShipmentsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5473.             'Bluue\\SitesBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5474.             'Bluue\\StocksBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5475.             'Bluue\\StocksBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5476.             'Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\RemainingQuantityOrderedSubscriber' => '?',
  5477.             'Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber' => '?',
  5478.             'Bluue\\SuppliersBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5479.             'Bluue\\SuppliersBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5480.             'Bluue\\SuppliersOrdersBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5481.             'Bluue\\TicketsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5482.             'Bluue\\TicketsBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5483.             'Gedmo\\Translatable\\TranslatableListener' => '?',
  5484.             'app.event_listener.set_entity_service' => '?',
  5485.             'app.event_listener.soft_delete' => '?',
  5486.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  5487.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  5488.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  5489.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  5490.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  5491.             'gedmo.listener.tree' => '?',
  5492.             'stof_doctrine_extensions.listener.blameable' => '?',
  5493.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  5494.             'stof_doctrine_extensions.listener.timestampable' => '?',
  5495.             'stof_doctrine_extensions.listener.tree' => '?',
  5496.         ]), [=> 'Bluue\\TicketsBundle\\EventSubscriber\\DynamicRelationSubscriber'=> 'Bluue\\AccountingBundle\\EventSubscriber\\DynamicRelationSubscriber'=> 'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\DynamicRelationSubscriber'=> 'Bluue\\SuppliersBundle\\EventSubscriber\\DynamicRelationSubscriber'=> 'Bluue\\PlanningBundle\\EventSubscriber\\DynamicRelationSubscriber'=> 'Bluue\\CrmBundle\\EventSubscriber\\DynamicRelationSubscriber'=> 'Bluue\\CategoriesBundle\\EventSubscriber\\DynamicRelationSubscriber'=> 'Bluue\\ProjectsBundle\\EventSubscriber\\DynamicRelationSubscriber'=> 'Bluue\\StocksBundle\\EventSubscriber\\DynamicRelationSubscriber'=> 'Bluue\\ProductsBundle\\EventSubscriber\\DynamicRelationSubscriber'10 => 'App\\EventSubscriber\\CheckEntitySubscriber'11 => 'Gedmo\\Translatable\\TranslatableListener'12 => 'gedmo.listener.tree'13 => 'doctrine.orm.messenger.doctrine_schema_subscriber'14 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'15 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'16 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'17 => 'stof_doctrine_extensions.listener.blameable'18 => 'stof_doctrine_extensions.listener.timestampable'19 => 'stof_doctrine_extensions.listener.softdeleteable'20 => 'stof_doctrine_extensions.listener.tree'21 => 'Bluue\\ProductsBundle\\EventSubscriber\\CheckEntitySubscriber'22 => 'Bluue\\StocksBundle\\EventSubscriber\\CheckEntitySubscriber'23 => 'Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\RemainingQuantityOrderedSubscriber'24 => 'Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber'25 => 'Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber'26 => 'Bluue\\CustomersBundle\\EventSubscriber\\CheckEntitySubscriber'27 => 'Bluue\\SalesBundle\\EventSubscriber\\CheckEntitySubscriber'28 => 'Bluue\\CrmBundle\\EventSubscriber\\CheckEntitySubscriber'29 => 'Bluue\\SuppliersBundle\\EventSubscriber\\CheckEntitySubscriber'30 => 'Bluue\\SuppliersOrdersBundle\\EventSubscriber\\CheckEntitySubscriber'31 => 'Bluue\\ProductReturnsBundle\\EventSubscriber\\CheckEntitySubscriber'32 => 'Bluue\\InventoriesBundle\\EventSubscriber\\CheckEntitySubscriber'33 => 'Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\CheckEntitySubscriber'34 => 'Bluue\\LabelsBundle\\EventSubscriber\\StocksBundle\\CheckEntitySubscriber'35 => 'Bluue\\ShipmentsBundle\\EventSubscriber\\CheckEntitySubscriber'36 => 'Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CheckEntitySubscriber'37 => 'Bluue\\OvhSmsBundle\\EventSubscriber\\CheckEntitySubscriber'38 => 'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CheckEntitySubscriber'39 => 'Bluue\\CashRegisterBundle\\EventSubscriber\\CheckEntitySubscriber'40 => 'Bluue\\CashRegisterBundle\\EventSubscriber\\DynamicRelationSubscriber'41 => 'Bluue\\PlanningBundle\\EventSubscriber\\CheckEntitySubscriber'42 => 'Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CheckEntitySubscriber'43 => 'Bluue\\ProjectsBundle\\EventSubscriber\\CheckEntitySubscriber'44 => 'Bluue\\SitesBundle\\EventSubscriber\\CheckEntitySubscriber'45 => 'Bluue\\TicketsBundle\\EventSubscriber\\CheckEntitySubscriber'46 => 'Bluue\\AdelyaBundle\\EventSubscriber\\CheckEntitySubscriber'47 => 'Bluue\\Cx3Bundle\\EventSubscriber\\DynamicRelationSubscriber'48 => [=> [=> 'preSoftDelete'], => 'app.event_listener.soft_delete'], 49 => [=> [=> 'postLoad'], => 'app.event_listener.set_entity_service'], 50 => [=> [=> 'prePersist'], => 'app.event_listener.set_entity_service'], 51 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  5497.     }
  5498.     /**
  5499.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  5500.      *
  5501.      * @return \Doctrine\Migrations\DependencyFactory
  5502.      */
  5503.     protected function getDoctrine_Migrations_DependencyFactoryService()
  5504.     {
  5505.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  5506.         $a->addMigrationsDirectory('CoreMigrations', (\dirname(__DIR__4).'/migrations'));
  5507.         $a->addMigrationsDirectory('ProductsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/products-bundle/migrations'));
  5508.         $a->addMigrationsDirectory('CategoriesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/migrations'));
  5509.         $a->addMigrationsDirectory('StocksBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/migrations'));
  5510.         $a->addMigrationsDirectory('CustomersBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/migrations'));
  5511.         $a->addMigrationsDirectory('SalesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/migrations'));
  5512.         $a->addMigrationsDirectory('CrmBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/crm-bundle/migrations'));
  5513.         $a->addMigrationsDirectory('SuppliersBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/migrations'));
  5514.         $a->addMigrationsDirectory('SuppliersOrdersBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/migrations'));
  5515.         $a->addMigrationsDirectory('ProductReturnsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/migrations'));
  5516.         $a->addMigrationsDirectory('InventoriesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/migrations'));
  5517.         $a->addMigrationsDirectory('AccountingBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/migrations'));
  5518.         $a->addMigrationsDirectory('ImportProductsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/migrations'));
  5519.         $a->addMigrationsDirectory('LabelsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/labels-bundle/migrations'));
  5520.         $a->addMigrationsDirectory('ManufacturingBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/migrations'));
  5521.         $a->addMigrationsDirectory('ShipmentsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/migrations'));
  5522.         $a->addMigrationsDirectory('ApiCmsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/migrations'));
  5523.         $a->addMigrationsDirectory('PrestashopConnectorBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/migrations'));
  5524.         $a->addMigrationsDirectory('GocardlessBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/migrations'));
  5525.         $a->addMigrationsDirectory('MondialrelayBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/migrations'));
  5526.         $a->addMigrationsDirectory('UtilityBillsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/migrations'));
  5527.         $a->addMigrationsDirectory('PimBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/pim-bundle/migrations'));
  5528.         $a->addMigrationsDirectory('OvhSmsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/migrations'));
  5529.         $a->addMigrationsDirectory('RecurringInvoicesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/migrations'));
  5530.         $a->addMigrationsDirectory('CashRegisterBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/migrations'));
  5531.         $a->addMigrationsDirectory('PlanningBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/planning-bundle/migrations'));
  5532.         $a->addMigrationsDirectory('CustomerOutstandingBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/customer-outstanding-bundle/migrations'));
  5533.         $a->addMigrationsDirectory('ProjectsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/projects-bundle/migrations'));
  5534.         $a->addMigrationsDirectory('ShipmentsPictureBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/migrations'));
  5535.         $a->addMigrationsDirectory('SitesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/sites-bundle/migrations'));
  5536.         $a->addMigrationsDirectory('TicketsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/migrations'));
  5537.         $a->addMigrationsDirectory('AdelyaBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/adelya-bundle/migrations'));
  5538.         $a->addMigrationsDirectory('Cx3BundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/cx3-bundle/migrations'));
  5539.         $a->setAllOrNothing(false);
  5540.         $a->setCheckDatabasePlatform(true);
  5541.         $a->setTransactional(true);
  5542.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  5543.         $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()));
  5544.         $instance->setDefinition('Doctrine\\Migrations\\Version\\Comparator', function () {
  5545.             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)))));
  5546.         });
  5547.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  5548.             return ($this->privates['App\\Doctrine\\Migrations\\MigrationFactory'] ?? $this->load('getMigrationFactoryService'));
  5549.         });
  5550.         return $instance;
  5551.     }
  5552.     /**
  5553.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  5554.      *
  5555.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  5556.      */
  5557.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  5558.     {
  5559.         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/products-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src/Entity'), 10 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Entity'), 11 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Entity'), 12 => (\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Entity'), 13 => (\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Entity'), 14 => (\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Entity'), 15 => (\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src/Entity'), 16 => (\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Entity'), 17 => (\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src/Entity'), 18 => (\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Entity'), 19 => (\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Entity'), 20 => (\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Entity'), 21 => (\dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Entity'), 22 => (\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src/Entity'), 23 => (\dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src/Entity'), 24 => (\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Entity'), 25 => (\dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Entity'), 26 => (\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Entity'), 27 => (\dirname(__DIR__4).'/vendor/bluue/customer-outstanding-bundle/src/Entity'), 28 => (\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Entity'), 29 => (\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src/Entity'), 30 => (\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Entity'), 31 => (\dirname(__DIR__4).'/vendor/bluue/cx3-bundle/src/Entity')], false);
  5560.     }
  5561.     /**
  5562.      * Gets the private 'exception_listener' shared service.
  5563.      *
  5564.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5565.      */
  5566.     protected function getExceptionListenerService()
  5567.     {
  5568.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  5569.     }
  5570.     /**
  5571.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5572.      *
  5573.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5574.      */
  5575.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5576.     {
  5577.         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())));
  5578.     }
  5579.     /**
  5580.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5581.      *
  5582.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5583.      */
  5584.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5585.     {
  5586.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5587.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  5588.             return $this->privates['framework_extra_bundle.event.is_granted'];
  5589.         }
  5590.         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);
  5591.     }
  5592.     /**
  5593.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  5594.      *
  5595.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  5596.      */
  5597.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  5598.     {
  5599.         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]);
  5600.     }
  5601.     /**
  5602.      * Gets the private 'locale_aware_listener' shared service.
  5603.      *
  5604.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5605.      */
  5606.     protected function getLocaleAwareListenerService()
  5607.     {
  5608.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5609.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  5610.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5611.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5612.     }
  5613.     /**
  5614.      * Gets the private 'locale_listener' shared service.
  5615.      *
  5616.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5617.      */
  5618.     protected function getLocaleListenerService()
  5619.     {
  5620.         $a = ($this->services['router'] ?? $this->getRouterService());
  5621.         if (isset($this->privates['locale_listener'])) {
  5622.             return $this->privates['locale_listener'];
  5623.         }
  5624.         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, []);
  5625.     }
  5626.     /**
  5627.      * Gets the private 'mime_types' shared service.
  5628.      *
  5629.      * @return \Symfony\Component\Mime\MimeTypes
  5630.      */
  5631.     protected function getMimeTypesService()
  5632.     {
  5633.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5634.         $instance->setDefault($instance);
  5635.         return $instance;
  5636.     }
  5637.     /**
  5638.      * Gets the private 'monolog.handler.console' shared service.
  5639.      *
  5640.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5641.      */
  5642.     protected function getMonolog_Handler_ConsoleService()
  5643.     {
  5644.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5645.     }
  5646.     /**
  5647.      * Gets the private 'monolog.handler.main' shared service.
  5648.      *
  5649.      * @return \Monolog\Handler\RotatingFileHandler
  5650.      */
  5651.     protected function getMonolog_Handler_MainService()
  5652.     {
  5653.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 30'info'trueNULLfalse);
  5654.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5655.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  5656.         return $instance;
  5657.     }
  5658.     /**
  5659.      * Gets the private 'monolog.logger' shared service.
  5660.      *
  5661.      * @return \Symfony\Bridge\Monolog\Logger
  5662.      */
  5663.     protected function getMonolog_LoggerService()
  5664.     {
  5665.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5666.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5667.         $instance->useMicrosecondTimestamps(true);
  5668.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5669.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5670.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5671.         return $instance;
  5672.     }
  5673.     /**
  5674.      * Gets the private 'monolog.logger.cache' shared service.
  5675.      *
  5676.      * @return \Symfony\Bridge\Monolog\Logger
  5677.      */
  5678.     protected function getMonolog_Logger_CacheService()
  5679.     {
  5680.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5681.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5682.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5683.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5684.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5685.         return $instance;
  5686.     }
  5687.     /**
  5688.      * Gets the private 'monolog.logger.request' shared service.
  5689.      *
  5690.      * @return \Symfony\Bridge\Monolog\Logger
  5691.      */
  5692.     protected function getMonolog_Logger_RequestService()
  5693.     {
  5694.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5695.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5696.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5697.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5698.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5699.         return $instance;
  5700.     }
  5701.     /**
  5702.      * Gets the private 'monolog.logger.security' shared service.
  5703.      *
  5704.      * @return \Symfony\Bridge\Monolog\Logger
  5705.      */
  5706.     protected function getMonolog_Logger_SecurityService()
  5707.     {
  5708.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5709.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5710.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5711.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5712.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5713.         return $instance;
  5714.     }
  5715.     /**
  5716.      * Gets the private 'parameter_bag' shared service.
  5717.      *
  5718.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5719.      */
  5720.     protected function getParameterBagService()
  5721.     {
  5722.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5723.     }
  5724.     /**
  5725.      * Gets the private 'profiler_listener' shared service.
  5726.      *
  5727.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5728.      */
  5729.     protected function getProfilerListenerService()
  5730.     {
  5731.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  5732.         if (isset($this->privates['profiler_listener'])) {
  5733.             return $this->privates['profiler_listener'];
  5734.         }
  5735.         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);
  5736.     }
  5737.     /**
  5738.      * Gets the private 'property_accessor' shared service.
  5739.      *
  5740.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5741.      */
  5742.     protected function getPropertyAccessorService()
  5743.     {
  5744.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5745.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  5746.     }
  5747.     /**
  5748.      * Gets the private 'property_info' shared service.
  5749.      *
  5750.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5751.      */
  5752.     protected function getPropertyInfoService()
  5753.     {
  5754.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5755.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  5756.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5757.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  5758.         }, 3), new RewindableGenerator(function () {
  5759.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  5760.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  5761.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5762.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5763.         }, 4), new RewindableGenerator(function () {
  5764.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5765.         }, 1), new RewindableGenerator(function () {
  5766.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  5767.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5768.         }, 2), new RewindableGenerator(function () {
  5769.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5770.         }, 1));
  5771.     }
  5772.     /**
  5773.      * Gets the private 'router.expression_language_provider' shared service.
  5774.      *
  5775.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  5776.      */
  5777.     protected function getRouter_ExpressionLanguageProviderService()
  5778.     {
  5779.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5780.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  5781.         ], [
  5782.             'env' => 'Closure',
  5783.         ]));
  5784.     }
  5785.     /**
  5786.      * Gets the private 'router.request_context' shared service.
  5787.      *
  5788.      * @return \Symfony\Component\Routing\RequestContext
  5789.      */
  5790.     protected function getRouter_RequestContextService()
  5791.     {
  5792.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri($this->getEnv('resolve:DEFAULT_DOMAIN'), 'localhost''http'80443);
  5793.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5794.         return $instance;
  5795.     }
  5796.     /**
  5797.      * Gets the private 'router_listener' shared service.
  5798.      *
  5799.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5800.      */
  5801.     protected function getRouterListenerService()
  5802.     {
  5803.         $a = ($this->services['router'] ?? $this->getRouterService());
  5804.         if (isset($this->privates['router_listener'])) {
  5805.             return $this->privates['router_listener'];
  5806.         }
  5807.         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);
  5808.     }
  5809.     /**
  5810.      * Gets the private 'security.context_listener.0' shared service.
  5811.      *
  5812.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5813.      */
  5814.     protected function getSecurity_ContextListener_0Service()
  5815.     {
  5816.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  5817.         if (isset($this->privates['security.context_listener.0'])) {
  5818.             return $this->privates['security.context_listener.0'];
  5819.         }
  5820.         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 () {
  5821.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  5822.             yield => ($this->privates['App\\Security\\ApiUserProvider'] ?? $this->load('getApiUserProviderService'));
  5823.         }, 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']);
  5824.     }
  5825.     /**
  5826.      * Gets the private 'security.event_dispatcher.main' shared service.
  5827.      *
  5828.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  5829.      */
  5830.     protected function getSecurity_EventDispatcher_MainService()
  5831.     {
  5832.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  5833.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5834.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  5835.         }, => 'checkPassport'], 2048);
  5836.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5837.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  5838.         }, => 'onSuccessfulLogin'], 0);
  5839.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5840.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  5841.         }, => 'onLogout'], 64);
  5842.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5843.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  5844.         }, => 'onLogout'], 0);
  5845.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5846.             return ($this->privates['security.listener.login_throttling.main'] ?? $this->load('getSecurity_Listener_LoginThrottling_MainService'));
  5847.         }, => 'checkPassport'], 2080);
  5848.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5849.             return ($this->privates['security.listener.login_throttling.main'] ?? $this->load('getSecurity_Listener_LoginThrottling_MainService'));
  5850.         }, => 'onSuccessfulLogin'], 0);
  5851.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5852.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  5853.         }, => 'onSuccessfulLogin'], -32);
  5854.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5855.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  5856.         }, => 'onSuccessfulLogin'], -64);
  5857.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  5858.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  5859.         }, => 'clearCookie'], 0);
  5860.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5861.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  5862.         }, => 'clearCookie'], 0);
  5863.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  5864.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  5865.         }, => 'clearCookie'], 0);
  5866.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5867.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  5868.         }, => 'preCheckCredentials'], 256);
  5869.         $instance->addListener('security.authentication.success', [=> function () {
  5870.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  5871.         }, => 'postCheckCredentials'], 256);
  5872.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5873.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  5874.         }, => 'checkPassport'], 1024);
  5875.         $instance->addListener('security.interactive_login', [=> function () {
  5876.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  5877.         }, => 'onInteractiveLogin'], 0);
  5878.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5879.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  5880.         }, => 'checkPassport'], 0);
  5881.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5882.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  5883.         }, => 'onLoginSuccess'], 0);
  5884.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5885.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  5886.         }, => 'checkPassport'], 512);
  5887.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5888.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  5889.         }, => 'onLogout'], 0);
  5890.         return $instance;
  5891.     }
  5892.     /**
  5893.      * Gets the private 'security.expression_language' shared service.
  5894.      *
  5895.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  5896.      */
  5897.     protected function getSecurity_ExpressionLanguageService()
  5898.     {
  5899.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  5900.         $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())));
  5901.         return $instance;
  5902.     }
  5903.     /**
  5904.      * Gets the private 'security.firewall.map' shared service.
  5905.      *
  5906.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5907.      */
  5908.     protected function getSecurity_Firewall_MapService()
  5909.     {
  5910.         $a = ($this->privates['.service_locator.e_lw0y.'] ?? $this->get_ServiceLocator_ELw0y_Service());
  5911.         if (isset($this->privates['security.firewall.map'])) {
  5912.             return $this->privates['security.firewall.map'];
  5913.         }
  5914.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  5915.             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)/')));
  5916.             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')));
  5917.             yield 'security.firewall.map.context.apiv2' => ($this->privates['.security.request_matcher.LugPZU4'] ?? ($this->privates['.security.request_matcher.LugPZU4'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/apiv2')));
  5918.             yield 'security.firewall.map.context.main' => NULL;
  5919.         }, 4));
  5920.     }
  5921.     /**
  5922.      * Gets the private 'security.logout_url_generator' shared service.
  5923.      *
  5924.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5925.      */
  5926.     protected function getSecurity_LogoutUrlGeneratorService()
  5927.     {
  5928.         $a = ($this->services['router'] ?? $this->getRouterService());
  5929.         if (isset($this->privates['security.logout_url_generator'])) {
  5930.             return $this->privates['security.logout_url_generator'];
  5931.         }
  5932.         $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()));
  5933.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  5934.         return $instance;
  5935.     }
  5936.     /**
  5937.      * Gets the private 'security.role_hierarchy' shared service.
  5938.      *
  5939.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  5940.      */
  5941.     protected function getSecurity_RoleHierarchyService()
  5942.     {
  5943.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  5944.     }
  5945.     /**
  5946.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5947.      *
  5948.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5949.      */
  5950.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5951.     {
  5952.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5953.     }
  5954.     /**
  5955.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5956.      *
  5957.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5958.      */
  5959.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5960.     {
  5961.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5962.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5963.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5964.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5965.     }
  5966.     /**
  5967.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5968.      *
  5969.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5970.      */
  5971.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5972.     {
  5973.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5974.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  5975.             return $this->privates['sensio_framework_extra.security.listener'];
  5976.         }
  5977.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  5978.         $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())));
  5979.         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()));
  5980.     }
  5981.     /**
  5982.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5983.      *
  5984.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5985.      */
  5986.     protected function getSensioFrameworkExtra_View_ListenerService()
  5987.     {
  5988.         $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))));
  5989.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5990.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5991.         ], [
  5992.             'twig' => '?',
  5993.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5994.         return $instance;
  5995.     }
  5996.     /**
  5997.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  5998.      *
  5999.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  6000.      */
  6001.     protected function getSerializer_NameConverter_MetadataAwareService()
  6002.     {
  6003.         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()));
  6004.     }
  6005.     /**
  6006.      * Gets the private 'session_listener' shared service.
  6007.      *
  6008.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6009.      */
  6010.     protected function getSessionListenerService()
  6011.     {
  6012.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6013.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  6014.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6015.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6016.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  6017.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  6018.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  6019.         ], [
  6020.             'initialized_session' => '?',
  6021.             'logger' => '?',
  6022.             'request_stack' => '?',
  6023.             'session' => '?',
  6024.             'session_collector' => '?',
  6025.             'session_factory' => '?',
  6026.         ]), true$this->parameters['session.storage.options']);
  6027.     }
  6028.     /**
  6029.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  6030.      *
  6031.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  6032.      */
  6033.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  6034.     {
  6035.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6036.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  6037.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  6038.         }
  6039.         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);
  6040.     }
  6041.     /**
  6042.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  6043.      *
  6044.      * @return \App\EventListener\BlameableListener
  6045.      */
  6046.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  6047.     {
  6048.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \App\EventListener\BlameableListener();
  6049.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6050.         return $instance;
  6051.     }
  6052.     /**
  6053.      * Gets the private 'translator.default' shared service.
  6054.      *
  6055.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6056.      */
  6057.     protected function getTranslator_DefaultService()
  6058.     {
  6059.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6060.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  6061.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  6062.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  6063.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  6064.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  6065.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  6066.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  6067.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  6068.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  6069.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  6070.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  6071.         ], [
  6072.             'translation.loader.csv' => '?',
  6073.             'translation.loader.dat' => '?',
  6074.             'translation.loader.ini' => '?',
  6075.             'translation.loader.json' => '?',
  6076.             'translation.loader.mo' => '?',
  6077.             'translation.loader.php' => '?',
  6078.             'translation.loader.po' => '?',
  6079.             'translation.loader.qt' => '?',
  6080.             'translation.loader.res' => '?',
  6081.             'translation.loader.xliff' => '?',
  6082.             'translation.loader.yml' => '?',
  6083.         ]), 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'), => (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Resources/translations/SalesBundle+intl-icu.en.xlf'), => (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Resources/translations/StocksBundle+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/products-bundle/src/Resources/translations/ProductsBundle+intl-icu.fr.xlf'), => (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Resources/translations/CategoriesBundle+intl-icu.fr.xlf'), => (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Resources/translations/StocksBundle+intl-icu.fr.xlf'), => (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Resources/translations/CustomersBundle+intl-icu.fr.xlf'), => (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Resources/translations/SalesBundle+intl-icu.fr.xlf'), 10 => (\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src/Resources/translations/CrmBundle+intl-icu.fr.xlf'), 11 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Resources/translations/SuppliersBundle+intl-icu.fr.xlf'), 12 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Resources/translations/SuppliersOrdersBundle+intl-icu.fr.xlf'), 13 => (\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Resources/translations/ProductReturnsBundle+intl-icu.fr.xlf'), 14 => (\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Resources/translations/InventoriesBundle+intl-icu.fr.xlf'), 15 => (\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Resources/translations/AccountingBundle+intl-icu.fr.xlf'), 16 => (\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src/Resources/translations/ImportProductsBundle+intl-icu.fr.xlf'), 17 => (\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Resources/translations/LabelsBundle+intl-icu.fr.xlf'), 18 => (\dirname(__DIR__4).'/vendor/bluue/statistics-bundle/src/Resources/translations/StatisticsBundle+intl-icu.fr.xlf'), 19 => (\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src/Resources/translations/ManufacturingBundle+intl-icu.fr.xlf'), 20 => (\dirname(__DIR__4).'/vendor/bluue/forecasted-manufacturing-bundle/src/Resources/translations/ForecastedManufacturingBundle+intl-icu.fr.xlf'), 21 => (\dirname(__DIR__4).'/vendor/bluue/forecasted-stock-bundle/src/Resources/translations/ForecastedStockBundle+intl-icu.fr.xlf'), 22 => (\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Resources/translations/ShipmentsBundle+intl-icu.fr.xlf'), 23 => (\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Resources/translations/PrestashopConnectorBundle+intl-icu.fr.xlf'), 24 => (\dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Resources/translations/GocardlessBundle+intl-icu.fr.xlf'), 25 => (\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/src/Resources/translations/MondialrelayBundle+intl-icu.fr.xlf'), 26 => (\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src/Resources/translations/UtilityBillsBundle+intl-icu.fr.xlf'), 27 => (\dirname(__DIR__4).'/vendor/bluue/pim-bundle/src/Resources/translations/PimBundle+intl-icu.fr.xlf'), 28 => (\dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src/Resources/translations/OvhSmsBundle+intl-icu.fr.xlf'), 29 => (\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Resources/translations/RecurringInvoicesBundle+intl-icu.fr.xlf'), 30 => (\dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Resources/translations/CashRegisterBundle+intl-icu.fr.xlf'), 31 => (\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Resources/translations/PlanningBundle+intl-icu.fr.xlf'), 32 => (\dirname(__DIR__4).'/vendor/bluue/customer-outstanding-bundle/src/Resources/translations/CustomerOutstandingBundle+intl-icu.fr.xlf'), 33 => (\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Resources/translations/ProjectsBundle+intl-icu.fr.xlf'), 34 => (\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/src/Resources/translations/ShipmentsPictureBundle+intl-icu.fr.xlf'), 35 => (\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src/Resources/translations/SitesBundle+intl-icu.fr.xlf'), 36 => (\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Resources/translations/TicketsBundle+intl-icu.fr.xlf'), 37 => (\dirname(__DIR__4).'/vendor/bluue/adelya-bundle/src/Resources/translations/AdelyaBundle+intl-icu.fr.xlf'), 38 => (\dirname(__DIR__4).'/vendor/bluue/cx3-bundle/src/Resources/translations/Cx3Bundle+intl-icu.fr.xlf'), 39 => (\dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Resources/translations/ProductsBundle+intl-icu.fr.xlf'), 40 => (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Resources/translations/CategoriesBundle+intl-icu.fr.xlf'), 41 => (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Resources/translations/CustomersBundle+intl-icu.fr.xlf'), 42 => (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Resources/translations/SalesBundle+intl-icu.fr.xlf'), 43 => (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Resources/translations/StocksBundle+intl-icu.fr.xlf'), 44 => (\dirname(__DIR__4).'/translations/KnpPaginatorBundle+intl-icu.fr.xlf'), 45 => (\dirname(__DIR__4).'/translations/daterangepicker+intl-icu.fr.xlf'), 46 => (\dirname(__DIR__4).'/translations/messages+intl-icu.fr.xlf'), 47 => (\dirname(__DIR__4).'/translations/security.fr.xlf'), 48 => (\dirname(__DIR__4).'/translations/time+intl-icu.fr.xlf'), 49 => (\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/products-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src/Resources/translations'), 11 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Resources/translations'), 12 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Resources/translations'), 13 => (\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Resources/translations'), 14 => (\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Resources/translations'), 15 => (\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Resources/translations'), 16 => (\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src/Resources/translations'), 17 => (\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Resources/translations'), 18 => (\dirname(__DIR__4).'/vendor/bluue/statistics-bundle/src/Resources/translations'), 19 => (\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src/Resources/translations'), 20 => (\dirname(__DIR__4).'/vendor/bluue/forecasted-manufacturing-bundle/src/Resources/translations'), 21 => (\dirname(__DIR__4).'/vendor/bluue/forecasted-stock-bundle/src/Resources/translations'), 22 => (\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Resources/translations'), 23 => (\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Resources/translations'), 24 => (\dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Resources/translations'), 25 => (\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/src/Resources/translations'), 26 => (\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src/Resources/translations'), 27 => (\dirname(__DIR__4).'/vendor/bluue/pim-bundle/src/Resources/translations'), 28 => (\dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src/Resources/translations'), 29 => (\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Resources/translations'), 30 => (\dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Resources/translations'), 31 => (\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Resources/translations'), 32 => (\dirname(__DIR__4).'/vendor/bluue/customer-outstanding-bundle/src/Resources/translations'), 33 => (\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Resources/translations'), 34 => (\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/src/Resources/translations'), 35 => (\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src/Resources/translations'), 36 => (\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Resources/translations'), 37 => (\dirname(__DIR__4).'/vendor/bluue/adelya-bundle/src/Resources/translations'), 38 => (\dirname(__DIR__4).'/vendor/bluue/cx3-bundle/src/Resources/translations'), 39 => (\dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Resources/translations'), 40 => (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Resources/translations'), 41 => (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Resources/translations'), 42 => (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Resources/translations'), 43 => (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Resources/translations'), 44 => (\dirname(__DIR__4).'/translations'), 45 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 46 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 47 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 48 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 49 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 50 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 51 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 52 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 53 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 54 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 55 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 56 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 57 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 58 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 59 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 60 => (\dirname(__DIR__4).'/vendor/cron/cron-bundle/translations'), 61 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 62 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 63 => (\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/products-bundle/src/Resources/translations'=> 'vendor/bluue/categories-bundle/src/Resources/translations'=> 'vendor/bluue/stocks-bundle/src/Resources/translations'=> 'vendor/bluue/customers-bundle/src/Resources/translations'=> 'vendor/bluue/sales-bundle/src/Resources/translations'10 => 'vendor/bluue/crm-bundle/src/Resources/translations'11 => 'vendor/bluue/suppliers-bundle/src/Resources/translations'12 => 'vendor/bluue/suppliers-orders-bundle/src/Resources/translations'13 => 'vendor/bluue/product-returns-bundle/src/Resources/translations'14 => 'vendor/bluue/inventories-bundle/src/Resources/translations'15 => 'vendor/bluue/accounting-bundle/src/Resources/translations'16 => 'vendor/bluue/import-products-bundle/src/Resources/translations'17 => 'vendor/bluue/labels-bundle/src/Resources/translations'18 => 'vendor/bluue/statistics-bundle/src/Resources/translations'19 => 'vendor/bluue/manufacturing-bundle/src/Resources/translations'20 => 'vendor/bluue/forecasted-manufacturing-bundle/src/Resources/translations'21 => 'vendor/bluue/forecasted-stock-bundle/src/Resources/translations'22 => 'vendor/bluue/shipments-bundle/src/Resources/translations'23 => 'vendor/bluue/prestashop-connector-bundle/src/Resources/translations'24 => 'vendor/bluue/gocardless-bundle/src/Resources/translations'25 => 'vendor/bluue/mondialrelay-bundle/src/Resources/translations'26 => 'vendor/bluue/utility-bills-bundle/src/Resources/translations'27 => 'vendor/bluue/pim-bundle/src/Resources/translations'28 => 'vendor/bluue/ovh-sms-bundle/src/Resources/translations'29 => 'vendor/bluue/recurring-invoices-bundle/src/Resources/translations'30 => 'vendor/bluue/cash-register-bundle/src/Resources/translations'31 => 'vendor/bluue/planning-bundle/src/Resources/translations'32 => 'vendor/bluue/customer-outstanding-bundle/src/Resources/translations'33 => 'vendor/bluue/projects-bundle/src/Resources/translations'34 => 'vendor/bluue/shipments-picture-bundle/src/Resources/translations'35 => 'vendor/bluue/sites-bundle/src/Resources/translations'36 => 'vendor/bluue/tickets-bundle/src/Resources/translations'37 => 'vendor/bluue/adelya-bundle/src/Resources/translations'38 => 'vendor/bluue/cx3-bundle/src/Resources/translations'39 => 'vendor/bluue/products-bundle/src/Resources/translations'40 => 'vendor/bluue/categories-bundle/src/Resources/translations'41 => 'vendor/bluue/customers-bundle/src/Resources/translations'42 => 'vendor/bluue/sales-bundle/src/Resources/translations'43 => 'vendor/bluue/stocks-bundle/src/Resources/translations'44 => 'translations'45 => 'vendor/symfony/framework-bundle/translations'46 => 'vendor/sensio/framework-extra-bundle/src/translations'47 => 'vendor/symfony/twig-bundle/translations'48 => 'vendor/symfony/web-profiler-bundle/translations'49 => 'vendor/symfony/monolog-bundle/translations'50 => 'vendor/symfony/debug-bundle/translations'51 => 'vendor/symfony/maker-bundle/src/translations'52 => 'vendor/doctrine/doctrine-bundle/translations'53 => 'vendor/doctrine/doctrine-migrations-bundle/translations'54 => 'vendor/symfony/security-bundle/translations'55 => 'vendor/twig/extra-bundle/translations'56 => 'vendor/knplabs/knp-menu-bundle/src/translations'57 => 'vendor/symfony/webpack-encore-bundle/src/translations'58 => 'vendor/stof/doctrine-extensions-bundle/src/translations'59 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'60 => 'vendor/cron/cron-bundle/translations'61 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'62 => 'vendor/lexik/jwt-authentication-bundle/translations'63 => 'vendor/bluue/api-cms-bundle/src/translations']]], []);
  6084.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6085.         $instance->setFallbackLocales([=> 'en']);
  6086.         return $instance;
  6087.     }
  6088.     /**
  6089.      * Gets the private 'validator.builder' shared service.
  6090.      *
  6091.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6092.      */
  6093.     protected function getValidator_BuilderService()
  6094.     {
  6095.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6096.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6097.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6098.             'Bluue\\AccountingBundle\\Validator\\CheckAccountNumberValidator' => ['privates''Bluue\\AccountingBundle\\Validator\\CheckAccountNumberValidator''getCheckAccountNumberValidatorService'true],
  6099.             'Bluue\\ProductReturnsBundle\\Validator\\CheckDeliveryNoteValidator' => ['privates''Bluue\\ProductReturnsBundle\\Validator\\CheckDeliveryNoteValidator''getCheckDeliveryNoteValidatorService'true],
  6100.             'Bluue\\ProductsBundle\\Validator\\UniqueProductReferenceBrandValidator' => ['privates''Bluue\\ProductsBundle\\Validator\\UniqueProductReferenceBrandValidator''getUniqueProductReferenceBrandValidatorService'true],
  6101.             'Bluue\\StocksBundle\\Validator\\ProductOrDeclinationValidator' => ['privates''Bluue\\StocksBundle\\Validator\\ProductOrDeclinationValidator''getProductOrDeclinationValidatorService'true],
  6102.             'Bluue\\StocksBundle\\Validator\\XorLocationOrSubLocationValidator' => ['privates''Bluue\\StocksBundle\\Validator\\XorLocationOrSubLocationValidator''getXorLocationOrSubLocationValidatorService'true],
  6103.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  6104.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  6105.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  6106.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  6107.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  6108.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  6109.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  6110.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  6111.         ], [
  6112.             'Bluue\\AccountingBundle\\Validator\\CheckAccountNumberValidator' => '?',
  6113.             'Bluue\\ProductReturnsBundle\\Validator\\CheckDeliveryNoteValidator' => '?',
  6114.             'Bluue\\ProductsBundle\\Validator\\UniqueProductReferenceBrandValidator' => '?',
  6115.             'Bluue\\StocksBundle\\Validator\\ProductOrDeclinationValidator' => '?',
  6116.             'Bluue\\StocksBundle\\Validator\\XorLocationOrSubLocationValidator' => '?',
  6117.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6118.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6119.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6120.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6121.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6122.             'doctrine.orm.validator.unique' => '?',
  6123.             'security.validator.user_password' => '?',
  6124.             'validator.expression' => '?',
  6125.         ])));
  6126.         if ($this->has('translator')) {
  6127.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6128.         }
  6129.         $instance->setTranslationDomain('validators');
  6130.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6131.         $instance->enableAnnotationMapping(true);
  6132.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6133.         $instance->addMethodMapping('loadValidatorMetadata');
  6134.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6135.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6136.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6137.         return $instance;
  6138.     }
  6139.     /**
  6140.      * Gets the private 'var_dumper.html_dumper' shared service.
  6141.      *
  6142.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6143.      */
  6144.     protected function getVarDumper_HtmlDumperService()
  6145.     {
  6146.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6147.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6148.         return $instance;
  6149.     }
  6150.     /**
  6151.      * Gets the private 'var_dumper.server_connection' shared service.
  6152.      *
  6153.      * @return \Symfony\Component\VarDumper\Server\Connection
  6154.      */
  6155.     protected function getVarDumper_ServerConnectionService()
  6156.     {
  6157.         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()]);
  6158.     }
  6159.     /**
  6160.      * Gets the private 'web_profiler.csp.handler' shared service.
  6161.      *
  6162.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6163.      */
  6164.     protected function getWebProfiler_Csp_HandlerService()
  6165.     {
  6166.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6167.     }
  6168.     /**
  6169.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6170.      *
  6171.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6172.      */
  6173.     protected function getWebProfiler_DebugToolbarService()
  6174.     {
  6175.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6176.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6177.             return $this->privates['web_profiler.debug_toolbar'];
  6178.         }
  6179.         $b = ($this->services['router'] ?? $this->getRouterService());
  6180.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6181.             return $this->privates['web_profiler.debug_toolbar'];
  6182.         }
  6183.         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()));
  6184.     }
  6185.     /**
  6186.      * Gets the public 'cache_clearer' alias.
  6187.      *
  6188.      * @return object The ".container.private.cache_clearer" service.
  6189.      */
  6190.     protected function getCacheClearerService()
  6191.     {
  6192.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  6193.         return $this->get('.container.private.cache_clearer');
  6194.     }
  6195.     /**
  6196.      * Gets the public 'filesystem' alias.
  6197.      *
  6198.      * @return object The ".container.private.filesystem" service.
  6199.      */
  6200.     protected function getFilesystemService()
  6201.     {
  6202.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  6203.         return $this->get('.container.private.filesystem');
  6204.     }
  6205.     /**
  6206.      * Gets the public 'serializer' alias.
  6207.      *
  6208.      * @return object The ".container.private.serializer" service.
  6209.      */
  6210.     protected function getSerializerService()
  6211.     {
  6212.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  6213.         return $this->get('.container.private.serializer');
  6214.     }
  6215.     /**
  6216.      * Gets the public 'security.csrf.token_manager' alias.
  6217.      *
  6218.      * @return object The ".container.private.security.csrf.token_manager" service.
  6219.      */
  6220.     protected function getSecurity_Csrf_TokenManagerService()
  6221.     {
  6222.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  6223.         return $this->get('.container.private.security.csrf.token_manager');
  6224.     }
  6225.     /**
  6226.      * Gets the public 'form.factory' alias.
  6227.      *
  6228.      * @return object The ".container.private.form.factory" service.
  6229.      */
  6230.     protected function getForm_FactoryService()
  6231.     {
  6232.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  6233.         return $this->get('.container.private.form.factory');
  6234.     }
  6235.     /**
  6236.      * Gets the public 'form.type.file' alias.
  6237.      *
  6238.      * @return object The ".container.private.form.type.file" service.
  6239.      */
  6240.     protected function getForm_Type_FileService()
  6241.     {
  6242.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  6243.         return $this->get('.container.private.form.type.file');
  6244.     }
  6245.     /**
  6246.      * Gets the public 'profiler' alias.
  6247.      *
  6248.      * @return object The ".container.private.profiler" service.
  6249.      */
  6250.     protected function getProfilerService()
  6251.     {
  6252.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  6253.         return $this->get('.container.private.profiler');
  6254.     }
  6255.     /**
  6256.      * Gets the public 'twig' alias.
  6257.      *
  6258.      * @return object The ".container.private.twig" service.
  6259.      */
  6260.     protected function getTwigService()
  6261.     {
  6262.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  6263.         return $this->get('.container.private.twig');
  6264.     }
  6265.     /**
  6266.      * Gets the public 'security.authorization_checker' alias.
  6267.      *
  6268.      * @return object The ".container.private.security.authorization_checker" service.
  6269.      */
  6270.     protected function getSecurity_AuthorizationCheckerService()
  6271.     {
  6272.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  6273.         return $this->get('.container.private.security.authorization_checker');
  6274.     }
  6275.     /**
  6276.      * Gets the public 'security.token_storage' alias.
  6277.      *
  6278.      * @return object The ".container.private.security.token_storage" service.
  6279.      */
  6280.     protected function getSecurity_TokenStorageService()
  6281.     {
  6282.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  6283.         return $this->get('.container.private.security.token_storage');
  6284.     }
  6285.     /**
  6286.      * Gets the public 'security.password_encoder' alias.
  6287.      *
  6288.      * @return object The ".container.private.security.password_encoder" service.
  6289.      */
  6290.     protected function getSecurity_PasswordEncoderService()
  6291.     {
  6292.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  6293.         return $this->get('.container.private.security.password_encoder');
  6294.     }
  6295.     /**
  6296.      * Gets the public 'session' alias.
  6297.      *
  6298.      * @return object The ".container.private.session" service.
  6299.      */
  6300.     protected function getSessionService()
  6301.     {
  6302.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  6303.         return $this->get('.container.private.session');
  6304.     }
  6305.     /**
  6306.      * Gets the public 'validator' alias.
  6307.      *
  6308.      * @return object The ".container.private.validator" service.
  6309.      */
  6310.     protected function getValidatorService()
  6311.     {
  6312.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  6313.         return $this->get('.container.private.validator');
  6314.     }
  6315.     /**
  6316.      * @return array|bool|float|int|string|\UnitEnum|null
  6317.      */
  6318.     public function getParameter(string $name)
  6319.     {
  6320.         if (isset($this->buildParameters[$name])) {
  6321.             return $this->buildParameters[$name];
  6322.         }
  6323.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6324.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6325.         }
  6326.         if (isset($this->loadedDynamicParameters[$name])) {
  6327.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6328.         }
  6329.         return $this->parameters[$name];
  6330.     }
  6331.     public function hasParameter(string $name): bool
  6332.     {
  6333.         if (isset($this->buildParameters[$name])) {
  6334.             return true;
  6335.         }
  6336.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6337.     }
  6338.     public function setParameter(string $name$value): void
  6339.     {
  6340.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6341.     }
  6342.     public function getParameterBag(): ParameterBagInterface
  6343.     {
  6344.         if (null === $this->parameterBag) {
  6345.             $parameters $this->parameters;
  6346.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6347.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6348.             }
  6349.             foreach ($this->buildParameters as $name => $value) {
  6350.                 $parameters[$name] = $value;
  6351.             }
  6352.             $this->parameterBag = new FrozenParameterBag($parameters);
  6353.         }
  6354.         return $this->parameterBag;
  6355.     }
  6356.     private $loadedDynamicParameters = [
  6357.         'kernel.runtime_environment' => false,
  6358.         'kernel.build_dir' => false,
  6359.         'kernel.cache_dir' => false,
  6360.         'app.encrypt_passphrase' => false,
  6361.         'app.encrypt_iv' => false,
  6362.         'app.mailer_dsn' => false,
  6363.         'app.mailer_from' => false,
  6364.         'app.default_host' => false,
  6365.         'app.default_domain' => false,
  6366.         'app.public_host' => false,
  6367.         'kernel.secret' => false,
  6368.         'debug.container.dump' => false,
  6369.         'serializer.mapping.cache.file' => false,
  6370.         'validator.mapping.cache.file' => false,
  6371.         'profiler.storage.dsn' => false,
  6372.         'doctrine.orm.proxy_dir' => false,
  6373.         'lexik_jwt_authentication.pass_phrase' => false,
  6374.         'app.caisse_host' => false,
  6375.     ];
  6376.     private $dynamicParameters = [];
  6377.     private function getDynamicParameter(string $name)
  6378.     {
  6379.         switch ($name) {
  6380.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  6381.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  6382.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6383.             case 'app.encrypt_passphrase'$value $this->getEnv('resolve:ENCRYPT_PASSPHRASE'); break;
  6384.             case 'app.encrypt_iv'$value $this->getEnv('resolve:ENCRYPT_IV'); break;
  6385.             case 'app.mailer_dsn'$value $this->getEnv('resolve:MAILER_DSN'); break;
  6386.             case 'app.mailer_from'$value $this->getEnv('resolve:MAILER_FROM'); break;
  6387.             case 'app.default_host'$value $this->getEnv('resolve:DEFAULT_HOST'); break;
  6388.             case 'app.default_domain'$value $this->getEnv('resolve:DEFAULT_DOMAIN'); break;
  6389.             case 'app.public_host'$value $this->getEnv('resolve:PUBLIC_HOST'); break;
  6390.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6391.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6392.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6393.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6394.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6395.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6396.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  6397.             case 'app.caisse_host'$value $this->getEnv('resolve:CAISSE_HOST'); break;
  6398.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6399.         }
  6400.         $this->loadedDynamicParameters[$name] = true;
  6401.         return $this->dynamicParameters[$name] = $value;
  6402.     }
  6403.     protected function getDefaultParameters(): array
  6404.     {
  6405.         return [
  6406.             'kernel.project_dir' => \dirname(__DIR__4),
  6407.             'kernel.environment' => 'dev',
  6408.             'kernel.debug' => true,
  6409.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6410.             'kernel.bundles' => [
  6411.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6412.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6413.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6414.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6415.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6416.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6417.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6418.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6419.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6420.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6421.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  6422.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  6423.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  6424.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  6425.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  6426.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  6427.                 'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
  6428.                 'CronCronBundle' => 'Cron\\CronBundle\\CronCronBundle',
  6429.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  6430.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  6431.                 'ProductsBundle' => 'Bluue\\ProductsBundle\\ProductsBundle',
  6432.                 'CategoriesBundle' => 'Bluue\\CategoriesBundle\\CategoriesBundle',
  6433.                 'StocksBundle' => 'Bluue\\StocksBundle\\StocksBundle',
  6434.                 'CustomersBundle' => 'Bluue\\CustomersBundle\\CustomersBundle',
  6435.                 'SalesBundle' => 'Bluue\\SalesBundle\\SalesBundle',
  6436.                 'CrmBundle' => 'Bluue\\CrmBundle\\CrmBundle',
  6437.                 'SuppliersBundle' => 'Bluue\\SuppliersBundle\\SuppliersBundle',
  6438.                 'SuppliersOrdersBundle' => 'Bluue\\SuppliersOrdersBundle\\SuppliersOrdersBundle',
  6439.                 'ProductReturnsBundle' => 'Bluue\\ProductReturnsBundle\\ProductReturnsBundle',
  6440.                 'InventoriesBundle' => 'Bluue\\InventoriesBundle\\InventoriesBundle',
  6441.                 'AccountingBundle' => 'Bluue\\AccountingBundle\\AccountingBundle',
  6442.                 'ImportProductsBundle' => 'Bluue\\ImportProductsBundle\\ImportProductsBundle',
  6443.                 'LabelsBundle' => 'Bluue\\LabelsBundle\\LabelsBundle',
  6444.                 'StatisticsBundle' => 'Bluue\\StatisticsBundle\\StatisticsBundle',
  6445.                 'ManufacturingBundle' => 'Bluue\\ManufacturingBundle\\ManufacturingBundle',
  6446.                 'ForecastedManufacturingBundle' => 'Bluue\\ForecastedManufacturingBundle\\ForecastedManufacturingBundle',
  6447.                 'ForecastedStockBundle' => 'Bluue\\ForecastedStockBundle\\ForecastedStockBundle',
  6448.                 'ShipmentsBundle' => 'Bluue\\ShipmentsBundle\\ShipmentsBundle',
  6449.                 'ApiCmsBundle' => 'Bluue\\ApiCmsBundle\\ApiCmsBundle',
  6450.                 'PrestashopConnectorBundle' => 'Bluue\\PrestashopConnectorBundle\\PrestashopConnectorBundle',
  6451.                 'GocardlessBundle' => 'Bluue\\GocardlessBundle\\GocardlessBundle',
  6452.                 'MondialrelayBundle' => 'Bluue\\MondialrelayBundle\\MondialrelayBundle',
  6453.                 'UtilityBillsBundle' => 'Bluue\\UtilityBillsBundle\\UtilityBillsBundle',
  6454.                 'PimBundle' => 'Bluue\\PimBundle\\PimBundle',
  6455.                 'OvhSmsBundle' => 'Bluue\\OvhSmsBundle\\OvhSmsBundle',
  6456.                 'RecurringInvoicesBundle' => 'Bluue\\RecurringInvoicesBundle\\RecurringInvoicesBundle',
  6457.                 'CashRegisterBundle' => 'Bluue\\CashRegisterBundle\\CashRegisterBundle',
  6458.                 'PlanningBundle' => 'Bluue\\PlanningBundle\\PlanningBundle',
  6459.                 'CustomerOutstandingBundle' => 'Bluue\\CustomerOutstandingBundle\\CustomerOutstandingBundle',
  6460.                 'ProjectsBundle' => 'Bluue\\ProjectsBundle\\ProjectsBundle',
  6461.                 'ShipmentsPictureBundle' => 'Bluue\\ShipmentsPictureBundle\\ShipmentsPictureBundle',
  6462.                 'SitesBundle' => 'Bluue\\SitesBundle\\SitesBundle',
  6463.                 'TicketsBundle' => 'Bluue\\TicketsBundle\\TicketsBundle',
  6464.                 'AdelyaBundle' => 'Bluue\\AdelyaBundle\\AdelyaBundle',
  6465.                 'Cx3Bundle' => 'Bluue\\Cx3Bundle\\Cx3Bundle',
  6466.             ],
  6467.             'kernel.bundles_metadata' => [
  6468.                 'FrameworkBundle' => [
  6469.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6470.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6471.                 ],
  6472.                 'SensioFrameworkExtraBundle' => [
  6473.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6474.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6475.                 ],
  6476.                 'TwigBundle' => [
  6477.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6478.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6479.                 ],
  6480.                 'WebProfilerBundle' => [
  6481.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6482.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6483.                 ],
  6484.                 'MonologBundle' => [
  6485.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6486.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6487.                 ],
  6488.                 'DebugBundle' => [
  6489.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6490.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6491.                 ],
  6492.                 'MakerBundle' => [
  6493.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6494.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6495.                 ],
  6496.                 'DoctrineBundle' => [
  6497.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6498.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6499.                 ],
  6500.                 'DoctrineMigrationsBundle' => [
  6501.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6502.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6503.                 ],
  6504.                 'SecurityBundle' => [
  6505.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6506.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6507.                 ],
  6508.                 'TwigExtraBundle' => [
  6509.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6510.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6511.                 ],
  6512.                 'KnpMenuBundle' => [
  6513.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  6514.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  6515.                 ],
  6516.                 'WebpackEncoreBundle' => [
  6517.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  6518.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  6519.                 ],
  6520.                 'StofDoctrineExtensionsBundle' => [
  6521.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  6522.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  6523.                 ],
  6524.                 'DoctrineFixturesBundle' => [
  6525.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  6526.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  6527.                 ],
  6528.                 'KnpPaginatorBundle' => [
  6529.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  6530.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  6531.                 ],
  6532.                 'KnpTimeBundle' => [
  6533.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src'),
  6534.                     'namespace' => 'Knp\\Bundle\\TimeBundle',
  6535.                 ],
  6536.                 'CronCronBundle' => [
  6537.                     'path' => (\dirname(__DIR__4).'/vendor/cron/cron-bundle'),
  6538.                     'namespace' => 'Cron\\CronBundle',
  6539.                 ],
  6540.                 'ApiPlatformBundle' => [
  6541.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  6542.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  6543.                 ],
  6544.                 'LexikJWTAuthenticationBundle' => [
  6545.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  6546.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  6547.                 ],
  6548.                 'ProductsBundle' => [
  6549.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/products-bundle/src'),
  6550.                     'namespace' => 'Bluue\\ProductsBundle',
  6551.                 ],
  6552.                 'CategoriesBundle' => [
  6553.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src'),
  6554.                     'namespace' => 'Bluue\\CategoriesBundle',
  6555.                 ],
  6556.                 'StocksBundle' => [
  6557.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src'),
  6558.                     'namespace' => 'Bluue\\StocksBundle',
  6559.                 ],
  6560.                 'CustomersBundle' => [
  6561.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src'),
  6562.                     'namespace' => 'Bluue\\CustomersBundle',
  6563.                 ],
  6564.                 'SalesBundle' => [
  6565.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src'),
  6566.                     'namespace' => 'Bluue\\SalesBundle',
  6567.                 ],
  6568.                 'CrmBundle' => [
  6569.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src'),
  6570.                     'namespace' => 'Bluue\\CrmBundle',
  6571.                 ],
  6572.                 'SuppliersBundle' => [
  6573.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src'),
  6574.                     'namespace' => 'Bluue\\SuppliersBundle',
  6575.                 ],
  6576.                 'SuppliersOrdersBundle' => [
  6577.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src'),
  6578.                     'namespace' => 'Bluue\\SuppliersOrdersBundle',
  6579.                 ],
  6580.                 'ProductReturnsBundle' => [
  6581.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src'),
  6582.                     'namespace' => 'Bluue\\ProductReturnsBundle',
  6583.                 ],
  6584.                 'InventoriesBundle' => [
  6585.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src'),
  6586.                     'namespace' => 'Bluue\\InventoriesBundle',
  6587.                 ],
  6588.                 'AccountingBundle' => [
  6589.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src'),
  6590.                     'namespace' => 'Bluue\\AccountingBundle',
  6591.                 ],
  6592.                 'ImportProductsBundle' => [
  6593.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src'),
  6594.                     'namespace' => 'Bluue\\ImportProductsBundle',
  6595.                 ],
  6596.                 'LabelsBundle' => [
  6597.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src'),
  6598.                     'namespace' => 'Bluue\\LabelsBundle',
  6599.                 ],
  6600.                 'StatisticsBundle' => [
  6601.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/statistics-bundle/src'),
  6602.                     'namespace' => 'Bluue\\StatisticsBundle',
  6603.                 ],
  6604.                 'ManufacturingBundle' => [
  6605.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src'),
  6606.                     'namespace' => 'Bluue\\ManufacturingBundle',
  6607.                 ],
  6608.                 'ForecastedManufacturingBundle' => [
  6609.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/forecasted-manufacturing-bundle/src'),
  6610.                     'namespace' => 'Bluue\\ForecastedManufacturingBundle',
  6611.                 ],
  6612.                 'ForecastedStockBundle' => [
  6613.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/forecasted-stock-bundle/src'),
  6614.                     'namespace' => 'Bluue\\ForecastedStockBundle',
  6615.                 ],
  6616.                 'ShipmentsBundle' => [
  6617.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src'),
  6618.                     'namespace' => 'Bluue\\ShipmentsBundle',
  6619.                 ],
  6620.                 'ApiCmsBundle' => [
  6621.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src'),
  6622.                     'namespace' => 'Bluue\\ApiCmsBundle',
  6623.                 ],
  6624.                 'PrestashopConnectorBundle' => [
  6625.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src'),
  6626.                     'namespace' => 'Bluue\\PrestashopConnectorBundle',
  6627.                 ],
  6628.                 'GocardlessBundle' => [
  6629.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src'),
  6630.                     'namespace' => 'Bluue\\GocardlessBundle',
  6631.                 ],
  6632.                 'MondialrelayBundle' => [
  6633.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/src'),
  6634.                     'namespace' => 'Bluue\\MondialrelayBundle',
  6635.                 ],
  6636.                 'UtilityBillsBundle' => [
  6637.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src'),
  6638.                     'namespace' => 'Bluue\\UtilityBillsBundle',
  6639.                 ],
  6640.                 'PimBundle' => [
  6641.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/pim-bundle/src'),
  6642.                     'namespace' => 'Bluue\\PimBundle',
  6643.                 ],
  6644.                 'OvhSmsBundle' => [
  6645.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src'),
  6646.                     'namespace' => 'Bluue\\OvhSmsBundle',
  6647.                 ],
  6648.                 'RecurringInvoicesBundle' => [
  6649.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src'),
  6650.                     'namespace' => 'Bluue\\RecurringInvoicesBundle',
  6651.                 ],
  6652.                 'CashRegisterBundle' => [
  6653.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src'),
  6654.                     'namespace' => 'Bluue\\CashRegisterBundle',
  6655.                 ],
  6656.                 'PlanningBundle' => [
  6657.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src'),
  6658.                     'namespace' => 'Bluue\\PlanningBundle',
  6659.                 ],
  6660.                 'CustomerOutstandingBundle' => [
  6661.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/customer-outstanding-bundle/src'),
  6662.                     'namespace' => 'Bluue\\CustomerOutstandingBundle',
  6663.                 ],
  6664.                 'ProjectsBundle' => [
  6665.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src'),
  6666.                     'namespace' => 'Bluue\\ProjectsBundle',
  6667.                 ],
  6668.                 'ShipmentsPictureBundle' => [
  6669.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/src'),
  6670.                     'namespace' => 'Bluue\\ShipmentsPictureBundle',
  6671.                 ],
  6672.                 'SitesBundle' => [
  6673.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src'),
  6674.                     'namespace' => 'Bluue\\SitesBundle',
  6675.                 ],
  6676.                 'TicketsBundle' => [
  6677.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src'),
  6678.                     'namespace' => 'Bluue\\TicketsBundle',
  6679.                 ],
  6680.                 'AdelyaBundle' => [
  6681.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/adelya-bundle/src'),
  6682.                     'namespace' => 'Bluue\\AdelyaBundle',
  6683.                 ],
  6684.                 'Cx3Bundle' => [
  6685.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/cx3-bundle/src'),
  6686.                     'namespace' => 'Bluue\\Cx3Bundle',
  6687.                 ],
  6688.             ],
  6689.             'kernel.charset' => 'UTF-8',
  6690.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  6691.             'app.version' => '4.0.0',
  6692.             'locale' => 'fr',
  6693.             'event_dispatcher.event_aliases' => [
  6694.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6695.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6696.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6697.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6698.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6699.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6700.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6701.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6702.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6703.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6704.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6705.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6706.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6707.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6708.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6709.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6710.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6711.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6712.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6713.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6714.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6715.             ],
  6716.             'fragment.renderer.hinclude.global_template' => NULL,
  6717.             'fragment.path' => '/_fragment',
  6718.             'kernel.http_method_override' => false,
  6719.             'kernel.trusted_hosts' => [
  6720.             ],
  6721.             'kernel.default_locale' => 'fr',
  6722.             'kernel.enabled_locales' => [
  6723.             ],
  6724.             'kernel.error_controller' => 'error_controller',
  6725.             'debug.file_link_format' => NULL,
  6726.             'asset.request_context.base_path' => NULL,
  6727.             'asset.request_context.secure' => NULL,
  6728.             'translator.logging' => false,
  6729.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6730.             'debug.error_handler.throw_at' => -1,
  6731.             'router.request_context.host' => 'localhost',
  6732.             'router.request_context.scheme' => 'http',
  6733.             'router.request_context.base_url' => '',
  6734.             'router.resource' => 'kernel::loadRoutes',
  6735.             'request_listener.http_port' => 80,
  6736.             'request_listener.https_port' => 443,
  6737.             'session.metadata.storage_key' => '_sf2_meta',
  6738.             'session.storage.options' => [
  6739.                 'cache_limiter' => '0',
  6740.                 'cookie_secure' => 'auto',
  6741.                 'cookie_httponly' => true,
  6742.                 'cookie_samesite' => 'lax',
  6743.                 'gc_probability' => 1,
  6744.             ],
  6745.             'session.save_path' => NULL,
  6746.             'session.metadata.update_threshold' => 0,
  6747.             'form.type_extension.csrf.enabled' => true,
  6748.             'form.type_extension.csrf.field_name' => '_token',
  6749.             'validator.translation_domain' => 'validators',
  6750.             'profiler_listener.only_exceptions' => false,
  6751.             'profiler_listener.only_main_requests' => false,
  6752.             'twig.form.resources' => [
  6753.                 => '@UtilityBills/Form/utility_bill_theme.html.twig',
  6754.                 => '@Stocks/Form/Type/location_choice_type.html.twig',
  6755.                 => '@Stocks/Form/Type/sub_location_choice_type.html.twig',
  6756.                 => '@Products/Form/Type/feature_value_choice_type.html.twig',
  6757.                 => '@Products/Form/Type/feature_choice_type.html.twig',
  6758.                 => 'form_div_layout.html.twig',
  6759.                 => 'bootstrap_4_layout.html.twig',
  6760.             ],
  6761.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6762.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6763.             'web_profiler.debug_toolbar.mode' => 2,
  6764.             'monolog.use_microseconds' => true,
  6765.             'monolog.swift_mailer.handlers' => [
  6766.             ],
  6767.             'monolog.handlers_to_channels' => [
  6768.                 'monolog.handler.console' => [
  6769.                     'type' => 'exclusive',
  6770.                     'elements' => [
  6771.                         => 'event',
  6772.                         => 'doctrine',
  6773.                         => 'console',
  6774.                     ],
  6775.                 ],
  6776.                 'monolog.handler.main' => [
  6777.                     'type' => 'exclusive',
  6778.                     'elements' => [
  6779.                         => 'event',
  6780.                     ],
  6781.                 ],
  6782.             ],
  6783.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6784.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6785.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6786.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6787.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6788.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6789.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6790.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6791.             'doctrine.entity_managers' => [
  6792.                 'default' => 'doctrine.orm.default_entity_manager',
  6793.             ],
  6794.             'doctrine.default_entity_manager' => 'default',
  6795.             'doctrine.dbal.connection_factory.types' => [
  6796.                 'uuid' => [
  6797.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  6798.                 ],
  6799.                 'ulid' => [
  6800.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  6801.                 ],
  6802.             ],
  6803.             'doctrine.connections' => [
  6804.                 'default' => 'doctrine.dbal.default_connection',
  6805.             ],
  6806.             'doctrine.default_connection' => 'default',
  6807.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6808.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6809.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6810.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6811.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6812.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6813.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6814.             'doctrine.orm.cache.memcache_port' => 11211,
  6815.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6816.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6817.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6818.             'doctrine.orm.cache.memcached_port' => 11211,
  6819.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6820.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6821.             'doctrine.orm.cache.redis_host' => 'localhost',
  6822.             'doctrine.orm.cache.redis_port' => 6379,
  6823.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6824.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6825.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6826.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6827.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6828.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6829.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6830.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6831.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6832.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6833.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6834.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6835.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6836.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6837.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6838.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6839.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6840.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6841.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6842.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6843.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6844.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6845.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  6846.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6847.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6848.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6849.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6850.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6851.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6852.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6853.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6854.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6855.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  6856.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6857.             'doctrine.migrations.preferred_em' => NULL,
  6858.             'doctrine.migrations.preferred_connection' => NULL,
  6859.             'security.role_hierarchy.roles' => [
  6860.                 'ROLE_ZERO_ACCESS' => [
  6861.                     => 'ROLE_USER',
  6862.                 ],
  6863.                 'ROLE_READ_ONLY' => [
  6864.                     => 'ROLE_ZERO_ACCESS',
  6865.                 ],
  6866.                 'ROLE_SMALL_ADMIN' => [
  6867.                     => 'ROLE_READ_ONLY',
  6868.                 ],
  6869.                 'ROLE_ADMIN' => [
  6870.                     => 'ROLE_SMALL_ADMIN',
  6871.                 ],
  6872.                 'ROLE_SUPER_ADMIN' => [
  6873.                     => 'ROLE_ADMIN',
  6874.                     => 'ROLE_ALLOWED_TO_SWITCH',
  6875.                 ],
  6876.                 'ROLE__CATALOG__ZERO_ACCESS' => [
  6877.                     => 'ROLE_USER',
  6878.                 ],
  6879.                 'ROLE__CATALOG__READ_ONLY' => [
  6880.                     => 'ROLE__CATALOG__ZERO_ACCESS',
  6881.                 ],
  6882.                 'ROLE__CATALOG__SMALL_ADMIN' => [
  6883.                     => 'ROLE__CATALOG__READ_ONLY',
  6884.                 ],
  6885.                 'ROLE__CATALOG__ADMIN' => [
  6886.                     => 'ROLE__CATALOG__SMALL_ADMIN',
  6887.                 ],
  6888.                 'ROLE__CATALOG__SUPER_ADMIN' => [
  6889.                     => 'ROLE__CATALOG__ADMIN',
  6890.                 ],
  6891.                 'ROLE__STOCKS__ZERO_ACCESS' => [
  6892.                     => 'ROLE_USER',
  6893.                 ],
  6894.                 'ROLE__STOCKS__READ_ONLY' => [
  6895.                     => 'ROLE__STOCKS__ZERO_ACCESS',
  6896.                 ],
  6897.                 'ROLE__STOCKS__SMALL_ADMIN' => [
  6898.                     => 'ROLE__STOCKS__READ_ONLY',
  6899.                 ],
  6900.                 'ROLE__STOCKS__ADMIN' => [
  6901.                     => 'ROLE__STOCKS__SMALL_ADMIN',
  6902.                 ],
  6903.                 'ROLE__STOCKS__SUPER_ADMIN' => [
  6904.                     => 'ROLE__STOCKS__ADMIN',
  6905.                 ],
  6906.                 'ROLE__CUSTOMERS__ZERO_ACCESS' => [
  6907.                     => 'ROLE_USER',
  6908.                 ],
  6909.                 'ROLE__CUSTOMERS__READ_ONLY' => [
  6910.                     => 'ROLE__CUSTOMERS__ZERO_ACCESS',
  6911.                 ],
  6912.                 'ROLE__CUSTOMERS__SMALL_ADMIN' => [
  6913.                     => 'ROLE__CUSTOMERS__READ_ONLY',
  6914.                 ],
  6915.                 'ROLE__CUSTOMERS__ADMIN' => [
  6916.                     => 'ROLE__CUSTOMERS__SMALL_ADMIN',
  6917.                 ],
  6918.                 'ROLE__CUSTOMERS__SUPER_ADMIN' => [
  6919.                     => 'ROLE__CUSTOMERS__ADMIN',
  6920.                 ],
  6921.                 'ROLE__SALES__ZERO_ACCESS' => [
  6922.                     => 'ROLE_USER',
  6923.                 ],
  6924.                 'ROLE__SALES__READ_ONLY' => [
  6925.                     => 'ROLE__SALES__ZERO_ACCESS',
  6926.                 ],
  6927.                 'ROLE__SALES__SMALL_ADMIN' => [
  6928.                     => 'ROLE__SALES__READ_ONLY',
  6929.                 ],
  6930.                 'ROLE__SALES__ADMIN' => [
  6931.                     => 'ROLE__SALES__SMALL_ADMIN',
  6932.                 ],
  6933.                 'ROLE__SALES__SUPER_ADMIN' => [
  6934.                     => 'ROLE__SALES__ADMIN',
  6935.                 ],
  6936.                 'ROLE__CRM__ZERO_ACCESS' => [
  6937.                     => 'ROLE_USER',
  6938.                 ],
  6939.                 'ROLE__CRM__READ_ONLY' => [
  6940.                     => 'ROLE__CRM__ZERO_ACCESS',
  6941.                 ],
  6942.                 'ROLE__CRM__SMALL_ADMIN' => [
  6943.                     => 'ROLE__CRM__READ_ONLY',
  6944.                 ],
  6945.                 'ROLE__CRM__ADMIN' => [
  6946.                     => 'ROLE__CRM__SMALL_ADMIN',
  6947.                 ],
  6948.                 'ROLE__CRM__SUPER_ADMIN' => [
  6949.                     => 'ROLE__CRM__ADMIN',
  6950.                 ],
  6951.                 'ROLE__SUPPLIERS__ZERO_ACCESS' => [
  6952.                     => 'ROLE_USER',
  6953.                 ],
  6954.                 'ROLE__SUPPLIERS__READ_ONLY' => [
  6955.                     => 'ROLE__SUPPLIERS__ZERO_ACCESS',
  6956.                 ],
  6957.                 'ROLE__SUPPLIERS__SMALL_ADMIN' => [
  6958.                     => 'ROLE__SUPPLIERS__READ_ONLY',
  6959.                 ],
  6960.                 'ROLE__SUPPLIERS__ADMIN' => [
  6961.                     => 'ROLE__SUPPLIERS__SMALL_ADMIN',
  6962.                 ],
  6963.                 'ROLE__SUPPLIERS__SUPER_ADMIN' => [
  6964.                     => 'ROLE__SUPPLIERS__ADMIN',
  6965.                 ],
  6966.                 'ROLE__INVENTORIES__ZERO_ACCESS' => [
  6967.                     => 'ROLE_USER',
  6968.                 ],
  6969.                 'ROLE__INVENTORIES__READ_ONLY' => [
  6970.                     => 'ROLE__INVENTORIES__ZERO_ACCESS',
  6971.                 ],
  6972.                 'ROLE__INVENTORIES__SMALL_ADMIN' => [
  6973.                     => 'ROLE__INVENTORIES__READ_ONLY',
  6974.                 ],
  6975.                 'ROLE__INVENTORIES__ADMIN' => [
  6976.                     => 'ROLE__INVENTORIES__SMALL_ADMIN',
  6977.                 ],
  6978.                 'ROLE__INVENTORIES__SUPER_ADMIN' => [
  6979.                     => 'ROLE__INVENTORIES__ADMIN',
  6980.                 ],
  6981.                 'ROLE__ACCOUNTING__ZERO_ACCESS' => [
  6982.                     => 'ROLE_USER',
  6983.                 ],
  6984.                 'ROLE__ACCOUNTING__READ_ONLY' => [
  6985.                     => 'ROLE__ACCOUNTING__READ_ONLY',
  6986.                 ],
  6987.                 'ROLE__ACCOUNTING__SMALL_ADMIN' => [
  6988.                     => 'ROLE__ACCOUNTING__READ_ONLY',
  6989.                 ],
  6990.                 'ROLE__ACCOUNTING__ADMIN' => [
  6991.                     => 'ROLE__ACCOUNTING__SMALL_ADMIN',
  6992.                 ],
  6993.                 'ROLE__ACCOUNTING__SUPER_ADMIN' => [
  6994.                     => 'ROLE__ACCOUNTING__ADMIN',
  6995.                 ],
  6996.                 'ROLE__IMPORT_PRODUCTS__ZERO_ACCESS' => [
  6997.                     => 'ROLE_USER',
  6998.                 ],
  6999.                 'ROLE__IMPORT_PRODUCTS__READ_ONLY' => [
  7000.                     => 'ROLE__IMPORT_PRODUCTS__ZERO_ACCESS',
  7001.                 ],
  7002.                 'ROLE__IMPORT_PRODUCTS__SMALL_ADMIN' => [
  7003.                     => 'ROLE__IMPORT_PRODUCTS__READ_ONLY',
  7004.                 ],
  7005.                 'ROLE__IMPORT_PRODUCTS__ADMIN' => [
  7006.                     => 'ROLE__IMPORT_PRODUCTS__SMALL_ADMIN',
  7007.                 ],
  7008.                 'ROLE__IMPORT_PRODUCTS__SUPER_ADMIN' => [
  7009.                     => 'ROLE__IMPORT_PRODUCTS__ADMIN',
  7010.                 ],
  7011.                 'ROLE__LABELS__ZERO_ACCESS' => [
  7012.                     => 'ROLE_USER',
  7013.                 ],
  7014.                 'ROLE__LABELS__READ_ONLY' => [
  7015.                     => 'ROLE__LABELS__READ_ONLY',
  7016.                 ],
  7017.                 'ROLE__LABELS__SMALL_ADMIN' => [
  7018.                     => 'ROLE__LABELS__READ_ONLY',
  7019.                 ],
  7020.                 'ROLE__LABELS__ADMIN' => [
  7021.                     => 'ROLE__LABELS__SMALL_ADMIN',
  7022.                 ],
  7023.                 'ROLE__LABELS__SUPER_ADMIN' => [
  7024.                     => 'ROLE__LABELS__ADMIN',
  7025.                 ],
  7026.                 'ROLE__STATISTICS__ZERO_ACCESS' => [
  7027.                     => 'ROLE_USER',
  7028.                 ],
  7029.                 'ROLE__STATISTICS__READ_ONLY' => [
  7030.                     => 'ROLE__STATISTICS__ZERO_ACCESS',
  7031.                 ],
  7032.                 'ROLE__STATISTICS__SMALL_ADMIN' => [
  7033.                     => 'ROLE__STATISTICS__READ_ONLY',
  7034.                 ],
  7035.                 'ROLE__STATISTICS__ADMIN' => [
  7036.                     => 'ROLE__STATISTICS__SMALL_ADMIN',
  7037.                 ],
  7038.                 'ROLE__STATISTICS__SUPER_ADMIN' => [
  7039.                     => 'ROLE__STATISTICS__ADMIN',
  7040.                 ],
  7041.                 'ROLE__MANUFACTURING__ZERO_ACCESS' => [
  7042.                     => 'ROLE_USER',
  7043.                 ],
  7044.                 'ROLE__MANUFACTURING__READ_ONLY' => [
  7045.                     => 'ROLE__MANUFACTURING__ZERO_ACCESS',
  7046.                 ],
  7047.                 'ROLE__MANUFACTURING__SMALL_ADMIN' => [
  7048.                     => 'ROLE__MANUFACTURING__READ_ONLY',
  7049.                 ],
  7050.                 'ROLE__MANUFACTURING__ADMIN' => [
  7051.                     => 'ROLE__MANUFACTURING__SMALL_ADMIN',
  7052.                 ],
  7053.                 'ROLE__MANUFACTURING__SUPER_ADMIN' => [
  7054.                     => 'ROLE__MANUFACTURING__ADMIN',
  7055.                 ],
  7056.                 'ROLE__SHIPMENTS__ZERO_ACCESS' => [
  7057.                     => 'ROLE_USER',
  7058.                 ],
  7059.                 'ROLE__SHIPMENTS__READ_ONLY' => [
  7060.                     => 'ROLE__SHIPMENTS__ZERO_ACCESS',
  7061.                 ],
  7062.                 'ROLE__SHIPMENTS__SMALL_ADMIN' => [
  7063.                     => 'ROLE__SHIPMENTS__READ_ONLY',
  7064.                 ],
  7065.                 'ROLE__SHIPMENTS__ADMIN' => [
  7066.                     => 'ROLE__SHIPMENTS__SMALL_ADMIN',
  7067.                 ],
  7068.                 'ROLE__SHIPMENTS__SUPER_ADMIN' => [
  7069.                     => 'ROLE__SHIPMENTS__ADMIN',
  7070.                 ],
  7071.                 'ROLE__GOCARDLESS__ZERO_ACCESS' => [
  7072.                     => 'ROLE_USER',
  7073.                 ],
  7074.                 'ROLE__GOCARDLESS__READ_ONLY' => [
  7075.                     => 'ROLE__GOCARDLESS__ZERO_ACCESS',
  7076.                 ],
  7077.                 'ROLE__GOCARDLESS__SMALL_ADMIN' => [
  7078.                     => 'ROLE__GOCARDLESS__READ_ONLY',
  7079.                 ],
  7080.                 'ROLE__GOCARDLESS__ADMIN' => [
  7081.                     => 'ROLE__GOCARDLESS__SMALL_ADMIN',
  7082.                 ],
  7083.                 'ROLE__GOCARDLESS__SUPER_ADMIN' => [
  7084.                     => 'ROLE__GOCARDLESS__ADMIN',
  7085.                 ],
  7086.                 'ROLE__UTILITY_BILLS__ZERO_ACCESS' => [
  7087.                     => 'ROLE_USER',
  7088.                 ],
  7089.                 'ROLE__UTILITY_BILLS__READ_ONLY' => [
  7090.                     => 'ROLE__UTILITY_BILLS__ZERO_ACCESS',
  7091.                 ],
  7092.                 'ROLE__UTILITY_BILLS__SMALL_ADMIN' => [
  7093.                     => 'ROLE__UTILITY_BILLS__READ_ONLY',
  7094.                 ],
  7095.                 'ROLE__UTILITY_BILLS__ADMIN' => [
  7096.                     => 'ROLE__UTILITY_BILLS__SMALL_ADMIN',
  7097.                 ],
  7098.                 'ROLE__UTILITY_BILLS__SUPER_ADMIN' => [
  7099.                     => 'ROLE__UTILITY_BILLS__ADMIN',
  7100.                 ],
  7101.                 'ROLE__PIM__ZERO_ACCESS' => [
  7102.                     => 'ROLE_USER',
  7103.                 ],
  7104.                 'ROLE__PIM__ADMIN' => [
  7105.                     => 'ROLE__PIM__ZERO_ACCESS',
  7106.                 ],
  7107.                 'ROLE__OVH_SMS__ZERO_ACCESS' => [
  7108.                     => 'ROLE_USER',
  7109.                 ],
  7110.                 'ROLE__OVH_SMS__READ_ONLY' => [
  7111.                     => 'ROLE__OVH_SMS__ZERO_ACCESS',
  7112.                 ],
  7113.                 'ROLE__OVH_SMS__SMALL_ADMIN' => [
  7114.                     => 'ROLE__OVH_SMS__READ_ONLY',
  7115.                 ],
  7116.                 'ROLE__OVH_SMS__ADMIN' => [
  7117.                     => 'ROLE__OVH_SMS__SMALL_ADMIN',
  7118.                 ],
  7119.                 'ROLE__OVH_SMS__SUPER_ADMIN' => [
  7120.                     => 'ROLE__OVH_SMS__ADMIN',
  7121.                 ],
  7122.                 'ROLE__CASH_REGISTER__ZERO_ACCESS' => [
  7123.                     => 'ROLE_USER',
  7124.                 ],
  7125.                 'ROLE__CASH_REGISTER__READ_ONLY' => [
  7126.                     => 'ROLE__CASH_REGISTER__ZERO_ACCESS',
  7127.                 ],
  7128.                 'ROLE__CASH_REGISTER__SMALL_ADMIN' => [
  7129.                     => 'ROLE__CASH_REGISTER__READ_ONLY',
  7130.                 ],
  7131.                 'ROLE__CASH_REGISTER__ADMIN' => [
  7132.                     => 'ROLE__CASH_REGISTER__SMALL_ADMIN',
  7133.                 ],
  7134.                 'ROLE__CASH_REGISTER__SUPER_ADMIN' => [
  7135.                     => 'ROLE__CASH_REGISTER__ADMIN',
  7136.                 ],
  7137.                 'ROLE__PLANNING__ZERO_ACCESS' => [
  7138.                     => 'ROLE_USER',
  7139.                 ],
  7140.                 'ROLE__PLANNING__READ_ONLY' => [
  7141.                     => 'ROLE__PLANNING__ZERO_ACCESS',
  7142.                 ],
  7143.                 'ROLE__PLANNING__ADMIN' => [
  7144.                     => 'ROLE__PLANNING__READ_ONLY',
  7145.                 ],
  7146.                 'ROLE__PLANNING__SUPER_ADMIN' => [
  7147.                     => 'ROLE__PLANNING__ADMIN',
  7148.                 ],
  7149.                 'ROLE__CUSTOMER_OUTSTANDING__ZERO_ACCESS' => [
  7150.                     => 'ROLE_USER',
  7151.                 ],
  7152.                 'ROLE__CUSTOMER_OUTSTANDING__READ_ONLY' => [
  7153.                     => 'ROLE__CUSTOMER_OUTSTANDING__ZERO_ACCESS',
  7154.                 ],
  7155.                 'ROLE__CUSTOMER_OUTSTANDING__SMALL_ADMIN' => [
  7156.                     => 'ROLE__CUSTOMER_OUTSTANDING__READ_ONLY',
  7157.                 ],
  7158.                 'ROLE__CUSTOMER_OUTSTANDING__ADMIN' => [
  7159.                     => 'ROLE__CUSTOMER_OUTSTANDING__SMALL_ADMIN',
  7160.                 ],
  7161.                 'ROLE__CUSTOMER_OUTSTANDING__SUPER_ADMIN' => [
  7162.                     => 'ROLE__CUSTOMER_OUTSTANDING__ADMIN',
  7163.                 ],
  7164.                 'ROLE__PROJECTS__ZERO_ACCESS' => [
  7165.                     => 'ROLE_USER',
  7166.                 ],
  7167.                 'ROLE__PROJECTS__READ_ONLY' => [
  7168.                     => 'ROLE__PROJECTS__ZERO_ACCESS',
  7169.                 ],
  7170.                 'ROLE__PROJECTS__SMALL_ADMIN' => [
  7171.                     => 'ROLE__PROJECTS__READ_ONLY',
  7172.                 ],
  7173.                 'ROLE__PROJECTS__ADMIN' => [
  7174.                     => 'ROLE__PROJECTS__SMALL_ADMIN',
  7175.                 ],
  7176.                 'ROLE__PROJECTS__SUPER_ADMIN' => [
  7177.                     => 'ROLE__PROJECTS__ADMIN',
  7178.                 ],
  7179.                 'ROLE__SHIPMENTS_PICTURE__ZERO_ACCESS' => [
  7180.                     => 'ROLE_USER',
  7181.                 ],
  7182.                 'ROLE__SHIPMENTS_PICTURE__READ_ONLY' => [
  7183.                     => 'ROLE__SHIPMENTS_PICTURE__READ_ONLY',
  7184.                 ],
  7185.                 'ROLE__SHIPMENTS_PICTURE__SMALL_ADMIN' => [
  7186.                     => 'ROLE__SHIPMENTS_PICTURE__READ_ONLY',
  7187.                 ],
  7188.                 'ROLE__SHIPMENTS_PICTURE__ADMIN' => [
  7189.                     => 'ROLE__SHIPMENTS_PICTURE__SMALL_ADMIN',
  7190.                 ],
  7191.                 'ROLE__SHIPMENTS_PICTURE__SUPER_ADMIN' => [
  7192.                     => 'ROLE__SHIPMENTS_PICTURE__ADMIN',
  7193.                 ],
  7194.                 'ROLE__SITES__ZERO_ACCESS' => [
  7195.                     => 'ROLE_USER',
  7196.                 ],
  7197.                 'ROLE__SITES__READ_ONLY' => [
  7198.                     => 'ROLE__SITES__ZERO_ACCESS',
  7199.                 ],
  7200.                 'ROLE__SITES__SMALL_ADMIN' => [
  7201.                     => 'ROLE__SITES__READ_ONLY',
  7202.                 ],
  7203.                 'ROLE__SITES__ADMIN' => [
  7204.                     => 'ROLE__SITES__SMALL_ADMIN',
  7205.                 ],
  7206.                 'ROLE__SITES__SUPER_ADMIN' => [
  7207.                     => 'ROLE__SITES__ADMIN',
  7208.                 ],
  7209.                 'ROLE__TICKETS__ZERO_ACCESS' => [
  7210.                     => 'ROLE_USER',
  7211.                 ],
  7212.                 'ROLE__TICKETS__READ_ONLY' => [
  7213.                     => 'ROLE__TICKETS__READ_ONLY',
  7214.                 ],
  7215.                 'ROLE__TICKETS__SMALL_ADMIN' => [
  7216.                     => 'ROLE__TICKETS__READ_ONLY',
  7217.                 ],
  7218.                 'ROLE__TICKETS__ADMIN' => [
  7219.                     => 'ROLE__TICKETS__READ_ONLY',
  7220.                 ],
  7221.                 'ROLE__TICKETS__SUPER_ADMIN' => [
  7222.                     => 'ROLE__TICKETS__ADMIN',
  7223.                 ],
  7224.             ],
  7225.             'security.access.denied_url' => NULL,
  7226.             'security.authentication.manager.erase_credentials' => true,
  7227.             'security.authentication.session_strategy.strategy' => 'migrate',
  7228.             'security.access.always_authenticate_before_granting' => false,
  7229.             'security.authentication.hide_user_not_found' => true,
  7230.             'security.firewalls' => [
  7231.                 => 'dev',
  7232.                 => 'api_login',
  7233.                 => 'apiv2',
  7234.                 => 'main',
  7235.             ],
  7236.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  7237.             'knp_menu.renderer.list.options' => [
  7238.             ],
  7239.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  7240.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  7241.             'knp_menu.renderer.twig.options' => [
  7242.             ],
  7243.             'knp_menu.renderer.twig.template' => 'menu/menu.html.twig',
  7244.             'knp_menu.default_renderer' => 'twig',
  7245.             'stof_doctrine_extensions.listener.blameable.class' => 'App\\EventListener\\BlameableListener',
  7246.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  7247.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  7248.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  7249.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  7250.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  7251.             'stof_doctrine_extensions.translation_fallback' => false,
  7252.             'stof_doctrine_extensions.persist_default_translation' => false,
  7253.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  7254.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  7255.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  7256.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  7257.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  7258.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  7259.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  7260.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  7261.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  7262.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  7263.             'knp_paginator.page_range' => 5,
  7264.             'knp_paginator.page_limit' => NULL,
  7265.             'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
  7266.             'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
  7267.             'time.templating.helper.time.class' => 'Knp\\Bundle\\TimeBundle\\Templating\\Helper\\TimeHelper',
  7268.             'cron.resolver.class' => 'Cron\\CronBundle\\Cron\\Resolver',
  7269.             'cron.manager.class' => 'Cron\\CronBundle\\Cron\\Manager',
  7270.             'cron.command_builder.class' => 'Cron\\CronBundle\\Cron\\CommandBuilder',
  7271.             'cron.executor.class' => 'Cron\\Executor\\Executor',
  7272.             'cron.validator.class' => 'Cron\\Validator\\CrontabValidator',
  7273.             'api_platform.metadata_backward_compatibility_layer' => true,
  7274.             'api_platform.enable_entrypoint' => true,
  7275.             'api_platform.enable_docs' => true,
  7276.             'api_platform.title' => '',
  7277.             'api_platform.description' => '',
  7278.             'api_platform.version' => '0.0.0',
  7279.             'api_platform.show_webby' => true,
  7280.             'api_platform.url_generation_strategy' => 1,
  7281.             'api_platform.exception_to_status' => [
  7282.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  7283.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  7284.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  7285.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  7286.             ],
  7287.             'api_platform.formats' => [
  7288.                 'jsonld' => [
  7289.                     => 'application/ld+json',
  7290.                 ],
  7291.                 'json' => [
  7292.                     => 'application/json',
  7293.                 ],
  7294.                 'html' => [
  7295.                     => 'text/html',
  7296.                 ],
  7297.             ],
  7298.             'api_platform.patch_formats' => [
  7299.                 'json' => [
  7300.                     => 'application/json',
  7301.                 ],
  7302.             ],
  7303.             'api_platform.error_formats' => [
  7304.                 'jsonproblem' => [
  7305.                     => 'application/problem+json',
  7306.                 ],
  7307.                 'jsonld' => [
  7308.                     => 'application/ld+json',
  7309.                 ],
  7310.             ],
  7311.             'api_platform.allow_plain_identifiers' => false,
  7312.             'api_platform.eager_loading.enabled' => true,
  7313.             'api_platform.eager_loading.max_joins' => 30,
  7314.             'api_platform.eager_loading.fetch_partial' => false,
  7315.             'api_platform.eager_loading.force_eager' => true,
  7316.             'api_platform.collection.exists_parameter_name' => 'exists',
  7317.             'api_platform.collection.order' => 'ASC',
  7318.             'api_platform.collection.order_parameter_name' => 'order',
  7319.             'api_platform.collection.order_nulls_comparison' => NULL,
  7320.             'api_platform.collection.pagination.enabled' => true,
  7321.             'api_platform.collection.pagination.partial' => false,
  7322.             'api_platform.collection.pagination.client_enabled' => false,
  7323.             'api_platform.collection.pagination.client_items_per_page' => false,
  7324.             'api_platform.collection.pagination.client_partial' => false,
  7325.             'api_platform.collection.pagination.items_per_page' => 30,
  7326.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  7327.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  7328.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  7329.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  7330.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  7331.             'api_platform.collection.pagination' => [
  7332.                 'enabled' => true,
  7333.                 'partial' => false,
  7334.                 'client_enabled' => false,
  7335.                 'client_items_per_page' => false,
  7336.                 'client_partial' => false,
  7337.                 'items_per_page' => 30,
  7338.                 'maximum_items_per_page' => NULL,
  7339.                 'page_parameter_name' => 'page',
  7340.                 'enabled_parameter_name' => 'pagination',
  7341.                 'items_per_page_parameter_name' => 'itemsPerPage',
  7342.                 'partial_parameter_name' => 'partial',
  7343.             ],
  7344.             'api_platform.http_cache.etag' => true,
  7345.             'api_platform.http_cache.max_age' => NULL,
  7346.             'api_platform.http_cache.shared_max_age' => NULL,
  7347.             'api_platform.http_cache.vary' => [
  7348.                 => 'Accept',
  7349.             ],
  7350.             'api_platform.http_cache.public' => NULL,
  7351.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  7352.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  7353.             'api_platform.asset_package' => NULL,
  7354.             'api_platform.defaults' => [
  7355.                 'attributes' => [
  7356.                 ],
  7357.             ],
  7358.             'api_platform.resource_class_directories' => [
  7359.                 => (\dirname(__DIR__4).'/vendor/cron/cron-bundle/Entity'),
  7360.                 => (\dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Entity'),
  7361.                 => (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Entity'),
  7362.                 => (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Entity'),
  7363.                 => (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Entity'),
  7364.                 => (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Entity'),
  7365.                 => (\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src/Entity'),
  7366.                 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Entity'),
  7367.                 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Entity'),
  7368.                 => (\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Entity'),
  7369.                 10 => (\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Entity'),
  7370.                 11 => (\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Entity'),
  7371.                 12 => (\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src/Entity'),
  7372.                 13 => (\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Entity'),
  7373.                 14 => (\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src/Entity'),
  7374.                 15 => (\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Entity'),
  7375.                 16 => (\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Entity'),
  7376.                 17 => (\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Entity'),
  7377.                 18 => (\dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Entity'),
  7378.                 19 => (\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src/Entity'),
  7379.                 20 => (\dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src/Entity'),
  7380.                 21 => (\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Entity'),
  7381.                 22 => (\dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Entity'),
  7382.                 23 => (\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Entity'),
  7383.                 24 => (\dirname(__DIR__4).'/vendor/bluue/customer-outstanding-bundle/src/Entity'),
  7384.                 25 => (\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Entity'),
  7385.                 26 => (\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src/Entity'),
  7386.                 27 => (\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Entity'),
  7387.                 28 => (\dirname(__DIR__4).'/vendor/bluue/cx3-bundle/src/Entity'),
  7388.                 29 => (\dirname(__DIR__4).'/src/Entity'),
  7389.             ],
  7390.             'api_platform.oauth.enabled' => false,
  7391.             'api_platform.oauth.clientId' => '',
  7392.             'api_platform.oauth.clientSecret' => '',
  7393.             'api_platform.oauth.type' => 'oauth2',
  7394.             'api_platform.oauth.flow' => 'application',
  7395.             'api_platform.oauth.tokenUrl' => '',
  7396.             'api_platform.oauth.authorizationUrl' => '',
  7397.             'api_platform.oauth.refreshUrl' => '',
  7398.             'api_platform.oauth.scopes' => [
  7399.             ],
  7400.             'api_platform.oauth.pkce' => false,
  7401.             'api_platform.openapi.termsOfService' => NULL,
  7402.             'api_platform.openapi.contact.name' => NULL,
  7403.             'api_platform.openapi.contact.url' => NULL,
  7404.             'api_platform.openapi.contact.email' => NULL,
  7405.             'api_platform.openapi.license.name' => NULL,
  7406.             'api_platform.openapi.license.url' => NULL,
  7407.             'api_platform.swagger.versions' => [
  7408.                 => 2,
  7409.                 => 3,
  7410.             ],
  7411.             'api_platform.enable_swagger_ui' => true,
  7412.             'api_platform.enable_re_doc' => true,
  7413.             'api_platform.swagger.api_keys' => [
  7414.                 'JWT' => [
  7415.                     'name' => 'Authorization',
  7416.                     'type' => 'header',
  7417.                 ],
  7418.             ],
  7419.             'api_platform.swagger_ui.extra_configuration' => [
  7420.             ],
  7421.             'api_platform.graphql.enabled' => true,
  7422.             'api_platform.graphql.graphiql.enabled' => false,
  7423.             'api_platform.graphql.graphql_playground.enabled' => true,
  7424.             'api_platform.graphql.collection.pagination' => [
  7425.                 'enabled' => true,
  7426.             ],
  7427.             'api_platform.graphql.default_ide' => 'graphiql',
  7428.             'api_platform.graphql.nesting_separator' => '_',
  7429.             'api_platform.validator.serialize_payload_fields' => [
  7430.             ],
  7431.             'api_platform.validator.query_parameter_validation' => true,
  7432.             'api_platform.elasticsearch.enabled' => false,
  7433.             'lexik_jwt_authentication.token_ttl' => 43200,
  7434.             'lexik_jwt_authentication.clock_skew' => 0,
  7435.             'lexik_jwt_authentication.user_identity_field' => 'username',
  7436.             'lexik_jwt_authentication.allow_no_expiration' => false,
  7437.             'lexik_jwt_authentication.user_id_claim' => 'username',
  7438.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  7439.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  7440.             'maker.compatible_check.doctrine.supports_attributes' => true,
  7441.             'data_collector.templates' => [
  7442.                 'data_collector.request' => [
  7443.                     => 'request',
  7444.                     => '@WebProfiler/Collector/request.html.twig',
  7445.                 ],
  7446.                 'api_platform.data_collector.request' => [
  7447.                     => 'api_platform.data_collector.request',
  7448.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  7449.                 ],
  7450.                 'data_collector.time' => [
  7451.                     => 'time',
  7452.                     => '@WebProfiler/Collector/time.html.twig',
  7453.                 ],
  7454.                 'data_collector.memory' => [
  7455.                     => 'memory',
  7456.                     => '@WebProfiler/Collector/memory.html.twig',
  7457.                 ],
  7458.                 'data_collector.validator' => [
  7459.                     => 'validator',
  7460.                     => '@WebProfiler/Collector/validator.html.twig',
  7461.                 ],
  7462.                 'data_collector.ajax' => [
  7463.                     => 'ajax',
  7464.                     => '@WebProfiler/Collector/ajax.html.twig',
  7465.                 ],
  7466.                 'data_collector.form' => [
  7467.                     => 'form',
  7468.                     => '@WebProfiler/Collector/form.html.twig',
  7469.                 ],
  7470.                 'data_collector.exception' => [
  7471.                     => 'exception',
  7472.                     => '@WebProfiler/Collector/exception.html.twig',
  7473.                 ],
  7474.                 'data_collector.logger' => [
  7475.                     => 'logger',
  7476.                     => '@WebProfiler/Collector/logger.html.twig',
  7477.                 ],
  7478.                 'data_collector.events' => [
  7479.                     => 'events',
  7480.                     => '@WebProfiler/Collector/events.html.twig',
  7481.                 ],
  7482.                 'data_collector.router' => [
  7483.                     => 'router',
  7484.                     => '@WebProfiler/Collector/router.html.twig',
  7485.                 ],
  7486.                 'data_collector.cache' => [
  7487.                     => 'cache',
  7488.                     => '@WebProfiler/Collector/cache.html.twig',
  7489.                 ],
  7490.                 'data_collector.translation' => [
  7491.                     => 'translation',
  7492.                     => '@WebProfiler/Collector/translation.html.twig',
  7493.                 ],
  7494.                 'data_collector.security' => [
  7495.                     => 'security',
  7496.                     => '@Security/Collector/security.html.twig',
  7497.                 ],
  7498.                 'data_collector.twig' => [
  7499.                     => 'twig',
  7500.                     => '@WebProfiler/Collector/twig.html.twig',
  7501.                 ],
  7502.                 'data_collector.http_client' => [
  7503.                     => 'http_client',
  7504.                     => '@WebProfiler/Collector/http_client.html.twig',
  7505.                 ],
  7506.                 'data_collector.doctrine' => [
  7507.                     => 'db',
  7508.                     => '@Doctrine/Collector/db.html.twig',
  7509.                 ],
  7510.                 'doctrine_migrations.migrations_collector' => [
  7511.                     => 'doctrine_migrations',
  7512.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  7513.                 ],
  7514.                 'data_collector.dump' => [
  7515.                     => 'dump',
  7516.                     => '@Debug/Profiler/dump.html.twig',
  7517.                 ],
  7518.                 'data_collector.messenger' => [
  7519.                     => 'messenger',
  7520.                     => '@WebProfiler/Collector/messenger.html.twig',
  7521.                 ],
  7522.                 'mailer.data_collector' => [
  7523.                     => 'mailer',
  7524.                     => '@WebProfiler/Collector/mailer.html.twig',
  7525.                 ],
  7526.                 'notifier.data_collector' => [
  7527.                     => 'notifier',
  7528.                     => '@WebProfiler/Collector/notifier.html.twig',
  7529.                 ],
  7530.                 'data_collector.config' => [
  7531.                     => 'config',
  7532.                     => '@WebProfiler/Collector/config.html.twig',
  7533.                 ],
  7534.             ],
  7535.             'console.command.ids' => [
  7536.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand',
  7537.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand',
  7538.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand',
  7539.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand',
  7540.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand',
  7541.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand',
  7542.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand',
  7543.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand',
  7544.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand',
  7545.             ],
  7546.         ];
  7547.     }
  7548.     protected function throw($message)
  7549.     {
  7550.         throw new RuntimeException($message);
  7551.     }
  7552. }