var/cache/dev/ContainerDUmqx9S/App_KernelDevDebugContainer.php line 5099

Open in your IDE?
  1. <?php
  2. namespace ContainerDUmqx9S;
  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.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'Bluue\\StocksBundle\\Services\\StockService' => 'getStockServiceService',
  41.             'cache.app' => 'getCache_AppService',
  42.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  43.             'cache.system' => 'getCache_SystemService',
  44.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  45.             'data_collector.dump' => 'getDataCollector_DumpService',
  46.             'doctrine' => 'getDoctrineService',
  47.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  48.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  49.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  50.             'event_dispatcher' => 'getEventDispatcherService',
  51.             'http_kernel' => 'getHttpKernelService',
  52.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  53.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  54.             'request_stack' => 'getRequestStackService',
  55.             'router' => 'getRouterService',
  56.             'translator' => 'getTranslatorService',
  57.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  58.             'cache_clearer' => 'getCacheClearerService',
  59.             'filesystem' => 'getFilesystemService',
  60.             'serializer' => 'getSerializerService',
  61.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  62.             'form.factory' => 'getForm_FactoryService',
  63.             'form.type.file' => 'getForm_Type_FileService',
  64.             'profiler' => 'getProfilerService',
  65.             'twig' => 'getTwigService',
  66.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  67.             'security.token_storage' => 'getSecurity_TokenStorageService',
  68.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  69.             'session' => 'getSessionService',
  70.             'validator' => 'getValidatorService',
  71.         ];
  72.         $this->fileMap = [
  73.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  74.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  75.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  76.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  77.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  78.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  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\\ForecastedStockController' => 'getForecastedStockControllerService',
  178.             'Bluue\\GocardlessBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController10Service',
  179.             'Bluue\\GocardlessBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController4Service',
  180.             'Bluue\\GocardlessBundle\\Controller\\DirectDebitController' => 'getDirectDebitControllerService',
  181.             'Bluue\\GocardlessBundle\\Controller\\NotificationsController' => 'getNotificationsController2Service',
  182.             'Bluue\\GocardlessBundle\\Controller\\PayoutController' => 'getPayoutControllerService',
  183.             'Bluue\\GocardlessBundle\\Controller\\PublicDocumentController' => 'getPublicDocumentControllerService',
  184.             'Bluue\\GocardlessBundle\\Controller\\SalesBundle\\InvoiceController' => 'getInvoiceController2Service',
  185.             'Bluue\\ImportProductsBundle\\Controller\\ImportController' => 'getImportControllerService',
  186.             'Bluue\\InventoriesBundle\\Controller\\Api\\ApiAddQuantityController' => 'getApiAddQuantityControllerService',
  187.             'Bluue\\InventoriesBundle\\Controller\\Api\\ApiGetInventoriesController' => 'getApiGetInventoriesControllerService',
  188.             'Bluue\\InventoriesBundle\\Controller\\ConfigurationController' => 'getConfigurationController11Service',
  189.             'Bluue\\InventoriesBundle\\Controller\\InventoryController' => 'getInventoryControllerService',
  190.             'Bluue\\InventoriesBundle\\Controller\\ProductController' => 'getProductController2Service',
  191.             'Bluue\\LabelsBundle\\Controller\\ConfigurationController' => 'getConfigurationController12Service',
  192.             'Bluue\\LabelsBundle\\Controller\\LabelController' => 'getLabelControllerService',
  193.             'Bluue\\LabelsBundle\\Controller\\PrintWaitingListController' => 'getPrintWaitingListControllerService',
  194.             'Bluue\\LabelsBundle\\Controller\\PrinterController' => 'getPrinterControllerService',
  195.             'Bluue\\LabelsBundle\\Controller\\ProductsBundle\\ProductLabelsController' => 'getProductLabelsControllerService',
  196.             'Bluue\\LabelsBundle\\Controller\\SalesBundle\\DeliveryNoteLabelsController' => 'getDeliveryNoteLabelsControllerService',
  197.             'Bluue\\LabelsBundle\\Controller\\SuppliersOrdersBundle\\ReceiptNoteLabelsController' => 'getReceiptNoteLabelsControllerService',
  198.             'Bluue\\LabelsBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  199.             'Bluue\\ManufacturingBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController13Service',
  200.             'Bluue\\ManufacturingBundle\\Controller\\ProductController' => 'getProductController3Service',
  201.             'Bluue\\ManufacturingBundle\\Controller\\ProductsBundle\\ProductOptionsController' => 'getProductOptionsControllerService',
  202.             'Bluue\\MondialrelayBundle\\Controller\\ConfigurationController' => 'getConfigurationController14Service',
  203.             'Bluue\\MondialrelayBundle\\Controller\\RelaysController' => 'getRelaysControllerService',
  204.             'Bluue\\MondialrelayBundle\\Services\\Api' => 'getApiService',
  205.             'Bluue\\OvhSmsBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController15Service',
  206.             'Bluue\\OvhSmsBundle\\Controller\\MailingListController' => 'getMailingListControllerService',
  207.             'Bluue\\OvhSmsBundle\\Controller\\SmsController' => 'getSmsControllerService',
  208.             'Bluue\\PimBundle\\Controller\\MassManagementController' => 'getMassManagementController2Service',
  209.             'Bluue\\PimBundle\\Controller\\SequentialModificationController' => 'getSequentialModificationControllerService',
  210.             'Bluue\\PlanningBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController16Service',
  211.             'Bluue\\PlanningBundle\\Controller\\Configuration\\SlotTypeController' => 'getSlotTypeControllerService',
  212.             'Bluue\\PlanningBundle\\Controller\\DashboardController' => 'getDashboardController4Service',
  213.             'Bluue\\PlanningBundle\\Controller\\GoogleController' => 'getGoogleControllerService',
  214.             'Bluue\\PlanningBundle\\Controller\\NotificationsController' => 'getNotificationsController3Service',
  215.             'Bluue\\PlanningBundle\\Controller\\ProjectsBundle\\TaskController' => 'getTaskControllerService',
  216.             'Bluue\\PlanningBundle\\Controller\\SlotController' => 'getSlotControllerService',
  217.             'Bluue\\PrestashopConnectorBundle\\Controller\\ConfigurationController' => 'getConfigurationController17Service',
  218.             'Bluue\\PrestashopConnectorBundle\\Controller\\CustomerImportRuleController' => 'getCustomerImportRuleControllerService',
  219.             'Bluue\\PrestashopConnectorBundle\\Controller\\CustomerMessagesController' => 'getCustomerMessagesControllerService',
  220.             'Bluue\\PrestashopConnectorBundle\\Controller\\Webservice\\SalesController' => 'getSalesControllerService',
  221.             'Bluue\\ProductReturnsBundle\\Controller\\AdvancedModeController' => 'getAdvancedModeControllerService',
  222.             'Bluue\\ProductReturnsBundle\\Controller\\Configuration\\CarrierOptionController' => 'getCarrierOptionControllerService',
  223.             'Bluue\\ProductReturnsBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController18Service',
  224.             'Bluue\\ProductReturnsBundle\\Controller\\Configuration\\ReturnReasonController' => 'getReturnReasonControllerService',
  225.             'Bluue\\ProductReturnsBundle\\Controller\\Configuration\\ReturnStateController' => 'getReturnStateControllerService',
  226.             'Bluue\\ProductReturnsBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController5Service',
  227.             'Bluue\\ProductReturnsBundle\\Controller\\ProductReturnController' => 'getProductReturnControllerService',
  228.             'Bluue\\ProductReturnsBundle\\Controller\\ProductReturnLineController' => 'getProductReturnLineControllerService',
  229.             'Bluue\\ProductReturnsBundle\\Controller\\SalesBundle\\DeliveryNoteController' => 'getDeliveryNoteController2Service',
  230.             'Bluue\\ProductReturnsBundle\\Controller\\SalesBundle\\OrderController' => 'getOrderControllerService',
  231.             'Bluue\\ProductReturnsBundle\\Controller\\StatisticsController' => 'getStatisticsController5Service',
  232.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiConsultBrandController' => 'getApiConsultBrandControllerService',
  233.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiConsultProductController' => 'getApiConsultProductControllerService',
  234.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiCreateProductController' => 'getApiCreateProductControllerService',
  235.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiGetBrandContextsController' => 'getApiGetBrandContextsControllerService',
  236.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiGetProductContextController' => 'getApiGetProductContextControllerService',
  237.             'Bluue\\ProductsBundle\\Controller\\AttachmentController' => 'getAttachmentControllerService',
  238.             'Bluue\\ProductsBundle\\Controller\\AttributeController' => 'getAttributeControllerService',
  239.             'Bluue\\ProductsBundle\\Controller\\AttributeGroupController' => 'getAttributeGroupControllerService',
  240.             'Bluue\\ProductsBundle\\Controller\\BrandController' => 'getBrandControllerService',
  241.             'Bluue\\ProductsBundle\\Controller\\ConfigurationController' => 'getConfigurationController19Service',
  242.             'Bluue\\ProductsBundle\\Controller\\DeclinationAttributeController' => 'getDeclinationAttributeControllerService',
  243.             'Bluue\\ProductsBundle\\Controller\\DeclinationController' => 'getDeclinationControllerService',
  244.             'Bluue\\ProductsBundle\\Controller\\Ean13Controller' => 'getEan13ControllerService',
  245.             'Bluue\\ProductsBundle\\Controller\\EcoPartController' => 'getEcoPartControllerService',
  246.             'Bluue\\ProductsBundle\\Controller\\EcoPartGroupController' => 'getEcoPartGroupControllerService',
  247.             'Bluue\\ProductsBundle\\Controller\\EnergyLabelController' => 'getEnergyLabelControllerService',
  248.             'Bluue\\ProductsBundle\\Controller\\FeatureController' => 'getFeatureControllerService',
  249.             'Bluue\\ProductsBundle\\Controller\\FeatureValueController' => 'getFeatureValueControllerService',
  250.             'Bluue\\ProductsBundle\\Controller\\PackProductController' => 'getPackProductControllerService',
  251.             'Bluue\\ProductsBundle\\Controller\\PriceRuleController' => 'getPriceRuleControllerService',
  252.             'Bluue\\ProductsBundle\\Controller\\ProductAttachmentController' => 'getProductAttachmentControllerService',
  253.             'Bluue\\ProductsBundle\\Controller\\ProductController' => 'getProductController4Service',
  254.             'Bluue\\ProductsBundle\\Controller\\ProductFeatureController' => 'getProductFeatureControllerService',
  255.             'Bluue\\ProductsBundle\\Controller\\ProductImageController' => 'getProductImageControllerService',
  256.             'Bluue\\ProductsBundle\\Controller\\ProductTypeController' => 'getProductTypeControllerService',
  257.             'Bluue\\ProductsBundle\\Controller\\RelatedProductController' => 'getRelatedProductControllerService',
  258.             'Bluue\\ProductsBundle\\Controller\\SubstituteProductController' => 'getSubstituteProductControllerService',
  259.             'Bluue\\ProductsBundle\\Controller\\TagController' => 'getTagControllerService',
  260.             'Bluue\\ProductsBundle\\Services\\WeightProductListService' => 'getWeightProductListServiceService',
  261.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController20Service',
  262.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\ProjectStateController' => 'getProjectStateControllerService',
  263.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\ProjectStepController' => 'getProjectStepControllerService',
  264.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\ProjectTypeController' => 'getProjectTypeControllerService',
  265.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\TaskModelController' => 'getTaskModelControllerService',
  266.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\TaskPriorityController' => 'getTaskPriorityControllerService',
  267.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\TaskStateController' => 'getTaskStateControllerService',
  268.             'Bluue\\ProjectsBundle\\Controller\\ContractsBundle\\ContractController' => 'getContractControllerService',
  269.             'Bluue\\ProjectsBundle\\Controller\\CrmBundle\\OpportunityController' => 'getOpportunityController2Service',
  270.             'Bluue\\ProjectsBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController6Service',
  271.             'Bluue\\ProjectsBundle\\Controller\\DashboardController' => 'getDashboardController5Service',
  272.             'Bluue\\ProjectsBundle\\Controller\\MassTaskController' => 'getMassTaskControllerService',
  273.             'Bluue\\ProjectsBundle\\Controller\\NotificationsController' => 'getNotificationsController4Service',
  274.             'Bluue\\ProjectsBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController5Service',
  275.             'Bluue\\ProjectsBundle\\Controller\\ProjectController' => 'getProjectControllerService',
  276.             'Bluue\\ProjectsBundle\\Controller\\SalesBundle\\QuotationController' => 'getQuotationControllerService',
  277.             'Bluue\\ProjectsBundle\\Controller\\StatisticsController' => 'getStatisticsController6Service',
  278.             'Bluue\\ProjectsBundle\\Controller\\TaskController' => 'getTaskController2Service',
  279.             'Bluue\\ProjectsBundle\\Controller\\TaskTimeController' => 'getTaskTimeControllerService',
  280.             'Bluue\\ProjectsBundle\\Controller\\TodoController' => 'getTodoControllerService',
  281.             'Bluue\\RecurringInvoicesBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController21Service',
  282.             'Bluue\\RecurringInvoicesBundle\\Controller\\NotificationsController' => 'getNotificationsController5Service',
  283.             'Bluue\\RecurringInvoicesBundle\\Controller\\RecurringInvoiceController' => 'getRecurringInvoiceControllerService',
  284.             'Bluue\\SalesBundle\\Controller\\AccountingBundle\\IntracommunitySalesController' => 'getIntracommunitySalesControllerService',
  285.             'Bluue\\SalesBundle\\Controller\\AccountingBundle\\PaymentExpectationController' => 'getPaymentExpectationControllerService',
  286.             'Bluue\\SalesBundle\\Controller\\AdditionalPdfController' => 'getAdditionalPdfControllerService',
  287.             'Bluue\\SalesBundle\\Controller\\BankController' => 'getBankControllerService',
  288.             'Bluue\\SalesBundle\\Controller\\ConfigurationController' => 'getConfigurationController22Service',
  289.             'Bluue\\SalesBundle\\Controller\\CreditNoteController' => 'getCreditNoteControllerService',
  290.             'Bluue\\SalesBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController7Service',
  291.             'Bluue\\SalesBundle\\Controller\\DashboardController' => 'getDashboardController6Service',
  292.             'Bluue\\SalesBundle\\Controller\\DeliveryNoteController' => 'getDeliveryNoteController3Service',
  293.             'Bluue\\SalesBundle\\Controller\\InvoiceController' => 'getInvoiceController3Service',
  294.             'Bluue\\SalesBundle\\Controller\\LineController' => 'getLineControllerService',
  295.             'Bluue\\SalesBundle\\Controller\\NotificationsController' => 'getNotificationsController6Service',
  296.             'Bluue\\SalesBundle\\Controller\\OrderController' => 'getOrderController2Service',
  297.             'Bluue\\SalesBundle\\Controller\\OrderStateController' => 'getOrderStateControllerService',
  298.             'Bluue\\SalesBundle\\Controller\\PaymentController' => 'getPaymentControllerService',
  299.             'Bluue\\SalesBundle\\Controller\\PaymentMethodController' => 'getPaymentMethodController2Service',
  300.             'Bluue\\SalesBundle\\Controller\\PaymentTermController' => 'getPaymentTermControllerService',
  301.             'Bluue\\SalesBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController6Service',
  302.             'Bluue\\SalesBundle\\Controller\\PublicDocumentController' => 'getPublicDocumentController2Service',
  303.             'Bluue\\SalesBundle\\Controller\\QuotationController' => 'getQuotationController2Service',
  304.             'Bluue\\SalesBundle\\Controller\\RelaunchLevelController' => 'getRelaunchLevelControllerService',
  305.             'Bluue\\SalesBundle\\Controller\\StatisticsController' => 'getStatisticsController7Service',
  306.             'Bluue\\ShipmentsBundle\\Controller\\ApiController' => 'getApiController2Service',
  307.             'Bluue\\ShipmentsBundle\\Controller\\BurstController' => 'getBurstControllerService',
  308.             'Bluue\\ShipmentsBundle\\Controller\\CarrierController' => 'getCarrierControllerService',
  309.             'Bluue\\ShipmentsBundle\\Controller\\ConfigurationController' => 'getConfigurationController23Service',
  310.             'Bluue\\ShipmentsBundle\\Controller\\LabelController' => 'getLabelController2Service',
  311.             'Bluue\\ShipmentsBundle\\Controller\\OrderController' => 'getOrderController3Service',
  312.             'Bluue\\ShipmentsBundle\\Controller\\OrderStateForBurstController' => 'getOrderStateForBurstControllerService',
  313.             'Bluue\\ShipmentsBundle\\Controller\\OrderStateForMajStatutController' => 'getOrderStateForMajStatutControllerService',
  314.             'Bluue\\ShipmentsBundle\\Controller\\PrinterController' => 'getPrinterController2Service',
  315.             'Bluue\\ShipmentsBundle\\Controller\\ShoppingCartController' => 'getShoppingCartControllerService',
  316.             'Bluue\\ShipmentsBundle\\Controller\\ShoppingCartLocationController' => 'getShoppingCartLocationControllerService',
  317.             'Bluue\\ShipmentsBundle\\Controller\\StatsController' => 'getStatsControllerService',
  318.             'Bluue\\ShipmentsPictureBundle\\Controller\\ConfigurationController' => 'getConfigurationController24Service',
  319.             'Bluue\\ShipmentsPictureBundle\\Controller\\PictureController' => 'getPictureControllerService',
  320.             'Bluue\\SitesBundle\\Controller\\ConfigurationController' => 'getConfigurationController25Service',
  321.             'Bluue\\SitesBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController8Service',
  322.             'Bluue\\SitesBundle\\Controller\\SiteNotesController' => 'getSiteNotesControllerService',
  323.             'Bluue\\SitesBundle\\Controller\\SitesController' => 'getSitesControllerService',
  324.             'Bluue\\StatisticsBundle\\Controller\\StatisticController' => 'getStatisticControllerService',
  325.             'Bluue\\StocksBundle\\Controller\\Api\\ApiMassStockEntryController' => 'getApiMassStockEntryControllerService',
  326.             'Bluue\\StocksBundle\\Controller\\Api\\ApiOutOfStockController' => 'getApiOutOfStockControllerService',
  327.             'Bluue\\StocksBundle\\Controller\\Api\\CreateStockLocationController' => 'getCreateStockLocationControllerService',
  328.             'Bluue\\StocksBundle\\Controller\\Api\\StockQuantitiesController' => 'getStockQuantitiesControllerService',
  329.             'Bluue\\StocksBundle\\Controller\\ConfigurationController' => 'getConfigurationController26Service',
  330.             'Bluue\\StocksBundle\\Controller\\DateTypeController' => 'getDateTypeControllerService',
  331.             'Bluue\\StocksBundle\\Controller\\LocationController' => 'getLocationControllerService',
  332.             'Bluue\\StocksBundle\\Controller\\MassStockEntryController' => 'getMassStockEntryControllerService',
  333.             'Bluue\\StocksBundle\\Controller\\MassStockRemovalController' => 'getMassStockRemovalControllerService',
  334.             'Bluue\\StocksBundle\\Controller\\NotificationsController' => 'getNotificationsController7Service',
  335.             'Bluue\\StocksBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController7Service',
  336.             'Bluue\\StocksBundle\\Controller\\SalesBundle\\OrderController' => 'getOrderController4Service',
  337.             'Bluue\\StocksBundle\\Controller\\StatisticsController' => 'getStatisticsController8Service',
  338.             'Bluue\\StocksBundle\\Controller\\StockLocationController' => 'getStockLocationControllerService',
  339.             'Bluue\\StocksBundle\\Controller\\StockMovementController' => 'getStockMovementControllerService',
  340.             'Bluue\\StocksBundle\\Controller\\StockMovementReasonController' => 'getStockMovementReasonControllerService',
  341.             'Bluue\\StocksBundle\\Controller\\StockPreparationController' => 'getStockPreparationControllerService',
  342.             'Bluue\\StocksBundle\\Controller\\StockProductController' => 'getStockProductControllerService',
  343.             'Bluue\\StocksBundle\\Controller\\StockQuantityController' => 'getStockQuantityControllerService',
  344.             'Bluue\\StocksBundle\\Controller\\SubLocationController' => 'getSubLocationControllerService',
  345.             'Bluue\\StocksBundle\\Controller\\SuppliersOrdersBundle\\ProductRestockController' => 'getProductRestockControllerService',
  346.             'Bluue\\StocksBundle\\Controller\\WarehouseController' => 'getWarehouseControllerService',
  347.             'Bluue\\StocksBundle\\Controller\\WarehousesContextController' => 'getWarehousesContextControllerService',
  348.             'Bluue\\SuppliersBundle\\Controller\\Api\\ApiSuppliersController' => 'getApiSuppliersControllerService',
  349.             'Bluue\\SuppliersBundle\\Controller\\ConfigurationController' => 'getConfigurationController27Service',
  350.             'Bluue\\SuppliersBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController8Service',
  351.             'Bluue\\SuppliersBundle\\Controller\\ProductsBundle\\QuantityThresholdController' => 'getQuantityThresholdControllerService',
  352.             'Bluue\\SuppliersBundle\\Controller\\StatisticsController' => 'getStatisticsController9Service',
  353.             'Bluue\\SuppliersBundle\\Controller\\SupplierAddressController' => 'getSupplierAddressControllerService',
  354.             'Bluue\\SuppliersBundle\\Controller\\SupplierContactController' => 'getSupplierContactControllerService',
  355.             'Bluue\\SuppliersBundle\\Controller\\SupplierController' => 'getSupplierControllerService',
  356.             'Bluue\\SuppliersBundle\\Controller\\SupplierTypeController' => 'getSupplierTypeControllerService',
  357.             'Bluue\\SuppliersOrdersBundle\\Controller\\Api\\ApiAddReceiptNoteController' => 'getApiAddReceiptNoteControllerService',
  358.             'Bluue\\SuppliersOrdersBundle\\Controller\\Api\\ApiAddSupplierOrderController' => 'getApiAddSupplierOrderControllerService',
  359.             'Bluue\\SuppliersOrdersBundle\\Controller\\Api\\ApiGetReceiptNotesController' => 'getApiGetReceiptNotesControllerService',
  360.             'Bluue\\SuppliersOrdersBundle\\Controller\\Api\\ApiValidateRnController' => 'getApiValidateRnControllerService',
  361.             'Bluue\\SuppliersOrdersBundle\\Controller\\ConfigurationController' => 'getConfigurationController28Service',
  362.             'Bluue\\SuppliersOrdersBundle\\Controller\\ImportOrderController' => 'getImportOrderControllerService',
  363.             'Bluue\\SuppliersOrdersBundle\\Controller\\ProductController' => 'getProductController9Service',
  364.             'Bluue\\SuppliersOrdersBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController10Service',
  365.             'Bluue\\SuppliersOrdersBundle\\Controller\\ReceiptNoteController' => 'getReceiptNoteControllerService',
  366.             'Bluue\\SuppliersOrdersBundle\\Controller\\SupplierBundle\\SupplierViewController' => 'getSupplierViewControllerService',
  367.             'Bluue\\SuppliersOrdersBundle\\Controller\\SupplierOrderController' => 'getSupplierOrderControllerService',
  368.             'Bluue\\SuppliersOrdersBundle\\Controller\\WaitingProductController' => 'getWaitingProductControllerService',
  369.             'Bluue\\TicketsBundle\\Controller\\AttachmentController' => 'getAttachmentController2Service',
  370.             'Bluue\\TicketsBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController29Service',
  371.             'Bluue\\TicketsBundle\\Controller\\Configuration\\MailServerController' => 'getMailServerController2Service',
  372.             'Bluue\\TicketsBundle\\Controller\\Configuration\\PredefinedMessageController' => 'getPredefinedMessageControllerService',
  373.             'Bluue\\TicketsBundle\\Controller\\Configuration\\PredefinedMessageStatusChangeController' => 'getPredefinedMessageStatusChangeControllerService',
  374.             'Bluue\\TicketsBundle\\Controller\\Configuration\\RelaunchController' => 'getRelaunchControllerService',
  375.             'Bluue\\TicketsBundle\\Controller\\Configuration\\TagController' => 'getTagController2Service',
  376.             'Bluue\\TicketsBundle\\Controller\\Configuration\\TicketStateController' => 'getTicketStateControllerService',
  377.             'Bluue\\TicketsBundle\\Controller\\CrmBundle\\TicketsController' => 'getTicketsControllerService',
  378.             'Bluue\\TicketsBundle\\Controller\\NotificationsController' => 'getNotificationsController8Service',
  379.             'Bluue\\TicketsBundle\\Controller\\StatisticsController' => 'getStatisticsController10Service',
  380.             'Bluue\\TicketsBundle\\Controller\\TicketMessagesController' => 'getTicketMessagesControllerService',
  381.             'Bluue\\TicketsBundle\\Controller\\TicketsController' => 'getTicketsController2Service',
  382.             'Bluue\\UtilityBillsBundle\\Controller\\UtilityBillController' => 'getUtilityBillControllerService',
  383.             'Bluue\\UtilityBillsBundle\\Controller\\UtilityBillOrderController' => 'getUtilityBillOrderControllerService',
  384.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  385.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  386.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  387.             'Symfony\\Component\\DependencyInjection\\ContainerInterface' => 'getContainerInterfaceService',
  388.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  389.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  390.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  391.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  392.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  393.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  394.             'api_platform.graphql.action.entrypoint' => 'getApiPlatform_Graphql_Action_EntrypointService',
  395.             'api_platform.graphql.action.graphiql' => 'getApiPlatform_Graphql_Action_GraphiqlService',
  396.             'api_platform.graphql.action.graphql_playground' => 'getApiPlatform_Graphql_Action_GraphqlPlaygroundService',
  397.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  398.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  399.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  400.             'cache.app_clearer' => 'getCache_AppClearerService',
  401.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  402.             'cache.system_clearer' => 'getCache_SystemClearerService',
  403.             'cache_warmer' => 'getCacheWarmerService',
  404.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand' => 'getCronCreateCommandService',
  405.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand' => 'getCronDeleteCommandService',
  406.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand' => 'getCronDisableCommandService',
  407.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand' => 'getCronEnableCommandService',
  408.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand' => 'getCronListCommandService',
  409.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand' => 'getCronReportsTruncateCommandService',
  410.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand' => 'getCronRunCommandService',
  411.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand' => 'getCronStartCommandService',
  412.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand' => 'getCronStopCommandService',
  413.             'console.command_loader' => 'getConsole_CommandLoaderService',
  414.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  415.             'cron.executor' => 'getCron_ExecutorService',
  416.             'cron.manager' => 'getCron_ManagerService',
  417.             'cron.resolver' => 'getCron_ResolverService',
  418.             'cron.validator' => 'getCron_ValidatorService',
  419.             'error_controller' => 'getErrorControllerService',
  420.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  421.             'knp_paginator' => 'getKnpPaginatorService',
  422.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  423.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  424.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  425.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  426.             'routing.loader' => 'getRouting_LoaderService',
  427.             'services_resetter' => 'getServicesResetterService',
  428.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  429.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  430.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  431.         ];
  432.         $this->aliases = [
  433.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  434.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  435.             'App\\Kernel' => 'kernel',
  436.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  437.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  438.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  439.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  440.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  441.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  442.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  443.             'database_connection' => 'doctrine.dbal.default_connection',
  444.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  445.         ];
  446.         $this->privates['service_container'] = function () {
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  453.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  455.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LocaleSubscriber.php';
  456.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  462.             include_once \dirname(__DIR__4).'/src/Repository/ActivityRepository.php';
  463.             include_once \dirname(__DIR__4).'/src/Repository/ConfigurationRepository.php';
  464.             include_once \dirname(__DIR__4).'/src/Repository/Traits/SearchableRepositoryTrait.php';
  465.             include_once \dirname(__DIR__4).'/src/Repository/ContextRepository.php';
  466.             include_once \dirname(__DIR__4).'/src/Repository/CurrencyRepository.php';
  467.             include_once \dirname(__DIR__4).'/src/Repository/FileManagerRepository.php';
  468.             include_once \dirname(__DIR__4).'/src/Repository/TaxRuleCountryRepository.php';
  469.             include_once \dirname(__DIR__4).'/src/Repository/UnitMeasureRepository.php';
  470.             include_once \dirname(__DIR__4).'/src/Repository/UserContextRepository.php';
  471.             include_once \dirname(__DIR__4).'/src/Services/CheckBundleInstall.php';
  472.             include_once \dirname(__DIR__4).'/src/Services/Configuration.php';
  473.             include_once \dirname(__DIR__4).'/src/Services/Context.php';
  474.             include_once \dirname(__DIR__4).'/src/Services/Currency.php';
  475.             include_once \dirname(__DIR__4).'/src/Services/DefaultLocale.php';
  476.             include_once \dirname(__DIR__4).'/src/Services/FileManager.php';
  477.             include_once \dirname(__DIR__4).'/src/Services/Notification.php';
  478.             include_once \dirname(__DIR__4).'/src/Services/ObjectSerialize.php';
  479.             include_once \dirname(__DIR__4).'/src/Services/Openssl.php';
  480.             include_once \dirname(__DIR__4).'/src/Services/Pdf.php';
  481.             include_once \dirname(__DIR__4).'/src/Services/SessionContextCurrency.php';
  482.             include_once \dirname(__DIR__4).'/src/Services/SoftdeleteFilter.php';
  483.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  485.             include_once \dirname(__DIR__4).'/src/Twig/CalcPrice.php';
  486.             include_once \dirname(__DIR__4).'/src/Twig/DisplayPhone.php';
  487.             include_once \dirname(__DIR__4).'/src/Twig/DurationExtension.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  499.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  521.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  528.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  563.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.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).'/vendor/bluue/products-bundle/src/Repository/Traits/PositionRepositoryTrait.php';
  869.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/PackProductRepository.php';
  870.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/ProductContextRepository.php';
  871.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/ProductImageRepository.php';
  872.             include_once \dirname(__DIR__4).'/src/Repository/Traits/FindLastDateElementRepositoryTrait.php';
  873.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/ProductRepository.php';
  874.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/SearchAssociationRepository.php';
  875.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/SearchWordRepository.php';
  876.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Services/ProductSearch.php';
  877.             include_once \dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Repository/CategoryProductRepository.php';
  878.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  879.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  880.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  881.             include_once \dirname(__DIR__4).'/src/DoctrineExtensions/GedmoTree/NestedTreeRepository.php';
  882.             include_once \dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Repository/CategoryRepository.php';
  883.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/LocationRepository.php';
  884.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/ProductConfigurationRepository.php';
  885.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockLocationRepository.php';
  886.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockMovementReasonRepository.php';
  887.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockMovementRepository.php';
  888.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockOrderLineLocationRepository.php';
  889.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockOrderLineRepository.php';
  890.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockProductRepository.php';
  891.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockProductRootContextRepository.php';
  892.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockProductRootRepository.php';
  893.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockQuantityRepository.php';
  894.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/WarehouseRepository.php';
  895.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Services/RemainingQuantityOrderedProcess.php';
  896.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Services/RemovalStockProcedure.php';
  897.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Services/StockService.php';
  898.             include_once \dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Repository/CustomerRepository.php';
  899.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/AdditionalPdfRepository.php';
  900.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/CustomerOptionsRepository.php';
  901.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/DeliveryNoteRepository.php';
  902.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/InvoiceRepository.php';
  903.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/OrderRepository.php';
  904.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/Document.php';
  905.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/Line.php';
  906.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/PaymentTermCalculator.php';
  907.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/PdfGenerator.php';
  908.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/ReferenceGenerator.php';
  909.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/SharedSales.php';
  910.             include_once \dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Repository/ProductSupplierContextRepository.php';
  911.             include_once \dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Repository/SupplierRepository.php';
  912.             include_once \dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Repository/ProductReturnRepository.php';
  913.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  914.             include_once \dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Serializer/InventoriesContextBuilder.php';
  915.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  916.             include_once \dirname(__DIR__4).'/src/Serializer/ContextBuilder.php';
  917.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  918.             include_once \dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Repository/CustomerAccountRepository.php';
  919.             include_once \dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Repository/LabelRepository.php';
  920.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Repository/OrderOptionsRepository.php';
  921.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Repository/OrderPreparationHistoryRepository.php';
  922.             include_once \dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Repository/MappingRepository.php';
  923.             include_once \dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Repository/CustomerMappingRepository.php';
  924.             include_once \dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Services/GocardlessService.php';
  925.             include_once \dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Twig/GocardlessExtension.php';
  926.             include_once \dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src/Repository/SmsRepository.php';
  927.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Repository/CashRegisterRepository.php';
  928.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Repository/CashierRepository.php';
  929.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Repository/FavoriteProductRepository.php';
  930.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Repository/ManagerCardRepository.php';
  931.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Repository/PaymentRepository.php';
  932.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Twig/ImageExtension.php';
  933.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Twig/ProductExtension.php';
  934.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Twig/SecurityExtension.php';
  935.             include_once \dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Repository/SlotRepository.php';
  936.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/ProjectQuotationRepository.php';
  937.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/TaskMonitoredRepository.php';
  938.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/Traits/PositionRepositoryTrait.php';
  939.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/TaskRepository.php';
  940.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/TaskTimeRepository.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  948.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  953.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  961.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  962.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  963.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  968.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  969.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  975.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  976.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  977.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  978.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  979.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  980.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  981.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/ValidationExceptionNormalizer.php';
  982.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/HttpExceptionNormalizer.php';
  983.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/RuntimeExceptionNormalizer.php';
  984.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/ErrorNormalizer.php';
  985.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  986.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  987.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  988.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  989.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  994.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  995.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  996.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  997.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  998.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  999.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/ItemNormalizer.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/ObjectNormalizer.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1083.             include_once \dirname(__DIR__4).'/src/Twig/Activity.php';
  1084.             include_once \dirname(__DIR__4).'/src/Twig/EntityExtension.php';
  1085.             include_once \dirname(__DIR__4).'/src/Twig/DisplayIban.php';
  1086.             include_once \dirname(__DIR__4).'/src/Twig/File.php';
  1087.             include_once \dirname(__DIR__4).'/src/Twig/GetAdditionalScripts.php';
  1088.             include_once \dirname(__DIR__4).'/src/Twig/MobileDetectExtension.php';
  1089.             include_once \dirname(__DIR__4).'/src/Twig/RemoveCss.php';
  1090.             include_once \dirname(__DIR__4).'/src/Twig/TwigFilterChecker.php';
  1091.             include_once \dirname(__DIR__4).'/src/Twig/UnitMeasure.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/MarkdownExtension.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Twig/Extension/TimeExtension.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/DateTimeFormatter.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Twig/ProductExtension.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Twig/ProductImageExtension.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Twig/ProductExtension.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Twig/ProductExtension.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Twig/StockMovementExtension.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Twig/CustomerExtension.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Twig/DeliveryNoteButtonsExtension.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Twig/LineExtension.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Twig/ReferenceExtension.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Twig/ProductExtension.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Twig/ProductExtension.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Twig/ProductReturnExtension.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Twig/CustomerExtension.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Twig/LabelExtension.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Twig/CarrierExtension.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Twig/OrderExtension.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Twig/MappingExtension.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src/Twig/OvhSmsExtension.php';
  1128.             include_once \dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Twig/RecurringInvoiceExtension.php';
  1129.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Twig/CustomerExtension.php';
  1130.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Twig/FavoriteProductExtension.php';
  1131.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Twig/PaymentMethodExtension.php';
  1132.             include_once \dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Twig/PlanningExtension.php';
  1133.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Twig/ProjectExtension.php';
  1134.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Twig/TaskExtension.php';
  1135.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1136.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1137.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1138.             include_once \dirname(__DIR__4).'/src/Services/UserImage.php';
  1139.             include_once \dirname(__DIR__4).'/src/Services/BluueLogo.php';
  1140.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1141.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1142.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  1143.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1144.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1147.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1148.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1149.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1150.         };
  1151.     }
  1152.     public function compile(): void
  1153.     {
  1154.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1155.     }
  1156.     public function isCompiled(): bool
  1157.     {
  1158.         return true;
  1159.     }
  1160.     public function getRemovedIds(): array
  1161.     {
  1162.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1163.     }
  1164.     protected function load($file$lazyLoad true)
  1165.     {
  1166.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1167.             return $class::do($this$lazyLoad);
  1168.         }
  1169.         if ('.' === $file[-4]) {
  1170.             $class substr($class0, -4);
  1171.         } else {
  1172.             $file .= '.php';
  1173.         }
  1174.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1175.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1176.     }
  1177.     protected function createProxy($class, \Closure $factory)
  1178.     {
  1179.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1180.         return $factory();
  1181.     }
  1182.     /**
  1183.      * Gets the public '.container.private.profiler' shared service.
  1184.      *
  1185.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1186.      */
  1187.     protected function get_Container_Private_ProfilerService()
  1188.     {
  1189.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1190.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1191.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1192.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1193.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1194.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1195.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1196.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1197.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1198.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1199.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1200.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1201.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1202.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1203.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1204.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1205.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  1206.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1207.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1208.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1209.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1210.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  1211.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1212.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1213.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1214.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1215.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1216.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1217.         $d->addInstance('api_platform.graphql.cache.subscription', ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()));
  1218.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1219.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1220.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1221.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1222.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1223.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1224.         if ($this->has('kernel')) {
  1225.             $g->setKernel($b);
  1226.         }
  1227.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1228.         $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())));
  1229.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1230.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1231.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1232.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1233.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1234.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1235.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1236.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1237.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1238.         $instance->add($d);
  1239.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1240.         $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));
  1241.         $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())));
  1242.         $instance->add($e);
  1243.         $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([])))));
  1244.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1245.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1246.         $instance->add($f);
  1247.         $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()))));
  1248.         $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()))));
  1249.         $instance->add($g);
  1250.         return $instance;
  1251.     }
  1252.     /**
  1253.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1254.      *
  1255.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1256.      */
  1257.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1258.     {
  1259.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1260.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1261.             return $this->services['.container.private.security.authorization_checker'];
  1262.         }
  1263.         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);
  1264.     }
  1265.     /**
  1266.      * Gets the public '.container.private.security.token_storage' shared service.
  1267.      *
  1268.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1269.      */
  1270.     protected function get_Container_Private_Security_TokenStorageService()
  1271.     {
  1272.         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, [
  1273.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1274.         ], [
  1275.             'request_stack' => '?',
  1276.         ]));
  1277.     }
  1278.     /**
  1279.      * Gets the public '.container.private.serializer' shared service.
  1280.      *
  1281.      * @return \Symfony\Component\Serializer\Serializer
  1282.      */
  1283.     protected function get_Container_Private_SerializerService()
  1284.     {
  1285.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1286.         if (isset($this->services['.container.private.serializer'])) {
  1287.             return $this->services['.container.private.serializer'];
  1288.         }
  1289.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1290.         if (isset($this->services['.container.private.serializer'])) {
  1291.             return $this->services['.container.private.serializer'];
  1292.         }
  1293.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1294.         if (isset($this->services['.container.private.serializer'])) {
  1295.             return $this->services['.container.private.serializer'];
  1296.         }
  1297.         $d = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
  1298.         if (isset($this->services['.container.private.serializer'])) {
  1299.             return $this->services['.container.private.serializer'];
  1300.         }
  1301.         $e = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
  1302.         if (isset($this->services['.container.private.serializer'])) {
  1303.             return $this->services['.container.private.serializer'];
  1304.         }
  1305.         $f = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1306.         if (isset($this->services['.container.private.serializer'])) {
  1307.             return $this->services['.container.private.serializer'];
  1308.         }
  1309.         $g = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  1310.         if (isset($this->services['.container.private.serializer'])) {
  1311.             return $this->services['.container.private.serializer'];
  1312.         }
  1313.         $h = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1314.         if (isset($this->services['.container.private.serializer'])) {
  1315.             return $this->services['.container.private.serializer'];
  1316.         }
  1317.         $i = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  1318.         if (isset($this->services['.container.private.serializer'])) {
  1319.             return $this->services['.container.private.serializer'];
  1320.         }
  1321.         $j = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1322.         if (isset($this->services['.container.private.serializer'])) {
  1323.             return $this->services['.container.private.serializer'];
  1324.         }
  1325.         $k = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1326.         if (isset($this->services['.container.private.serializer'])) {
  1327.             return $this->services['.container.private.serializer'];
  1328.         }
  1329.         $l = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  1330.         if (isset($this->services['.container.private.serializer'])) {
  1331.             return $this->services['.container.private.serializer'];
  1332.         }
  1333.         $m = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1334.         $n = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  1335.         $o = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$m$a)], [=> $n]));
  1336.         $p = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($o);
  1337.         $q = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1338.         $r = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1339.         $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));
  1340.         $t = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1341.         $u = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1342.         $v = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1343.         $w = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($v);
  1344.         $x = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($v$t$m$a$wNULL, [], $a);
  1345.         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 () {
  1346.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandInputDataTransformer'] ?? $this->load('getConsultBrandInputDataTransformerService'));
  1347.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandOutputDataTransformer'] ?? $this->load('getConsultBrandOutputDataTransformerService'));
  1348.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultProductInputDataTransformer'] ?? $this->load('getConsultProductInputDataTransformerService'));
  1349.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\CreateProductInputDataTransformer'] ?? $this->load('getCreateProductInputDataTransformerService'));
  1350.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsInputDataTransformer'] ?? $this->load('getGetBrandContextsInputDataTransformerService'));
  1351.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsOutputDataTransformer'] ?? $this->load('getGetBrandContextsOutputDataTransformerService'));
  1352.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\OutOfStockInputDataTransformer'] ?? $this->load('getOutOfStockInputDataTransformerService'));
  1353.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\StockLocationInputDataTransformer'] ?? $this->load('getStockLocationInputDataTransformerService'));
  1354.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteInputDataTransformer'] ?? $this->load('getAddReceiptNoteInputDataTransformerService'));
  1355.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] ?? ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] = new \Bluue\SuppliersOrdersBundle\DataTransformer\AddReceiptNoteOutputDataTransformer()));
  1356.             yield 10 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddSupplierOrderInputDataTransformer'] ?? $this->load('getAddSupplierOrderInputDataTransformerService'));
  1357.             yield 11 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\ValidateRnInputDataTransformer'] ?? $this->load('getValidateRnInputDataTransformerService'));
  1358.             yield 12 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\AddQuantityInputDataTransformer'] ?? $this->load('getAddQuantityInputDataTransformerService'));
  1359.             yield 13 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\InventoryOutputDataTransformer'] ?? $this->load('getInventoryOutputDataTransformerService'));
  1360.             yield 14 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1361.         }, 15), $k), 19 => new \ApiPlatform\Core\GraphQl\Serializer\ItemNormalizer($b$c$i$g$u$m$t$v$lfalseNULL, new RewindableGenerator(function () {
  1362.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandInputDataTransformer'] ?? $this->load('getConsultBrandInputDataTransformerService'));
  1363.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandOutputDataTransformer'] ?? $this->load('getConsultBrandOutputDataTransformerService'));
  1364.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultProductInputDataTransformer'] ?? $this->load('getConsultProductInputDataTransformerService'));
  1365.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\CreateProductInputDataTransformer'] ?? $this->load('getCreateProductInputDataTransformerService'));
  1366.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsInputDataTransformer'] ?? $this->load('getGetBrandContextsInputDataTransformerService'));
  1367.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsOutputDataTransformer'] ?? $this->load('getGetBrandContextsOutputDataTransformerService'));
  1368.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\OutOfStockInputDataTransformer'] ?? $this->load('getOutOfStockInputDataTransformerService'));
  1369.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\StockLocationInputDataTransformer'] ?? $this->load('getStockLocationInputDataTransformerService'));
  1370.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteInputDataTransformer'] ?? $this->load('getAddReceiptNoteInputDataTransformerService'));
  1371.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] ?? ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] = new \Bluue\SuppliersOrdersBundle\DataTransformer\AddReceiptNoteOutputDataTransformer()));
  1372.             yield 10 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddSupplierOrderInputDataTransformer'] ?? $this->load('getAddSupplierOrderInputDataTransformerService'));
  1373.             yield 11 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\ValidateRnInputDataTransformer'] ?? $this->load('getValidateRnInputDataTransformerService'));
  1374.             yield 12 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\AddQuantityInputDataTransformer'] ?? $this->load('getAddQuantityInputDataTransformerService'));
  1375.             yield 13 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\InventoryOutputDataTransformer'] ?? $this->load('getInventoryOutputDataTransformerService'));
  1376.             yield 14 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1377.         }, 15), $q), 20 => new \ApiPlatform\Serializer\ItemNormalizer($b$c$i$u$m$t$v$lfalseNULL, new RewindableGenerator(function () {
  1378.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandInputDataTransformer'] ?? $this->load('getConsultBrandInputDataTransformerService'));
  1379.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandOutputDataTransformer'] ?? $this->load('getConsultBrandOutputDataTransformerService'));
  1380.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultProductInputDataTransformer'] ?? $this->load('getConsultProductInputDataTransformerService'));
  1381.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\CreateProductInputDataTransformer'] ?? $this->load('getCreateProductInputDataTransformerService'));
  1382.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsInputDataTransformer'] ?? $this->load('getGetBrandContextsInputDataTransformerService'));
  1383.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsOutputDataTransformer'] ?? $this->load('getGetBrandContextsOutputDataTransformerService'));
  1384.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\OutOfStockInputDataTransformer'] ?? $this->load('getOutOfStockInputDataTransformerService'));
  1385.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\StockLocationInputDataTransformer'] ?? $this->load('getStockLocationInputDataTransformerService'));
  1386.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteInputDataTransformer'] ?? $this->load('getAddReceiptNoteInputDataTransformerService'));
  1387.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] ?? ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] = new \Bluue\SuppliersOrdersBundle\DataTransformer\AddReceiptNoteOutputDataTransformer()));
  1388.             yield 10 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddSupplierOrderInputDataTransformer'] ?? $this->load('getAddSupplierOrderInputDataTransformerService'));
  1389.             yield 11 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\ValidateRnInputDataTransformer'] ?? $this->load('getValidateRnInputDataTransformerService'));
  1390.             yield 12 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\AddQuantityInputDataTransformer'] ?? $this->load('getAddQuantityInputDataTransformerService'));
  1391.             yield 13 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\InventoryOutputDataTransformer'] ?? $this->load('getInventoryOutputDataTransformerService'));
  1392.             yield 14 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1393.         }, 15), $q$k), 21 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $t), 23 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($v$t$a$wNULL, [])), 24 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 25 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 26 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 27 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 28 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 29 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($j$u$iNULL), 'page''pagination'$q$m), $q$u$r), 30 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 31 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($x$i$j), 32 => new \ApiPlatform\Core\GraphQl\Serializer\ObjectNormalizer($x$i$g), 33 => $x], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $n=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  1394.     }
  1395.     /**
  1396.      * Gets the public '.container.private.session' shared service.
  1397.      *
  1398.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1399.      */
  1400.     protected function get_Container_Private_SessionService()
  1401.     {
  1402.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1403.         if (isset($this->services['.container.private.session'])) {
  1404.             return $this->services['.container.private.session'];
  1405.         }
  1406.         return $this->services['.container.private.session'] = $a->createSession();
  1407.     }
  1408.     /**
  1409.      * Gets the public '.container.private.twig' shared service.
  1410.      *
  1411.      * @return \Twig\Environment
  1412.      */
  1413.     protected function get_Container_Private_TwigService()
  1414.     {
  1415.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1416.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1417.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1418.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1419.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1420.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1421.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1422.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1423.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1424.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1425.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1426.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1427.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1428.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1429.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1430.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1431.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1432.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1433.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1434.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1435.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Resources/views'), 'Products');
  1436.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Resources/views'), '!Products');
  1437.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Resources/views'), 'Categories');
  1438.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Resources/views'), '!Categories');
  1439.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Resources/views'), 'Stocks');
  1440.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Resources/views'), '!Stocks');
  1441.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Resources/views'), 'Customers');
  1442.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Resources/views'), '!Customers');
  1443.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Resources/views'), 'Sales');
  1444.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Resources/views'), '!Sales');
  1445.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src/Resources/views'), 'Crm');
  1446.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src/Resources/views'), '!Crm');
  1447.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Resources/views'), 'Suppliers');
  1448.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Resources/views'), '!Suppliers');
  1449.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Resources/views'), 'SuppliersOrders');
  1450.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Resources/views'), '!SuppliersOrders');
  1451.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Resources/views'), 'ProductReturns');
  1452.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Resources/views'), '!ProductReturns');
  1453.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Resources/views'), 'Inventories');
  1454.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Resources/views'), '!Inventories');
  1455.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Resources/views'), 'Accounting');
  1456.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Resources/views'), '!Accounting');
  1457.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src/Resources/views'), 'ImportProducts');
  1458.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src/Resources/views'), '!ImportProducts');
  1459.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Resources/views'), 'Labels');
  1460.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Resources/views'), '!Labels');
  1461.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/statistics-bundle/src/Resources/views'), 'Statistics');
  1462.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/statistics-bundle/src/Resources/views'), '!Statistics');
  1463.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src/Resources/views'), 'Manufacturing');
  1464.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src/Resources/views'), '!Manufacturing');
  1465.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/forecasted-manufacturing-bundle/src/Resources/views'), 'ForecastedManufacturing');
  1466.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/forecasted-manufacturing-bundle/src/Resources/views'), '!ForecastedManufacturing');
  1467.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/forecasted-stock-bundle/src/Resources/views'), 'ForecastedStock');
  1468.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/forecasted-stock-bundle/src/Resources/views'), '!ForecastedStock');
  1469.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Resources/views'), 'Shipments');
  1470.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Resources/views'), '!Shipments');
  1471.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Resources/views'), 'ApiCms');
  1472.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Resources/views'), '!ApiCms');
  1473.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Resources/views'), 'PrestashopConnector');
  1474.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Resources/views'), '!PrestashopConnector');
  1475.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Resources/views'), 'Gocardless');
  1476.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Resources/views'), '!Gocardless');
  1477.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/src/Resources/views'), 'Mondialrelay');
  1478.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/src/Resources/views'), '!Mondialrelay');
  1479.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src/Resources/views'), 'UtilityBills');
  1480.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src/Resources/views'), '!UtilityBills');
  1481.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/pim-bundle/src/Resources/views'), 'Pim');
  1482.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/pim-bundle/src/Resources/views'), '!Pim');
  1483.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src/Resources/views'), 'OvhSms');
  1484.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src/Resources/views'), '!OvhSms');
  1485.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Resources/views'), 'RecurringInvoices');
  1486.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Resources/views'), '!RecurringInvoices');
  1487.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Resources/views'), 'CashRegister');
  1488.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Resources/views'), '!CashRegister');
  1489.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Resources/views'), 'Planning');
  1490.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Resources/views'), '!Planning');
  1491.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/customer-outstanding-bundle/src/Resources/views'), 'CustomerOutstanding');
  1492.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/customer-outstanding-bundle/src/Resources/views'), '!CustomerOutstanding');
  1493.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Resources/views'), 'Projects');
  1494.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Resources/views'), '!Projects');
  1495.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/src/Resources/views'), 'ShipmentsPicture');
  1496.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/src/Resources/views'), '!ShipmentsPicture');
  1497.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src/Resources/views'), 'Sites');
  1498.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src/Resources/views'), '!Sites');
  1499.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Resources/views'), 'Tickets');
  1500.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Resources/views'), '!Tickets');
  1501.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/adelya-bundle/src/Resources/views'), 'Adelya');
  1502.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/adelya-bundle/src/Resources/views'), '!Adelya');
  1503.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/cx3-bundle/src/Resources/views'), 'Cx3');
  1504.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/cx3-bundle/src/Resources/views'), '!Cx3');
  1505.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1506.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  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/Form'));
  1509.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1510.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1511.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1512.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1513.         $e = ($this->services['router'] ?? $this->getRouterService());
  1514.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1515.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1516.         $h = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1517.         $i = new \App\Twig\EntityExtension($h);
  1518.         $j = ($this->privates['App\\Repository\\FileManagerRepository'] ?? $this->getFileManagerRepositoryService());
  1519.         $k = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1520.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1521.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1522.         $m = new \Knp\Menu\Util\MenuManipulator();
  1523.         $n = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1524.         $o = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  1525.         $p = ($this->privates['Bluue\\StocksBundle\\Repository\\StockMovementRepository'] ?? $this->getStockMovementRepositoryService());
  1526.         $q = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  1527.         $r = ($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
  1528.         $s = ($this->privates['Bluue\\ProductsBundle\\Repository\\DeclinationRepository'] ?? $this->getDeclinationRepositoryService());
  1529.         $t = ($this->privates['App\\Repository\\ActivityRepository'] ?? $this->getActivityRepositoryService());
  1530.         $u = ($this->privates['Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository'] ?? $this->getTaskTimeRepositoryService());
  1531.         $v = new \Symfony\Bridge\Twig\AppVariable();
  1532.         $v->setEnvironment('dev');
  1533.         $v->setDebug(true);
  1534.         if ($this->has('.container.private.security.token_storage')) {
  1535.             $v->setTokenStorage($g);
  1536.         }
  1537.         if ($this->has('request_stack')) {
  1538.             $v->setRequestStack($f);
  1539.         }
  1540.         $w = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1541.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1542.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1543.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1544.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1545.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1546.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  1547.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1548.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1549.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1550.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1551.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  1552.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  1553.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1554.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1555.         $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())));
  1556.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1557.         $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)));
  1558.         $instance->addExtension(new \App\Twig\Activity($h, ($this->privates['App\\Services\\Notification'] ?? $this->getNotificationService()), $i));
  1559.         $instance->addExtension(($this->privates['App\\Twig\\CalcPrice'] ?? $this->getCalcPriceService()));
  1560.         $instance->addExtension(new \App\Twig\DisplayIban());
  1561.         $instance->addExtension(($this->privates['App\\Twig\\DisplayPhone'] ?? ($this->privates['App\\Twig\\DisplayPhone'] = new \App\Twig\DisplayPhone())));
  1562.         $instance->addExtension(($this->privates['App\\Twig\\DurationExtension'] ?? ($this->privates['App\\Twig\\DurationExtension'] = new \App\Twig\DurationExtension())));
  1563.         $instance->addExtension($i);
  1564.         $instance->addExtension(new \App\Twig\File($j));
  1565.         $instance->addExtension(new \App\Twig\GetAdditionalScripts($k$f));
  1566.         $instance->addExtension(new \App\Twig\MobileDetectExtension());
  1567.         $instance->addExtension(new \App\Twig\RemoveCss());
  1568.         $instance->addExtension(new \App\Twig\TwigFilterChecker());
  1569.         $instance->addExtension(new \App\Twig\UnitMeasure(($this->privates['App\\Repository\\UnitMeasureRepository'] ?? $this->getUnitMeasureRepositoryService())));
  1570.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  1571.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1572.         $instance->addExtension(new \Twig\Extra\Markdown\MarkdownExtension());
  1573.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1574.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1575.         $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, [
  1576.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1577.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1578.         ], [
  1579.             'list' => '?',
  1580.             'twig' => '?',
  1581.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1582.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  1583.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  1584.         }, 2)), $m$n), $n$m));
  1585.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1586.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'true],
  1587.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1588.         ], [
  1589.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1590.             'webpack_encore.tag_renderer' => '?',
  1591.         ])));
  1592.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1593.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  1594.         $instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(new \Knp\Bundle\TimeBundle\DateTimeFormatter($c)));
  1595.         $instance->addExtension(new \Bluue\ProductsBundle\Twig\ProductExtension($h));
  1596.         $instance->addExtension(new \Bluue\ProductsBundle\Twig\ProductImageExtension(($this->privates['Bluue\\ProductsBundle\\Repository\\ProductImageRepository'] ?? $this->getProductImageRepositoryService())));
  1597.         $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())));
  1598.         $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()), ($this->privates['Bluue\\StocksBundle\\Repository\\StockLocationRepository'] ?? $this->getStockLocationRepositoryService())));
  1599.         $instance->addExtension(new \Bluue\StocksBundle\Twig\StockMovementExtension($p$c$h$e));
  1600.         $instance->addExtension(new \Bluue\SalesBundle\Twig\CustomerExtension(($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), $c, ($this->privates['Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository'] ?? $this->getCustomerOptionsRepositoryService())));
  1601.         $instance->addExtension(new \Bluue\SalesBundle\Twig\DeliveryNoteButtonsExtension($k));
  1602.         $instance->addExtension(new \Bluue\SalesBundle\Twig\LineExtension(($this->privates['App\\Repository\\TaxRuleCountryRepository'] ?? $this->getTaxRuleCountryRepositoryService()), $h$q));
  1603.         $instance->addExtension(new \Bluue\SalesBundle\Twig\ReferenceExtension(($this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'] ?? $this->getReferenceGeneratorService()), ($this->privates['Bluue\\SalesBundle\\Services\\SharedSales'] ?? $this->getSharedSalesService()), $q));
  1604.         $instance->addExtension(new \Bluue\SuppliersBundle\Twig\ProductExtension(($this->privates['Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository'] ?? $this->getProductSupplierContextRepositoryService()), ($this->privates['Bluue\\SuppliersBundle\\Repository\\SupplierRepository'] ?? $this->getSupplierRepositoryService())));
  1605.         $instance->addExtension(new \Bluue\SuppliersOrdersBundle\Twig\ProductExtension($h$q));
  1606.         $instance->addExtension(new \Bluue\ProductReturnsBundle\Twig\ProductReturnExtension(($this->privates['Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository'] ?? $this->getProductReturnRepositoryService()), $h));
  1607.         $instance->addExtension(new \Bluue\AccountingBundle\Twig\CustomerExtension(($this->privates['Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository'] ?? $this->getCustomerAccountRepositoryService()), ($this->privates['Bluue\\CustomersBundle\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService())));
  1608.         $instance->addExtension(new \Bluue\LabelsBundle\Twig\LabelExtension(($this->privates['Bluue\\LabelsBundle\\Repository\\LabelRepository'] ?? $this->getLabelRepositoryService()), $r$s));
  1609.         $instance->addExtension(new \Bluue\ShipmentsBundle\Twig\CarrierExtension($e));
  1610.         $instance->addExtension(new \Bluue\ShipmentsBundle\Twig\OrderExtension(($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'] ?? $this->getOrderOptionsRepositoryService()), ($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository'] ?? $this->getOrderPreparationHistoryRepositoryService())));
  1611.         $instance->addExtension(new \Bluue\ApiCmsBundle\Twig\MappingExtension(($this->privates['Bluue\\ApiCmsBundle\\Repository\\MappingRepository'] ?? $this->getMappingRepositoryService())));
  1612.         $instance->addExtension(($this->privates['Bluue\\GocardlessBundle\\Twig\\GocardlessExtension'] ?? $this->getGocardlessExtensionService()));
  1613.         $instance->addExtension(new \Bluue\OvhSmsBundle\Twig\OvhSmsExtension(($this->privates['Bluue\\OvhSmsBundle\\Repository\\SmsRepository'] ?? $this->getSmsRepositoryService())));
  1614.         $instance->addExtension(new \Bluue\RecurringInvoicesBundle\Twig\RecurringInvoiceExtension($h));
  1615.         $instance->addExtension(new \Bluue\CashRegisterBundle\Twig\CustomerExtension($k));
  1616.         $instance->addExtension(new \Bluue\CashRegisterBundle\Twig\FavoriteProductExtension(($this->privates['Bluue\\CashRegisterBundle\\Repository\\FavoriteProductRepository'] ?? $this->getFavoriteProductRepositoryService())));
  1617.         $instance->addExtension(($this->privates['Bluue\\CashRegisterBundle\\Twig\\ImageExtension'] ?? $this->getImageExtensionService()));
  1618.         $instance->addExtension(new \Bluue\CashRegisterBundle\Twig\PaymentMethodExtension(($this->privates['Bluue\\CashRegisterBundle\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService())));
  1619.         $instance->addExtension(($this->privates['Bluue\\CashRegisterBundle\\Twig\\ProductExtension'] ?? ($this->privates['Bluue\\CashRegisterBundle\\Twig\\ProductExtension'] = new \Bluue\CashRegisterBundle\Twig\ProductExtension())));
  1620.         $instance->addExtension(($this->privates['Bluue\\CashRegisterBundle\\Twig\\SecurityExtension'] ?? $this->getSecurityExtensionService()));
  1621.         $instance->addExtension(new \Bluue\PlanningBundle\Twig\PlanningExtension(($this->privates['Bluue\\PlanningBundle\\Repository\\SlotRepository'] ?? $this->getSlotRepositoryService())));
  1622.         $instance->addExtension(new \Bluue\ProjectsBundle\Twig\ProjectExtension($t, ($this->privates['Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository'] ?? $this->getProjectQuotationRepositoryService()), $u));
  1623.         $instance->addExtension(new \Bluue\ProjectsBundle\Twig\TaskExtension($u$t, ($this->privates['Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository'] ?? $this->getTaskMonitoredRepositoryService()), $g$h, ($this->privates['Bluue\\ProjectsBundle\\Repository\\TaskRepository'] ?? $this->getTaskRepositoryService())));
  1624.         $instance->addGlobal('app'$v);
  1625.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1626.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1627.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1628.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1629.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1630.             'Twig\\Extra\\Markdown\\MarkdownRuntime' => ['privates''twig.runtime.markdown''getTwig_Runtime_MarkdownService'true],
  1631.         ], [
  1632.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1633.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1634.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1635.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1636.             'Twig\\Extra\\Markdown\\MarkdownRuntime' => '?',
  1637.         ])));
  1638.         $instance->addGlobal('app_UserImage', new \App\Services\UserImage());
  1639.         $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())));
  1640.         $instance->addGlobal('app_version''4.0.0');
  1641.         $instance->addGlobal('app_session_context'$o);
  1642.         $instance->addGlobal('app_session_context_currency', ($this->privates['App\\Services\\SessionContextCurrency'] ?? $this->getSessionContextCurrencyService()));
  1643.         $instance->addGlobal('app_configuration'$q);
  1644.         $instance->addGlobal('app_check_bundle_install', ($this->privates['App\\Services\\CheckBundleInstall'] ?? ($this->privates['App\\Services\\CheckBundleInstall'] = new \App\Services\CheckBundleInstall())));
  1645.         $instance->addGlobal('app_soft_delete_filter', ($this->privates['App\\Services\\SoftdeleteFilter'] ?? $this->getSoftdeleteFilterService()));
  1646.         $instance->addGlobal('app_default_locale', ($this->privates['App\\Services\\DefaultLocale'] ?? $this->getDefaultLocaleService()));
  1647.         $instance->addGlobal('app_default_domain'$this->getEnv('resolve:DEFAULT_DOMAIN'));
  1648.         $instance->registerUndefinedFilterCallback([=> $w=> 'suggestFilter']);
  1649.         $instance->registerUndefinedFunctionCallback([=> $w=> 'suggestFunction']);
  1650.         $instance->registerUndefinedTokenParserCallback([=> $w=> 'suggestTag']);
  1651.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1652.         return $instance;
  1653.     }
  1654.     /**
  1655.      * Gets the public '.container.private.validator' shared service.
  1656.      *
  1657.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1658.      */
  1659.     protected function get_Container_Private_ValidatorService()
  1660.     {
  1661.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1662.         if (isset($this->services['.container.private.validator'])) {
  1663.             return $this->services['.container.private.validator'];
  1664.         }
  1665.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1666.     }
  1667.     /**
  1668.      * Gets the public 'Bluue\StocksBundle\Services\StockService' shared autowired service.
  1669.      *
  1670.      * @return \Bluue\StocksBundle\Services\StockService
  1671.      */
  1672.     protected function getStockServiceService()
  1673.     {
  1674.         $a = ($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
  1675.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1676.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1677.         }
  1678.         $b = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  1679.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1680.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1681.         }
  1682.         $c = ($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'] ?? $this->getRemovalStockProcedureService());
  1683.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1684.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1685.         }
  1686.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1687.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1688.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1689.         }
  1690.         $e = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  1691.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1692.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1693.         }
  1694.         return $this->services['Bluue\\StocksBundle\\Services\\StockService'] = new \Bluue\StocksBundle\Services\StockService($a, ($this->privates['Bluue\\ProductsBundle\\Repository\\DeclinationRepository'] ?? $this->getDeclinationRepositoryService()), $b, ($this->privates['Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository'] ?? $this->getStockMovementReasonRepositoryService()), $c, ($this->privates['Bluue\\StocksBundle\\Repository\\StockQuantityRepository'] ?? $this->getStockQuantityRepositoryService()), $d$e, ($this->privates['Bluue\\StocksBundle\\Repository\\StockLocationRepository'] ?? $this->getStockLocationRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'] ?? $this->getStockProductRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['Bluue\\ProductsBundle\\Repository\\PackProductRepository'] ?? $this->getPackProductRepositoryService()), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()), ($this->privates['Bluue\\StocksBundle\\Repository\\WarehouseRepository'] ?? $this->getWarehouseRepositoryService()));
  1695.     }
  1696.     /**
  1697.      * Gets the public 'cache.app' shared service.
  1698.      *
  1699.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1700.      */
  1701.     protected function getCache_AppService()
  1702.     {
  1703.         $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))));
  1704.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1705.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1706.     }
  1707.     /**
  1708.      * Gets the public 'cache.rate_limiter' shared service.
  1709.      *
  1710.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1711.      */
  1712.     protected function getCache_RateLimiterService()
  1713.     {
  1714.         $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))));
  1715.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1716.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1717.     }
  1718.     /**
  1719.      * Gets the public 'cache.system' shared service.
  1720.      *
  1721.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1722.      */
  1723.     protected function getCache_SystemService()
  1724.     {
  1725.         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())));
  1726.     }
  1727.     /**
  1728.      * Gets the public 'cache.validator_expression_language' shared service.
  1729.      *
  1730.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1731.      */
  1732.     protected function getCache_ValidatorExpressionLanguageService()
  1733.     {
  1734.         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())));
  1735.     }
  1736.     /**
  1737.      * Gets the public 'data_collector.dump' shared service.
  1738.      *
  1739.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1740.      */
  1741.     protected function getDataCollector_DumpService()
  1742.     {
  1743.         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()));
  1744.     }
  1745.     /**
  1746.      * Gets the public 'doctrine' shared service.
  1747.      *
  1748.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1749.      */
  1750.     protected function getDoctrineService()
  1751.     {
  1752.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1753.     }
  1754.     /**
  1755.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1756.      *
  1757.      * @return \Doctrine\DBAL\Connection
  1758.      */
  1759.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1760.     {
  1761.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1762.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1763.             return $this->services['doctrine.dbal.default_connection'];
  1764.         }
  1765.         $b = new \Doctrine\DBAL\Configuration();
  1766.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1767.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1768.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1769.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1770.         $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))));
  1771.         $d->setConnectionName('default');
  1772.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1773.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1774.         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, []);
  1775.     }
  1776.     /**
  1777.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1778.      *
  1779.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1780.      */
  1781.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1782.     {
  1783.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1784.             'Bluue\\InventoriesBundle\\EventListener\\InventoryListener' => ['privates''Bluue\\InventoriesBundle\\EventListener\\InventoryListener''getInventoryListenerService'true],
  1785.         ], [
  1786.             'Bluue\\InventoriesBundle\\EventListener\\InventoryListener' => '?',
  1787.         ]));
  1788.         $instance->registerService('Bluue\\InventoriesBundle\\EventListener\\InventoryListener''Bluue\\InventoriesBundle\\EventListener\\InventoryListener');
  1789.         return $instance;
  1790.     }
  1791.     /**
  1792.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1793.      *
  1794.      * @return \Doctrine\ORM\EntityManager
  1795.      */
  1796.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1797.     {
  1798.         if ($lazyLoad) {
  1799.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1800.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1801.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1802.                     $proxy->setProxyInitializer(null);
  1803.                     return true;
  1804.                 });
  1805.             });
  1806.         }
  1807.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1808.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1809.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1810.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1811.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1812.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1813.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1814.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1815.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1816.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1817.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1818.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1819.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1820.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1821.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1822.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1823.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1824.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1825.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1826.         $a = new \Doctrine\ORM\Configuration();
  1827.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1828.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1829.         $b->addDriver($c'App\\Entity');
  1830.         $b->addDriver($c'Gedmo\\Translatable\\Entity');
  1831.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1832.         $b->addDriver($c'Cron\\CronBundle\\Entity');
  1833.         $b->addDriver($c'Bluue\\ProductsBundle\\Entity');
  1834.         $b->addDriver($c'Bluue\\CategoriesBundle\\Entity');
  1835.         $b->addDriver($c'Bluue\\StocksBundle\\Entity');
  1836.         $b->addDriver($c'Bluue\\CustomersBundle\\Entity');
  1837.         $b->addDriver($c'Bluue\\SalesBundle\\Entity');
  1838.         $b->addDriver($c'Bluue\\CrmBundle\\Entity');
  1839.         $b->addDriver($c'Bluue\\SuppliersBundle\\Entity');
  1840.         $b->addDriver($c'Bluue\\SuppliersOrdersBundle\\Entity');
  1841.         $b->addDriver($c'Bluue\\ProductReturnsBundle\\Entity');
  1842.         $b->addDriver($c'Bluue\\InventoriesBundle\\Entity');
  1843.         $b->addDriver($c'Bluue\\AccountingBundle\\Entity');
  1844.         $b->addDriver($c'Bluue\\ImportProductsBundle\\Entity');
  1845.         $b->addDriver($c'Bluue\\LabelsBundle\\Entity');
  1846.         $b->addDriver($c'Bluue\\ManufacturingBundle\\Entity');
  1847.         $b->addDriver($c'Bluue\\ShipmentsBundle\\Entity');
  1848.         $b->addDriver($c'Bluue\\ApiCmsBundle\\Entity');
  1849.         $b->addDriver($c'Bluue\\PrestashopConnectorBundle\\Entity');
  1850.         $b->addDriver($c'Bluue\\GocardlessBundle\\Entity');
  1851.         $b->addDriver($c'Bluue\\UtilityBillsBundle\\Entity');
  1852.         $b->addDriver($c'Bluue\\OvhSmsBundle\\Entity');
  1853.         $b->addDriver($c'Bluue\\RecurringInvoicesBundle\\Entity');
  1854.         $b->addDriver($c'Bluue\\CashRegisterBundle\\Entity');
  1855.         $b->addDriver($c'Bluue\\PlanningBundle\\Entity');
  1856.         $b->addDriver($c'Bluue\\CustomerOutstandingBundle\\Entity');
  1857.         $b->addDriver($c'Bluue\\ProjectsBundle\\Entity');
  1858.         $b->addDriver($c'Bluue\\SitesBundle\\Entity');
  1859.         $b->addDriver($c'Bluue\\TicketsBundle\\Entity');
  1860.         $b->addDriver($c'Bluue\\Cx3Bundle\\Entity');
  1861.         $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']);
  1862.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1863.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1864.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1865.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1866.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1867.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1868.         ], [
  1869.             'doctrine.ulid_generator' => '?',
  1870.             'doctrine.uuid_generator' => '?',
  1871.         ])));
  1872.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1873.         $a->setProxyNamespace('Proxies');
  1874.         $a->setAutoGenerateProxyClasses(true);
  1875.         $a->setSchemaIgnoreClasses([]);
  1876.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1877.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1878.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1879.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1880.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1881.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1882.         $a->setLazyGhostObjectEnabled(false);
  1883.         $a->setIdentityGenerationPreferences([]);
  1884.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1885.             'App\\Repository\\ActivityRepository' => ['privates''App\\Repository\\ActivityRepository''getActivityRepositoryService'false],
  1886.             'App\\Repository\\BundleRepository' => ['privates''App\\Repository\\BundleRepository''getBundleRepositoryService'true],
  1887.             'App\\Repository\\CityWithPostcodeRepository' => ['privates''App\\Repository\\CityWithPostcodeRepository''getCityWithPostcodeRepositoryService'true],
  1888.             'App\\Repository\\ConfigurationRepository' => ['privates''App\\Repository\\ConfigurationRepository''getConfigurationRepositoryService'false],
  1889.             'App\\Repository\\ContextRepository' => ['privates''App\\Repository\\ContextRepository''getContextRepositoryService'false],
  1890.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'true],
  1891.             'App\\Repository\\CountryStateRepository' => ['privates''App\\Repository\\CountryStateRepository''getCountryStateRepositoryService'true],
  1892.             'App\\Repository\\CountryTranslationRepository' => ['privates''App\\Repository\\CountryTranslationRepository''getCountryTranslationRepositoryService'true],
  1893.             'App\\Repository\\CountryZoneRepository' => ['privates''App\\Repository\\CountryZoneRepository''getCountryZoneRepositoryService'true],
  1894.             'App\\Repository\\CountryZoneTranslationRepository' => ['privates''App\\Repository\\CountryZoneTranslationRepository''getCountryZoneTranslationRepositoryService'true],
  1895.             'App\\Repository\\CurrencyRepository' => ['privates''App\\Repository\\CurrencyRepository''getCurrencyRepositoryService'false],
  1896.             'App\\Repository\\EstablishmentRepository' => ['privates''App\\Repository\\EstablishmentRepository''getEstablishmentRepositoryService'true],
  1897.             'App\\Repository\\FileManagerRepository' => ['privates''App\\Repository\\FileManagerRepository''getFileManagerRepositoryService'false],
  1898.             'App\\Repository\\LanguageRepository' => ['privates''App\\Repository\\LanguageRepository''getLanguageRepositoryService'true],
  1899.             'App\\Repository\\MailMessageRepository' => ['privates''App\\Repository\\MailMessageRepository''getMailMessageRepositoryService'true],
  1900.             'App\\Repository\\MailServerRepository' => ['privates''App\\Repository\\MailServerRepository''getMailServerRepositoryService'true],
  1901.             'App\\Repository\\MenuRepository' => ['privates''App\\Repository\\MenuRepository''getMenuRepositoryService'true],
  1902.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'true],
  1903.             'App\\Repository\\ProfileRepository' => ['privates''App\\Repository\\ProfileRepository''getProfileRepositoryService'true],
  1904.             'App\\Repository\\SavePdfRepository' => ['privates''App\\Repository\\SavePdfRepository''getSavePdfRepositoryService'true],
  1905.             'App\\Repository\\TaxRepository' => ['privates''App\\Repository\\TaxRepository''getTaxRepositoryService'true],
  1906.             'App\\Repository\\TaxRuleCountryRepository' => ['privates''App\\Repository\\TaxRuleCountryRepository''getTaxRuleCountryRepositoryService'false],
  1907.             'App\\Repository\\TaxRuleRepository' => ['privates''App\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'true],
  1908.             'App\\Repository\\TaxRuleTranslationRepository' => ['privates''App\\Repository\\TaxRuleTranslationRepository''getTaxRuleTranslationRepositoryService'true],
  1909.             'App\\Repository\\TaxTranslationRepository' => ['privates''App\\Repository\\TaxTranslationRepository''getTaxTranslationRepositoryService'true],
  1910.             'App\\Repository\\TeamRepository' => ['privates''App\\Repository\\TeamRepository''getTeamRepositoryService'true],
  1911.             'App\\Repository\\TeamTranslationRepository' => ['privates''App\\Repository\\TeamTranslationRepository''getTeamTranslationRepositoryService'true],
  1912.             'App\\Repository\\TeamUserRepository' => ['privates''App\\Repository\\TeamUserRepository''getTeamUserRepositoryService'true],
  1913.             'App\\Repository\\UnitMeasureRepository' => ['privates''App\\Repository\\UnitMeasureRepository''getUnitMeasureRepositoryService'false],
  1914.             'App\\Repository\\UserContextRepository' => ['privates''App\\Repository\\UserContextRepository''getUserContextRepositoryService'false],
  1915.             'App\\Repository\\UserLoginLogRepository' => ['privates''App\\Repository\\UserLoginLogRepository''getUserLoginLogRepositoryService'true],
  1916.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1917.             'App\\Repository\\UsersEstablishmentsRepository' => ['privates''App\\Repository\\UsersEstablishmentsRepository''getUsersEstablishmentsRepositoryService'true],
  1918.             'App\\Repository\\WebserviceKeyRepository' => ['privates''App\\Repository\\WebserviceKeyRepository''getWebserviceKeyRepositoryService'true],
  1919.             'App\\Repository\\WebservicePermissionRepository' => ['privates''App\\Repository\\WebservicePermissionRepository''getWebservicePermissionRepositoryService'true],
  1920.             'Bluue\\AccountingBundle\\Repository\\AccountRepository' => ['privates''Bluue\\AccountingBundle\\Repository\\AccountRepository''getAccountRepositoryService'true],
  1921.             'Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository' => ['privates''Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository''getCustomerAccountRepositoryService'false],
  1922.             'Bluue\\AccountingBundle\\Repository\\ProductAccountRepository' => ['privates''Bluue\\AccountingBundle\\Repository\\ProductAccountRepository''getProductAccountRepositoryService'true],
  1923.             'Bluue\\ApiCmsBundle\\Repository\\MappingRepository' => ['privates''Bluue\\ApiCmsBundle\\Repository\\MappingRepository''getMappingRepositoryService'false],
  1924.             'Bluue\\CashRegisterBundle\\Repository\\CashRegisterMovementRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\CashRegisterMovementRepository''getCashRegisterMovementRepositoryService'true],
  1925.             'Bluue\\CashRegisterBundle\\Repository\\CashRegisterRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\CashRegisterRepository''getCashRegisterRepositoryService'false],
  1926.             'Bluue\\CashRegisterBundle\\Repository\\CashierRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\CashierRepository''getCashierRepositoryService'false],
  1927.             'Bluue\\CashRegisterBundle\\Repository\\CashierShopRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\CashierShopRepository''getCashierShopRepositoryService'true],
  1928.             'Bluue\\CashRegisterBundle\\Repository\\CustomerFidelityRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\CustomerFidelityRepository''getCustomerFidelityRepositoryService'true],
  1929.             'Bluue\\CashRegisterBundle\\Repository\\FavoriteProductRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\FavoriteProductRepository''getFavoriteProductRepositoryService'false],
  1930.             'Bluue\\CashRegisterBundle\\Repository\\ManagerCardRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\ManagerCardRepository''getManagerCardRepositoryService'false],
  1931.             'Bluue\\CashRegisterBundle\\Repository\\PaymentMethodRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\PaymentMethodRepository''getPaymentMethodRepositoryService'true],
  1932.             'Bluue\\CashRegisterBundle\\Repository\\PaymentMethodTranslationRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\PaymentMethodTranslationRepository''getPaymentMethodTranslationRepositoryService'true],
  1933.             'Bluue\\CashRegisterBundle\\Repository\\PaymentRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\PaymentRepository''getPaymentRepositoryService'false],
  1934.             'Bluue\\CashRegisterBundle\\Repository\\ReceiptLineRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\ReceiptLineRepository''getReceiptLineRepositoryService'true],
  1935.             'Bluue\\CashRegisterBundle\\Repository\\ReceiptRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\ReceiptRepository''getReceiptRepositoryService'true],
  1936.             'Bluue\\CashRegisterBundle\\Repository\\SessionRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\SessionRepository''getSessionRepositoryService'true],
  1937.             'Bluue\\CashRegisterBundle\\Repository\\ShopRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\ShopRepository''getShopRepositoryService'true],
  1938.             'Bluue\\CategoriesBundle\\Repository\\CategoryContextRepository' => ['privates''Bluue\\CategoriesBundle\\Repository\\CategoryContextRepository''getCategoryContextRepositoryService'true],
  1939.             'Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository' => ['privates''Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository''getCategoryProductRepositoryService'false],
  1940.             'Bluue\\CategoriesBundle\\Repository\\CategoryRepository' => ['privates''Bluue\\CategoriesBundle\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  1941.             'Bluue\\CategoriesBundle\\Repository\\CategoryTranslationRepository' => ['privates''Bluue\\CategoriesBundle\\Repository\\CategoryTranslationRepository''getCategoryTranslationRepositoryService'true],
  1942.             'Bluue\\CrmBundle\\Repository\\OpportunityActivityRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityActivityRepository''getOpportunityActivityRepositoryService'true],
  1943.             'Bluue\\CrmBundle\\Repository\\OpportunityDocumentRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityDocumentRepository''getOpportunityDocumentRepositoryService'true],
  1944.             'Bluue\\CrmBundle\\Repository\\OpportunityPriorityRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityPriorityRepository''getOpportunityPriorityRepositoryService'true],
  1945.             'Bluue\\CrmBundle\\Repository\\OpportunityProductRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityProductRepository''getOpportunityProductRepositoryService'true],
  1946.             'Bluue\\CrmBundle\\Repository\\OpportunityRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityRepository''getOpportunityRepositoryService'true],
  1947.             'Bluue\\CrmBundle\\Repository\\OpportunityStateRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityStateRepository''getOpportunityStateRepositoryService'true],
  1948.             'Bluue\\CrmBundle\\Repository\\RecommendationTypeRepository' => ['privates''Bluue\\CrmBundle\\Repository\\RecommendationTypeRepository''getRecommendationTypeRepositoryService'true],
  1949.             'Bluue\\CustomerOutstandingBundle\\Repository\\CustomerOutstandingRepository' => ['privates''Bluue\\CustomerOutstandingBundle\\Repository\\CustomerOutstandingRepository''getCustomerOutstandingRepositoryService'true],
  1950.             'Bluue\\CustomersBundle\\Repository\\CustomerGroupRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerGroupRepository''getCustomerGroupRepositoryService'true],
  1951.             'Bluue\\CustomersBundle\\Repository\\CustomerGroupTranslationRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerGroupTranslationRepository''getCustomerGroupTranslationRepositoryService'true],
  1952.             'Bluue\\CustomersBundle\\Repository\\CustomerRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  1953.             'Bluue\\CustomersBundle\\Repository\\CustomerTypeRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerTypeRepository''getCustomerTypeRepositoryService'true],
  1954.             'Bluue\\CustomersBundle\\Repository\\CustomerTypeTranslationRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerTypeTranslationRepository''getCustomerTypeTranslationRepositoryService'true],
  1955.             'Bluue\\Cx3Bundle\\Repository\\CallRepository' => ['privates''Bluue\\Cx3Bundle\\Repository\\CallRepository''getCallRepositoryService'true],
  1956.             'Bluue\\GocardlessBundle\\Repository\\CustomerMappingRepository' => ['privates''Bluue\\GocardlessBundle\\Repository\\CustomerMappingRepository''getCustomerMappingRepositoryService'false],
  1957.             'Bluue\\GocardlessBundle\\Repository\\DirectDebitRepository' => ['privates''Bluue\\GocardlessBundle\\Repository\\DirectDebitRepository''getDirectDebitRepositoryService'true],
  1958.             'Bluue\\GocardlessBundle\\Repository\\PayoutDetailRepository' => ['privates''Bluue\\GocardlessBundle\\Repository\\PayoutDetailRepository''getPayoutDetailRepositoryService'true],
  1959.             'Bluue\\GocardlessBundle\\Repository\\PayoutRepository' => ['privates''Bluue\\GocardlessBundle\\Repository\\PayoutRepository''getPayoutRepositoryService'true],
  1960.             'Bluue\\ImportProductsBundle\\Repository\\ImportErrorRepository' => ['privates''Bluue\\ImportProductsBundle\\Repository\\ImportErrorRepository''getImportErrorRepositoryService'true],
  1961.             'Bluue\\ImportProductsBundle\\Repository\\ImportRepository' => ['privates''Bluue\\ImportProductsBundle\\Repository\\ImportRepository''getImportRepositoryService'true],
  1962.             'Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductQuantityRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductQuantityRepository''getInventoryOriginalProductQuantityRepositoryService'true],
  1963.             'Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductRepository''getInventoryOriginalProductRepositoryService'true],
  1964.             'Bluue\\InventoriesBundle\\Repository\\InventoryProductQuantityRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryProductQuantityRepository''getInventoryProductQuantityRepositoryService'true],
  1965.             'Bluue\\InventoriesBundle\\Repository\\InventoryProductRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryProductRepository''getInventoryProductRepositoryService'true],
  1966.             'Bluue\\InventoriesBundle\\Repository\\InventoryRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryRepository''getInventoryRepositoryService'true],
  1967.             'Bluue\\LabelsBundle\\Repository\\LabelContextRepository' => ['privates''Bluue\\LabelsBundle\\Repository\\LabelContextRepository''getLabelContextRepositoryService'true],
  1968.             'Bluue\\LabelsBundle\\Repository\\LabelRepository' => ['privates''Bluue\\LabelsBundle\\Repository\\LabelRepository''getLabelRepositoryService'false],
  1969.             'Bluue\\LabelsBundle\\Repository\\PrintWaitingListRepository' => ['privates''Bluue\\LabelsBundle\\Repository\\PrintWaitingListRepository''getPrintWaitingListRepositoryService'true],
  1970.             'Bluue\\LabelsBundle\\Repository\\TemplateRepository' => ['privates''Bluue\\LabelsBundle\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1971.             'Bluue\\ManufacturingBundle\\Repository\\ProductOptionsRepository' => ['privates''Bluue\\ManufacturingBundle\\Repository\\ProductOptionsRepository''getProductOptionsRepositoryService'true],
  1972.             'Bluue\\OvhSmsBundle\\Repository\\MailingListCustomerRepository' => ['privates''Bluue\\OvhSmsBundle\\Repository\\MailingListCustomerRepository''getMailingListCustomerRepositoryService'true],
  1973.             'Bluue\\OvhSmsBundle\\Repository\\MailingListRepository' => ['privates''Bluue\\OvhSmsBundle\\Repository\\MailingListRepository''getMailingListRepositoryService'true],
  1974.             'Bluue\\OvhSmsBundle\\Repository\\SmsRepository' => ['privates''Bluue\\OvhSmsBundle\\Repository\\SmsRepository''getSmsRepositoryService'false],
  1975.             'Bluue\\PlanningBundle\\Repository\\SlotRepository' => ['privates''Bluue\\PlanningBundle\\Repository\\SlotRepository''getSlotRepositoryService'false],
  1976.             'Bluue\\PlanningBundle\\Repository\\SlotTypeRepository' => ['privates''Bluue\\PlanningBundle\\Repository\\SlotTypeRepository''getSlotTypeRepositoryService'true],
  1977.             'Bluue\\PlanningBundle\\Repository\\SlotUserRepository' => ['privates''Bluue\\PlanningBundle\\Repository\\SlotUserRepository''getSlotUserRepositoryService'true],
  1978.             'Bluue\\PrestashopConnectorBundle\\Repository\\CustomerImportRuleRepository' => ['privates''Bluue\\PrestashopConnectorBundle\\Repository\\CustomerImportRuleRepository''getCustomerImportRuleRepositoryService'true],
  1979.             'Bluue\\ProductReturnsBundle\\Repository\\CarrierOptionRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\CarrierOptionRepository''getCarrierOptionRepositoryService'true],
  1980.             'Bluue\\ProductReturnsBundle\\Repository\\ConvertedDocumentRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ConvertedDocumentRepository''getConvertedDocumentRepositoryService'true],
  1981.             'Bluue\\ProductReturnsBundle\\Repository\\ProductReturnLineRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ProductReturnLineRepository''getProductReturnLineRepositoryService'true],
  1982.             'Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository''getProductReturnRepositoryService'false],
  1983.             'Bluue\\ProductReturnsBundle\\Repository\\ReturnReasonRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ReturnReasonRepository''getReturnReasonRepositoryService'true],
  1984.             'Bluue\\ProductReturnsBundle\\Repository\\ReturnStateRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ReturnStateRepository''getReturnStateRepositoryService'true],
  1985.             'Bluue\\ProductsBundle\\Repository\\AttachmentRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttachmentRepository''getAttachmentRepositoryService'true],
  1986.             'Bluue\\ProductsBundle\\Repository\\AttachmentTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttachmentTranslationRepository''getAttachmentTranslationRepositoryService'true],
  1987.             'Bluue\\ProductsBundle\\Repository\\AttributeContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeContextRepository''getAttributeContextRepositoryService'true],
  1988.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeGroupContextRepository''getAttributeGroupContextRepositoryService'true],
  1989.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeGroupRepository''getAttributeGroupRepositoryService'true],
  1990.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeGroupTranslationRepository''getAttributeGroupTranslationRepositoryService'true],
  1991.             'Bluue\\ProductsBundle\\Repository\\AttributeRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeRepository''getAttributeRepositoryService'true],
  1992.             'Bluue\\ProductsBundle\\Repository\\AttributeTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeTranslationRepository''getAttributeTranslationRepositoryService'true],
  1993.             'Bluue\\ProductsBundle\\Repository\\BrandContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\BrandContextRepository''getBrandContextRepositoryService'true],
  1994.             'Bluue\\ProductsBundle\\Repository\\BrandRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\BrandRepository''getBrandRepositoryService'true],
  1995.             'Bluue\\ProductsBundle\\Repository\\BrandTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\BrandTranslationRepository''getBrandTranslationRepositoryService'true],
  1996.             'Bluue\\ProductsBundle\\Repository\\DeclinationAttributeRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\DeclinationAttributeRepository''getDeclinationAttributeRepositoryService'true],
  1997.             'Bluue\\ProductsBundle\\Repository\\DeclinationContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\DeclinationContextRepository''getDeclinationContextRepositoryService'true],
  1998.             'Bluue\\ProductsBundle\\Repository\\DeclinationImageRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\DeclinationImageRepository''getDeclinationImageRepositoryService'true],
  1999.             'Bluue\\ProductsBundle\\Repository\\DeclinationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\DeclinationRepository''getDeclinationRepositoryService'false],
  2000.             'Bluue\\ProductsBundle\\Repository\\Ean13Repository' => ['privates''Bluue\\ProductsBundle\\Repository\\Ean13Repository''getEan13RepositoryService'true],
  2001.             'Bluue\\ProductsBundle\\Repository\\EcoPartGroupRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\EcoPartGroupRepository''getEcoPartGroupRepositoryService'true],
  2002.             'Bluue\\ProductsBundle\\Repository\\EcoPartRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\EcoPartRepository''getEcoPartRepositoryService'true],
  2003.             'Bluue\\ProductsBundle\\Repository\\EcoPartTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\EcoPartTranslationRepository''getEcoPartTranslationRepositoryService'true],
  2004.             'Bluue\\ProductsBundle\\Repository\\FeatureContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureContextRepository''getFeatureContextRepositoryService'true],
  2005.             'Bluue\\ProductsBundle\\Repository\\FeatureRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureRepository''getFeatureRepositoryService'true],
  2006.             'Bluue\\ProductsBundle\\Repository\\FeatureTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureTranslationRepository''getFeatureTranslationRepositoryService'true],
  2007.             'Bluue\\ProductsBundle\\Repository\\FeatureValueContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureValueContextRepository''getFeatureValueContextRepositoryService'true],
  2008.             'Bluue\\ProductsBundle\\Repository\\FeatureValueRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureValueRepository''getFeatureValueRepositoryService'true],
  2009.             'Bluue\\ProductsBundle\\Repository\\FeatureValueTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureValueTranslationRepository''getFeatureValueTranslationRepositoryService'true],
  2010.             'Bluue\\ProductsBundle\\Repository\\PackProductRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\PackProductRepository''getPackProductRepositoryService'false],
  2011.             'Bluue\\ProductsBundle\\Repository\\PriceRuleRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\PriceRuleRepository''getPriceRuleRepositoryService'true],
  2012.             'Bluue\\ProductsBundle\\Repository\\ProductAttachmentRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductAttachmentRepository''getProductAttachmentRepositoryService'true],
  2013.             'Bluue\\ProductsBundle\\Repository\\ProductContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductContextRepository''getProductContextRepositoryService'false],
  2014.             'Bluue\\ProductsBundle\\Repository\\ProductFeatureRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductFeatureRepository''getProductFeatureRepositoryService'true],
  2015.             'Bluue\\ProductsBundle\\Repository\\ProductImageRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductImageRepository''getProductImageRepositoryService'false],
  2016.             'Bluue\\ProductsBundle\\Repository\\ProductImageTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductImageTranslationRepository''getProductImageTranslationRepositoryService'true],
  2017.             'Bluue\\ProductsBundle\\Repository\\ProductRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductRepository''getProductRepositoryService'false],
  2018.             'Bluue\\ProductsBundle\\Repository\\ProductTagRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  2019.             'Bluue\\ProductsBundle\\Repository\\ProductTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductTranslationRepository''getProductTranslationRepositoryService'true],
  2020.             'Bluue\\ProductsBundle\\Repository\\ProductTypeRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductTypeRepository''getProductTypeRepositoryService'true],
  2021.             'Bluue\\ProductsBundle\\Repository\\RelatedProductRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  2022.             'Bluue\\ProductsBundle\\Repository\\SearchAssociationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\SearchAssociationRepository''getSearchAssociationRepositoryService'false],
  2023.             'Bluue\\ProductsBundle\\Repository\\SearchWordRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\SearchWordRepository''getSearchWordRepositoryService'false],
  2024.             'Bluue\\ProductsBundle\\Repository\\SubstituteProductRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\SubstituteProductRepository''getSubstituteProductRepositoryService'true],
  2025.             'Bluue\\ProductsBundle\\Repository\\TagRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\TagRepository''getTagRepositoryService'true],
  2026.             'Bluue\\ProductsBundle\\Repository\\TagTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\TagTranslationRepository''getTagTranslationRepositoryService'true],
  2027.             'Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository''getProjectQuotationRepositoryService'false],
  2028.             'Bluue\\ProjectsBundle\\Repository\\ProjectRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectRepository''getProjectRepositoryService'true],
  2029.             'Bluue\\ProjectsBundle\\Repository\\ProjectStateRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectStateRepository''getProjectStateRepositoryService'true],
  2030.             'Bluue\\ProjectsBundle\\Repository\\ProjectStepRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectStepRepository''getProjectStepRepositoryService'true],
  2031.             'Bluue\\ProjectsBundle\\Repository\\ProjectTypeRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectTypeRepository''getProjectTypeRepositoryService'true],
  2032.             'Bluue\\ProjectsBundle\\Repository\\TaskModelRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskModelRepository''getTaskModelRepositoryService'true],
  2033.             'Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository''getTaskMonitoredRepositoryService'false],
  2034.             'Bluue\\ProjectsBundle\\Repository\\TaskPriorityRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskPriorityRepository''getTaskPriorityRepositoryService'true],
  2035.             'Bluue\\ProjectsBundle\\Repository\\TaskRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskRepository''getTaskRepositoryService'false],
  2036.             'Bluue\\ProjectsBundle\\Repository\\TaskStateRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskStateRepository''getTaskStateRepositoryService'true],
  2037.             'Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository''getTaskTimeRepositoryService'false],
  2038.             'Bluue\\ProjectsBundle\\Repository\\TodoRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TodoRepository''getTodoRepositoryService'true],
  2039.             'Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceLineRepository' => ['privates''Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceLineRepository''getRecurringInvoiceLineRepositoryService'true],
  2040.             'Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceRepository' => ['privates''Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceRepository''getRecurringInvoiceRepositoryService'true],
  2041.             'Bluue\\SalesBundle\\Repository\\AdditionalPdfRepository' => ['privates''Bluue\\SalesBundle\\Repository\\AdditionalPdfRepository''getAdditionalPdfRepositoryService'false],
  2042.             'Bluue\\SalesBundle\\Repository\\BankRepository' => ['privates''Bluue\\SalesBundle\\Repository\\BankRepository''getBankRepositoryService'true],
  2043.             'Bluue\\SalesBundle\\Repository\\CreditNoteLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\CreditNoteLineRepository''getCreditNoteLineRepositoryService'true],
  2044.             'Bluue\\SalesBundle\\Repository\\CreditNoteRepository' => ['privates''Bluue\\SalesBundle\\Repository\\CreditNoteRepository''getCreditNoteRepositoryService'true],
  2045.             'Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository' => ['privates''Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository''getCustomerOptionsRepositoryService'false],
  2046.             'Bluue\\SalesBundle\\Repository\\DeliveryNoteLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\DeliveryNoteLineRepository''getDeliveryNoteLineRepositoryService'true],
  2047.             'Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository' => ['privates''Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository''getDeliveryNoteRepositoryService'false],
  2048.             'Bluue\\SalesBundle\\Repository\\DocumentPaymentRepository' => ['privates''Bluue\\SalesBundle\\Repository\\DocumentPaymentRepository''getDocumentPaymentRepositoryService'true],
  2049.             'Bluue\\SalesBundle\\Repository\\InvoiceLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\InvoiceLineRepository''getInvoiceLineRepositoryService'true],
  2050.             'Bluue\\SalesBundle\\Repository\\InvoiceRepository' => ['privates''Bluue\\SalesBundle\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  2051.             'Bluue\\SalesBundle\\Repository\\LineTypeRepository' => ['privates''Bluue\\SalesBundle\\Repository\\LineTypeRepository''getLineTypeRepositoryService'true],
  2052.             'Bluue\\SalesBundle\\Repository\\OrderHistoryRepository' => ['privates''Bluue\\SalesBundle\\Repository\\OrderHistoryRepository''getOrderHistoryRepositoryService'true],
  2053.             'Bluue\\SalesBundle\\Repository\\OrderLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\OrderLineRepository''getOrderLineRepositoryService'true],
  2054.             'Bluue\\SalesBundle\\Repository\\OrderRepository' => ['privates''Bluue\\SalesBundle\\Repository\\OrderRepository''getOrderRepositoryService'false],
  2055.             'Bluue\\SalesBundle\\Repository\\OrderStateRepository' => ['privates''Bluue\\SalesBundle\\Repository\\OrderStateRepository''getOrderStateRepositoryService'true],
  2056.             'Bluue\\SalesBundle\\Repository\\PaymentExpectationRepository' => ['privates''Bluue\\SalesBundle\\Repository\\PaymentExpectationRepository''getPaymentExpectationRepositoryService'true],
  2057.             'Bluue\\SalesBundle\\Repository\\PaymentMethodRepository' => ['privates''Bluue\\SalesBundle\\Repository\\PaymentMethodRepository''getPaymentMethodRepository2Service'true],
  2058.             'Bluue\\SalesBundle\\Repository\\PaymentRepository' => ['privates''Bluue\\SalesBundle\\Repository\\PaymentRepository''getPaymentRepository2Service'true],
  2059.             'Bluue\\SalesBundle\\Repository\\PaymentTermRepository' => ['privates''Bluue\\SalesBundle\\Repository\\PaymentTermRepository''getPaymentTermRepositoryService'true],
  2060.             'Bluue\\SalesBundle\\Repository\\QuotationLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\QuotationLineRepository''getQuotationLineRepositoryService'true],
  2061.             'Bluue\\SalesBundle\\Repository\\QuotationRepository' => ['privates''Bluue\\SalesBundle\\Repository\\QuotationRepository''getQuotationRepositoryService'true],
  2062.             'Bluue\\SalesBundle\\Repository\\RelaunchLevelRepository' => ['privates''Bluue\\SalesBundle\\Repository\\RelaunchLevelRepository''getRelaunchLevelRepositoryService'true],
  2063.             'Bluue\\ShipmentsBundle\\Repository\\BurstRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\BurstRepository''getBurstRepositoryService'true],
  2064.             'Bluue\\ShipmentsBundle\\Repository\\CarrierContextRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\CarrierContextRepository''getCarrierContextRepositoryService'true],
  2065.             'Bluue\\ShipmentsBundle\\Repository\\CarrierRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\CarrierRepository''getCarrierRepositoryService'true],
  2066.             'Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository''getOrderOptionsRepositoryService'false],
  2067.             'Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository''getOrderPreparationHistoryRepositoryService'false],
  2068.             'Bluue\\ShipmentsBundle\\Repository\\OrderStateForBurstRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\OrderStateForBurstRepository''getOrderStateForBurstRepositoryService'true],
  2069.             'Bluue\\ShipmentsBundle\\Repository\\OrderStateForMajStatutRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\OrderStateForMajStatutRepository''getOrderStateForMajStatutRepositoryService'true],
  2070.             'Bluue\\ShipmentsBundle\\Repository\\PickingHistoryRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\PickingHistoryRepository''getPickingHistoryRepositoryService'true],
  2071.             'Bluue\\ShipmentsBundle\\Repository\\ShoppingCartLocationRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\ShoppingCartLocationRepository''getShoppingCartLocationRepositoryService'true],
  2072.             'Bluue\\ShipmentsBundle\\Repository\\ShoppingCartRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\ShoppingCartRepository''getShoppingCartRepositoryService'true],
  2073.             'Bluue\\SitesBundle\\Repository\\NoteTypeRepository' => ['privates''Bluue\\SitesBundle\\Repository\\NoteTypeRepository''getNoteTypeRepositoryService'true],
  2074.             'Bluue\\SitesBundle\\Repository\\NoteTypeTranslationRepository' => ['privates''Bluue\\SitesBundle\\Repository\\NoteTypeTranslationRepository''getNoteTypeTranslationRepositoryService'true],
  2075.             'Bluue\\SitesBundle\\Repository\\PlatformRepository' => ['privates''Bluue\\SitesBundle\\Repository\\PlatformRepository''getPlatformRepositoryService'true],
  2076.             'Bluue\\SitesBundle\\Repository\\SiteNoteRepository' => ['privates''Bluue\\SitesBundle\\Repository\\SiteNoteRepository''getSiteNoteRepositoryService'true],
  2077.             'Bluue\\SitesBundle\\Repository\\SiteRepository' => ['privates''Bluue\\SitesBundle\\Repository\\SiteRepository''getSiteRepositoryService'true],
  2078.             'Bluue\\StocksBundle\\Repository\\DateTypeRepository' => ['privates''Bluue\\StocksBundle\\Repository\\DateTypeRepository''getDateTypeRepositoryService'true],
  2079.             'Bluue\\StocksBundle\\Repository\\LocationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\LocationRepository''getLocationRepositoryService'false],
  2080.             'Bluue\\StocksBundle\\Repository\\MassStockEntryLineRepository' => ['privates''Bluue\\StocksBundle\\Repository\\MassStockEntryLineRepository''getMassStockEntryLineRepositoryService'true],
  2081.             'Bluue\\StocksBundle\\Repository\\MassStockEntryRepository' => ['privates''Bluue\\StocksBundle\\Repository\\MassStockEntryRepository''getMassStockEntryRepositoryService'true],
  2082.             'Bluue\\StocksBundle\\Repository\\MassStockRemovalLineRepository' => ['privates''Bluue\\StocksBundle\\Repository\\MassStockRemovalLineRepository''getMassStockRemovalLineRepositoryService'true],
  2083.             'Bluue\\StocksBundle\\Repository\\MassStockRemovalRepository' => ['privates''Bluue\\StocksBundle\\Repository\\MassStockRemovalRepository''getMassStockRemovalRepositoryService'true],
  2084.             'Bluue\\StocksBundle\\Repository\\ProductConfigurationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\ProductConfigurationRepository''getProductConfigurationRepositoryService'false],
  2085.             'Bluue\\StocksBundle\\Repository\\StockLocationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockLocationRepository''getStockLocationRepositoryService'false],
  2086.             'Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository''getStockMovementReasonRepositoryService'false],
  2087.             'Bluue\\StocksBundle\\Repository\\StockMovementRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockMovementRepository''getStockMovementRepositoryService'false],
  2088.             'Bluue\\StocksBundle\\Repository\\StockOrderLineLocationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockOrderLineLocationRepository''getStockOrderLineLocationRepositoryService'false],
  2089.             'Bluue\\StocksBundle\\Repository\\StockOrderLineRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockOrderLineRepository''getStockOrderLineRepositoryService'false],
  2090.             'Bluue\\StocksBundle\\Repository\\StockProductRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockProductRepository''getStockProductRepositoryService'false],
  2091.             'Bluue\\StocksBundle\\Repository\\StockProductRootContextRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockProductRootContextRepository''getStockProductRootContextRepositoryService'false],
  2092.             'Bluue\\StocksBundle\\Repository\\StockProductRootRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockProductRootRepository''getStockProductRootRepositoryService'false],
  2093.             'Bluue\\StocksBundle\\Repository\\StockQuantityRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockQuantityRepository''getStockQuantityRepositoryService'false],
  2094.             'Bluue\\StocksBundle\\Repository\\SubLocationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\SubLocationRepository''getSubLocationRepositoryService'true],
  2095.             'Bluue\\StocksBundle\\Repository\\WarehouseRepository' => ['privates''Bluue\\StocksBundle\\Repository\\WarehouseRepository''getWarehouseRepositoryService'false],
  2096.             'Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository''getProductSupplierContextRepositoryService'false],
  2097.             'Bluue\\SuppliersBundle\\Repository\\ProductSupplierRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\ProductSupplierRepository''getProductSupplierRepositoryService'true],
  2098.             'Bluue\\SuppliersBundle\\Repository\\QuantityThresholdRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\QuantityThresholdRepository''getQuantityThresholdRepositoryService'true],
  2099.             'Bluue\\SuppliersBundle\\Repository\\SupplierAddressRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierAddressRepository''getSupplierAddressRepositoryService'true],
  2100.             'Bluue\\SuppliersBundle\\Repository\\SupplierContactRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierContactRepository''getSupplierContactRepositoryService'true],
  2101.             'Bluue\\SuppliersBundle\\Repository\\SupplierContextRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierContextRepository''getSupplierContextRepositoryService'true],
  2102.             'Bluue\\SuppliersBundle\\Repository\\SupplierRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierRepository''getSupplierRepositoryService'false],
  2103.             'Bluue\\SuppliersBundle\\Repository\\SupplierTypeRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierTypeRepository''getSupplierTypeRepositoryService'true],
  2104.             'Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderErrorRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderErrorRepository''getImportOrderErrorRepositoryService'true],
  2105.             'Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderRepository''getImportOrderRepositoryService'true],
  2106.             'Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteLineRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteLineRepository''getReceiptNoteLineRepositoryService'true],
  2107.             'Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteRepository''getReceiptNoteRepositoryService'true],
  2108.             'Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderLineRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderLineRepository''getSupplierOrderLineRepositoryService'true],
  2109.             'Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderRepository''getSupplierOrderRepositoryService'true],
  2110.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\PredefinedMessageRepository''getPredefinedMessageRepositoryService'true],
  2111.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeRepository''getPredefinedMessageStatusChangeRepositoryService'true],
  2112.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeTranslationRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeTranslationRepository''getPredefinedMessageStatusChangeTranslationRepositoryService'true],
  2113.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageTranslationRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\PredefinedMessageTranslationRepository''getPredefinedMessageTranslationRepositoryService'true],
  2114.             'Bluue\\TicketsBundle\\Repository\\RelaunchRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\RelaunchRepository''getRelaunchRepositoryService'true],
  2115.             'Bluue\\TicketsBundle\\Repository\\TagRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TagRepository''getTagRepository2Service'true],
  2116.             'Bluue\\TicketsBundle\\Repository\\TagTranslationRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TagTranslationRepository''getTagTranslationRepository2Service'true],
  2117.             'Bluue\\TicketsBundle\\Repository\\TicketMessageAttachmentRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketMessageAttachmentRepository''getTicketMessageAttachmentRepositoryService'true],
  2118.             'Bluue\\TicketsBundle\\Repository\\TicketMessageRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketMessageRepository''getTicketMessageRepositoryService'true],
  2119.             'Bluue\\TicketsBundle\\Repository\\TicketRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketRepository''getTicketRepositoryService'true],
  2120.             'Bluue\\TicketsBundle\\Repository\\TicketStateRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketStateRepository''getTicketStateRepositoryService'true],
  2121.             'Bluue\\TicketsBundle\\Repository\\TicketTagRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketTagRepository''getTicketTagRepositoryService'true],
  2122.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillLineRepository' => ['privates''Bluue\\UtilityBillsBundle\\Repository\\UtilityBillLineRepository''getUtilityBillLineRepositoryService'true],
  2123.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillOrderRepository' => ['privates''Bluue\\UtilityBillsBundle\\Repository\\UtilityBillOrderRepository''getUtilityBillOrderRepositoryService'true],
  2124.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillRepository' => ['privates''Bluue\\UtilityBillsBundle\\Repository\\UtilityBillRepository''getUtilityBillRepositoryService'true],
  2125.         ], [
  2126.             'App\\Repository\\ActivityRepository' => '?',
  2127.             'App\\Repository\\BundleRepository' => '?',
  2128.             'App\\Repository\\CityWithPostcodeRepository' => '?',
  2129.             'App\\Repository\\ConfigurationRepository' => '?',
  2130.             'App\\Repository\\ContextRepository' => '?',
  2131.             'App\\Repository\\CountryRepository' => '?',
  2132.             'App\\Repository\\CountryStateRepository' => '?',
  2133.             'App\\Repository\\CountryTranslationRepository' => '?',
  2134.             'App\\Repository\\CountryZoneRepository' => '?',
  2135.             'App\\Repository\\CountryZoneTranslationRepository' => '?',
  2136.             'App\\Repository\\CurrencyRepository' => '?',
  2137.             'App\\Repository\\EstablishmentRepository' => '?',
  2138.             'App\\Repository\\FileManagerRepository' => '?',
  2139.             'App\\Repository\\LanguageRepository' => '?',
  2140.             'App\\Repository\\MailMessageRepository' => '?',
  2141.             'App\\Repository\\MailServerRepository' => '?',
  2142.             'App\\Repository\\MenuRepository' => '?',
  2143.             'App\\Repository\\NotificationRepository' => '?',
  2144.             'App\\Repository\\ProfileRepository' => '?',
  2145.             'App\\Repository\\SavePdfRepository' => '?',
  2146.             'App\\Repository\\TaxRepository' => '?',
  2147.             'App\\Repository\\TaxRuleCountryRepository' => '?',
  2148.             'App\\Repository\\TaxRuleRepository' => '?',
  2149.             'App\\Repository\\TaxRuleTranslationRepository' => '?',
  2150.             'App\\Repository\\TaxTranslationRepository' => '?',
  2151.             'App\\Repository\\TeamRepository' => '?',
  2152.             'App\\Repository\\TeamTranslationRepository' => '?',
  2153.             'App\\Repository\\TeamUserRepository' => '?',
  2154.             'App\\Repository\\UnitMeasureRepository' => '?',
  2155.             'App\\Repository\\UserContextRepository' => '?',
  2156.             'App\\Repository\\UserLoginLogRepository' => '?',
  2157.             'App\\Repository\\UserRepository' => '?',
  2158.             'App\\Repository\\UsersEstablishmentsRepository' => '?',
  2159.             'App\\Repository\\WebserviceKeyRepository' => '?',
  2160.             'App\\Repository\\WebservicePermissionRepository' => '?',
  2161.             'Bluue\\AccountingBundle\\Repository\\AccountRepository' => '?',
  2162.             'Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository' => '?',
  2163.             'Bluue\\AccountingBundle\\Repository\\ProductAccountRepository' => '?',
  2164.             'Bluue\\ApiCmsBundle\\Repository\\MappingRepository' => '?',
  2165.             'Bluue\\CashRegisterBundle\\Repository\\CashRegisterMovementRepository' => '?',
  2166.             'Bluue\\CashRegisterBundle\\Repository\\CashRegisterRepository' => '?',
  2167.             'Bluue\\CashRegisterBundle\\Repository\\CashierRepository' => '?',
  2168.             'Bluue\\CashRegisterBundle\\Repository\\CashierShopRepository' => '?',
  2169.             'Bluue\\CashRegisterBundle\\Repository\\CustomerFidelityRepository' => '?',
  2170.             'Bluue\\CashRegisterBundle\\Repository\\FavoriteProductRepository' => '?',
  2171.             'Bluue\\CashRegisterBundle\\Repository\\ManagerCardRepository' => '?',
  2172.             'Bluue\\CashRegisterBundle\\Repository\\PaymentMethodRepository' => '?',
  2173.             'Bluue\\CashRegisterBundle\\Repository\\PaymentMethodTranslationRepository' => '?',
  2174.             'Bluue\\CashRegisterBundle\\Repository\\PaymentRepository' => '?',
  2175.             'Bluue\\CashRegisterBundle\\Repository\\ReceiptLineRepository' => '?',
  2176.             'Bluue\\CashRegisterBundle\\Repository\\ReceiptRepository' => '?',
  2177.             'Bluue\\CashRegisterBundle\\Repository\\SessionRepository' => '?',
  2178.             'Bluue\\CashRegisterBundle\\Repository\\ShopRepository' => '?',
  2179.             'Bluue\\CategoriesBundle\\Repository\\CategoryContextRepository' => '?',
  2180.             'Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository' => '?',
  2181.             'Bluue\\CategoriesBundle\\Repository\\CategoryRepository' => '?',
  2182.             'Bluue\\CategoriesBundle\\Repository\\CategoryTranslationRepository' => '?',
  2183.             'Bluue\\CrmBundle\\Repository\\OpportunityActivityRepository' => '?',
  2184.             'Bluue\\CrmBundle\\Repository\\OpportunityDocumentRepository' => '?',
  2185.             'Bluue\\CrmBundle\\Repository\\OpportunityPriorityRepository' => '?',
  2186.             'Bluue\\CrmBundle\\Repository\\OpportunityProductRepository' => '?',
  2187.             'Bluue\\CrmBundle\\Repository\\OpportunityRepository' => '?',
  2188.             'Bluue\\CrmBundle\\Repository\\OpportunityStateRepository' => '?',
  2189.             'Bluue\\CrmBundle\\Repository\\RecommendationTypeRepository' => '?',
  2190.             'Bluue\\CustomerOutstandingBundle\\Repository\\CustomerOutstandingRepository' => '?',
  2191.             'Bluue\\CustomersBundle\\Repository\\CustomerGroupRepository' => '?',
  2192.             'Bluue\\CustomersBundle\\Repository\\CustomerGroupTranslationRepository' => '?',
  2193.             'Bluue\\CustomersBundle\\Repository\\CustomerRepository' => '?',
  2194.             'Bluue\\CustomersBundle\\Repository\\CustomerTypeRepository' => '?',
  2195.             'Bluue\\CustomersBundle\\Repository\\CustomerTypeTranslationRepository' => '?',
  2196.             'Bluue\\Cx3Bundle\\Repository\\CallRepository' => '?',
  2197.             'Bluue\\GocardlessBundle\\Repository\\CustomerMappingRepository' => '?',
  2198.             'Bluue\\GocardlessBundle\\Repository\\DirectDebitRepository' => '?',
  2199.             'Bluue\\GocardlessBundle\\Repository\\PayoutDetailRepository' => '?',
  2200.             'Bluue\\GocardlessBundle\\Repository\\PayoutRepository' => '?',
  2201.             'Bluue\\ImportProductsBundle\\Repository\\ImportErrorRepository' => '?',
  2202.             'Bluue\\ImportProductsBundle\\Repository\\ImportRepository' => '?',
  2203.             'Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductQuantityRepository' => '?',
  2204.             'Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductRepository' => '?',
  2205.             'Bluue\\InventoriesBundle\\Repository\\InventoryProductQuantityRepository' => '?',
  2206.             'Bluue\\InventoriesBundle\\Repository\\InventoryProductRepository' => '?',
  2207.             'Bluue\\InventoriesBundle\\Repository\\InventoryRepository' => '?',
  2208.             'Bluue\\LabelsBundle\\Repository\\LabelContextRepository' => '?',
  2209.             'Bluue\\LabelsBundle\\Repository\\LabelRepository' => '?',
  2210.             'Bluue\\LabelsBundle\\Repository\\PrintWaitingListRepository' => '?',
  2211.             'Bluue\\LabelsBundle\\Repository\\TemplateRepository' => '?',
  2212.             'Bluue\\ManufacturingBundle\\Repository\\ProductOptionsRepository' => '?',
  2213.             'Bluue\\OvhSmsBundle\\Repository\\MailingListCustomerRepository' => '?',
  2214.             'Bluue\\OvhSmsBundle\\Repository\\MailingListRepository' => '?',
  2215.             'Bluue\\OvhSmsBundle\\Repository\\SmsRepository' => '?',
  2216.             'Bluue\\PlanningBundle\\Repository\\SlotRepository' => '?',
  2217.             'Bluue\\PlanningBundle\\Repository\\SlotTypeRepository' => '?',
  2218.             'Bluue\\PlanningBundle\\Repository\\SlotUserRepository' => '?',
  2219.             'Bluue\\PrestashopConnectorBundle\\Repository\\CustomerImportRuleRepository' => '?',
  2220.             'Bluue\\ProductReturnsBundle\\Repository\\CarrierOptionRepository' => '?',
  2221.             'Bluue\\ProductReturnsBundle\\Repository\\ConvertedDocumentRepository' => '?',
  2222.             'Bluue\\ProductReturnsBundle\\Repository\\ProductReturnLineRepository' => '?',
  2223.             'Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository' => '?',
  2224.             'Bluue\\ProductReturnsBundle\\Repository\\ReturnReasonRepository' => '?',
  2225.             'Bluue\\ProductReturnsBundle\\Repository\\ReturnStateRepository' => '?',
  2226.             'Bluue\\ProductsBundle\\Repository\\AttachmentRepository' => '?',
  2227.             'Bluue\\ProductsBundle\\Repository\\AttachmentTranslationRepository' => '?',
  2228.             'Bluue\\ProductsBundle\\Repository\\AttributeContextRepository' => '?',
  2229.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupContextRepository' => '?',
  2230.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupRepository' => '?',
  2231.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupTranslationRepository' => '?',
  2232.             'Bluue\\ProductsBundle\\Repository\\AttributeRepository' => '?',
  2233.             'Bluue\\ProductsBundle\\Repository\\AttributeTranslationRepository' => '?',
  2234.             'Bluue\\ProductsBundle\\Repository\\BrandContextRepository' => '?',
  2235.             'Bluue\\ProductsBundle\\Repository\\BrandRepository' => '?',
  2236.             'Bluue\\ProductsBundle\\Repository\\BrandTranslationRepository' => '?',
  2237.             'Bluue\\ProductsBundle\\Repository\\DeclinationAttributeRepository' => '?',
  2238.             'Bluue\\ProductsBundle\\Repository\\DeclinationContextRepository' => '?',
  2239.             'Bluue\\ProductsBundle\\Repository\\DeclinationImageRepository' => '?',
  2240.             'Bluue\\ProductsBundle\\Repository\\DeclinationRepository' => '?',
  2241.             'Bluue\\ProductsBundle\\Repository\\Ean13Repository' => '?',
  2242.             'Bluue\\ProductsBundle\\Repository\\EcoPartGroupRepository' => '?',
  2243.             'Bluue\\ProductsBundle\\Repository\\EcoPartRepository' => '?',
  2244.             'Bluue\\ProductsBundle\\Repository\\EcoPartTranslationRepository' => '?',
  2245.             'Bluue\\ProductsBundle\\Repository\\FeatureContextRepository' => '?',
  2246.             'Bluue\\ProductsBundle\\Repository\\FeatureRepository' => '?',
  2247.             'Bluue\\ProductsBundle\\Repository\\FeatureTranslationRepository' => '?',
  2248.             'Bluue\\ProductsBundle\\Repository\\FeatureValueContextRepository' => '?',
  2249.             'Bluue\\ProductsBundle\\Repository\\FeatureValueRepository' => '?',
  2250.             'Bluue\\ProductsBundle\\Repository\\FeatureValueTranslationRepository' => '?',
  2251.             'Bluue\\ProductsBundle\\Repository\\PackProductRepository' => '?',
  2252.             'Bluue\\ProductsBundle\\Repository\\PriceRuleRepository' => '?',
  2253.             'Bluue\\ProductsBundle\\Repository\\ProductAttachmentRepository' => '?',
  2254.             'Bluue\\ProductsBundle\\Repository\\ProductContextRepository' => '?',
  2255.             'Bluue\\ProductsBundle\\Repository\\ProductFeatureRepository' => '?',
  2256.             'Bluue\\ProductsBundle\\Repository\\ProductImageRepository' => '?',
  2257.             'Bluue\\ProductsBundle\\Repository\\ProductImageTranslationRepository' => '?',
  2258.             'Bluue\\ProductsBundle\\Repository\\ProductRepository' => '?',
  2259.             'Bluue\\ProductsBundle\\Repository\\ProductTagRepository' => '?',
  2260.             'Bluue\\ProductsBundle\\Repository\\ProductTranslationRepository' => '?',
  2261.             'Bluue\\ProductsBundle\\Repository\\ProductTypeRepository' => '?',
  2262.             'Bluue\\ProductsBundle\\Repository\\RelatedProductRepository' => '?',
  2263.             'Bluue\\ProductsBundle\\Repository\\SearchAssociationRepository' => '?',
  2264.             'Bluue\\ProductsBundle\\Repository\\SearchWordRepository' => '?',
  2265.             'Bluue\\ProductsBundle\\Repository\\SubstituteProductRepository' => '?',
  2266.             'Bluue\\ProductsBundle\\Repository\\TagRepository' => '?',
  2267.             'Bluue\\ProductsBundle\\Repository\\TagTranslationRepository' => '?',
  2268.             'Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository' => '?',
  2269.             'Bluue\\ProjectsBundle\\Repository\\ProjectRepository' => '?',
  2270.             'Bluue\\ProjectsBundle\\Repository\\ProjectStateRepository' => '?',
  2271.             'Bluue\\ProjectsBundle\\Repository\\ProjectStepRepository' => '?',
  2272.             'Bluue\\ProjectsBundle\\Repository\\ProjectTypeRepository' => '?',
  2273.             'Bluue\\ProjectsBundle\\Repository\\TaskModelRepository' => '?',
  2274.             'Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository' => '?',
  2275.             'Bluue\\ProjectsBundle\\Repository\\TaskPriorityRepository' => '?',
  2276.             'Bluue\\ProjectsBundle\\Repository\\TaskRepository' => '?',
  2277.             'Bluue\\ProjectsBundle\\Repository\\TaskStateRepository' => '?',
  2278.             'Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository' => '?',
  2279.             'Bluue\\ProjectsBundle\\Repository\\TodoRepository' => '?',
  2280.             'Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceLineRepository' => '?',
  2281.             'Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceRepository' => '?',
  2282.             'Bluue\\SalesBundle\\Repository\\AdditionalPdfRepository' => '?',
  2283.             'Bluue\\SalesBundle\\Repository\\BankRepository' => '?',
  2284.             'Bluue\\SalesBundle\\Repository\\CreditNoteLineRepository' => '?',
  2285.             'Bluue\\SalesBundle\\Repository\\CreditNoteRepository' => '?',
  2286.             'Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository' => '?',
  2287.             'Bluue\\SalesBundle\\Repository\\DeliveryNoteLineRepository' => '?',
  2288.             'Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository' => '?',
  2289.             'Bluue\\SalesBundle\\Repository\\DocumentPaymentRepository' => '?',
  2290.             'Bluue\\SalesBundle\\Repository\\InvoiceLineRepository' => '?',
  2291.             'Bluue\\SalesBundle\\Repository\\InvoiceRepository' => '?',
  2292.             'Bluue\\SalesBundle\\Repository\\LineTypeRepository' => '?',
  2293.             'Bluue\\SalesBundle\\Repository\\OrderHistoryRepository' => '?',
  2294.             'Bluue\\SalesBundle\\Repository\\OrderLineRepository' => '?',
  2295.             'Bluue\\SalesBundle\\Repository\\OrderRepository' => '?',
  2296.             'Bluue\\SalesBundle\\Repository\\OrderStateRepository' => '?',
  2297.             'Bluue\\SalesBundle\\Repository\\PaymentExpectationRepository' => '?',
  2298.             'Bluue\\SalesBundle\\Repository\\PaymentMethodRepository' => '?',
  2299.             'Bluue\\SalesBundle\\Repository\\PaymentRepository' => '?',
  2300.             'Bluue\\SalesBundle\\Repository\\PaymentTermRepository' => '?',
  2301.             'Bluue\\SalesBundle\\Repository\\QuotationLineRepository' => '?',
  2302.             'Bluue\\SalesBundle\\Repository\\QuotationRepository' => '?',
  2303.             'Bluue\\SalesBundle\\Repository\\RelaunchLevelRepository' => '?',
  2304.             'Bluue\\ShipmentsBundle\\Repository\\BurstRepository' => '?',
  2305.             'Bluue\\ShipmentsBundle\\Repository\\CarrierContextRepository' => '?',
  2306.             'Bluue\\ShipmentsBundle\\Repository\\CarrierRepository' => '?',
  2307.             'Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository' => '?',
  2308.             'Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository' => '?',
  2309.             'Bluue\\ShipmentsBundle\\Repository\\OrderStateForBurstRepository' => '?',
  2310.             'Bluue\\ShipmentsBundle\\Repository\\OrderStateForMajStatutRepository' => '?',
  2311.             'Bluue\\ShipmentsBundle\\Repository\\PickingHistoryRepository' => '?',
  2312.             'Bluue\\ShipmentsBundle\\Repository\\ShoppingCartLocationRepository' => '?',
  2313.             'Bluue\\ShipmentsBundle\\Repository\\ShoppingCartRepository' => '?',
  2314.             'Bluue\\SitesBundle\\Repository\\NoteTypeRepository' => '?',
  2315.             'Bluue\\SitesBundle\\Repository\\NoteTypeTranslationRepository' => '?',
  2316.             'Bluue\\SitesBundle\\Repository\\PlatformRepository' => '?',
  2317.             'Bluue\\SitesBundle\\Repository\\SiteNoteRepository' => '?',
  2318.             'Bluue\\SitesBundle\\Repository\\SiteRepository' => '?',
  2319.             'Bluue\\StocksBundle\\Repository\\DateTypeRepository' => '?',
  2320.             'Bluue\\StocksBundle\\Repository\\LocationRepository' => '?',
  2321.             'Bluue\\StocksBundle\\Repository\\MassStockEntryLineRepository' => '?',
  2322.             'Bluue\\StocksBundle\\Repository\\MassStockEntryRepository' => '?',
  2323.             'Bluue\\StocksBundle\\Repository\\MassStockRemovalLineRepository' => '?',
  2324.             'Bluue\\StocksBundle\\Repository\\MassStockRemovalRepository' => '?',
  2325.             'Bluue\\StocksBundle\\Repository\\ProductConfigurationRepository' => '?',
  2326.             'Bluue\\StocksBundle\\Repository\\StockLocationRepository' => '?',
  2327.             'Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository' => '?',
  2328.             'Bluue\\StocksBundle\\Repository\\StockMovementRepository' => '?',
  2329.             'Bluue\\StocksBundle\\Repository\\StockOrderLineLocationRepository' => '?',
  2330.             'Bluue\\StocksBundle\\Repository\\StockOrderLineRepository' => '?',
  2331.             'Bluue\\StocksBundle\\Repository\\StockProductRepository' => '?',
  2332.             'Bluue\\StocksBundle\\Repository\\StockProductRootContextRepository' => '?',
  2333.             'Bluue\\StocksBundle\\Repository\\StockProductRootRepository' => '?',
  2334.             'Bluue\\StocksBundle\\Repository\\StockQuantityRepository' => '?',
  2335.             'Bluue\\StocksBundle\\Repository\\SubLocationRepository' => '?',
  2336.             'Bluue\\StocksBundle\\Repository\\WarehouseRepository' => '?',
  2337.             'Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository' => '?',
  2338.             'Bluue\\SuppliersBundle\\Repository\\ProductSupplierRepository' => '?',
  2339.             'Bluue\\SuppliersBundle\\Repository\\QuantityThresholdRepository' => '?',
  2340.             'Bluue\\SuppliersBundle\\Repository\\SupplierAddressRepository' => '?',
  2341.             'Bluue\\SuppliersBundle\\Repository\\SupplierContactRepository' => '?',
  2342.             'Bluue\\SuppliersBundle\\Repository\\SupplierContextRepository' => '?',
  2343.             'Bluue\\SuppliersBundle\\Repository\\SupplierRepository' => '?',
  2344.             'Bluue\\SuppliersBundle\\Repository\\SupplierTypeRepository' => '?',
  2345.             'Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderErrorRepository' => '?',
  2346.             'Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderRepository' => '?',
  2347.             'Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteLineRepository' => '?',
  2348.             'Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteRepository' => '?',
  2349.             'Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderLineRepository' => '?',
  2350.             'Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderRepository' => '?',
  2351.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageRepository' => '?',
  2352.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeRepository' => '?',
  2353.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeTranslationRepository' => '?',
  2354.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageTranslationRepository' => '?',
  2355.             'Bluue\\TicketsBundle\\Repository\\RelaunchRepository' => '?',
  2356.             'Bluue\\TicketsBundle\\Repository\\TagRepository' => '?',
  2357.             'Bluue\\TicketsBundle\\Repository\\TagTranslationRepository' => '?',
  2358.             'Bluue\\TicketsBundle\\Repository\\TicketMessageAttachmentRepository' => '?',
  2359.             'Bluue\\TicketsBundle\\Repository\\TicketMessageRepository' => '?',
  2360.             'Bluue\\TicketsBundle\\Repository\\TicketRepository' => '?',
  2361.             'Bluue\\TicketsBundle\\Repository\\TicketStateRepository' => '?',
  2362.             'Bluue\\TicketsBundle\\Repository\\TicketTagRepository' => '?',
  2363.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillLineRepository' => '?',
  2364.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillOrderRepository' => '?',
  2365.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillRepository' => '?',
  2366.         ])));
  2367.         $a->addCustomStringFunction('CONCAT_WS''DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  2368.         $a->addCustomStringFunction('FLOOR''DoctrineExtensions\\Query\\Mysql\\Floor');
  2369.         $a->addCustomStringFunction('ROUND''DoctrineExtensions\\Query\\Mysql\\Round');
  2370.         $a->addCustomStringFunction('LPAD''DoctrineExtensions\\Query\\Mysql\\Lpad');
  2371.         $a->addCustomStringFunction('CAST''DoctrineExtensions\\Query\\Mysql\\Cast');
  2372.         $a->addCustomStringFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  2373.         $a->addCustomStringFunction('ADDTIME''DoctrineExtensions\\Query\\Mysql\\AddTime');
  2374.         $a->addCustomStringFunction('TIME''DoctrineExtensions\\Query\\Mysql\\Time');
  2375.         $a->addCustomStringFunction('TIMEDIFF''DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  2376.         $a->addCustomStringFunction('ifnull''DoctrineExtensions\\Query\\Mysql\\IfNull');
  2377.         $a->addCustomStringFunction('IFELSE''DoctrineExtensions\\Query\\Mysql\\IfElse');
  2378.         $a->addCustomStringFunction('replace''DoctrineExtensions\\Query\\Mysql\\Replace');
  2379.         $a->addCustomStringFunction('unhex''DoctrineExtensions\\Query\\Mysql\\Unhex');
  2380.         $a->addCustomStringFunction('HEX''DoctrineExtensions\\Query\\Mysql\\Hex');
  2381.         $a->addCustomStringFunction('MATCH''DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  2382.         $a->addCustomStringFunction('GROUP_CONCAT''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  2383.         $a->addCustomStringFunction('DATEADD''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  2384.         $a->addCustomStringFunction('DATESUB''DoctrineExtensions\\Query\\Mysql\\DateSub');
  2385.         $a->addCustomStringFunction('DAY''DoctrineExtensions\\Query\\Mysql\\Day');
  2386.         $a->addCustomStringFunction('MONTH''DoctrineExtensions\\Query\\Mysql\\Month');
  2387.         $a->addCustomStringFunction('JSON_EXTRACT''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
  2388.         $a->addCustomStringFunction('JSON_TYPE''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonType');
  2389.         $a->addCustomStringFunction('JSON_UNQUOTE''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonUnquote');
  2390.         $a->addCustomStringFunction('JSON_SEARCH''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSearch');
  2391.         $a->addCustomStringFunction('JSON_INSERT''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonInsert');
  2392.         $a->addCustomStringFunction('JSON_CONTAINS''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonContains');
  2393.         $a->addCustomStringFunction('JSON_MERGE''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonMerge');
  2394.         $a->addCustomStringFunction('JSON_MERGE_PATCH''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonMergePatch');
  2395.         $a->addCustomStringFunction('JSON_SET''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSet');
  2396.         $a->addCustomStringFunction('FIRST''App\\Query\\First');
  2397.         $a->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  2398.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  2399.         $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()));
  2400.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  2401.         return $instance;
  2402.     }
  2403.     /**
  2404.      * Gets the public 'event_dispatcher' shared service.
  2405.      *
  2406.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2407.      */
  2408.     protected function getEventDispatcherService()
  2409.     {
  2410.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2411.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2412.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2413.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2414.         $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())));
  2415.         $instance->addListener('kernel.controller', [=> function () {
  2416.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2417.         }, => 'onKernelController'], 0);
  2418.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2419.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2420.         }, => 'checkPassport'], 1024);
  2421.         $instance->addListener('kernel.response', [=> function () {
  2422.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  2423.         }, => 'onKernelResponse'], 0);
  2424.         $instance->addListener('kernel.exception', [=> function () {
  2425.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  2426.         }, => 'onKernelException'], 0);
  2427.         $instance->addListener('kernel.request', [=> function () {
  2428.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2429.         }, => 'onKernelRequest'], 0);
  2430.         $instance->addListener('kernel.request', [=> function () {
  2431.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2432.         }, => 'onKernelRequest'], 28);
  2433.         $instance->addListener('kernel.request', [=> function () {
  2434.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2435.         }, => 'onKernelRequest'], 2);
  2436.         $instance->addListener('kernel.view', [=> function () {
  2437.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  2438.         }, => 'onKernelView'], 16);
  2439.         $instance->addListener('kernel.view', [=> function () {
  2440.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  2441.         }, => 'onKernelView'], 8);
  2442.         $instance->addListener('kernel.exception', [=> function () {
  2443.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  2444.         }, => 'onKernelException'], 0);
  2445.         $instance->addListener('kernel.exception', [=> function () {
  2446.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  2447.         }, => 'onKernelException'], -96);
  2448.         $instance->addListener('kernel.view', [=> function () {
  2449.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  2450.         }, => 'onKernelView'], 32);
  2451.         $instance->addListener('kernel.request', [=> function () {
  2452.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  2453.         }, => 'onKernelRequest'], 4);
  2454.         $instance->addListener('kernel.request', [=> function () {
  2455.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  2456.         }, => 'onKernelRequest'], 0);
  2457.         $instance->addListener('kernel.response', [=> function () {
  2458.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  2459.         }, => 'onKernelResponse'], 0);
  2460.         $instance->addListener('kernel.response', [=> function () {
  2461.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2462.         }, => 'onKernelResponse'], -1);
  2463.         $instance->addListener('kernel.view', [=> function () {
  2464.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  2465.         }, => 'onKernelView'], 64);
  2466.         $instance->addListener('kernel.request', [=> function () {
  2467.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2468.         }, => 'onKernelRequest'], 16);
  2469.         $instance->addListener('kernel.request', [=> function () {
  2470.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2471.         }, => 'onSecurity'], 3);
  2472.         $instance->addListener('kernel.request', [=> function () {
  2473.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2474.         }, => 'onSecurityPostDenormalize'], 1);
  2475.         $instance->addListener('kernel.view', [=> function () {
  2476.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2477.         }, => 'onSecurityPostValidation'], 63);
  2478.         $instance->addListener('kernel.request', [=> function () {
  2479.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('fr')));
  2480.         }, => 'onKernelRequest'], 20);
  2481.         $instance->addListener('security.interactive_login', [=> function () {
  2482.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  2483.         }, => 'onInteractiveLogin'], 0);
  2484.         $instance->addListener('kernel.response', [=> function () {
  2485.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2486.         }, => 'onKernelResponse'], 0);
  2487.         $instance->addListener('kernel.response', [=> function () {
  2488.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2489.         }, => 'onKernelResponse'], -1024);
  2490.         $instance->addListener('kernel.request', [=> function () {
  2491.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2492.         }, => 'setDefaultLocale'], 100);
  2493.         $instance->addListener('kernel.request', [=> function () {
  2494.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2495.         }, => 'onKernelRequest'], 16);
  2496.         $instance->addListener('kernel.finish_request', [=> function () {
  2497.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2498.         }, => 'onKernelFinishRequest'], 0);
  2499.         $instance->addListener('kernel.request', [=> function () {
  2500.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2501.         }, => 'onKernelRequest'], 256);
  2502.         $instance->addListener('kernel.response', [=> function () {
  2503.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2504.         }, => 'onResponse'], -255);
  2505.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2506.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2507.         }, => 'onControllerArguments'], 0);
  2508.         $instance->addListener('kernel.exception', [=> function () {
  2509.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2510.         }, => 'logKernelException'], 0);
  2511.         $instance->addListener('kernel.exception', [=> function () {
  2512.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2513.         }, => 'onKernelException'], -128);
  2514.         $instance->addListener('kernel.response', [=> function () {
  2515.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2516.         }, => 'removeCspHeader'], -128);
  2517.         $instance->addListener('kernel.request', [=> function () {
  2518.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2519.         }, => 'onKernelRequest'], 15);
  2520.         $instance->addListener('kernel.finish_request', [=> function () {
  2521.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2522.         }, => 'onKernelFinishRequest'], -15);
  2523.         $instance->addListener('console.error', [=> function () {
  2524.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2525.         }, => 'onConsoleError'], -128);
  2526.         $instance->addListener('console.terminate', [=> function () {
  2527.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2528.         }, => 'onConsoleTerminate'], -128);
  2529.         $instance->addListener('console.error', [=> function () {
  2530.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2531.         }, => 'onConsoleError'], 0);
  2532.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2533.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener($this->getEnv('MAILER_FROM'), [])));
  2534.         }, => 'onMessage'], -255);
  2535.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2536.             return ($this->privates['mailer.message_listener'] ?? $this->load('getMailer_MessageListenerService'));
  2537.         }, => 'onMessage'], 0);
  2538.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2539.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2540.         }, => 'onMessage'], -255);
  2541.         $instance->addListener('kernel.request', [=> function () {
  2542.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2543.         }, => 'configure'], 2048);
  2544.         $instance->addListener('console.command', [=> function () {
  2545.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2546.         }, => 'configure'], 2048);
  2547.         $instance->addListener('kernel.request', [=> function () {
  2548.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2549.         }, => 'onKernelRequest'], 32);
  2550.         $instance->addListener('kernel.finish_request', [=> function () {
  2551.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2552.         }, => 'onKernelFinishRequest'], 0);
  2553.         $instance->addListener('kernel.exception', [=> function () {
  2554.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2555.         }, => 'onKernelException'], -64);
  2556.         $instance->addListener('kernel.response', [=> function () {
  2557.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2558.         }, => 'onKernelResponse'], 0);
  2559.         $instance->addListener('kernel.request', [=> function () {
  2560.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2561.         }, => 'onKernelRequest'], 128);
  2562.         $instance->addListener('kernel.response', [=> function () {
  2563.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2564.         }, => 'onKernelResponse'], -1000);
  2565.         $instance->addListener('kernel.finish_request', [=> function () {
  2566.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2567.         }, => 'onFinishRequest'], 0);
  2568.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2569.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2570.         }, => 'onMessageFailed'], 100);
  2571.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2572.             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()));
  2573.         }, => 'onMessageFailed'], 200);
  2574.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2575.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  2576.         }, => 'onMessageFailed'], -100);
  2577.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2578.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  2579.         }, => 'onWorkerRunning'], 100);
  2580.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2581.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2582.         }, => 'onWorkerStarted'], 0);
  2583.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2584.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2585.         }, => 'onWorkerRunning'], 0);
  2586.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2587.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  2588.         }, => 'onWorkerStarted'], 100);
  2589.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2590.             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()));
  2591.         }, => 'onMessageFailed'], 0);
  2592.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2593.             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()));
  2594.         }, => 'onWorkerRunning'], 0);
  2595.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2596.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2597.         }, => 'onNotification'], -255);
  2598.         $instance->addListener('kernel.response', [=> function () {
  2599.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2600.         }, => 'onKernelResponse'], -100);
  2601.         $instance->addListener('kernel.exception', [=> function () {
  2602.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2603.         }, => 'onKernelException'], 0);
  2604.         $instance->addListener('kernel.terminate', [=> function () {
  2605.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2606.         }, => 'onKernelTerminate'], -1024);
  2607.         $instance->addListener('kernel.controller', [=> function () {
  2608.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2609.         }, => 'onKernelController'], 0);
  2610.         $instance->addListener('kernel.response', [=> function () {
  2611.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2612.         }, => 'onKernelResponse'], 0);
  2613.         $instance->addListener('kernel.controller', [=> function () {
  2614.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2615.         }, => 'onKernelController'], 0);
  2616.         $instance->addListener('kernel.controller', [=> function () {
  2617.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2618.         }, => 'onKernelController'], 0);
  2619.         $instance->addListener('kernel.controller', [=> function () {
  2620.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2621.         }, => 'onKernelController'], -128);
  2622.         $instance->addListener('kernel.view', [=> function () {
  2623.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2624.         }, => 'onKernelView'], 0);
  2625.         $instance->addListener('kernel.controller', [=> function () {
  2626.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2627.         }, => 'onKernelController'], 0);
  2628.         $instance->addListener('kernel.response', [=> function () {
  2629.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2630.         }, => 'onKernelResponse'], 0);
  2631.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2632.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2633.         }, => 'onKernelControllerArguments'], 0);
  2634.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2635.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2636.         }, => 'onKernelControllerArguments'], 0);
  2637.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2638.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2639.         }, => 'onMessage'], 0);
  2640.         $instance->addListener('kernel.response', [=> function () {
  2641.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2642.         }, => 'onKernelResponse'], -128);
  2643.         $instance->addListener('console.command', [=> function () {
  2644.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2645.         }, => 'onCommand'], 255);
  2646.         $instance->addListener('console.terminate', [=> function () {
  2647.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2648.         }, => 'onTerminate'], -255);
  2649.         $instance->addListener('console.command', [=> function () {
  2650.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2651.         }, => 'configure'], 1024);
  2652.         $instance->addListener('console.error', [=> function () {
  2653.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2654.         }, => 'onConsoleError'], 0);
  2655.         $instance->addListener('console.terminate', [=> function () {
  2656.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2657.         }, => 'onConsoleTerminate'], 0);
  2658.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2659.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2660.         }, => 'onWorkerMessageHandled'], 0);
  2661.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2662.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2663.         }, => 'onWorkerMessageFailed'], 0);
  2664.         $instance->addListener('kernel.response', [=> function () {
  2665.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2666.         }, => 'onKernelResponse'], 0);
  2667.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2668.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2669.         }, => 'checkPassport'], 0);
  2670.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2671.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2672.         }, => 'onLoginSuccess'], 0);
  2673.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2674.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2675.         }, => 'onVoterVote'], 0);
  2676.         $instance->addListener('kernel.request', [=> function () {
  2677.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2678.         }, => 'configureLogoutUrlGenerator'], 8);
  2679.         $instance->addListener('kernel.request', [=> function () {
  2680.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2681.         }, => 'onKernelRequest'], 8);
  2682.         $instance->addListener('kernel.finish_request', [=> function () {
  2683.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2684.         }, => 'onKernelFinishRequest'], 0);
  2685.         $instance->addListener('kernel.request', [=> function () {
  2686.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2687.         }, => 'onKernelRequest'], 0);
  2688.         $instance->addListener('knp_pager.before', [=> function () {
  2689.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2690.         }, => 'before'], 0);
  2691.         $instance->addListener('knp_pager.pagination', [=> function () {
  2692.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2693.         }, => 'pagination'], 0);
  2694.         $instance->addListener('knp_pager.before', [=> function () {
  2695.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2696.         }, => 'before'], 1);
  2697.         $instance->addListener('knp_pager.before', [=> function () {
  2698.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2699.         }, => 'before'], 1);
  2700.         $instance->addListener('knp_pager.pagination', [=> function () {
  2701.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2702.         }, => 'pagination'], 1);
  2703.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2704.             return ($this->privates['Bluue\\ProductsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber11Service'));
  2705.         }, => 'onLoad'], 0);
  2706.         $instance->addListener('app.menu_configure', [=> function () {
  2707.             return ($this->privates['Bluue\\ProductsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber13Service'));
  2708.         }, => 'onLoad'], 0);
  2709.         $instance->addListener('app.configurationPages', [=> function () {
  2710.             return ($this->privates['Bluue\\ProductsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber13Service'));
  2711.         }, => 'onLoad'], 0);
  2712.         $instance->addListener('app.shareContext', [=> function () {
  2713.             return ($this->privates['Bluue\\ProductsBundle\\EventSubscriber\\SharedContextSubscriber'] ?? $this->load('getSharedContextSubscriberService'));
  2714.         }, => 'onLoad'], 0);
  2715.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2716.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\CategoriesBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2717.         }, => 'onLoad'], 0);
  2718.         $instance->addListener('app.menu_configure', [=> function () {
  2719.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber2Service'));
  2720.         }, => 'onLoad'], 0);
  2721.         $instance->addListener('bluue.productsBundle.configurationProductMenuConfiguration.name', [=> function () {
  2722.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\ConfigureProductMenuConfigurationSubscriber'] ?? $this->load('getConfigureProductMenuConfigurationSubscriberService'));
  2723.         }, => 'onLoad'], 0);
  2724.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2725.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber3Service'));
  2726.         }, => 'onLoad'], 0);
  2727.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2728.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\StatisticsBundle\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber2Service'));
  2729.         }, => 'onLoad'], 0);
  2730.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2731.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\StocksBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2732.         }, => 'onLoad'], 0);
  2733.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2734.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber17Service'));
  2735.         }, => 'onLoad'], 0);
  2736.         $instance->addListener('bluue.cashRegisterBundle.receiptMovements.validateReceipt', [=> function () {
  2737.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\CashRegisterBundle\\ReceiptSubscriber'] ?? $this->load('getReceiptSubscriber2Service'));
  2738.         }, => 'validateReceipt'], 0);
  2739.         $instance->addListener('app.configurationPages', [=> function () {
  2740.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\ConfigurationMenuSubscriber'] ?? $this->load('getConfigurationMenuSubscriber2Service'));
  2741.         }, => 'onLoad'], 0);
  2742.         $instance->addListener('app.menu_configure', [=> function () {
  2743.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber18Service'));
  2744.         }, => 'onLoad'], 0);
  2745.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2746.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber9Service'));
  2747.         }, => 'onLoad'], 0);
  2748.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2749.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber8Service'));
  2750.         }, => 'onLoad'], 0);
  2751.         $instance->addListener('bluue.salesBundle.deliveryNoteMovements.validateDeliveryNote', [=> function () {
  2752.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\DeliveryNoteSubscriber'] ?? $this->load('getDeliveryNoteSubscriber2Service'));
  2753.         }, => 'validateDelivery'], 0);
  2754.         $instance->addListener('bluue.salesBundle.deliveryNoteMovements.cancelDeliveryNote', [=> function () {
  2755.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\DeliveryNoteSubscriber'] ?? $this->load('getDeliveryNoteSubscriber2Service'));
  2756.         }, => 'cancelDelivery'], 0);
  2757.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  2758.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber6Service'));
  2759.         }, => 'orderTabs'], 0);
  2760.         $instance->addListener('app.shareContext', [=> function () {
  2761.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SharedContextSubscriber'] ?? $this->load('getSharedContextSubscriber4Service'));
  2762.         }, => 'onLoad'], 0);
  2763.         $instance->addListener('bluue.supplierOrdersBundle.receiptNote.postValidate', [=> function () {
  2764.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SuppliersOrdersBundle\\ReceiptNoteSubscriber'] ?? $this->load('getReceiptNoteSubscriberService'));
  2765.         }, => 'validateReceipt'], 0);
  2766.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2767.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\CustomersBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2768.         }, => 'onLoad'], 0);
  2769.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2770.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber5Service'));
  2771.         }, => 'onLoad'], 0);
  2772.         $instance->addListener('app.menu_configure', [=> function () {
  2773.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber5Service'));
  2774.         }, => 'onLoad'], 0);
  2775.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2776.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber4Service'));
  2777.         }, => 'onLoad'], 0);
  2778.         $instance->addListener('app.configurationPages', [=> function () {
  2779.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber5Service'));
  2780.         }, => 'onLoad'], 0);
  2781.         $instance->addListener('bluue.salesBundle.configurationAccessOrderEdit', [=> function () {
  2782.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\AccessEditDocumentValidatedSubscriber'] ?? $this->load('getAccessEditDocumentValidatedSubscriberService'));
  2783.         }, => 'orderEdit'], 0);
  2784.         $instance->addListener('bluue.salesBundle.configurationAccessQuotationEdit', [=> function () {
  2785.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\AccessEditDocumentValidatedSubscriber'] ?? $this->load('getAccessEditDocumentValidatedSubscriberService'));
  2786.         }, => 'quotationEdit'], 0);
  2787.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2788.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber12Service'));
  2789.         }, => 'onLoad'], 0);
  2790.         $instance->addListener('bluue.massManagementListButtons', [=> function () {
  2791.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ConfigureListButtonsSubscriber'] ?? $this->load('getConfigureListButtonsSubscriber2Service'));
  2792.         }, => 'onLoad'], 0);
  2793.         $instance->addListener('app.menu_configure', [=> function () {
  2794.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber14Service'));
  2795.         }, => 'onLoad'], 0);
  2796.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2797.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber7Service'));
  2798.         }, => 'onLoad'], 0);
  2799.         $instance->addListener('app.configurationPages', [=> function () {
  2800.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber14Service'));
  2801.         }, => 'onLoad'], 0);
  2802.         $instance->addListener('bluue.customersBundle.customerEdit.preSetData', [=> function () {
  2803.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber4Service'));
  2804.         }, => 'addFields'], 0);
  2805.         $instance->addListener('bluue.customersBundle.customerEdit.postSubmit', [=> function () {
  2806.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber4Service'));
  2807.         }, => 'postSubmit'], 0);
  2808.         $instance->addListener('bluue.customersBundle.customerEdit.tabs', [=> function () {
  2809.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber4Service'));
  2810.         }, => 'tabs'], 0);
  2811.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  2812.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber7Service'));
  2813.         }, => 'viewTabs'], 0);
  2814.         $instance->addListener('app.dashboard_widgets_configure', [=> function () {
  2815.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DashboardSubscriber'] ?? ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DashboardSubscriber'] = new \Bluue\SalesBundle\EventSubscriber\DashboardSubscriber()));
  2816.         }, => 'onLoad'], 0);
  2817.         $instance->addListener('bluue.customersBundle.dashboardWidgets', [=> function () {
  2818.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DashboardSubscriber'] ?? ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DashboardSubscriber'] = new \Bluue\SalesBundle\EventSubscriber\DashboardSubscriber()));
  2819.         }, => 'customerDashboard'], 0);
  2820.         $instance->addListener('bluue.salesBundle.quotationMovements.validate', [=> function () {
  2821.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DocumentValidationSubscriber'] ?? $this->load('getDocumentValidationSubscriberService'));
  2822.         }, => 'quotationValidation'], 0);
  2823.         $instance->addListener('bluue.salesBundle.orderMovements.validateOrder', [=> function () {
  2824.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DocumentValidationSubscriber'] ?? $this->load('getDocumentValidationSubscriberService'));
  2825.         }, => 'orderValidation'], 0);
  2826.         $instance->addListener('bluue.salesBundle.invoiceMovements.validate', [=> function () {
  2827.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DocumentValidationSubscriber'] ?? $this->load('getDocumentValidationSubscriberService'));
  2828.         }, => 'invoiceValidation'], 0);
  2829.         $instance->addListener('bluue.salesBundle.creditNoteMovements.validate', [=> function () {
  2830.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DocumentValidationSubscriber'] ?? $this->load('getDocumentValidationSubscriberService'));
  2831.         }, => 'creditNoteValidation'], 0);
  2832.         $instance->addListener('app.public_document_paths', [=> function () {
  2833.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\EditPublicDocumentPathsSubscriber'] ?? ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\EditPublicDocumentPathsSubscriber'] = new \Bluue\SalesBundle\EventSubscriber\EditPublicDocumentPathsSubscriber()));
  2834.         }, => 'onLoad'], 0);
  2835.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2836.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber7Service'));
  2837.         }, => 'onLoad'], 0);
  2838.         $instance->addListener('bluue.productsBundle.productDocument.product', [=> function () {
  2839.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ProductsBundle\\ProductDocumentEventSubscriber'] ?? $this->load('getProductDocumentEventSubscriberService'));
  2840.         }, => 'onProduct'], 0);
  2841.         $instance->addListener('bluue.productsBundle.productDocument.declination', [=> function () {
  2842.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ProductsBundle\\ProductDocumentEventSubscriber'] ?? $this->load('getProductDocumentEventSubscriberService'));
  2843.         }, => 'onDeclination'], 0);
  2844.         $instance->addListener('app.public_document_with_entity', [=> function () {
  2845.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\PublicDocumentWithEntityEventSubscriber'] ?? $this->load('getPublicDocumentWithEntityEventSubscriberService'));
  2846.         }, => 'onLoad'], 0);
  2847.         $instance->addListener('app.shareContext', [=> function () {
  2848.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\SharedContextSubscriber'] ?? $this->load('getSharedContextSubscriber2Service'));
  2849.         }, => 'onLoad'], 0);
  2850.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2851.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber3Service'));
  2852.         }, => 'onLoad'], 0);
  2853.         $instance->addListener('app.menu_configure', [=> function () {
  2854.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber3Service'));
  2855.         }, => 'onLoad'], 0);
  2856.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2857.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber3Service'));
  2858.         }, => 'onLoad'], 0);
  2859.         $instance->addListener('app.configurationPages', [=> function () {
  2860.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber3Service'));
  2861.         }, => 'onLoad'], 0);
  2862.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  2863.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber2Service'));
  2864.         }, => 'onLoad'], 0);
  2865.         $instance->addListener('app.dashboard_widgets_configure', [=> function () {
  2866.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DashboardSubscriber'] ?? ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DashboardSubscriber'] = new \Bluue\CrmBundle\EventSubscriber\DashboardSubscriber()));
  2867.         }, => 'onLoad'], 0);
  2868.         $instance->addListener('bluue.customersBundle.dashboardWidgets', [=> function () {
  2869.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DashboardSubscriber'] ?? ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DashboardSubscriber'] = new \Bluue\CrmBundle\EventSubscriber\DashboardSubscriber()));
  2870.         }, => 'customerDashboard'], 0);
  2871.         $instance->addListener('bluue.salesBundle.documentTabs.quotationTabs', [=> function () {
  2872.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriberService'));
  2873.         }, => 'quotationTabs'], 0);
  2874.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  2875.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriberService'));
  2876.         }, => 'orderTabs'], 0);
  2877.         $instance->addListener('bluue.salesBundle.documentTabs.invoiceTabs', [=> function () {
  2878.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriberService'));
  2879.         }, => 'invoiceTabs'], 0);
  2880.         $instance->addListener('bluue.salesBundle.documentTabs.creditNoteTabs', [=> function () {
  2881.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriberService'));
  2882.         }, => 'creditNoteTabs'], 0);
  2883.         $instance->addListener('bluue.projectsBundle.projectView.links', [=> function () {
  2884.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\ProjectViewLinksSubscriber'] ?? $this->load('getProjectViewLinksSubscriberService'));
  2885.         }, => 'links'], 0);
  2886.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2887.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\SuppliersBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2888.         }, => 'onLoad'], 0);
  2889.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2890.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber18Service'));
  2891.         }, => 'onLoad'], 0);
  2892.         $instance->addListener('app.menu_configure', [=> function () {
  2893.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber19Service'));
  2894.         }, => 'onLoad'], 0);
  2895.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2896.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber10Service'));
  2897.         }, => 'onLoad'], 0);
  2898.         $instance->addListener('app.configurationPages', [=> function () {
  2899.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber18Service'));
  2900.         }, => 'onLoad'], 0);
  2901.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2902.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber9Service'));
  2903.         }, => 'onLoad'], 0);
  2904.         $instance->addListener('bluue.productsBundle.configurationProductsListColumns', [=> function () {
  2905.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductsListColumnsSubscriber'] ?? $this->load('getConfigureProductsListColumnsSubscriberService'));
  2906.         }, => 'onLoad'], 0);
  2907.         $instance->addListener('bluue.productsBundle.configurationProductsListColumns.query', [=> function () {
  2908.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductsListColumnsSubscriber'] ?? $this->load('getConfigureProductsListColumnsSubscriberService'));
  2909.         }, => 'onQuery'], 0);
  2910.         $instance->addListener('bluue.suppliersOrdersBundle.configurationAccessSupplierOrderEdit', [=> function () {
  2911.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\AccessEditDocumentValidatedSubscriber'] ?? $this->load('getAccessEditDocumentValidatedSubscriber2Service'));
  2912.         }, => 'supplierOrderEdit'], 0);
  2913.         $instance->addListener('app.menu_configure', [=> function () {
  2914.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber20Service'));
  2915.         }, => 'onLoad'], 0);
  2916.         $instance->addListener('app.configurationPages', [=> function () {
  2917.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\MainConfigurationSubMenuSubscriber'] ?? $this->load('getMainConfigurationSubMenuSubscriberService'));
  2918.         }, => 'onLoad'], 0);
  2919.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2920.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber10Service'));
  2921.         }, => 'onLoad'], 0);
  2922.         $instance->addListener('bluue.productsBundle.productDocument.product', [=> function () {
  2923.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\ProductsBundle\\ProductDocumentEventSubscriber'] ?? $this->load('getProductDocumentEventSubscriber2Service'));
  2924.         }, => 'onProduct'], 0);
  2925.         $instance->addListener('bluue.productsBundle.productDocument.declination', [=> function () {
  2926.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\ProductsBundle\\ProductDocumentEventSubscriber'] ?? $this->load('getProductDocumentEventSubscriber2Service'));
  2927.         }, => 'onDeclination'], 0);
  2928.         $instance->addListener('bluue.suppliersBundle.supplierViewTabs.name', [=> function () {
  2929.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\SupplierViewTabsSubscriber'] ?? $this->load('getSupplierViewTabsSubscriberService'));
  2930.         }, => 'onLoad'], 0);
  2931.         $instance->addListener('app.menu_configure', [=> function () {
  2932.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber12Service'));
  2933.         }, => 'onLoad'], 0);
  2934.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2935.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber5Service'));
  2936.         }, => 'onLoad'], 0);
  2937.         $instance->addListener('app.configurationPages', [=> function () {
  2938.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber12Service'));
  2939.         }, => 'onLoad'], 0);
  2940.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  2941.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber4Service'));
  2942.         }, => 'onLoad'], 0);
  2943.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  2944.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber4Service'));
  2945.         }, => 'orderTabs'], 0);
  2946.         $instance->addListener('bluue.salesBundle.documentTabs.deliveryNoteTabs', [=> function () {
  2947.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber4Service'));
  2948.         }, => 'deliveryNoteTabs'], 0);
  2949.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2950.             return ($this->privates['Bluue\\InventoriesBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber8Service'));
  2951.         }, => 'onLoad'], 0);
  2952.         $instance->addListener('app.menu_configure', [=> function () {
  2953.             return ($this->privates['Bluue\\InventoriesBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber9Service'));
  2954.         }, => 'onLoad'], 0);
  2955.         $instance->addListener('app.configurationPages', [=> function () {
  2956.             return ($this->privates['Bluue\\InventoriesBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber8Service'));
  2957.         }, => 'onLoad'], 0);
  2958.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2959.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\AccountingBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2960.         }, => 'onLoad'], 0);
  2961.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2962.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriberService'));
  2963.         }, => 'onLoad'], 0);
  2964.         $instance->addListener('app.menu_configure', [=> function () {
  2965.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriberService'));
  2966.         }, => 'onLoad'], 0);
  2967.         $instance->addListener('app.configurationPages', [=> function () {
  2968.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriberService'));
  2969.         }, => 'onLoad'], 0);
  2970.         $instance->addListener('bluue.customersBundle.customerEdit.preSetData', [=> function () {
  2971.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriberService'));
  2972.         }, => 'addFields'], 0);
  2973.         $instance->addListener('bluue.customersBundle.customerEdit.tabs', [=> function () {
  2974.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriberService'));
  2975.         }, => 'tabs'], 0);
  2976.         $instance->addListener('bluue.customersBundle.customerEdit.postSubmit', [=> function () {
  2977.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriberService'));
  2978.         }, => 'postSubmit'], 0);
  2979.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2980.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriberService'));
  2981.         }, => 'onLoad'], 0);
  2982.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2983.             return ($this->privates['Bluue\\ImportProductsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber7Service'));
  2984.         }, => 'onLoad'], 0);
  2985.         $instance->addListener('bluue.productsBundle.configurationProductsListButtons', [=> function () {
  2986.             return ($this->privates['Bluue\\ImportProductsBundle\\EventSubscriber\\ConfigureProductsListButtonsSubscriber'] ?? $this->load('getConfigureProductsListButtonsSubscriberService'));
  2987.         }, => 'onLoad'], 0);
  2988.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2989.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\LabelsBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2990.         }, => 'onLoad'], 0);
  2991.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2992.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber9Service'));
  2993.         }, => 'onLoad'], 0);
  2994.         $instance->addListener('app.menu_configure', [=> function () {
  2995.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber10Service'));
  2996.         }, => 'onLoad'], 0);
  2997.         $instance->addListener('app.configurationPages', [=> function () {
  2998.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber9Service'));
  2999.         }, => 'onLoad'], 0);
  3000.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  3001.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber4Service'));
  3002.         }, => 'onLoad'], 0);
  3003.         $instance->addListener('bluue.salesBundle.configDeliveryNoteButtons', [=> function () {
  3004.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\SalesBundle\\ConfigDeliveryNoteButtonsEventSubscriber'] ?? $this->load('getConfigDeliveryNoteButtonsEventSubscriberService'));
  3005.         }, => 'onConfigDeliveryNoteButtons'], 0);
  3006.         $instance->addListener('bluue.supplierOrdersBundle.receiptNote.button', [=> function () {
  3007.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\SuppliersOrdersBundle\\ReceiptNoteValidateSubscriber'] ?? $this->load('getReceiptNoteValidateSubscriberService'));
  3008.         }, => 'addButton'], 0);
  3009.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3010.             return ($this->privates['Bluue\\StatisticsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber16Service'));
  3011.         }, => 'onLoad'], 0);
  3012.         $instance->addListener('app.menu_configure', [=> function () {
  3013.             return ($this->privates['Bluue\\StatisticsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber17Service'));
  3014.         }, => 'onLoad'], 0);
  3015.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3016.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\ManufacturingBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  3017.         }, => 'onLoad'], 0);
  3018.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3019.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber10Service'));
  3020.         }, => 'onLoad'], 0);
  3021.         $instance->addListener('app.menu_configure', [=> function () {
  3022.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber11Service'));
  3023.         }, => 'onLoad'], 0);
  3024.         $instance->addListener('app.configurationPages', [=> function () {
  3025.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber10Service'));
  3026.         }, => 'onLoad'], 0);
  3027.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  3028.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber5Service'));
  3029.         }, => 'onLoad'], 0);
  3030.         $instance->addListener('app.menu_configure', [=> function () {
  3031.             return ($this->privates['Bluue\\ForecastedManufacturingBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber6Service'));
  3032.         }, => 'onLoad'], 0);
  3033.         $instance->addListener('app.menu_configure', [=> function () {
  3034.             return ($this->privates['Bluue\\ForecastedStockBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber7Service'));
  3035.         }, => 'onLoad'], 0);
  3036.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3037.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber13Service'));
  3038.         }, => 'onLoad'], 0);
  3039.         $instance->addListener('bluue.massManagementListButtons', [=> function () {
  3040.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ConfigureListButtonsSubscriber'] ?? $this->load('getConfigureListButtonsSubscriber3Service'));
  3041.         }, => 'onLoad'], 0);
  3042.         $instance->addListener('app.menu_configure', [=> function () {
  3043.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber15Service'));
  3044.         }, => 'onLoad'], 0);
  3045.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  3046.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber8Service'));
  3047.         }, => 'onLoad'], 0);
  3048.         $instance->addListener('app.configurationPages', [=> function () {
  3049.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber15Service'));
  3050.         }, => 'onLoad'], 0);
  3051.         $instance->addListener('bluue.shipmentsBundle.deleteBurst', [=> function () {
  3052.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\DeleteBurstSubscriber'] ?? $this->load('getDeleteBurstSubscriberService'));
  3053.         }, => 'onLoad'], 0);
  3054.         $instance->addListener('bluue.productReturnsBundle.exchangeProductReturn.name', [=> function () {
  3055.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ProductReturnsBundle\\ExchangeProductReturnSubscriber'] ?? $this->load('getExchangeProductReturnSubscriberService'));
  3056.         }, => 'onLoad'], 0);
  3057.         $instance->addListener('bluue.salesBundle.deliveryNoteMovements.validateDeliveryNote', [=> function () {
  3058.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SalesBundle\\DeliveryNoteSubscriber'] ?? $this->load('getDeliveryNoteSubscriberService'));
  3059.         }, => 'validateDelivery'], 0);
  3060.         $instance->addListener('bluue.salesBundle.deliveryNoteMovements.cancelDeliveryNote', [=> function () {
  3061.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SalesBundle\\DeliveryNoteSubscriber'] ?? $this->load('getDeliveryNoteSubscriberService'));
  3062.         }, => 'cancelDelivery'], 0);
  3063.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  3064.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SalesBundle\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber5Service'));
  3065.         }, => 'onLoad'], 0);
  3066.         $instance->addListener('bluue.salesBundle.orderMovements.validateOrder', [=> function () {
  3067.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SalesBundle\\OrderSubscriber'] ?? $this->load('getOrderSubscriberService'));
  3068.         }, => 'validateOrder'], 0);
  3069.         $instance->addListener('app.shareContext', [=> function () {
  3070.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SharedContextSubscriber'] ?? $this->load('getSharedContextSubscriber3Service'));
  3071.         }, => 'onLoad'], 0);
  3072.         $instance->addListener('app.configurationPermissionsPage', [=> function () {
  3073.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\ConfigurePermissionsSubscriber'] ?? ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\ConfigurePermissionsSubscriber'] = new \Bluue\PrestashopConnectorBundle\EventSubscriber\ConfigurePermissionsSubscriber()));
  3074.         }, => 'onLoad'], 0);
  3075.         $instance->addListener('app.configurationPages', [=> function () {
  3076.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber11Service'));
  3077.         }, => 'onLoad'], 0);
  3078.         $instance->addListener('bluue.customersBundle.customerEditBlocked.postSubmit', [=> function () {
  3079.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CustomersBundle\\CustomerEditBlockedEventSubscriber'] ?? $this->load('getCustomerEditBlockedEventSubscriberService'));
  3080.         }, => 'postSubmit'], 0);
  3081.         $instance->addListener('bluue.customersBundle.customerEdit.postSubmit', [=> function () {
  3082.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CustomersBundle\\CustomerEditEventSubscriber'] ?? $this->load('getCustomerEditEventSubscriberService'));
  3083.         }, => 'postSubmit'], 0);
  3084.         $instance->addListener('bluue.salesBundle.editStateForOrder.postSubmit', [=> function () {
  3085.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\EditStateForOrderSubscriber'] ?? $this->load('getEditStateForOrderSubscriberService'));
  3086.         }, => 'postSubmit'], 0);
  3087.         $instance->addListener('bluue.shipmentsBundle.orderOptionsEditCarrier.postSubmit', [=> function () {
  3088.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\OrderOptionsEditCarrierSubscriber'] ?? $this->load('getOrderOptionsEditCarrierSubscriberService'));
  3089.         }, => 'postSubmit'], 0);
  3090.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  3091.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\SalesBundle\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber3Service'));
  3092.         }, => 'onLoad'], 0);
  3093.         $instance->addListener('bluue.salesBundle.invoiceMovements.validate', [=> function () {
  3094.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\SalesBundle\\InvoiceMovementsEventSubscriber'] ?? $this->load('getInvoiceMovementsEventSubscriberService'));
  3095.         }, => 'validate'], 0);
  3096.         $instance->addListener('bluue.salesBundle.orderEdit.postSubmit', [=> function () {
  3097.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\SalesBundle\\OrderEditSubscriber'] ?? $this->load('getOrderEditSubscriberService'));
  3098.         }, => 'postSubmit'], 0);
  3099.         $instance->addListener('bluue.stocksBundle.stockProductEdit.name', [=> function () {
  3100.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\StockProductEditSubscriber'] ?? $this->load('getStockProductEditSubscriberService'));
  3101.         }, => 'onChange'], 0);
  3102.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3103.             return ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber6Service'));
  3104.         }, => 'onLoad'], 0);
  3105.         $instance->addListener('app.menu_configure', [=> function () {
  3106.             return ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber8Service'));
  3107.         }, => 'onLoad'], 0);
  3108.         $instance->addListener('app.configurationPages', [=> function () {
  3109.             return ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber7Service'));
  3110.         }, => 'onLoad'], 0);
  3111.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3112.             return ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\CustomersBundle\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber3Service'));
  3113.         }, => 'onLoad'], 0);
  3114.         $instance->addListener('app.public_document_paths', [=> function () {
  3115.             return ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\EditPublicDocumentPathsSubscriber'] ?? ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\EditPublicDocumentPathsSubscriber'] = new \Bluue\GocardlessBundle\EventSubscriber\EditPublicDocumentPathsSubscriber()));
  3116.         }, => 'onLoad'], 0);
  3117.         $instance->addListener('bluue.salesBundle.documentTabs.invoiceTabs', [=> function () {
  3118.             return ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\SalesBundle\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber2Service'));
  3119.         }, => 'invoiceTabs'], 0);
  3120.         $instance->addListener('bluue.shipmentsBundle.configurationCarriersForEditOrderCarrier.name', [=> function () {
  3121.             return ($this->privates['Bluue\\MondialrelayBundle\\EventSubscriber\\ConfigureCarriersForEditOrderCarrierSubscriber'] ?? $this->load('getConfigureCarriersForEditOrderCarrierSubscriberService'));
  3122.         }, => 'onLoad'], 0);
  3123.         $instance->addListener('bluue.productReturnsBundle.configCarriersForProductReturns.conditions', [=> function () {
  3124.             return ($this->privates['Bluue\\MondialrelayBundle\\EventSubscriber\\ConfigureCarriersForProductReturnsSubscriber'] ?? $this->load('getConfigureCarriersForProductReturnsSubscriberService'));
  3125.         }, => 'onLoad'], 0);
  3126.         $instance->addListener('bluue.shipmentsBundle.menuConfigurationPageShipments', [=> function () {
  3127.             return ($this->privates['Bluue\\MondialrelayBundle\\EventSubscriber\\ConfigureShipmentsMenuSubscriber'] ?? $this->load('getConfigureShipmentsMenuSubscriberService'));
  3128.         }, => 'onLoad'], 0);
  3129.         $instance->addListener('app.configurationPages', [=> function () {
  3130.             return ($this->privates['Bluue\\MondialrelayBundle\\EventSubscriber\\ConfigureShipmentsMenuSubscriber'] ?? $this->load('getConfigureShipmentsMenuSubscriberService'));
  3131.         }, => 'onLoad2'], 0);
  3132.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3133.             return ($this->privates['Bluue\\UtilityBillsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber20Service'));
  3134.         }, => 'onLoad'], 0);
  3135.         $instance->addListener('app.menu_configure', [=> function () {
  3136.             return ($this->privates['Bluue\\UtilityBillsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber22Service'));
  3137.         }, => 'onLoad'], 0);
  3138.         $instance->addListener('bluue.supplierOrdersBundle.supplierOrderTabs.tabs', [=> function () {
  3139.             return ($this->privates['Bluue\\UtilityBillsBundle\\EventSubscriber\\SupplierOrderTabsSubscriber'] ?? $this->load('getSupplierOrderTabsSubscriberService'));
  3140.         }, => 'onLoad'], 0);
  3141.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3142.             return ($this->privates['Bluue\\PimBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? $this->load('getAdditionalJavascriptsSubscriber7Service'));
  3143.         }, => 'onLoad'], 0);
  3144.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3145.             return ($this->privates['Bluue\\PimBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber3Service'));
  3146.         }, => 'bundleRoles'], 0);
  3147.         $instance->addListener('bluue.massManagementListButtons', [=> function () {
  3148.             return ($this->privates['Bluue\\PimBundle\\EventSubscriber\\ConfigureProductsListButtonsSubscriber'] ?? $this->load('getConfigureProductsListButtonsSubscriber2Service'));
  3149.         }, => 'onLoad'], 0);
  3150.         $instance->addListener('bluue.productsBundle.configurationProductsListButtons', [=> function () {
  3151.             return ($this->privates['Bluue\\PimBundle\\EventSubscriber\\ConfigureProductsListButtonsSubscriber'] ?? $this->load('getConfigureProductsListButtonsSubscriber2Service'));
  3152.         }, => 'productListButtons'], 0);
  3153.         $instance->addListener('app.menu_configure', [=> function () {
  3154.             return ($this->privates['Bluue\\OvhSmsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber2Service'));
  3155.         }, => 'mainMenu'], 0);
  3156.         $instance->addListener('app.configurationPages', [=> function () {
  3157.             return ($this->privates['Bluue\\OvhSmsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber2Service'));
  3158.         }, => 'configurationMenu'], 0);
  3159.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3160.             return ($this->privates['Bluue\\OvhSmsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber2Service'));
  3161.         }, => 'roles'], 0);
  3162.         $instance->addListener('bluue.salesBundle.configQuotationButtons', [=> function () {
  3163.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\ConfigQuotationButtonsSubscriber'] ?? $this->load('getConfigQuotationButtonsSubscriberService'));
  3164.         }, => 'onLoad'], 0);
  3165.         $instance->addListener('app.menu_configure', [=> function () {
  3166.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber6Service'));
  3167.         }, => 'mainMenu'], 0);
  3168.         $instance->addListener('app.configurationPages', [=> function () {
  3169.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber6Service'));
  3170.         }, => 'configurationMenu'], 0);
  3171.         $instance->addListener('bluue.salesBundle.menuSalesConfiguration', [=> function () {
  3172.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber6Service'));
  3173.         }, => 'configurationSalesMenu'], 0);
  3174.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3175.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CustomersBundle\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber6Service'));
  3176.         }, => 'onLoad'], 0);
  3177.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3178.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber2Service'));
  3179.         }, => 'onLoad'], 0);
  3180.         $instance->addListener('app.configurationPagesSecondMenu', [=> function () {
  3181.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\ConfigureSecondMenuSubscriber'] ?? $this->load('getConfigureSecondMenuSubscriberService'));
  3182.         }, => 'onLoad'], 0);
  3183.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  3184.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriberService'));
  3185.         }, => 'onLoad'], 0);
  3186.         $instance->addListener('app.configurationPages', [=> function () {
  3187.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber2Service'));
  3188.         }, => 'onLoad'], 0);
  3189.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3190.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriberService'));
  3191.         }, => 'onLoad'], 0);
  3192.         $instance->addListener('app.menu_configure', [=> function () {
  3193.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriberService'));
  3194.         }, => 'configureMenu'], 0);
  3195.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3196.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomersBundle\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomersBundle\\AdditionalJavascriptsSubscriber'] = new \Bluue\CashRegisterBundle\EventSubscriber\CustomersBundle\AdditionalJavascriptsSubscriber()));
  3197.         }, => 'onLoad'], 0);
  3198.         $instance->addListener('bluue.customersBundle.customerEdit.preSetData', [=> function () {
  3199.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber2Service'));
  3200.         }, => 'addFields'], 0);
  3201.         $instance->addListener('bluue.customersBundle.customerEdit.tabs', [=> function () {
  3202.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber2Service'));
  3203.         }, => 'tabs'], 0);
  3204.         $instance->addListener('bluue.customersBundle.customerEdit.postSubmit', [=> function () {
  3205.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber2Service'));
  3206.         }, => 'postSubmit'], 0);
  3207.         $instance->addListener('bluue.customerBundle.customerViewPaths.name', [=> function () {
  3208.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomersBundle\\CustomerViewPathsSubscriber'] ?? $this->load('getCustomerViewPathsSubscriberService'));
  3209.         }, => 'onLoad'], 0);
  3210.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  3211.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber2Service'));
  3212.         }, => 'onLoad'], 0);
  3213.         $instance->addListener('app.menu_configure', [=> function () {
  3214.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber4Service'));
  3215.         }, => 'mainMenu'], 0);
  3216.         $instance->addListener('app.configurationPages', [=> function () {
  3217.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber4Service'));
  3218.         }, => 'configurationMenu'], 0);
  3219.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3220.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber4Service'));
  3221.         }, => 'bundleRoles'], 0);
  3222.         $instance->addListener('app.dashboard_widgets_configure', [=> function () {
  3223.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\DashboardSubscriber'] ?? $this->load('getDashboardSubscriber2Service'));
  3224.         }, => 'onLoad'], 0);
  3225.         $instance->addListener('app.edit_user_paths_configure', [=> function () {
  3226.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\EditUserPathsSubscriber'] ?? $this->load('getEditUserPathsSubscriberService'));
  3227.         }, => 'onLoad'], 0);
  3228.         $instance->addListener('bluue.projectsBundle.taskView.tabs', [=> function () {
  3229.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ProjectsBundle\\TaskViewSubscriber'] ?? $this->load('getTaskViewSubscriberService'));
  3230.         }, => 'tabs'], 0);
  3231.         $instance->addListener('bluue.projectsBundle.taskView.tabsParams', [=> function () {
  3232.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ProjectsBundle\\TaskViewSubscriber'] ?? $this->load('getTaskViewSubscriberService'));
  3233.         }, => 'tabsParams'], 0);
  3234.         $instance->addListener('bluue.projectsBundle.taskView.paths', [=> function () {
  3235.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ProjectsBundle\\TaskViewSubscriber'] ?? $this->load('getTaskViewSubscriberService'));
  3236.         }, => 'paths'], 0);
  3237.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3238.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber4Service'));
  3239.         }, => 'onLoad'], 0);
  3240.         $instance->addListener('app.menu_configure', [=> function () {
  3241.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber4Service'));
  3242.         }, => 'onLoad'], 0);
  3243.         $instance->addListener('app.configurationPermissionsPage', [=> function () {
  3244.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\ConfigurePermissionsSubscriber'] ?? ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\ConfigurePermissionsSubscriber'] = new \Bluue\CustomerOutstandingBundle\EventSubscriber\ConfigurePermissionsSubscriber()));
  3245.         }, => 'onLoad'], 0);
  3246.         $instance->addListener('app.configurationPages', [=> function () {
  3247.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber4Service'));
  3248.         }, => 'onLoad'], 0);
  3249.         $instance->addListener('bluue.customersBundle.customerEdit.preSetData', [=> function () {
  3250.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber3Service'));
  3251.         }, => 'addFields'], 0);
  3252.         $instance->addListener('bluue.customersBundle.customerEdit.tabs', [=> function () {
  3253.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber3Service'));
  3254.         }, => 'tabs'], 0);
  3255.         $instance->addListener('bluue.customersBundle.customerEdit.postSubmit', [=> function () {
  3256.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber3Service'));
  3257.         }, => 'postSubmit'], 0);
  3258.         $instance->addListener('app.menu_configure', [=> function () {
  3259.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber5Service'));
  3260.         }, => 'mainMenu'], 0);
  3261.         $instance->addListener('app.configurationPages', [=> function () {
  3262.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber5Service'));
  3263.         }, => 'configurationMenu'], 0);
  3264.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3265.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber5Service'));
  3266.         }, => 'bundleRoles'], 0);
  3267.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3268.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber5Service'));
  3269.         }, => 'additionalJs'], 0);
  3270.         $instance->addListener('bluue.massManagementListButtons', [=> function () {
  3271.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigureListButtonsSubscriber'] ?? $this->load('getConfigureListButtonsSubscriberService'));
  3272.         }, => 'onLoad'], 0);
  3273.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  3274.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber6Service'));
  3275.         }, => 'onLoad'], 0);
  3276.         $instance->addListener('bluue.crmBundle.opportunityView.links', [=> function () {
  3277.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\CrmBundle\\OpportunityViewLinksSubscriber'] ?? $this->load('getOpportunityViewLinksSubscriberService'));
  3278.         }, => 'links'], 0);
  3279.         $instance->addListener('bluue.crmBundle.opportunityViewTabs.name', [=> function () {
  3280.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\CrmBundle\\OpportunityViewTabsSubscriber'] ?? $this->load('getOpportunityViewTabsSubscriberService'));
  3281.         }, => 'onLoad'], 0);
  3282.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3283.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\CustomersBundle\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber5Service'));
  3284.         }, => 'viewTabs'], 0);
  3285.         $instance->addListener('app.dashboard_widgets_configure', [=> function () {
  3286.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\DashboardSubscriber'] ?? $this->load('getDashboardSubscriber3Service'));
  3287.         }, => 'onLoad'], 0);
  3288.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  3289.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber6Service'));
  3290.         }, => 'onLoad'], 0);
  3291.         $instance->addListener('bluue.projectsBundle.projectView.tabs', [=> function () {
  3292.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ProjectViewTabsSubscriber'] ?? $this->load('getProjectViewTabsSubscriberService'));
  3293.         }, => 'viewTabs'], 0);
  3294.         $instance->addListener('bluue.salesBundle.documentTabs.quotationTabs', [=> function () {
  3295.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\SalesBundle\\QuotationTabsSubscriber'] ?? $this->load('getQuotationTabsSubscriberService'));
  3296.         }, => 'quotationTabs'], 0);
  3297.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3298.             return ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\ShipmentsPictureBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  3299.         }, => 'onLoad'], 0);
  3300.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3301.             return ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber14Service'));
  3302.         }, => 'onLoad'], 0);
  3303.         $instance->addListener('bluue.shipmentsBundle.configurationBurstButtons', [=> function () {
  3304.             return ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\ConfigureBurstButtonsSubscriber'] ?? $this->load('getConfigureBurstButtonsSubscriberService'));
  3305.         }, => 'onLoad'], 0);
  3306.         $instance->addListener('app.configurationPages', [=> function () {
  3307.             return ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber16Service'));
  3308.         }, => 'onLoad'], 0);
  3309.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3310.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber15Service'));
  3311.         }, => 'onLoad'], 0);
  3312.         $instance->addListener('app.menu_configure', [=> function () {
  3313.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber16Service'));
  3314.         }, => 'onLoad'], 0);
  3315.         $instance->addListener('app.configurationPages', [=> function () {
  3316.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber17Service'));
  3317.         }, => 'onLoad'], 0);
  3318.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3319.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber8Service'));
  3320.         }, => 'onLoad'], 0);
  3321.         $instance->addListener('bluue.projectsBundle.projectView.links', [=> function () {
  3322.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\ProjectViewLinksSubscriber'] ?? $this->load('getProjectViewLinksSubscriber2Service'));
  3323.         }, => 'links'], 0);
  3324.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3325.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber19Service'));
  3326.         }, => 'onLoad'], 0);
  3327.         $instance->addListener('app.menu_configure', [=> function () {
  3328.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber21Service'));
  3329.         }, => 'onLoad'], 0);
  3330.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  3331.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber11Service'));
  3332.         }, => 'onLoad'], 0);
  3333.         $instance->addListener('app.configurationPages', [=> function () {
  3334.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber19Service'));
  3335.         }, => 'onLoad'], 0);
  3336.         $instance->addListener('bluue.crmBundle.opportunityView.links', [=> function () {
  3337.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\CrmBundle\\OpportunityViewLinksSubscriber'] ?? $this->load('getOpportunityViewLinksSubscriber2Service'));
  3338.         }, => 'links'], 0);
  3339.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3340.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\CustomersBundle\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber9Service'));
  3341.         }, => 'onLoad'], 0);
  3342.         $instance->addListener('app.configurationPages', [=> function () {
  3343.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriberService'));
  3344.         }, => 'configurationMenu'], 0);
  3345.         $instance->addListener('bluue.cashRegisterBundle.menuConfigurationPageCashRegister', [=> function () {
  3346.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriberService'));
  3347.         }, => 'cashRegisterMenu'], 0);
  3348.         $instance->addListener('app.configurationPages', [=> function () {
  3349.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\ConfigurationMenuSubscriber'] ?? $this->load('getConfigurationMenuSubscriberService'));
  3350.         }, => 'onLoad'], 0);
  3351.         $instance->addListener('bluue.cashRegisterBundle.customerFidelity.checkCard', [=> function () {
  3352.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\CustomerFidelitySubscriber'] ?? $this->load('getCustomerFidelitySubscriberService'));
  3353.         }, => 'checkCard'], 0);
  3354.         $instance->addListener('bluue.cashRegisterBundle.customerFidelity.getInfos', [=> function () {
  3355.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\CustomerFidelitySubscriber'] ?? $this->load('getCustomerFidelitySubscriberService'));
  3356.         }, => 'getInfos'], 0);
  3357.         $instance->addListener('bluue.cashRegisterBundle.customerFidelity.useCredits', [=> function () {
  3358.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\CustomerFidelitySubscriber'] ?? $this->load('getCustomerFidelitySubscriberService'));
  3359.         }, => 'useCredits'], 0);
  3360.         $instance->addListener('bluue.cashRegisterBundle.discountCoupon.list', [=> function () {
  3361.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\DiscountCouponSubscriber'] ?? $this->load('getDiscountCouponSubscriberService'));
  3362.         }, => 'listCoupons'], 0);
  3363.         $instance->addListener('bluue.cashRegisterBundle.discountCoupon.check', [=> function () {
  3364.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\DiscountCouponSubscriber'] ?? $this->load('getDiscountCouponSubscriberService'));
  3365.         }, => 'checkCoupon'], 0);
  3366.         $instance->addListener('bluue.cashRegisterBundle.discountCoupon.apply', [=> function () {
  3367.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\DiscountCouponSubscriber'] ?? $this->load('getDiscountCouponSubscriberService'));
  3368.         }, => 'applyCoupon'], 0);
  3369.         $instance->addListener('bluue.cashRegisterBundle.editCustomerReceipt.edit', [=> function () {
  3370.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\EditCustomerReceiptSubscriber'] ?? $this->load('getEditCustomerReceiptSubscriberService'));
  3371.         }, => 'edit'], 0);
  3372.         $instance->addListener('bluue.cashRegisterBundle.receiptMovements.validateReceipt', [=> function () {
  3373.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\ReceiptSubscriber'] ?? $this->load('getReceiptSubscriberService'));
  3374.         }, => 'validateReceipt'], 0);
  3375.         $instance->addListener('app.menu_configure', [=> function () {
  3376.             return ($this->privates['Bluue\\Cx3Bundle\\EventSubscriber\\ConfigureMenuEventSubscriber'] ?? $this->load('getConfigureMenuEventSubscriberService'));
  3377.         }, => 'onLoad'], 0);
  3378.         $instance->addListener('app.configurationPages', [=> function () {
  3379.             return ($this->privates['Bluue\\Cx3Bundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber6Service'));
  3380.         }, => 'onLoad'], 0);
  3381.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3382.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3383.         }, => 'checkPassport'], 512);
  3384.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3385.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3386.         }, => 'onLogout'], 0);
  3387.         return $instance;
  3388.     }
  3389.     /**
  3390.      * Gets the public 'http_kernel' shared service.
  3391.      *
  3392.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3393.      */
  3394.     protected function getHttpKernelService()
  3395.     {
  3396.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3397.         if (isset($this->services['http_kernel'])) {
  3398.             return $this->services['http_kernel'];
  3399.         }
  3400.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3401.         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 () {
  3402.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  3403.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  3404.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  3405.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  3406.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  3407.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  3408.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  3409.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  3410.         }, 8)), $b));
  3411.     }
  3412.     /**
  3413.      * Gets the public 'knp_menu.matcher' shared service.
  3414.      *
  3415.      * @return \Knp\Menu\Matcher\Matcher
  3416.      */
  3417.     protected function getKnpMenu_MatcherService()
  3418.     {
  3419.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  3420.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  3421.         }, 1));
  3422.     }
  3423.     /**
  3424.      * Gets the public 'messenger.default_bus' shared service.
  3425.      *
  3426.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  3427.      */
  3428.     protected function getMessenger_DefaultBusService()
  3429.     {
  3430.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  3431.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  3432.             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')));
  3433.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  3434.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  3435.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  3436.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  3437.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  3438.         }, 7)));
  3439.     }
  3440.     /**
  3441.      * Gets the public 'request_stack' shared service.
  3442.      *
  3443.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3444.      */
  3445.     protected function getRequestStackService()
  3446.     {
  3447.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3448.     }
  3449.     /**
  3450.      * Gets the public 'router' shared service.
  3451.      *
  3452.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  3453.      */
  3454.     protected function getRouterService()
  3455.     {
  3456.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  3457.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3458.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3459.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3460.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3461.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3462.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  3463.         ], [
  3464.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3465.         ]))->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');
  3466.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3467.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3468.         return $instance;
  3469.     }
  3470.     /**
  3471.      * Gets the public 'translator' shared service.
  3472.      *
  3473.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3474.      */
  3475.     protected function getTranslatorService()
  3476.     {
  3477.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3478.     }
  3479.     /**
  3480.      * Gets the public 'var_dumper.cloner' shared service.
  3481.      *
  3482.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3483.      */
  3484.     protected function getVarDumper_ClonerService()
  3485.     {
  3486.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3487.         $instance->setMaxItems(2500);
  3488.         $instance->setMinDepth(1);
  3489.         $instance->setMaxString(-1);
  3490.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3491.         return $instance;
  3492.     }
  3493.     /**
  3494.      * Gets the private '.debug.http_client' shared service.
  3495.      *
  3496.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3497.      */
  3498.     protected function get_Debug_HttpClientService()
  3499.     {
  3500.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3501.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3502.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3503.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3504.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3505.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3506.         $a->setLogger($b);
  3507.         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))));
  3508.     }
  3509.     /**
  3510.      * Gets the private '.service_locator.e_lw0y.' shared service.
  3511.      *
  3512.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3513.      */
  3514.     protected function get_ServiceLocator_ELw0y_Service()
  3515.     {
  3516.         return $this->privates['.service_locator.e_lw0y.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3517.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'true],
  3518.             'security.firewall.map.context.apiv2' => ['privates''security.firewall.map.context.apiv2''getSecurity_Firewall_Map_Context_Apiv2Service'true],
  3519.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  3520.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  3521.         ], [
  3522.             'security.firewall.map.context.api_login' => '?',
  3523.             'security.firewall.map.context.apiv2' => '?',
  3524.             'security.firewall.map.context.dev' => '?',
  3525.             'security.firewall.map.context.main' => '?',
  3526.         ]);
  3527.     }
  3528.     /**
  3529.      * Gets the private 'App\Repository\ActivityRepository' shared autowired service.
  3530.      *
  3531.      * @return \App\Repository\ActivityRepository
  3532.      */
  3533.     protected function getActivityRepositoryService()
  3534.     {
  3535.         return $this->privates['App\\Repository\\ActivityRepository'] = new \App\Repository\ActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3536.     }
  3537.     /**
  3538.      * Gets the private 'App\Repository\ConfigurationRepository' shared autowired service.
  3539.      *
  3540.      * @return \App\Repository\ConfigurationRepository
  3541.      */
  3542.     protected function getConfigurationRepositoryService()
  3543.     {
  3544.         return $this->privates['App\\Repository\\ConfigurationRepository'] = new \App\Repository\ConfigurationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3545.     }
  3546.     /**
  3547.      * Gets the private 'App\Repository\ContextRepository' shared autowired service.
  3548.      *
  3549.      * @return \App\Repository\ContextRepository
  3550.      */
  3551.     protected function getContextRepositoryService()
  3552.     {
  3553.         $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()));
  3554.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3555.         return $instance;
  3556.     }
  3557.     /**
  3558.      * Gets the private 'App\Repository\CurrencyRepository' shared autowired service.
  3559.      *
  3560.      * @return \App\Repository\CurrencyRepository
  3561.      */
  3562.     protected function getCurrencyRepositoryService()
  3563.     {
  3564.         $this->privates['App\\Repository\\CurrencyRepository'] = $instance = new \App\Repository\CurrencyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3565.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3566.         return $instance;
  3567.     }
  3568.     /**
  3569.      * Gets the private 'App\Repository\FileManagerRepository' shared autowired service.
  3570.      *
  3571.      * @return \App\Repository\FileManagerRepository
  3572.      */
  3573.     protected function getFileManagerRepositoryService()
  3574.     {
  3575.         return $this->privates['App\\Repository\\FileManagerRepository'] = new \App\Repository\FileManagerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  3576.     }
  3577.     /**
  3578.      * Gets the private 'App\Repository\TaxRuleCountryRepository' shared autowired service.
  3579.      *
  3580.      * @return \App\Repository\TaxRuleCountryRepository
  3581.      */
  3582.     protected function getTaxRuleCountryRepositoryService()
  3583.     {
  3584.         $this->privates['App\\Repository\\TaxRuleCountryRepository'] = $instance = new \App\Repository\TaxRuleCountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3585.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3586.         return $instance;
  3587.     }
  3588.     /**
  3589.      * Gets the private 'App\Repository\UnitMeasureRepository' shared autowired service.
  3590.      *
  3591.      * @return \App\Repository\UnitMeasureRepository
  3592.      */
  3593.     protected function getUnitMeasureRepositoryService()
  3594.     {
  3595.         $this->privates['App\\Repository\\UnitMeasureRepository'] = $instance = new \App\Repository\UnitMeasureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3596.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3597.         return $instance;
  3598.     }
  3599.     /**
  3600.      * Gets the private 'App\Repository\UserContextRepository' shared autowired service.
  3601.      *
  3602.      * @return \App\Repository\UserContextRepository
  3603.      */
  3604.     protected function getUserContextRepositoryService()
  3605.     {
  3606.         return $this->privates['App\\Repository\\UserContextRepository'] = new \App\Repository\UserContextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3607.     }
  3608.     /**
  3609.      * Gets the private 'App\Services\CheckBundleInstall' shared autowired service.
  3610.      *
  3611.      * @return \App\Services\CheckBundleInstall
  3612.      */
  3613.     protected function getCheckBundleInstallService()
  3614.     {
  3615.         return $this->privates['App\\Services\\CheckBundleInstall'] = new \App\Services\CheckBundleInstall();
  3616.     }
  3617.     /**
  3618.      * Gets the private 'App\Services\Configuration' shared autowired service.
  3619.      *
  3620.      * @return \App\Services\Configuration
  3621.      */
  3622.     protected function getConfigurationService()
  3623.     {
  3624.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3625.         if (isset($this->privates['App\\Services\\Configuration'])) {
  3626.             return $this->privates['App\\Services\\Configuration'];
  3627.         }
  3628.         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);
  3629.     }
  3630.     /**
  3631.      * Gets the private 'App\Services\Context' shared autowired service.
  3632.      *
  3633.      * @return \App\Services\Context
  3634.      */
  3635.     protected function getContextService()
  3636.     {
  3637.         $a = ($this->privates['App\\Repository\\ContextRepository'] ?? $this->getContextRepositoryService());
  3638.         if (isset($this->privates['App\\Services\\Context'])) {
  3639.             return $this->privates['App\\Services\\Context'];
  3640.         }
  3641.         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()));
  3642.     }
  3643.     /**
  3644.      * Gets the private 'App\Services\Currency' shared autowired service.
  3645.      *
  3646.      * @return \App\Services\Currency
  3647.      */
  3648.     protected function getCurrencyService()
  3649.     {
  3650.         return $this->privates['App\\Services\\Currency'] = new \App\Services\Currency(($this->privates['App\\Repository\\CurrencyRepository'] ?? $this->getCurrencyRepositoryService()), ($this->privates['App\\Services\\SessionContextCurrency'] ?? $this->getSessionContextCurrencyService()));
  3651.     }
  3652.     /**
  3653.      * Gets the private 'App\Services\DefaultLocale' shared autowired service.
  3654.      *
  3655.      * @return \App\Services\DefaultLocale
  3656.      */
  3657.     protected function getDefaultLocaleService()
  3658.     {
  3659.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3660.         if (isset($this->privates['App\\Services\\DefaultLocale'])) {
  3661.             return $this->privates['App\\Services\\DefaultLocale'];
  3662.         }
  3663.         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))));
  3664.     }
  3665.     /**
  3666.      * Gets the private 'App\Services\FileManager' shared autowired service.
  3667.      *
  3668.      * @return \App\Services\FileManager
  3669.      */
  3670.     protected function getFileManagerService()
  3671.     {
  3672.         return $this->privates['App\\Services\\FileManager'] = new \App\Services\FileManager(($this->privates['App\\Repository\\FileManagerRepository'] ?? $this->getFileManagerRepositoryService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  3673.     }
  3674.     /**
  3675.      * Gets the private 'App\Services\Notification' shared autowired service.
  3676.      *
  3677.      * @return \App\Services\Notification
  3678.      */
  3679.     protected function getNotificationService()
  3680.     {
  3681.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3682.         if (isset($this->privates['App\\Services\\Notification'])) {
  3683.             return $this->privates['App\\Services\\Notification'];
  3684.         }
  3685.         return $this->privates['App\\Services\\Notification'] = new \App\Services\Notification($a, ($this->privates['App\\Services\\ObjectSerialize'] ?? $this->getObjectSerializeService()));
  3686.     }
  3687.     /**
  3688.      * Gets the private 'App\Services\ObjectSerialize' shared autowired service.
  3689.      *
  3690.      * @return \App\Services\ObjectSerialize
  3691.      */
  3692.     protected function getObjectSerializeService()
  3693.     {
  3694.         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())));
  3695.     }
  3696.     /**
  3697.      * Gets the private 'App\Services\Openssl' shared autowired service.
  3698.      *
  3699.      * @return \App\Services\Openssl
  3700.      */
  3701.     protected function getOpensslService()
  3702.     {
  3703.         return $this->privates['App\\Services\\Openssl'] = new \App\Services\Openssl($this->getEnv('resolve:ENCRYPT_PASSPHRASE'), $this->getEnv('resolve:ENCRYPT_IV'));
  3704.     }
  3705.     /**
  3706.      * Gets the private 'App\Services\Pdf' shared autowired service.
  3707.      *
  3708.      * @return \App\Services\Pdf
  3709.      */
  3710.     protected function getPdfService()
  3711.     {
  3712.         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)));
  3713.     }
  3714.     /**
  3715.      * Gets the private 'App\Services\SessionContextCurrency' shared autowired service.
  3716.      *
  3717.      * @return \App\Services\SessionContextCurrency
  3718.      */
  3719.     protected function getSessionContextCurrencyService()
  3720.     {
  3721.         return $this->privates['App\\Services\\SessionContextCurrency'] = new \App\Services\SessionContextCurrency(($this->privates['App\\Repository\\CurrencyRepository'] ?? $this->getCurrencyRepositoryService()), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3722.     }
  3723.     /**
  3724.      * Gets the private 'App\Services\SoftdeleteFilter' shared autowired service.
  3725.      *
  3726.      * @return \App\Services\SoftdeleteFilter
  3727.      */
  3728.     protected function getSoftdeleteFilterService()
  3729.     {
  3730.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3731.         if (isset($this->privates['App\\Services\\SoftdeleteFilter'])) {
  3732.             return $this->privates['App\\Services\\SoftdeleteFilter'];
  3733.         }
  3734.         return $this->privates['App\\Services\\SoftdeleteFilter'] = new \App\Services\SoftdeleteFilter($a);
  3735.     }
  3736.     /**
  3737.      * Gets the private 'App\Twig\CalcPrice' shared autowired service.
  3738.      *
  3739.      * @return \App\Twig\CalcPrice
  3740.      */
  3741.     protected function getCalcPriceService()
  3742.     {
  3743.         return $this->privates['App\\Twig\\CalcPrice'] = new \App\Twig\CalcPrice(($this->privates['App\\Services\\Currency'] ?? $this->getCurrencyService()), ($this->privates['App\\Repository\\TaxRuleCountryRepository'] ?? $this->getTaxRuleCountryRepositoryService()));
  3744.     }
  3745.     /**
  3746.      * Gets the private 'App\Twig\DurationExtension' shared autowired service.
  3747.      *
  3748.      * @return \App\Twig\DurationExtension
  3749.      */
  3750.     protected function getDurationExtensionService()
  3751.     {
  3752.         return $this->privates['App\\Twig\\DurationExtension'] = new \App\Twig\DurationExtension();
  3753.     }
  3754.     /**
  3755.      * Gets the private 'Bluue\AccountingBundle\Repository\CustomerAccountRepository' shared autowired service.
  3756.      *
  3757.      * @return \Bluue\AccountingBundle\Repository\CustomerAccountRepository
  3758.      */
  3759.     protected function getCustomerAccountRepositoryService()
  3760.     {
  3761.         $this->privates['Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository'] = $instance = new \Bluue\AccountingBundle\Repository\CustomerAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3762.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3763.         return $instance;
  3764.     }
  3765.     /**
  3766.      * Gets the private 'Bluue\ApiCmsBundle\Repository\MappingRepository' shared autowired service.
  3767.      *
  3768.      * @return \Bluue\ApiCmsBundle\Repository\MappingRepository
  3769.      */
  3770.     protected function getMappingRepositoryService()
  3771.     {
  3772.         $this->privates['Bluue\\ApiCmsBundle\\Repository\\MappingRepository'] = $instance = new \Bluue\ApiCmsBundle\Repository\MappingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3773.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3774.         return $instance;
  3775.     }
  3776.     /**
  3777.      * Gets the private 'Bluue\CashRegisterBundle\Repository\CashRegisterRepository' shared autowired service.
  3778.      *
  3779.      * @return \Bluue\CashRegisterBundle\Repository\CashRegisterRepository
  3780.      */
  3781.     protected function getCashRegisterRepositoryService()
  3782.     {
  3783.         $this->privates['Bluue\\CashRegisterBundle\\Repository\\CashRegisterRepository'] = $instance = new \Bluue\CashRegisterBundle\Repository\CashRegisterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3784.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3785.         return $instance;
  3786.     }
  3787.     /**
  3788.      * Gets the private 'Bluue\CashRegisterBundle\Repository\CashierRepository' shared autowired service.
  3789.      *
  3790.      * @return \Bluue\CashRegisterBundle\Repository\CashierRepository
  3791.      */
  3792.     protected function getCashierRepositoryService()
  3793.     {
  3794.         $this->privates['Bluue\\CashRegisterBundle\\Repository\\CashierRepository'] = $instance = new \Bluue\CashRegisterBundle\Repository\CashierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3795.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3796.         return $instance;
  3797.     }
  3798.     /**
  3799.      * Gets the private 'Bluue\CashRegisterBundle\Repository\FavoriteProductRepository' shared autowired service.
  3800.      *
  3801.      * @return \Bluue\CashRegisterBundle\Repository\FavoriteProductRepository
  3802.      */
  3803.     protected function getFavoriteProductRepositoryService()
  3804.     {
  3805.         $this->privates['Bluue\\CashRegisterBundle\\Repository\\FavoriteProductRepository'] = $instance = new \Bluue\CashRegisterBundle\Repository\FavoriteProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3806.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3807.         return $instance;
  3808.     }
  3809.     /**
  3810.      * Gets the private 'Bluue\CashRegisterBundle\Repository\ManagerCardRepository' shared autowired service.
  3811.      *
  3812.      * @return \Bluue\CashRegisterBundle\Repository\ManagerCardRepository
  3813.      */
  3814.     protected function getManagerCardRepositoryService()
  3815.     {
  3816.         $this->privates['Bluue\\CashRegisterBundle\\Repository\\ManagerCardRepository'] = $instance = new \Bluue\CashRegisterBundle\Repository\ManagerCardRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3817.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3818.         return $instance;
  3819.     }
  3820.     /**
  3821.      * Gets the private 'Bluue\CashRegisterBundle\Repository\PaymentRepository' shared autowired service.
  3822.      *
  3823.      * @return \Bluue\CashRegisterBundle\Repository\PaymentRepository
  3824.      */
  3825.     protected function getPaymentRepositoryService()
  3826.     {
  3827.         $this->privates['Bluue\\CashRegisterBundle\\Repository\\PaymentRepository'] = $instance = new \Bluue\CashRegisterBundle\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3828.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3829.         return $instance;
  3830.     }
  3831.     /**
  3832.      * Gets the private 'Bluue\CashRegisterBundle\Twig\ImageExtension' shared autowired service.
  3833.      *
  3834.      * @return \Bluue\CashRegisterBundle\Twig\ImageExtension
  3835.      */
  3836.     protected function getImageExtensionService()
  3837.     {
  3838.         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()));
  3839.     }
  3840.     /**
  3841.      * Gets the private 'Bluue\CashRegisterBundle\Twig\SecurityExtension' shared autowired service.
  3842.      *
  3843.      * @return \Bluue\CashRegisterBundle\Twig\SecurityExtension
  3844.      */
  3845.     protected function getSecurityExtensionService()
  3846.     {
  3847.         return $this->privates['Bluue\\CashRegisterBundle\\Twig\\SecurityExtension'] = new \Bluue\CashRegisterBundle\Twig\SecurityExtension(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($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())));
  3848.     }
  3849.     /**
  3850.      * Gets the private 'Bluue\CategoriesBundle\Repository\CategoryProductRepository' shared autowired service.
  3851.      *
  3852.      * @return \Bluue\CategoriesBundle\Repository\CategoryProductRepository
  3853.      */
  3854.     protected function getCategoryProductRepositoryService()
  3855.     {
  3856.         $this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository'] = $instance = new \Bluue\CategoriesBundle\Repository\CategoryProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3857.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3858.         return $instance;
  3859.     }
  3860.     /**
  3861.      * Gets the private 'Bluue\CategoriesBundle\Repository\CategoryRepository' shared autowired service.
  3862.      *
  3863.      * @return \Bluue\CategoriesBundle\Repository\CategoryRepository
  3864.      */
  3865.     protected function getCategoryRepositoryService()
  3866.     {
  3867.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3868.         if (isset($this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryRepository'])) {
  3869.             return $this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryRepository'];
  3870.         }
  3871.         $this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryRepository'] = $instance = new \Bluue\CategoriesBundle\Repository\CategoryRepository($a);
  3872.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3873.         return $instance;
  3874.     }
  3875.     /**
  3876.      * Gets the private 'Bluue\CustomersBundle\Repository\CustomerRepository' shared autowired service.
  3877.      *
  3878.      * @return \Bluue\CustomersBundle\Repository\CustomerRepository
  3879.      */
  3880.     protected function getCustomerRepositoryService()
  3881.     {
  3882.         $this->privates['Bluue\\CustomersBundle\\Repository\\CustomerRepository'] = $instance = new \Bluue\CustomersBundle\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3883.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3884.         return $instance;
  3885.     }
  3886.     /**
  3887.      * Gets the private 'Bluue\GocardlessBundle\Repository\CustomerMappingRepository' shared autowired service.
  3888.      *
  3889.      * @return \Bluue\GocardlessBundle\Repository\CustomerMappingRepository
  3890.      */
  3891.     protected function getCustomerMappingRepositoryService()
  3892.     {
  3893.         $this->privates['Bluue\\GocardlessBundle\\Repository\\CustomerMappingRepository'] = $instance = new \Bluue\GocardlessBundle\Repository\CustomerMappingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3894.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3895.         return $instance;
  3896.     }
  3897.     /**
  3898.      * Gets the private 'Bluue\GocardlessBundle\Services\GocardlessService' shared autowired service.
  3899.      *
  3900.      * @return \Bluue\GocardlessBundle\Services\GocardlessService
  3901.      */
  3902.     protected function getGocardlessServiceService()
  3903.     {
  3904.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  3905.         if (isset($this->privates['Bluue\\GocardlessBundle\\Services\\GocardlessService'])) {
  3906.             return $this->privates['Bluue\\GocardlessBundle\\Services\\GocardlessService'];
  3907.         }
  3908.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3909.         if (isset($this->privates['Bluue\\GocardlessBundle\\Services\\GocardlessService'])) {
  3910.             return $this->privates['Bluue\\GocardlessBundle\\Services\\GocardlessService'];
  3911.         }
  3912.         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()));
  3913.     }
  3914.     /**
  3915.      * Gets the private 'Bluue\GocardlessBundle\Twig\GocardlessExtension' shared autowired service.
  3916.      *
  3917.      * @return \Bluue\GocardlessBundle\Twig\GocardlessExtension
  3918.      */
  3919.     protected function getGocardlessExtensionService()
  3920.     {
  3921.         $a = ($this->privates['Bluue\\GocardlessBundle\\Services\\GocardlessService'] ?? $this->getGocardlessServiceService());
  3922.         if (isset($this->privates['Bluue\\GocardlessBundle\\Twig\\GocardlessExtension'])) {
  3923.             return $this->privates['Bluue\\GocardlessBundle\\Twig\\GocardlessExtension'];
  3924.         }
  3925.         return $this->privates['Bluue\\GocardlessBundle\\Twig\\GocardlessExtension'] = new \Bluue\GocardlessBundle\Twig\GocardlessExtension($a, ($this->privates['Bluue\\GocardlessBundle\\Repository\\CustomerMappingRepository'] ?? $this->getCustomerMappingRepositoryService()));
  3926.     }
  3927.     /**
  3928.      * Gets the private 'Bluue\InventoriesBundle\Serializer\InventoriesContextBuilder' shared autowired service.
  3929.      *
  3930.      * @return \Bluue\InventoriesBundle\Serializer\InventoriesContextBuilder
  3931.      */
  3932.     protected function getInventoriesContextBuilderService()
  3933.     {
  3934.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3935.         if (isset($this->privates['Bluue\\InventoriesBundle\\Serializer\\InventoriesContextBuilder'])) {
  3936.             return $this->privates['Bluue\\InventoriesBundle\\Serializer\\InventoriesContextBuilder'];
  3937.         }
  3938.         $b = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  3939.         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);
  3940.     }
  3941.     /**
  3942.      * Gets the private 'Bluue\LabelsBundle\Repository\LabelRepository' shared autowired service.
  3943.      *
  3944.      * @return \Bluue\LabelsBundle\Repository\LabelRepository
  3945.      */
  3946.     protected function getLabelRepositoryService()
  3947.     {
  3948.         $this->privates['Bluue\\LabelsBundle\\Repository\\LabelRepository'] = $instance = new \Bluue\LabelsBundle\Repository\LabelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3949.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3950.         return $instance;
  3951.     }
  3952.     /**
  3953.      * Gets the private 'Bluue\OvhSmsBundle\Repository\SmsRepository' shared autowired service.
  3954.      *
  3955.      * @return \Bluue\OvhSmsBundle\Repository\SmsRepository
  3956.      */
  3957.     protected function getSmsRepositoryService()
  3958.     {
  3959.         $this->privates['Bluue\\OvhSmsBundle\\Repository\\SmsRepository'] = $instance = new \Bluue\OvhSmsBundle\Repository\SmsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  3960.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3961.         return $instance;
  3962.     }
  3963.     /**
  3964.      * Gets the private 'Bluue\PlanningBundle\Repository\SlotRepository' shared autowired service.
  3965.      *
  3966.      * @return \Bluue\PlanningBundle\Repository\SlotRepository
  3967.      */
  3968.     protected function getSlotRepositoryService()
  3969.     {
  3970.         $this->privates['Bluue\\PlanningBundle\\Repository\\SlotRepository'] = $instance = new \Bluue\PlanningBundle\Repository\SlotRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3971.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3972.         return $instance;
  3973.     }
  3974.     /**
  3975.      * Gets the private 'Bluue\ProductReturnsBundle\Repository\ProductReturnRepository' shared autowired service.
  3976.      *
  3977.      * @return \Bluue\ProductReturnsBundle\Repository\ProductReturnRepository
  3978.      */
  3979.     protected function getProductReturnRepositoryService()
  3980.     {
  3981.         $this->privates['Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository'] = $instance = new \Bluue\ProductReturnsBundle\Repository\ProductReturnRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3982.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3983.         return $instance;
  3984.     }
  3985.     /**
  3986.      * Gets the private 'Bluue\ProductsBundle\Repository\DeclinationRepository' shared autowired service.
  3987.      *
  3988.      * @return \Bluue\ProductsBundle\Repository\DeclinationRepository
  3989.      */
  3990.     protected function getDeclinationRepositoryService()
  3991.     {
  3992.         $this->privates['Bluue\\ProductsBundle\\Repository\\DeclinationRepository'] = $instance = new \Bluue\ProductsBundle\Repository\DeclinationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3993.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3994.         return $instance;
  3995.     }
  3996.     /**
  3997.      * Gets the private 'Bluue\ProductsBundle\Repository\PackProductRepository' shared autowired service.
  3998.      *
  3999.      * @return \Bluue\ProductsBundle\Repository\PackProductRepository
  4000.      */
  4001.     protected function getPackProductRepositoryService()
  4002.     {
  4003.         return $this->privates['Bluue\\ProductsBundle\\Repository\\PackProductRepository'] = new \Bluue\ProductsBundle\Repository\PackProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4004.     }
  4005.     /**
  4006.      * Gets the private 'Bluue\ProductsBundle\Repository\ProductContextRepository' shared autowired service.
  4007.      *
  4008.      * @return \Bluue\ProductsBundle\Repository\ProductContextRepository
  4009.      */
  4010.     protected function getProductContextRepositoryService()
  4011.     {
  4012.         return $this->privates['Bluue\\ProductsBundle\\Repository\\ProductContextRepository'] = new \Bluue\ProductsBundle\Repository\ProductContextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4013.     }
  4014.     /**
  4015.      * Gets the private 'Bluue\ProductsBundle\Repository\ProductImageRepository' shared autowired service.
  4016.      *
  4017.      * @return \Bluue\ProductsBundle\Repository\ProductImageRepository
  4018.      */
  4019.     protected function getProductImageRepositoryService()
  4020.     {
  4021.         $this->privates['Bluue\\ProductsBundle\\Repository\\ProductImageRepository'] = $instance = new \Bluue\ProductsBundle\Repository\ProductImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4022.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4023.         return $instance;
  4024.     }
  4025.     /**
  4026.      * Gets the private 'Bluue\ProductsBundle\Repository\ProductRepository' shared autowired service.
  4027.      *
  4028.      * @return \Bluue\ProductsBundle\Repository\ProductRepository
  4029.      */
  4030.     protected function getProductRepositoryService()
  4031.     {
  4032.         $a = ($this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'] ?? $this->getProductSearchService());
  4033.         if (isset($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'])) {
  4034.             return $this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'];
  4035.         }
  4036.         $b = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4037.         if (isset($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'])) {
  4038.             return $this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'];
  4039.         }
  4040.         $c = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  4041.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4042.         $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()));
  4043.         $instance->setRequestStack($d$c);
  4044.         return $instance;
  4045.     }
  4046.     /**
  4047.      * Gets the private 'Bluue\ProductsBundle\Repository\SearchAssociationRepository' shared autowired service.
  4048.      *
  4049.      * @return \Bluue\ProductsBundle\Repository\SearchAssociationRepository
  4050.      */
  4051.     protected function getSearchAssociationRepositoryService()
  4052.     {
  4053.         return $this->privates['Bluue\\ProductsBundle\\Repository\\SearchAssociationRepository'] = new \Bluue\ProductsBundle\Repository\SearchAssociationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4054.     }
  4055.     /**
  4056.      * Gets the private 'Bluue\ProductsBundle\Repository\SearchWordRepository' shared autowired service.
  4057.      *
  4058.      * @return \Bluue\ProductsBundle\Repository\SearchWordRepository
  4059.      */
  4060.     protected function getSearchWordRepositoryService()
  4061.     {
  4062.         return $this->privates['Bluue\\ProductsBundle\\Repository\\SearchWordRepository'] = new \Bluue\ProductsBundle\Repository\SearchWordRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4063.     }
  4064.     /**
  4065.      * Gets the private 'Bluue\ProductsBundle\Services\ProductSearch' shared autowired service.
  4066.      *
  4067.      * @return \Bluue\ProductsBundle\Services\ProductSearch
  4068.      */
  4069.     protected function getProductSearchService()
  4070.     {
  4071.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4072.         if (isset($this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'])) {
  4073.             return $this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'];
  4074.         }
  4075.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4076.         if (isset($this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'])) {
  4077.             return $this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'];
  4078.         }
  4079.         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);
  4080.     }
  4081.     /**
  4082.      * Gets the private 'Bluue\ProjectsBundle\Repository\ProjectQuotationRepository' shared autowired service.
  4083.      *
  4084.      * @return \Bluue\ProjectsBundle\Repository\ProjectQuotationRepository
  4085.      */
  4086.     protected function getProjectQuotationRepositoryService()
  4087.     {
  4088.         return $this->privates['Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository'] = new \Bluue\ProjectsBundle\Repository\ProjectQuotationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4089.     }
  4090.     /**
  4091.      * Gets the private 'Bluue\ProjectsBundle\Repository\TaskMonitoredRepository' shared autowired service.
  4092.      *
  4093.      * @return \Bluue\ProjectsBundle\Repository\TaskMonitoredRepository
  4094.      */
  4095.     protected function getTaskMonitoredRepositoryService()
  4096.     {
  4097.         return $this->privates['Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository'] = new \Bluue\ProjectsBundle\Repository\TaskMonitoredRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4098.     }
  4099.     /**
  4100.      * Gets the private 'Bluue\ProjectsBundle\Repository\TaskRepository' shared autowired service.
  4101.      *
  4102.      * @return \Bluue\ProjectsBundle\Repository\TaskRepository
  4103.      */
  4104.     protected function getTaskRepositoryService()
  4105.     {
  4106.         $this->privates['Bluue\\ProjectsBundle\\Repository\\TaskRepository'] = $instance = new \Bluue\ProjectsBundle\Repository\TaskRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4107.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4108.         return $instance;
  4109.     }
  4110.     /**
  4111.      * Gets the private 'Bluue\ProjectsBundle\Repository\TaskTimeRepository' shared autowired service.
  4112.      *
  4113.      * @return \Bluue\ProjectsBundle\Repository\TaskTimeRepository
  4114.      */
  4115.     protected function getTaskTimeRepositoryService()
  4116.     {
  4117.         $this->privates['Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository'] = $instance = new \Bluue\ProjectsBundle\Repository\TaskTimeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4118.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4119.         return $instance;
  4120.     }
  4121.     /**
  4122.      * Gets the private 'Bluue\SalesBundle\Repository\AdditionalPdfRepository' shared autowired service.
  4123.      *
  4124.      * @return \Bluue\SalesBundle\Repository\AdditionalPdfRepository
  4125.      */
  4126.     protected function getAdditionalPdfRepositoryService()
  4127.     {
  4128.         $this->privates['Bluue\\SalesBundle\\Repository\\AdditionalPdfRepository'] = $instance = new \Bluue\SalesBundle\Repository\AdditionalPdfRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4129.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4130.         return $instance;
  4131.     }
  4132.     /**
  4133.      * Gets the private 'Bluue\SalesBundle\Repository\CustomerOptionsRepository' shared autowired service.
  4134.      *
  4135.      * @return \Bluue\SalesBundle\Repository\CustomerOptionsRepository
  4136.      */
  4137.     protected function getCustomerOptionsRepositoryService()
  4138.     {
  4139.         return $this->privates['Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository'] = new \Bluue\SalesBundle\Repository\CustomerOptionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4140.     }
  4141.     /**
  4142.      * Gets the private 'Bluue\SalesBundle\Repository\DeliveryNoteRepository' shared autowired service.
  4143.      *
  4144.      * @return \Bluue\SalesBundle\Repository\DeliveryNoteRepository
  4145.      */
  4146.     protected function getDeliveryNoteRepositoryService()
  4147.     {
  4148.         $a = ($this->privates['Bluue\\SalesBundle\\Services\\Line'] ?? $this->getLineService());
  4149.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'])) {
  4150.             return $this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'];
  4151.         }
  4152.         $b = ($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'] ?? $this->getPdfGeneratorService());
  4153.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'])) {
  4154.             return $this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'];
  4155.         }
  4156.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4157.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'])) {
  4158.             return $this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'];
  4159.         }
  4160.         $d = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4161.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'])) {
  4162.             return $this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'];
  4163.         }
  4164.         $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())));
  4165.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4166.         return $instance;
  4167.     }
  4168.     /**
  4169.      * Gets the private 'Bluue\SalesBundle\Repository\InvoiceRepository' shared autowired service.
  4170.      *
  4171.      * @return \Bluue\SalesBundle\Repository\InvoiceRepository
  4172.      */
  4173.     protected function getInvoiceRepositoryService()
  4174.     {
  4175.         $a = ($this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'] ?? $this->getReferenceGeneratorService());
  4176.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  4177.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  4178.         }
  4179.         $b = ($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'] ?? $this->getPdfGeneratorService());
  4180.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  4181.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  4182.         }
  4183.         $c = ($this->privates['Bluue\\SalesBundle\\Services\\Line'] ?? $this->getLineService());
  4184.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  4185.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  4186.         }
  4187.         $d = ($this->privates['Bluue\\SalesBundle\\Services\\SharedSales'] ?? $this->getSharedSalesService());
  4188.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  4189.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  4190.         }
  4191.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4192.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  4193.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  4194.         }
  4195.         $f = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4196.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  4197.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  4198.         }
  4199.         $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);
  4200.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4201.         return $instance;
  4202.     }
  4203.     /**
  4204.      * Gets the private 'Bluue\SalesBundle\Repository\OrderRepository' shared autowired service.
  4205.      *
  4206.      * @return \Bluue\SalesBundle\Repository\OrderRepository
  4207.      */
  4208.     protected function getOrderRepositoryService()
  4209.     {
  4210.         $a = ($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'] ?? $this->getPdfGeneratorService());
  4211.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'])) {
  4212.             return $this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'];
  4213.         }
  4214.         $b = ($this->privates['Bluue\\SalesBundle\\Services\\Line'] ?? $this->getLineService());
  4215.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'])) {
  4216.             return $this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'];
  4217.         }
  4218.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4219.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'])) {
  4220.             return $this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'];
  4221.         }
  4222.         $d = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4223.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'])) {
  4224.             return $this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'];
  4225.         }
  4226.         $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);
  4227.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4228.         return $instance;
  4229.     }
  4230.     /**
  4231.      * Gets the private 'Bluue\SalesBundle\Services\Document' shared autowired service.
  4232.      *
  4233.      * @return \Bluue\SalesBundle\Services\Document
  4234.      */
  4235.     protected function getDocumentService()
  4236.     {
  4237.         return $this->privates['Bluue\\SalesBundle\\Services\\Document'] = new \Bluue\SalesBundle\Services\Document();
  4238.     }
  4239.     /**
  4240.      * Gets the private 'Bluue\SalesBundle\Services\Line' shared autowired service.
  4241.      *
  4242.      * @return \Bluue\SalesBundle\Services\Line
  4243.      */
  4244.     protected function getLineService()
  4245.     {
  4246.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4247.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\Line'])) {
  4248.             return $this->privates['Bluue\\SalesBundle\\Services\\Line'];
  4249.         }
  4250.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4251.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\Line'])) {
  4252.             return $this->privates['Bluue\\SalesBundle\\Services\\Line'];
  4253.         }
  4254.         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()));
  4255.     }
  4256.     /**
  4257.      * Gets the private 'Bluue\SalesBundle\Services\PdfGenerator' shared autowired service.
  4258.      *
  4259.      * @return \Bluue\SalesBundle\Services\PdfGenerator
  4260.      */
  4261.     protected function getPdfGeneratorService()
  4262.     {
  4263.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4264.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'])) {
  4265.             return $this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'];
  4266.         }
  4267.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4268.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'])) {
  4269.             return $this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'];
  4270.         }
  4271.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4272.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'])) {
  4273.             return $this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'];
  4274.         }
  4275.         $d = ($this->privates['App\\Services\\DefaultLocale'] ?? $this->getDefaultLocaleService());
  4276.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'])) {
  4277.             return $this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'];
  4278.         }
  4279.         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);
  4280.     }
  4281.     /**
  4282.      * Gets the private 'Bluue\SalesBundle\Services\ReferenceGenerator' shared autowired service.
  4283.      *
  4284.      * @return \Bluue\SalesBundle\Services\ReferenceGenerator
  4285.      */
  4286.     protected function getReferenceGeneratorService()
  4287.     {
  4288.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4289.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'])) {
  4290.             return $this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'];
  4291.         }
  4292.         return $this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'] = new \Bluue\SalesBundle\Services\ReferenceGenerator($a);
  4293.     }
  4294.     /**
  4295.      * Gets the private 'Bluue\SalesBundle\Services\SharedSales' shared autowired service.
  4296.      *
  4297.      * @return \Bluue\SalesBundle\Services\SharedSales
  4298.      */
  4299.     protected function getSharedSalesService()
  4300.     {
  4301.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4302.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\SharedSales'])) {
  4303.             return $this->privates['Bluue\\SalesBundle\\Services\\SharedSales'];
  4304.         }
  4305.         return $this->privates['Bluue\\SalesBundle\\Services\\SharedSales'] = new \Bluue\SalesBundle\Services\SharedSales($a, ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4306.     }
  4307.     /**
  4308.      * Gets the private 'Bluue\ShipmentsBundle\Repository\OrderOptionsRepository' shared autowired service.
  4309.      *
  4310.      * @return \Bluue\ShipmentsBundle\Repository\OrderOptionsRepository
  4311.      */
  4312.     protected function getOrderOptionsRepositoryService()
  4313.     {
  4314.         $a = ($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'] ?? $this->getDeliveryNoteRepositoryService());
  4315.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  4316.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  4317.         }
  4318.         $b = ($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService());
  4319.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  4320.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  4321.         }
  4322.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4323.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  4324.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  4325.         }
  4326.         $d = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4327.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  4328.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  4329.         }
  4330.         $e = ($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
  4331.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  4332.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  4333.         }
  4334.         $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);
  4335.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4336.         return $instance;
  4337.     }
  4338.     /**
  4339.      * Gets the private 'Bluue\ShipmentsBundle\Repository\OrderPreparationHistoryRepository' shared autowired service.
  4340.      *
  4341.      * @return \Bluue\ShipmentsBundle\Repository\OrderPreparationHistoryRepository
  4342.      */
  4343.     protected function getOrderPreparationHistoryRepositoryService()
  4344.     {
  4345.         $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository'] = $instance = new \Bluue\ShipmentsBundle\Repository\OrderPreparationHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4346.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4347.         return $instance;
  4348.     }
  4349.     /**
  4350.      * Gets the private 'Bluue\StocksBundle\Repository\LocationRepository' shared autowired service.
  4351.      *
  4352.      * @return \Bluue\StocksBundle\Repository\LocationRepository
  4353.      */
  4354.     protected function getLocationRepositoryService()
  4355.     {
  4356.         $this->privates['Bluue\\StocksBundle\\Repository\\LocationRepository'] = $instance = new \Bluue\StocksBundle\Repository\LocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4357.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4358.         return $instance;
  4359.     }
  4360.     /**
  4361.      * Gets the private 'Bluue\StocksBundle\Repository\ProductConfigurationRepository' shared autowired service.
  4362.      *
  4363.      * @return \Bluue\StocksBundle\Repository\ProductConfigurationRepository
  4364.      */
  4365.     protected function getProductConfigurationRepositoryService()
  4366.     {
  4367.         $this->privates['Bluue\\StocksBundle\\Repository\\ProductConfigurationRepository'] = $instance = new \Bluue\StocksBundle\Repository\ProductConfigurationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4368.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4369.         return $instance;
  4370.     }
  4371.     /**
  4372.      * Gets the private 'Bluue\StocksBundle\Repository\StockLocationRepository' shared autowired service.
  4373.      *
  4374.      * @return \Bluue\StocksBundle\Repository\StockLocationRepository
  4375.      */
  4376.     protected function getStockLocationRepositoryService()
  4377.     {
  4378.         $this->privates['Bluue\\StocksBundle\\Repository\\StockLocationRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockLocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4379.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4380.         return $instance;
  4381.     }
  4382.     /**
  4383.      * Gets the private 'Bluue\StocksBundle\Repository\StockMovementReasonRepository' shared autowired service.
  4384.      *
  4385.      * @return \Bluue\StocksBundle\Repository\StockMovementReasonRepository
  4386.      */
  4387.     protected function getStockMovementReasonRepositoryService()
  4388.     {
  4389.         $this->privates['Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockMovementReasonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4390.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4391.         return $instance;
  4392.     }
  4393.     /**
  4394.      * Gets the private 'Bluue\StocksBundle\Repository\StockMovementRepository' shared autowired service.
  4395.      *
  4396.      * @return \Bluue\StocksBundle\Repository\StockMovementRepository
  4397.      */
  4398.     protected function getStockMovementRepositoryService()
  4399.     {
  4400.         $this->privates['Bluue\\StocksBundle\\Repository\\StockMovementRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockMovementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4401.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4402.         return $instance;
  4403.     }
  4404.     /**
  4405.      * Gets the private 'Bluue\StocksBundle\Repository\StockOrderLineLocationRepository' shared autowired service.
  4406.      *
  4407.      * @return \Bluue\StocksBundle\Repository\StockOrderLineLocationRepository
  4408.      */
  4409.     protected function getStockOrderLineLocationRepositoryService()
  4410.     {
  4411.         return $this->privates['Bluue\\StocksBundle\\Repository\\StockOrderLineLocationRepository'] = new \Bluue\StocksBundle\Repository\StockOrderLineLocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4412.     }
  4413.     /**
  4414.      * Gets the private 'Bluue\StocksBundle\Repository\StockOrderLineRepository' shared autowired service.
  4415.      *
  4416.      * @return \Bluue\StocksBundle\Repository\StockOrderLineRepository
  4417.      */
  4418.     protected function getStockOrderLineRepositoryService()
  4419.     {
  4420.         return $this->privates['Bluue\\StocksBundle\\Repository\\StockOrderLineRepository'] = new \Bluue\StocksBundle\Repository\StockOrderLineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4421.     }
  4422.     /**
  4423.      * Gets the private 'Bluue\StocksBundle\Repository\StockProductRepository' shared autowired service.
  4424.      *
  4425.      * @return \Bluue\StocksBundle\Repository\StockProductRepository
  4426.      */
  4427.     protected function getStockProductRepositoryService()
  4428.     {
  4429.         $a = ($this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'] ?? $this->getProductSearchService());
  4430.         if (isset($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'])) {
  4431.             return $this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'];
  4432.         }
  4433.         $b = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4434.         if (isset($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'])) {
  4435.             return $this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'];
  4436.         }
  4437.         $c = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  4438.         $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);
  4439.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c);
  4440.         return $instance;
  4441.     }
  4442.     /**
  4443.      * Gets the private 'Bluue\StocksBundle\Repository\StockProductRootContextRepository' shared autowired service.
  4444.      *
  4445.      * @return \Bluue\StocksBundle\Repository\StockProductRootContextRepository
  4446.      */
  4447.     protected function getStockProductRootContextRepositoryService()
  4448.     {
  4449.         $this->privates['Bluue\\StocksBundle\\Repository\\StockProductRootContextRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockProductRootContextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4450.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4451.         return $instance;
  4452.     }
  4453.     /**
  4454.      * Gets the private 'Bluue\StocksBundle\Repository\StockProductRootRepository' shared autowired service.
  4455.      *
  4456.      * @return \Bluue\StocksBundle\Repository\StockProductRootRepository
  4457.      */
  4458.     protected function getStockProductRootRepositoryService()
  4459.     {
  4460.         $this->privates['Bluue\\StocksBundle\\Repository\\StockProductRootRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockProductRootRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4461.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4462.         return $instance;
  4463.     }
  4464.     /**
  4465.      * Gets the private 'Bluue\StocksBundle\Repository\StockQuantityRepository' shared autowired service.
  4466.      *
  4467.      * @return \Bluue\StocksBundle\Repository\StockQuantityRepository
  4468.      */
  4469.     protected function getStockQuantityRepositoryService()
  4470.     {
  4471.         $this->privates['Bluue\\StocksBundle\\Repository\\StockQuantityRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockQuantityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4472.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4473.         return $instance;
  4474.     }
  4475.     /**
  4476.      * Gets the private 'Bluue\StocksBundle\Repository\WarehouseRepository' shared autowired service.
  4477.      *
  4478.      * @return \Bluue\StocksBundle\Repository\WarehouseRepository
  4479.      */
  4480.     protected function getWarehouseRepositoryService()
  4481.     {
  4482.         $this->privates['Bluue\\StocksBundle\\Repository\\WarehouseRepository'] = $instance = new \Bluue\StocksBundle\Repository\WarehouseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4483.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4484.         return $instance;
  4485.     }
  4486.     /**
  4487.      * Gets the private 'Bluue\StocksBundle\Services\RemainingQuantityOrderedProcess' shared autowired service.
  4488.      *
  4489.      * @return \Bluue\StocksBundle\Services\RemainingQuantityOrderedProcess
  4490.      */
  4491.     protected function getRemainingQuantityOrderedProcessService()
  4492.     {
  4493.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4494.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4495.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4496.         }
  4497.         $b = ($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'] ?? $this->getRemovalStockProcedureService());
  4498.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4499.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4500.         }
  4501.         $c = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4502.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4503.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4504.         }
  4505.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4506.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4507.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4508.         }
  4509.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4510.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4511.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4512.         }
  4513.         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);
  4514.     }
  4515.     /**
  4516.      * Gets the private 'Bluue\StocksBundle\Services\RemovalStockProcedure' shared autowired service.
  4517.      *
  4518.      * @return \Bluue\StocksBundle\Services\RemovalStockProcedure
  4519.      */
  4520.     protected function getRemovalStockProcedureService()
  4521.     {
  4522.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4523.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'])) {
  4524.             return $this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'];
  4525.         }
  4526.         $b = ($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'] ?? $this->getStockProductRepositoryService());
  4527.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'])) {
  4528.             return $this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'];
  4529.         }
  4530.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4531.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'])) {
  4532.             return $this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'];
  4533.         }
  4534.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4535.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'])) {
  4536.             return $this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'];
  4537.         }
  4538.         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);
  4539.     }
  4540.     /**
  4541.      * Gets the private 'Bluue\SuppliersBundle\Repository\ProductSupplierContextRepository' shared autowired service.
  4542.      *
  4543.      * @return \Bluue\SuppliersBundle\Repository\ProductSupplierContextRepository
  4544.      */
  4545.     protected function getProductSupplierContextRepositoryService()
  4546.     {
  4547.         $a = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  4548.         $this->privates['Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository'] = $instance = new \Bluue\SuppliersBundle\Repository\ProductSupplierContextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  4549.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  4550.         return $instance;
  4551.     }
  4552.     /**
  4553.      * Gets the private 'Bluue\SuppliersBundle\Repository\SupplierRepository' shared autowired service.
  4554.      *
  4555.      * @return \Bluue\SuppliersBundle\Repository\SupplierRepository
  4556.      */
  4557.     protected function getSupplierRepositoryService()
  4558.     {
  4559.         $this->privates['Bluue\\SuppliersBundle\\Repository\\SupplierRepository'] = $instance = new \Bluue\SuppliersBundle\Repository\SupplierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4560.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4561.         return $instance;
  4562.     }
  4563.     /**
  4564.      * Gets the private 'annotations.cache_adapter' shared service.
  4565.      *
  4566.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4567.      */
  4568.     protected function getAnnotations_CacheAdapterService()
  4569.     {
  4570.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4571.     }
  4572.     /**
  4573.      * Gets the private 'annotations.cached_reader' shared service.
  4574.      *
  4575.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4576.      */
  4577.     protected function getAnnotations_CachedReaderService()
  4578.     {
  4579.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  4580.     }
  4581.     /**
  4582.      * Gets the private 'annotations.reader' shared service.
  4583.      *
  4584.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4585.      */
  4586.     protected function getAnnotations_ReaderService()
  4587.     {
  4588.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4589.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4590.         $a->registerUniqueLoader('class_exists');
  4591.         $instance->addGlobalIgnoredName('required'$a);
  4592.         return $instance;
  4593.     }
  4594.     /**
  4595.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  4596.      *
  4597.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4598.      */
  4599.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  4600.     {
  4601.         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())));
  4602.     }
  4603.     /**
  4604.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  4605.      *
  4606.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4607.      */
  4608.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  4609.     {
  4610.         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())));
  4611.     }
  4612.     /**
  4613.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  4614.      *
  4615.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4616.      */
  4617.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  4618.     {
  4619.         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())));
  4620.     }
  4621.     /**
  4622.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  4623.      *
  4624.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4625.      */
  4626.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  4627.     {
  4628.         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())));
  4629.     }
  4630.     /**
  4631.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  4632.      *
  4633.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4634.      */
  4635.     protected function getApiPlatform_Cache_RouteNameResolverService()
  4636.     {
  4637.         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())));
  4638.     }
  4639.     /**
  4640.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  4641.      *
  4642.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4643.      */
  4644.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  4645.     {
  4646.         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())));
  4647.     }
  4648.     /**
  4649.      * Gets the private 'api_platform.graphql.cache.subscription' shared service.
  4650.      *
  4651.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4652.      */
  4653.     protected function getApiPlatform_Graphql_Cache_SubscriptionService()
  4654.     {
  4655.         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())));
  4656.     }
  4657.     /**
  4658.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  4659.      *
  4660.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  4661.      */
  4662.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  4663.     {
  4664.         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()));
  4665.     }
  4666.     /**
  4667.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  4668.      *
  4669.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  4670.      */
  4671.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  4672.     {
  4673.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  4674.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  4675.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  4676.         }
  4677.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  4678.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  4679.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  4680.         }
  4681.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  4682.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  4683.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  4684.         }
  4685.         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())));
  4686.     }
  4687.     /**
  4688.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  4689.      *
  4690.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  4691.      */
  4692.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  4693.     {
  4694.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  4695.     }
  4696.     /**
  4697.      * Gets the private 'api_platform.identifier.converter' shared service.
  4698.      *
  4699.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  4700.      */
  4701.     protected function getApiPlatform_Identifier_ConverterService()
  4702.     {
  4703.         $a = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  4704.         if (isset($this->privates['api_platform.identifier.converter'])) {
  4705.             return $this->privates['api_platform.identifier.converter'];
  4706.         }
  4707.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  4708.         if (isset($this->privates['api_platform.identifier.converter'])) {
  4709.             return $this->privates['api_platform.identifier.converter'];
  4710.         }
  4711.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter($a$b, new RewindableGenerator(function () {
  4712.             yield => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  4713.             yield => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
  4714.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  4715.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  4716.         }, 4));
  4717.     }
  4718.     /**
  4719.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  4720.      *
  4721.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  4722.      */
  4723.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  4724.     {
  4725.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  4726.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  4727.             return $this->privates['api_platform.identifiers_extractor.cached'];
  4728.         }
  4729.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  4730.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  4731.             return $this->privates['api_platform.identifiers_extractor.cached'];
  4732.         }
  4733.         $c = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  4734.         $d = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  4735.         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);
  4736.     }
  4737.     /**
  4738.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  4739.      *
  4740.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  4741.      */
  4742.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  4743.     {
  4744.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  4745.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  4746.         return $instance;
  4747.     }
  4748.     /**
  4749.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  4750.      *
  4751.      * @return \ApiPlatform\JsonLd\ContextBuilder
  4752.      */
  4753.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  4754.     {
  4755.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  4756.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  4757.             return $this->privates['api_platform.jsonld.context_builder'];
  4758.         }
  4759.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  4760.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  4761.             return $this->privates['api_platform.jsonld.context_builder'];
  4762.         }
  4763.         $c = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  4764.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  4765.             return $this->privates['api_platform.jsonld.context_builder'];
  4766.         }
  4767.         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));
  4768.     }
  4769.     /**
  4770.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  4771.      *
  4772.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  4773.      */
  4774.     protected function getApiPlatform_Listener_Request_AddFormatService()
  4775.     {
  4776.         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']);
  4777.     }
  4778.     /**
  4779.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  4780.      *
  4781.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  4782.      */
  4783.     protected function getApiPlatform_Listener_Request_DeserializeService()
  4784.     {
  4785.         $a = ($this->privates['Bluue\\InventoriesBundle\\Serializer\\InventoriesContextBuilder'] ?? $this->getInventoriesContextBuilderService());
  4786.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  4787.             return $this->privates['api_platform.listener.request.deserialize'];
  4788.         }
  4789.         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()));
  4790.     }
  4791.     /**
  4792.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  4793.      *
  4794.      * @return \ApiPlatform\Core\EventListener\ReadListener
  4795.      */
  4796.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  4797.     {
  4798.         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()));
  4799.     }
  4800.     /**
  4801.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  4802.      *
  4803.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  4804.      */
  4805.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  4806.     {
  4807.         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);
  4808.     }
  4809.     /**
  4810.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  4811.      *
  4812.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  4813.      */
  4814.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  4815.     {
  4816.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  4817.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  4818.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  4819.         }
  4820.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4821.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  4822.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  4823.         }
  4824.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  4825.         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 () {
  4826.             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()));
  4827.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  4828.             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()));
  4829.             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()));
  4830.             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()));
  4831.             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()));
  4832.             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()));
  4833.             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()));
  4834.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  4835.             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()));
  4836.             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()));
  4837.             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()));
  4838.             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()));
  4839.         }, 13)));
  4840.     }
  4841.     /**
  4842.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  4843.      *
  4844.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  4845.      */
  4846.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  4847.     {
  4848.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4849.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  4850.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  4851.         }
  4852.         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)));
  4853.     }
  4854.     /**
  4855.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  4856.      *
  4857.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  4858.      */
  4859.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  4860.     {
  4861.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  4862.         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']));
  4863.     }
  4864.     /**
  4865.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  4866.      *
  4867.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  4868.      */
  4869.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  4870.     {
  4871.         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)))))));
  4872.     }
  4873.     /**
  4874.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  4875.      *
  4876.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  4877.      */
  4878.     protected function getApiPlatform_OperationPathResolver_CustomService()
  4879.     {
  4880.         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()))));
  4881.     }
  4882.     /**
  4883.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  4884.      *
  4885.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  4886.      */
  4887.     protected function getApiPlatform_OperationPathResolver_RouterService()
  4888.     {
  4889.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  4890.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  4891.             return $this->privates['api_platform.operation_path_resolver.router'];
  4892.         }
  4893.         $b = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  4894.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  4895.             return $this->privates['api_platform.operation_path_resolver.router'];
  4896.         }
  4897.         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);
  4898.     }
  4899.     /**
  4900.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  4901.      *
  4902.      * @return \ApiPlatform\Api\ResourceClassResolver
  4903.      */
  4904.     protected function getApiPlatform_ResourceClassResolverService()
  4905.     {
  4906.         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()));
  4907.     }
  4908.     /**
  4909.      * Gets the private 'api_platform.router' shared service.
  4910.      *
  4911.      * @return \ApiPlatform\Symfony\Routing\Router
  4912.      */
  4913.     protected function getApiPlatform_RouterService()
  4914.     {
  4915.         $a = ($this->services['router'] ?? $this->getRouterService());
  4916.         if (isset($this->privates['api_platform.router'])) {
  4917.             return $this->privates['api_platform.router'];
  4918.         }
  4919.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a1);
  4920.     }
  4921.     /**
  4922.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  4923.      *
  4924.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  4925.      */
  4926.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  4927.     {
  4928.         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()));
  4929.     }
  4930.     /**
  4931.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  4932.      *
  4933.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  4934.      */
  4935.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  4936.     {
  4937.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4938.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  4939.             return $this->privates['api_platform.security.resource_access_checker'];
  4940.         }
  4941.         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);
  4942.     }
  4943.     /**
  4944.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  4945.      *
  4946.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  4947.      */
  4948.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  4949.     {
  4950.         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()))])));
  4951.     }
  4952.     /**
  4953.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  4954.      *
  4955.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  4956.      */
  4957.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  4958.     {
  4959.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  4960.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  4961.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  4962.         }
  4963.         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())));
  4964.     }
  4965.     /**
  4966.      * Gets the private 'assets.packages' shared service.
  4967.      *
  4968.      * @return \Symfony\Component\Asset\Packages
  4969.      */
  4970.     protected function getAssets_PackagesService()
  4971.     {
  4972.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  4973.         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 () {
  4974.             return new \EmptyIterator();
  4975.         }, 0));
  4976.     }
  4977.     /**
  4978.      * Gets the private 'cache.annotations' shared service.
  4979.      *
  4980.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4981.      */
  4982.     protected function getCache_AnnotationsService()
  4983.     {
  4984.         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())));
  4985.     }
  4986.     /**
  4987.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4988.      *
  4989.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4990.      */
  4991.     protected function getCache_Doctrine_Orm_Default_QueryService()
  4992.     {
  4993.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4994.     }
  4995.     /**
  4996.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  4997.      *
  4998.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4999.      */
  5000.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5001.     {
  5002.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5003.     }
  5004.     /**
  5005.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  5006.      *
  5007.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5008.      */
  5009.     protected function getCache_Messenger_RestartWorkersSignalService()
  5010.     {
  5011.         $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))));
  5012.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5013.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5014.     }
  5015.     /**
  5016.      * Gets the private 'cache.property_info' shared service.
  5017.      *
  5018.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5019.      */
  5020.     protected function getCache_PropertyInfoService()
  5021.     {
  5022.         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())));
  5023.     }
  5024.     /**
  5025.      * Gets the private 'cache.security_expression_language' shared service.
  5026.      *
  5027.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5028.      */
  5029.     protected function getCache_SecurityExpressionLanguageService()
  5030.     {
  5031.         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())));
  5032.     }
  5033.     /**
  5034.      * Gets the private 'cache.security_token_verifier' shared service.
  5035.      *
  5036.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5037.      */
  5038.     protected function getCache_SecurityTokenVerifierService()
  5039.     {
  5040.         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())));
  5041.     }
  5042.     /**
  5043.      * Gets the private 'cache.serializer' shared service.
  5044.      *
  5045.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5046.      */
  5047.     protected function getCache_SerializerService()
  5048.     {
  5049.         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())));
  5050.     }
  5051.     /**
  5052.      * Gets the private 'cache.validator' shared service.
  5053.      *
  5054.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5055.      */
  5056.     protected function getCache_ValidatorService()
  5057.     {
  5058.         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())));
  5059.     }
  5060.     /**
  5061.      * Gets the private 'cache.webpack_encore' shared service.
  5062.      *
  5063.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5064.      */
  5065.     protected function getCache_WebpackEncoreService()
  5066.     {
  5067.         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())));
  5068.     }
  5069.     /**
  5070.      * Gets the private 'config_cache_factory' shared service.
  5071.      *
  5072.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5073.      */
  5074.     protected function getConfigCacheFactoryService()
  5075.     {
  5076.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5077.             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)));
  5078.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5079.         }, 2));
  5080.     }
  5081.     /**
  5082.      * Gets the private 'data_collector.form' shared service.
  5083.      *
  5084.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  5085.      */
  5086.     protected function getDataCollector_FormService()
  5087.     {
  5088.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  5089.     }
  5090.     /**
  5091.      * Gets the private 'data_collector.request' shared service.
  5092.      *
  5093.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  5094.      */
  5095.     protected function getDataCollector_RequestService()
  5096.     {
  5097.         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())));
  5098.     }
  5099.     /**
  5100.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  5101.      *
  5102.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  5103.      */
  5104.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  5105.     {
  5106.         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 () {
  5107.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  5108.         }, 1)));
  5109.     }
  5110.     /**
  5111.      * Gets the private 'debug.api_platform.data_persister' shared service.
  5112.      *
  5113.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  5114.      */
  5115.     protected function getDebug_ApiPlatform_DataPersisterService()
  5116.     {
  5117.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  5118.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  5119.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  5120.         }, 2)));
  5121.     }
  5122.     /**
  5123.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  5124.      *
  5125.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  5126.      */
  5127.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  5128.     {
  5129.         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 () {
  5130.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  5131.         }, 1)));
  5132.     }
  5133.     /**
  5134.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  5135.      *
  5136.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  5137.      */
  5138.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  5139.     {
  5140.         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 () {
  5141.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  5142.         }, 1)));
  5143.     }
  5144.     /**
  5145.      * Gets the private 'debug.debug_handlers_listener' shared service.
  5146.      *
  5147.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5148.      */
  5149.     protected function getDebug_DebugHandlersListenerService()
  5150.     {
  5151.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  5152.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5153.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5154.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5155.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5156.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  5157.     }
  5158.     /**
  5159.      * Gets the private 'debug.file_link_formatter' shared service.
  5160.      *
  5161.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5162.      */
  5163.     protected function getDebug_FileLinkFormatterService()
  5164.     {
  5165.         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 () {
  5166.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  5167.         });
  5168.     }
  5169.     /**
  5170.      * Gets the private 'debug.log_processor' shared service.
  5171.      *
  5172.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  5173.      */
  5174.     protected function getDebug_LogProcessorService()
  5175.     {
  5176.         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())));
  5177.     }
  5178.     /**
  5179.      * Gets the private 'debug.security.access.decision_manager' shared service.
  5180.      *
  5181.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  5182.      */
  5183.     protected function getDebug_Security_Access_DecisionManagerService()
  5184.     {
  5185.         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 () {
  5186.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  5187.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  5188.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  5189.             yield => ($this->privates['debug.security.voter.Bluue\\ProductsBundle\\Security\\CatalogVoter'] ?? $this->load('getCatalogVoterService'));
  5190.             yield => ($this->privates['debug.security.voter.Bluue\\StocksBundle\\Security\\StocksVoter'] ?? $this->load('getStocksVoterService'));
  5191.             yield => ($this->privates['debug.security.voter.Bluue\\CustomersBundle\\Security\\CustomersVoter'] ?? $this->load('getCustomersVoterService'));
  5192.             yield => ($this->privates['debug.security.voter.Bluue\\SalesBundle\\Security\\SalesVoter'] ?? $this->load('getSalesVoterService'));
  5193.             yield => ($this->privates['debug.security.voter.Bluue\\CrmBundle\\Security\\CrmVoter'] ?? $this->load('getCrmVoterService'));
  5194.             yield => ($this->privates['debug.security.voter.Bluue\\SuppliersBundle\\Security\\SuppliersVoter'] ?? $this->load('getSuppliersVoterService'));
  5195.             yield => ($this->privates['debug.security.voter.Bluue\\SuppliersOrdersBundle\\Security\\ImportOrderVoter'] ?? $this->load('getImportOrderVoterService'));
  5196.             yield 10 => ($this->privates['debug.security.voter.Bluue\\InventoriesBundle\\Security\\InventoriesVoter'] ?? $this->load('getInventoriesVoterService'));
  5197.             yield 11 => ($this->privates['debug.security.voter.Bluue\\ImportProductsBundle\\Security\\ImportProductVoter'] ?? $this->load('getImportProductVoterService'));
  5198.             yield 12 => ($this->privates['debug.security.voter.Bluue\\StatisticsBundle\\Security\\StatisticsVoter'] ?? $this->load('getStatisticsVoterService'));
  5199.             yield 13 => ($this->privates['debug.security.voter.Bluue\\ShipmentsBundle\\Security\\ShipmentsVoter'] ?? $this->load('getShipmentsVoterService'));
  5200.             yield 14 => ($this->privates['debug.security.voter.Bluue\\UtilityBillsBundle\\Security\\UtilityBillsVoter'] ?? $this->load('getUtilityBillsVoterService'));
  5201.             yield 15 => ($this->privates['debug.security.voter.Bluue\\CashRegisterBundle\\Security\\CashRegisterVoter'] ?? $this->load('getCashRegisterVoter2Service'));
  5202.             yield 16 => ($this->privates['debug.security.voter.Bluue\\ProjectsBundle\\Security\\ProjectsVoter'] ?? $this->load('getProjectsVoterService'));
  5203.             yield 17 => ($this->privates['debug.security.voter.Bluue\\SitesBundle\\Security\\SitesVoter'] ?? $this->load('getSitesVoterService'));
  5204.         }, 18), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  5205.     }
  5206.     /**
  5207.      * Gets the private 'debug.security.firewall' shared service.
  5208.      *
  5209.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  5210.      */
  5211.     protected function getDebug_Security_FirewallService()
  5212.     {
  5213.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  5214.         if (isset($this->privates['debug.security.firewall'])) {
  5215.             return $this->privates['debug.security.firewall'];
  5216.         }
  5217.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5218.         if (isset($this->privates['debug.security.firewall'])) {
  5219.             return $this->privates['debug.security.firewall'];
  5220.         }
  5221.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  5222.     }
  5223.     /**
  5224.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  5225.      *
  5226.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  5227.      */
  5228.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  5229.     {
  5230.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5231.             'App\\EventSubscriber\\CheckEntitySubscriber' => ['privates''App\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriberService'true],
  5232.             'Bluue\\AccountingBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\AccountingBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriberService'true],
  5233.             'Bluue\\AdelyaBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\AdelyaBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber2Service'true],
  5234.             'Bluue\\CashRegisterBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\CashRegisterBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber3Service'true],
  5235.             'Bluue\\CashRegisterBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\CashRegisterBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber2Service'true],
  5236.             'Bluue\\CategoriesBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\CategoriesBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber3Service'true],
  5237.             'Bluue\\CrmBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\CrmBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber4Service'true],
  5238.             'Bluue\\CrmBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\CrmBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber4Service'true],
  5239.             'Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber5Service'true],
  5240.             'Bluue\\CustomersBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\CustomersBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber6Service'true],
  5241.             'Bluue\\Cx3Bundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\Cx3Bundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber5Service'true],
  5242.             'Bluue\\InventoriesBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\InventoriesBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber7Service'true],
  5243.             'Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\CheckEntitySubscriber' => ['privates''Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\CheckEntitySubscriber''getCheckEntitySubscriber8Service'true],
  5244.             'Bluue\\LabelsBundle\\EventSubscriber\\StocksBundle\\CheckEntitySubscriber' => ['privates''Bluue\\LabelsBundle\\EventSubscriber\\StocksBundle\\CheckEntitySubscriber''getCheckEntitySubscriber9Service'true],
  5245.             'Bluue\\OvhSmsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\OvhSmsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber10Service'true],
  5246.             'Bluue\\PlanningBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\PlanningBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber11Service'true],
  5247.             'Bluue\\PlanningBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\PlanningBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber6Service'true],
  5248.             'Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber12Service'true],
  5249.             'Bluue\\ProductReturnsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\ProductReturnsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber13Service'true],
  5250.             'Bluue\\ProductsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\ProductsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber14Service'true],
  5251.             'Bluue\\ProductsBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\ProductsBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber7Service'true],
  5252.             'Bluue\\ProjectsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\ProjectsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber15Service'true],
  5253.             'Bluue\\ProjectsBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\ProjectsBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber8Service'true],
  5254.             'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber16Service'true],
  5255.             'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\RecurringInvoicesBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber9Service'true],
  5256.             'Bluue\\SalesBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\SalesBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber17Service'true],
  5257.             'Bluue\\ShipmentsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\ShipmentsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber18Service'true],
  5258.             'Bluue\\SitesBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\SitesBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber19Service'true],
  5259.             'Bluue\\StocksBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\StocksBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber20Service'true],
  5260.             'Bluue\\StocksBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\StocksBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber10Service'true],
  5261.             'Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\RemainingQuantityOrderedSubscriber' => ['privates''Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\RemainingQuantityOrderedSubscriber''getRemainingQuantityOrderedSubscriberService'true],
  5262.             'Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber' => ['privates''Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber''getStockQuantitySubscriberService'true],
  5263.             'Bluue\\SuppliersBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\SuppliersBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber21Service'true],
  5264.             'Bluue\\SuppliersBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\SuppliersBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber11Service'true],
  5265.             'Bluue\\SuppliersOrdersBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\SuppliersOrdersBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber22Service'true],
  5266.             'Bluue\\TicketsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\TicketsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber23Service'true],
  5267.             'Bluue\\TicketsBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\TicketsBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber12Service'true],
  5268.             'Gedmo\\Translatable\\TranslatableListener' => ['privates''Gedmo\\Translatable\\TranslatableListener''getTranslatableListenerService'true],
  5269.             'app.event_listener.set_entity_service' => ['privates''app.event_listener.set_entity_service''getApp_EventListener_SetEntityServiceService'true],
  5270.             'app.event_listener.soft_delete' => ['privates''app.event_listener.soft_delete''getApp_EventListener_SoftDeleteService'true],
  5271.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  5272.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  5273.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  5274.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  5275.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  5276.             'gedmo.listener.tree' => ['privates''gedmo.listener.tree''getGedmo_Listener_TreeService'true],
  5277.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  5278.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'true],
  5279.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  5280.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  5281.         ], [
  5282.             'App\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5283.             'Bluue\\AccountingBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5284.             'Bluue\\AdelyaBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5285.             'Bluue\\CashRegisterBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5286.             'Bluue\\CashRegisterBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5287.             'Bluue\\CategoriesBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5288.             'Bluue\\CrmBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5289.             'Bluue\\CrmBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5290.             'Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5291.             'Bluue\\CustomersBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5292.             'Bluue\\Cx3Bundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5293.             'Bluue\\InventoriesBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5294.             'Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\CheckEntitySubscriber' => '?',
  5295.             'Bluue\\LabelsBundle\\EventSubscriber\\StocksBundle\\CheckEntitySubscriber' => '?',
  5296.             'Bluue\\OvhSmsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5297.             'Bluue\\PlanningBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5298.             'Bluue\\PlanningBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5299.             'Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5300.             'Bluue\\ProductReturnsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5301.             'Bluue\\ProductsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5302.             'Bluue\\ProductsBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5303.             'Bluue\\ProjectsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5304.             'Bluue\\ProjectsBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5305.             'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5306.             'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5307.             'Bluue\\SalesBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5308.             'Bluue\\ShipmentsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5309.             'Bluue\\SitesBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5310.             'Bluue\\StocksBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5311.             'Bluue\\StocksBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5312.             'Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\RemainingQuantityOrderedSubscriber' => '?',
  5313.             'Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber' => '?',
  5314.             'Bluue\\SuppliersBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5315.             'Bluue\\SuppliersBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5316.             'Bluue\\SuppliersOrdersBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5317.             'Bluue\\TicketsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5318.             'Bluue\\TicketsBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5319.             'Gedmo\\Translatable\\TranslatableListener' => '?',
  5320.             'app.event_listener.set_entity_service' => '?',
  5321.             'app.event_listener.soft_delete' => '?',
  5322.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  5323.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  5324.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  5325.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  5326.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  5327.             'gedmo.listener.tree' => '?',
  5328.             'stof_doctrine_extensions.listener.blameable' => '?',
  5329.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  5330.             'stof_doctrine_extensions.listener.timestampable' => '?',
  5331.             'stof_doctrine_extensions.listener.tree' => '?',
  5332.         ]), [=> 'App\\EventSubscriber\\CheckEntitySubscriber'=> 'Gedmo\\Translatable\\TranslatableListener'=> 'gedmo.listener.tree'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'stof_doctrine_extensions.listener.blameable'=> 'stof_doctrine_extensions.listener.timestampable'=> 'stof_doctrine_extensions.listener.softdeleteable'10 => 'stof_doctrine_extensions.listener.tree'11 => 'Bluue\\ProductsBundle\\EventSubscriber\\CheckEntitySubscriber'12 => 'Bluue\\ProductsBundle\\EventSubscriber\\DynamicRelationSubscriber'13 => 'Bluue\\CategoriesBundle\\EventSubscriber\\DynamicRelationSubscriber'14 => 'Bluue\\StocksBundle\\EventSubscriber\\CheckEntitySubscriber'15 => 'Bluue\\StocksBundle\\EventSubscriber\\DynamicRelationSubscriber'16 => 'Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\RemainingQuantityOrderedSubscriber'17 => 'Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber'18 => 'Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber'19 => 'Bluue\\CustomersBundle\\EventSubscriber\\CheckEntitySubscriber'20 => 'Bluue\\SalesBundle\\EventSubscriber\\CheckEntitySubscriber'21 => 'Bluue\\CrmBundle\\EventSubscriber\\CheckEntitySubscriber'22 => 'Bluue\\CrmBundle\\EventSubscriber\\DynamicRelationSubscriber'23 => 'Bluue\\SuppliersBundle\\EventSubscriber\\CheckEntitySubscriber'24 => 'Bluue\\SuppliersBundle\\EventSubscriber\\DynamicRelationSubscriber'25 => 'Bluue\\SuppliersOrdersBundle\\EventSubscriber\\CheckEntitySubscriber'26 => 'Bluue\\ProductReturnsBundle\\EventSubscriber\\CheckEntitySubscriber'27 => 'Bluue\\InventoriesBundle\\EventSubscriber\\CheckEntitySubscriber'28 => 'Bluue\\AccountingBundle\\EventSubscriber\\DynamicRelationSubscriber'29 => 'Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\CheckEntitySubscriber'30 => 'Bluue\\LabelsBundle\\EventSubscriber\\StocksBundle\\CheckEntitySubscriber'31 => 'Bluue\\ShipmentsBundle\\EventSubscriber\\CheckEntitySubscriber'32 => 'Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CheckEntitySubscriber'33 => 'Bluue\\OvhSmsBundle\\EventSubscriber\\CheckEntitySubscriber'34 => 'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CheckEntitySubscriber'35 => 'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\DynamicRelationSubscriber'36 => 'Bluue\\CashRegisterBundle\\EventSubscriber\\CheckEntitySubscriber'37 => 'Bluue\\CashRegisterBundle\\EventSubscriber\\DynamicRelationSubscriber'38 => 'Bluue\\PlanningBundle\\EventSubscriber\\CheckEntitySubscriber'39 => 'Bluue\\PlanningBundle\\EventSubscriber\\DynamicRelationSubscriber'40 => 'Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CheckEntitySubscriber'41 => 'Bluue\\ProjectsBundle\\EventSubscriber\\CheckEntitySubscriber'42 => 'Bluue\\ProjectsBundle\\EventSubscriber\\DynamicRelationSubscriber'43 => 'Bluue\\SitesBundle\\EventSubscriber\\CheckEntitySubscriber'44 => 'Bluue\\TicketsBundle\\EventSubscriber\\CheckEntitySubscriber'45 => 'Bluue\\TicketsBundle\\EventSubscriber\\DynamicRelationSubscriber'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']]);
  5333.     }
  5334.     /**
  5335.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  5336.      *
  5337.      * @return \Doctrine\Migrations\DependencyFactory
  5338.      */
  5339.     protected function getDoctrine_Migrations_DependencyFactoryService()
  5340.     {
  5341.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  5342.         $a->addMigrationsDirectory('CoreMigrations', (\dirname(__DIR__4).'/migrations'));
  5343.         $a->addMigrationsDirectory('ProductsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/products-bundle/migrations'));
  5344.         $a->addMigrationsDirectory('CategoriesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/migrations'));
  5345.         $a->addMigrationsDirectory('StocksBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/migrations'));
  5346.         $a->addMigrationsDirectory('CustomersBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/migrations'));
  5347.         $a->addMigrationsDirectory('SalesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/migrations'));
  5348.         $a->addMigrationsDirectory('CrmBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/crm-bundle/migrations'));
  5349.         $a->addMigrationsDirectory('SuppliersBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/migrations'));
  5350.         $a->addMigrationsDirectory('SuppliersOrdersBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/migrations'));
  5351.         $a->addMigrationsDirectory('ProductReturnsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/migrations'));
  5352.         $a->addMigrationsDirectory('InventoriesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/migrations'));
  5353.         $a->addMigrationsDirectory('AccountingBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/migrations'));
  5354.         $a->addMigrationsDirectory('ImportProductsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/migrations'));
  5355.         $a->addMigrationsDirectory('LabelsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/labels-bundle/migrations'));
  5356.         $a->addMigrationsDirectory('ManufacturingBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/migrations'));
  5357.         $a->addMigrationsDirectory('ShipmentsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/migrations'));
  5358.         $a->addMigrationsDirectory('ApiCmsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/migrations'));
  5359.         $a->addMigrationsDirectory('PrestashopConnectorBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/migrations'));
  5360.         $a->addMigrationsDirectory('GocardlessBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/migrations'));
  5361.         $a->addMigrationsDirectory('MondialrelayBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/migrations'));
  5362.         $a->addMigrationsDirectory('UtilityBillsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/migrations'));
  5363.         $a->addMigrationsDirectory('PimBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/pim-bundle/migrations'));
  5364.         $a->addMigrationsDirectory('OvhSmsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/migrations'));
  5365.         $a->addMigrationsDirectory('RecurringInvoicesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/migrations'));
  5366.         $a->addMigrationsDirectory('CashRegisterBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/migrations'));
  5367.         $a->addMigrationsDirectory('PlanningBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/planning-bundle/migrations'));
  5368.         $a->addMigrationsDirectory('CustomerOutstandingBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/customer-outstanding-bundle/migrations'));
  5369.         $a->addMigrationsDirectory('ProjectsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/projects-bundle/migrations'));
  5370.         $a->addMigrationsDirectory('ShipmentsPictureBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/migrations'));
  5371.         $a->addMigrationsDirectory('SitesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/sites-bundle/migrations'));
  5372.         $a->addMigrationsDirectory('TicketsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/migrations'));
  5373.         $a->addMigrationsDirectory('AdelyaBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/adelya-bundle/migrations'));
  5374.         $a->addMigrationsDirectory('Cx3BundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/cx3-bundle/migrations'));
  5375.         $a->setAllOrNothing(false);
  5376.         $a->setCheckDatabasePlatform(true);
  5377.         $a->setTransactional(true);
  5378.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  5379.         $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()));
  5380.         $instance->setDefinition('Doctrine\\Migrations\\Version\\Comparator', function () {
  5381.             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)))));
  5382.         });
  5383.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  5384.             return ($this->privates['App\\Doctrine\\Migrations\\MigrationFactory'] ?? $this->load('getMigrationFactoryService'));
  5385.         });
  5386.         return $instance;
  5387.     }
  5388.     /**
  5389.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  5390.      *
  5391.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  5392.      */
  5393.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  5394.     {
  5395.         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);
  5396.     }
  5397.     /**
  5398.      * Gets the private 'exception_listener' shared service.
  5399.      *
  5400.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5401.      */
  5402.     protected function getExceptionListenerService()
  5403.     {
  5404.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  5405.     }
  5406.     /**
  5407.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5408.      *
  5409.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5410.      */
  5411.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5412.     {
  5413.         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())));
  5414.     }
  5415.     /**
  5416.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5417.      *
  5418.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5419.      */
  5420.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5421.     {
  5422.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5423.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  5424.             return $this->privates['framework_extra_bundle.event.is_granted'];
  5425.         }
  5426.         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);
  5427.     }
  5428.     /**
  5429.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  5430.      *
  5431.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  5432.      */
  5433.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  5434.     {
  5435.         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]);
  5436.     }
  5437.     /**
  5438.      * Gets the private 'locale_aware_listener' shared service.
  5439.      *
  5440.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5441.      */
  5442.     protected function getLocaleAwareListenerService()
  5443.     {
  5444.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5445.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  5446.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5447.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5448.     }
  5449.     /**
  5450.      * Gets the private 'locale_listener' shared service.
  5451.      *
  5452.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5453.      */
  5454.     protected function getLocaleListenerService()
  5455.     {
  5456.         $a = ($this->services['router'] ?? $this->getRouterService());
  5457.         if (isset($this->privates['locale_listener'])) {
  5458.             return $this->privates['locale_listener'];
  5459.         }
  5460.         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, []);
  5461.     }
  5462.     /**
  5463.      * Gets the private 'mime_types' shared service.
  5464.      *
  5465.      * @return \Symfony\Component\Mime\MimeTypes
  5466.      */
  5467.     protected function getMimeTypesService()
  5468.     {
  5469.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5470.         $instance->setDefault($instance);
  5471.         return $instance;
  5472.     }
  5473.     /**
  5474.      * Gets the private 'monolog.handler.console' shared service.
  5475.      *
  5476.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5477.      */
  5478.     protected function getMonolog_Handler_ConsoleService()
  5479.     {
  5480.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5481.     }
  5482.     /**
  5483.      * Gets the private 'monolog.handler.main' shared service.
  5484.      *
  5485.      * @return \Monolog\Handler\RotatingFileHandler
  5486.      */
  5487.     protected function getMonolog_Handler_MainService()
  5488.     {
  5489.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 30'info'trueNULLfalse);
  5490.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5491.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  5492.         return $instance;
  5493.     }
  5494.     /**
  5495.      * Gets the private 'monolog.logger' shared service.
  5496.      *
  5497.      * @return \Symfony\Bridge\Monolog\Logger
  5498.      */
  5499.     protected function getMonolog_LoggerService()
  5500.     {
  5501.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5502.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5503.         $instance->useMicrosecondTimestamps(true);
  5504.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5505.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5506.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5507.         return $instance;
  5508.     }
  5509.     /**
  5510.      * Gets the private 'monolog.logger.cache' shared service.
  5511.      *
  5512.      * @return \Symfony\Bridge\Monolog\Logger
  5513.      */
  5514.     protected function getMonolog_Logger_CacheService()
  5515.     {
  5516.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5517.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5518.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5519.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5520.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5521.         return $instance;
  5522.     }
  5523.     /**
  5524.      * Gets the private 'monolog.logger.request' shared service.
  5525.      *
  5526.      * @return \Symfony\Bridge\Monolog\Logger
  5527.      */
  5528.     protected function getMonolog_Logger_RequestService()
  5529.     {
  5530.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5531.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5532.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5533.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5534.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5535.         return $instance;
  5536.     }
  5537.     /**
  5538.      * Gets the private 'monolog.logger.security' shared service.
  5539.      *
  5540.      * @return \Symfony\Bridge\Monolog\Logger
  5541.      */
  5542.     protected function getMonolog_Logger_SecurityService()
  5543.     {
  5544.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5545.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5546.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5547.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5548.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5549.         return $instance;
  5550.     }
  5551.     /**
  5552.      * Gets the private 'parameter_bag' shared service.
  5553.      *
  5554.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5555.      */
  5556.     protected function getParameterBagService()
  5557.     {
  5558.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5559.     }
  5560.     /**
  5561.      * Gets the private 'profiler_listener' shared service.
  5562.      *
  5563.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5564.      */
  5565.     protected function getProfilerListenerService()
  5566.     {
  5567.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  5568.         if (isset($this->privates['profiler_listener'])) {
  5569.             return $this->privates['profiler_listener'];
  5570.         }
  5571.         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);
  5572.     }
  5573.     /**
  5574.      * Gets the private 'property_accessor' shared service.
  5575.      *
  5576.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5577.      */
  5578.     protected function getPropertyAccessorService()
  5579.     {
  5580.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5581.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  5582.     }
  5583.     /**
  5584.      * Gets the private 'property_info' shared service.
  5585.      *
  5586.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5587.      */
  5588.     protected function getPropertyInfoService()
  5589.     {
  5590.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5591.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  5592.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5593.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  5594.         }, 3), new RewindableGenerator(function () {
  5595.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  5596.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  5597.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5598.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5599.         }, 4), new RewindableGenerator(function () {
  5600.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5601.         }, 1), new RewindableGenerator(function () {
  5602.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  5603.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5604.         }, 2), new RewindableGenerator(function () {
  5605.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5606.         }, 1));
  5607.     }
  5608.     /**
  5609.      * Gets the private 'router.expression_language_provider' shared service.
  5610.      *
  5611.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  5612.      */
  5613.     protected function getRouter_ExpressionLanguageProviderService()
  5614.     {
  5615.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5616.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  5617.         ], [
  5618.             'env' => 'Closure',
  5619.         ]));
  5620.     }
  5621.     /**
  5622.      * Gets the private 'router.request_context' shared service.
  5623.      *
  5624.      * @return \Symfony\Component\Routing\RequestContext
  5625.      */
  5626.     protected function getRouter_RequestContextService()
  5627.     {
  5628.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri($this->getEnv('resolve:DEFAULT_DOMAIN'), 'localhost''http'80443);
  5629.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5630.         return $instance;
  5631.     }
  5632.     /**
  5633.      * Gets the private 'router_listener' shared service.
  5634.      *
  5635.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5636.      */
  5637.     protected function getRouterListenerService()
  5638.     {
  5639.         $a = ($this->services['router'] ?? $this->getRouterService());
  5640.         if (isset($this->privates['router_listener'])) {
  5641.             return $this->privates['router_listener'];
  5642.         }
  5643.         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);
  5644.     }
  5645.     /**
  5646.      * Gets the private 'security.context_listener.0' shared service.
  5647.      *
  5648.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5649.      */
  5650.     protected function getSecurity_ContextListener_0Service()
  5651.     {
  5652.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  5653.         if (isset($this->privates['security.context_listener.0'])) {
  5654.             return $this->privates['security.context_listener.0'];
  5655.         }
  5656.         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 () {
  5657.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  5658.             yield => ($this->privates['App\\Security\\ApiUserProvider'] ?? $this->load('getApiUserProviderService'));
  5659.         }, 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']);
  5660.     }
  5661.     /**
  5662.      * Gets the private 'security.event_dispatcher.main' shared service.
  5663.      *
  5664.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  5665.      */
  5666.     protected function getSecurity_EventDispatcher_MainService()
  5667.     {
  5668.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  5669.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5670.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  5671.         }, => 'checkPassport'], 2048);
  5672.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5673.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  5674.         }, => 'onSuccessfulLogin'], 0);
  5675.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5676.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  5677.         }, => 'onLogout'], 64);
  5678.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5679.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  5680.         }, => 'onLogout'], 0);
  5681.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5682.             return ($this->privates['security.listener.login_throttling.main'] ?? $this->load('getSecurity_Listener_LoginThrottling_MainService'));
  5683.         }, => 'checkPassport'], 2080);
  5684.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5685.             return ($this->privates['security.listener.login_throttling.main'] ?? $this->load('getSecurity_Listener_LoginThrottling_MainService'));
  5686.         }, => 'onSuccessfulLogin'], 0);
  5687.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5688.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  5689.         }, => 'onSuccessfulLogin'], -32);
  5690.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5691.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  5692.         }, => 'onSuccessfulLogin'], -64);
  5693.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  5694.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  5695.         }, => 'clearCookie'], 0);
  5696.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5697.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  5698.         }, => 'clearCookie'], 0);
  5699.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  5700.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  5701.         }, => 'clearCookie'], 0);
  5702.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5703.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  5704.         }, => 'preCheckCredentials'], 256);
  5705.         $instance->addListener('security.authentication.success', [=> function () {
  5706.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  5707.         }, => 'postCheckCredentials'], 256);
  5708.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5709.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  5710.         }, => 'checkPassport'], 1024);
  5711.         $instance->addListener('security.interactive_login', [=> function () {
  5712.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  5713.         }, => 'onInteractiveLogin'], 0);
  5714.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5715.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  5716.         }, => 'checkPassport'], 0);
  5717.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5718.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  5719.         }, => 'onLoginSuccess'], 0);
  5720.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5721.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  5722.         }, => 'checkPassport'], 512);
  5723.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5724.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  5725.         }, => 'onLogout'], 0);
  5726.         return $instance;
  5727.     }
  5728.     /**
  5729.      * Gets the private 'security.expression_language' shared service.
  5730.      *
  5731.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  5732.      */
  5733.     protected function getSecurity_ExpressionLanguageService()
  5734.     {
  5735.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  5736.         $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())));
  5737.         return $instance;
  5738.     }
  5739.     /**
  5740.      * Gets the private 'security.firewall.map' shared service.
  5741.      *
  5742.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5743.      */
  5744.     protected function getSecurity_Firewall_MapService()
  5745.     {
  5746.         $a = ($this->privates['.service_locator.e_lw0y.'] ?? $this->get_ServiceLocator_ELw0y_Service());
  5747.         if (isset($this->privates['security.firewall.map'])) {
  5748.             return $this->privates['security.firewall.map'];
  5749.         }
  5750.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  5751.             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)/')));
  5752.             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')));
  5753.             yield 'security.firewall.map.context.apiv2' => ($this->privates['.security.request_matcher.LugPZU4'] ?? ($this->privates['.security.request_matcher.LugPZU4'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/apiv2')));
  5754.             yield 'security.firewall.map.context.main' => NULL;
  5755.         }, 4));
  5756.     }
  5757.     /**
  5758.      * Gets the private 'security.logout_url_generator' shared service.
  5759.      *
  5760.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5761.      */
  5762.     protected function getSecurity_LogoutUrlGeneratorService()
  5763.     {
  5764.         $a = ($this->services['router'] ?? $this->getRouterService());
  5765.         if (isset($this->privates['security.logout_url_generator'])) {
  5766.             return $this->privates['security.logout_url_generator'];
  5767.         }
  5768.         $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()));
  5769.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  5770.         return $instance;
  5771.     }
  5772.     /**
  5773.      * Gets the private 'security.role_hierarchy' shared service.
  5774.      *
  5775.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  5776.      */
  5777.     protected function getSecurity_RoleHierarchyService()
  5778.     {
  5779.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  5780.     }
  5781.     /**
  5782.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5783.      *
  5784.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5785.      */
  5786.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5787.     {
  5788.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5789.     }
  5790.     /**
  5791.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5792.      *
  5793.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5794.      */
  5795.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5796.     {
  5797.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5798.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5799.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5800.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5801.     }
  5802.     /**
  5803.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5804.      *
  5805.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5806.      */
  5807.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5808.     {
  5809.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5810.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  5811.             return $this->privates['sensio_framework_extra.security.listener'];
  5812.         }
  5813.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  5814.         $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())));
  5815.         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()));
  5816.     }
  5817.     /**
  5818.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5819.      *
  5820.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5821.      */
  5822.     protected function getSensioFrameworkExtra_View_ListenerService()
  5823.     {
  5824.         $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))));
  5825.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5826.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5827.         ], [
  5828.             'twig' => '?',
  5829.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5830.         return $instance;
  5831.     }
  5832.     /**
  5833.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  5834.      *
  5835.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  5836.      */
  5837.     protected function getSerializer_NameConverter_MetadataAwareService()
  5838.     {
  5839.         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()));
  5840.     }
  5841.     /**
  5842.      * Gets the private 'session.factory' shared service.
  5843.      *
  5844.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  5845.      */
  5846.     protected function getSession_FactoryService()
  5847.     {
  5848.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  5849.         if (isset($this->privates['session.factory'])) {
  5850.             return $this->privates['session.factory'];
  5851.         }
  5852.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> $a=> 'onSessionUsage']);
  5853.     }
  5854.     /**
  5855.      * Gets the private 'session_listener' shared service.
  5856.      *
  5857.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5858.      */
  5859.     protected function getSessionListenerService()
  5860.     {
  5861.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5862.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  5863.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  5864.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5865.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  5866.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  5867.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  5868.         ], [
  5869.             'initialized_session' => '?',
  5870.             'logger' => '?',
  5871.             'request_stack' => '?',
  5872.             'session' => '?',
  5873.             'session_collector' => '?',
  5874.             'session_factory' => '?',
  5875.         ]), true$this->parameters['session.storage.options']);
  5876.     }
  5877.     /**
  5878.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  5879.      *
  5880.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  5881.      */
  5882.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  5883.     {
  5884.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5885.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  5886.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  5887.         }
  5888.         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);
  5889.     }
  5890.     /**
  5891.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  5892.      *
  5893.      * @return \App\EventListener\BlameableListener
  5894.      */
  5895.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  5896.     {
  5897.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \App\EventListener\BlameableListener();
  5898.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5899.         return $instance;
  5900.     }
  5901.     /**
  5902.      * Gets the private 'translator.default' shared service.
  5903.      *
  5904.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5905.      */
  5906.     protected function getTranslator_DefaultService()
  5907.     {
  5908.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5909.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  5910.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  5911.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  5912.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  5913.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  5914.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  5915.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  5916.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  5917.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  5918.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  5919.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  5920.         ], [
  5921.             'translation.loader.csv' => '?',
  5922.             'translation.loader.dat' => '?',
  5923.             'translation.loader.ini' => '?',
  5924.             'translation.loader.json' => '?',
  5925.             'translation.loader.mo' => '?',
  5926.             'translation.loader.php' => '?',
  5927.             'translation.loader.po' => '?',
  5928.             'translation.loader.qt' => '?',
  5929.             'translation.loader.res' => '?',
  5930.             'translation.loader.xliff' => '?',
  5931.             'translation.loader.yml' => '?',
  5932.         ]), 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']]], []);
  5933.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5934.         $instance->setFallbackLocales([=> 'en']);
  5935.         return $instance;
  5936.     }
  5937.     /**
  5938.      * Gets the private 'validator.builder' shared service.
  5939.      *
  5940.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5941.      */
  5942.     protected function getValidator_BuilderService()
  5943.     {
  5944.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5945.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5946.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5947.             'Bluue\\AccountingBundle\\Validator\\CheckAccountNumberValidator' => ['privates''Bluue\\AccountingBundle\\Validator\\CheckAccountNumberValidator''getCheckAccountNumberValidatorService'true],
  5948.             'Bluue\\ProductReturnsBundle\\Validator\\CheckDeliveryNoteValidator' => ['privates''Bluue\\ProductReturnsBundle\\Validator\\CheckDeliveryNoteValidator''getCheckDeliveryNoteValidatorService'true],
  5949.             'Bluue\\ProductsBundle\\Validator\\UniqueProductReferenceBrandValidator' => ['privates''Bluue\\ProductsBundle\\Validator\\UniqueProductReferenceBrandValidator''getUniqueProductReferenceBrandValidatorService'true],
  5950.             'Bluue\\StocksBundle\\Validator\\ProductOrDeclinationValidator' => ['privates''Bluue\\StocksBundle\\Validator\\ProductOrDeclinationValidator''getProductOrDeclinationValidatorService'true],
  5951.             'Bluue\\StocksBundle\\Validator\\XorLocationOrSubLocationValidator' => ['privates''Bluue\\StocksBundle\\Validator\\XorLocationOrSubLocationValidator''getXorLocationOrSubLocationValidatorService'true],
  5952.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5953.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5954.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  5955.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5956.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  5957.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5958.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5959.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5960.         ], [
  5961.             'Bluue\\AccountingBundle\\Validator\\CheckAccountNumberValidator' => '?',
  5962.             'Bluue\\ProductReturnsBundle\\Validator\\CheckDeliveryNoteValidator' => '?',
  5963.             'Bluue\\ProductsBundle\\Validator\\UniqueProductReferenceBrandValidator' => '?',
  5964.             'Bluue\\StocksBundle\\Validator\\ProductOrDeclinationValidator' => '?',
  5965.             'Bluue\\StocksBundle\\Validator\\XorLocationOrSubLocationValidator' => '?',
  5966.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5967.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5968.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5969.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5970.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5971.             'doctrine.orm.validator.unique' => '?',
  5972.             'security.validator.user_password' => '?',
  5973.             'validator.expression' => '?',
  5974.         ])));
  5975.         if ($this->has('translator')) {
  5976.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5977.         }
  5978.         $instance->setTranslationDomain('validators');
  5979.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5980.         $instance->enableAnnotationMapping(true);
  5981.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5982.         $instance->addMethodMapping('loadValidatorMetadata');
  5983.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5984.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5985.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5986.         return $instance;
  5987.     }
  5988.     /**
  5989.      * Gets the private 'var_dumper.html_dumper' shared service.
  5990.      *
  5991.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5992.      */
  5993.     protected function getVarDumper_HtmlDumperService()
  5994.     {
  5995.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5996.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5997.         return $instance;
  5998.     }
  5999.     /**
  6000.      * Gets the private 'var_dumper.server_connection' shared service.
  6001.      *
  6002.      * @return \Symfony\Component\VarDumper\Server\Connection
  6003.      */
  6004.     protected function getVarDumper_ServerConnectionService()
  6005.     {
  6006.         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()]);
  6007.     }
  6008.     /**
  6009.      * Gets the private 'web_profiler.csp.handler' shared service.
  6010.      *
  6011.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6012.      */
  6013.     protected function getWebProfiler_Csp_HandlerService()
  6014.     {
  6015.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6016.     }
  6017.     /**
  6018.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6019.      *
  6020.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6021.      */
  6022.     protected function getWebProfiler_DebugToolbarService()
  6023.     {
  6024.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6025.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6026.             return $this->privates['web_profiler.debug_toolbar'];
  6027.         }
  6028.         $b = ($this->services['router'] ?? $this->getRouterService());
  6029.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6030.             return $this->privates['web_profiler.debug_toolbar'];
  6031.         }
  6032.         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()));
  6033.     }
  6034.     /**
  6035.      * Gets the public 'cache_clearer' alias.
  6036.      *
  6037.      * @return object The ".container.private.cache_clearer" service.
  6038.      */
  6039.     protected function getCacheClearerService()
  6040.     {
  6041.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  6042.         return $this->get('.container.private.cache_clearer');
  6043.     }
  6044.     /**
  6045.      * Gets the public 'filesystem' alias.
  6046.      *
  6047.      * @return object The ".container.private.filesystem" service.
  6048.      */
  6049.     protected function getFilesystemService()
  6050.     {
  6051.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  6052.         return $this->get('.container.private.filesystem');
  6053.     }
  6054.     /**
  6055.      * Gets the public 'serializer' alias.
  6056.      *
  6057.      * @return object The ".container.private.serializer" service.
  6058.      */
  6059.     protected function getSerializerService()
  6060.     {
  6061.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  6062.         return $this->get('.container.private.serializer');
  6063.     }
  6064.     /**
  6065.      * Gets the public 'security.csrf.token_manager' alias.
  6066.      *
  6067.      * @return object The ".container.private.security.csrf.token_manager" service.
  6068.      */
  6069.     protected function getSecurity_Csrf_TokenManagerService()
  6070.     {
  6071.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  6072.         return $this->get('.container.private.security.csrf.token_manager');
  6073.     }
  6074.     /**
  6075.      * Gets the public 'form.factory' alias.
  6076.      *
  6077.      * @return object The ".container.private.form.factory" service.
  6078.      */
  6079.     protected function getForm_FactoryService()
  6080.     {
  6081.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  6082.         return $this->get('.container.private.form.factory');
  6083.     }
  6084.     /**
  6085.      * Gets the public 'form.type.file' alias.
  6086.      *
  6087.      * @return object The ".container.private.form.type.file" service.
  6088.      */
  6089.     protected function getForm_Type_FileService()
  6090.     {
  6091.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  6092.         return $this->get('.container.private.form.type.file');
  6093.     }
  6094.     /**
  6095.      * Gets the public 'profiler' alias.
  6096.      *
  6097.      * @return object The ".container.private.profiler" service.
  6098.      */
  6099.     protected function getProfilerService()
  6100.     {
  6101.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  6102.         return $this->get('.container.private.profiler');
  6103.     }
  6104.     /**
  6105.      * Gets the public 'twig' alias.
  6106.      *
  6107.      * @return object The ".container.private.twig" service.
  6108.      */
  6109.     protected function getTwigService()
  6110.     {
  6111.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  6112.         return $this->get('.container.private.twig');
  6113.     }
  6114.     /**
  6115.      * Gets the public 'security.authorization_checker' alias.
  6116.      *
  6117.      * @return object The ".container.private.security.authorization_checker" service.
  6118.      */
  6119.     protected function getSecurity_AuthorizationCheckerService()
  6120.     {
  6121.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  6122.         return $this->get('.container.private.security.authorization_checker');
  6123.     }
  6124.     /**
  6125.      * Gets the public 'security.token_storage' alias.
  6126.      *
  6127.      * @return object The ".container.private.security.token_storage" service.
  6128.      */
  6129.     protected function getSecurity_TokenStorageService()
  6130.     {
  6131.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  6132.         return $this->get('.container.private.security.token_storage');
  6133.     }
  6134.     /**
  6135.      * Gets the public 'security.password_encoder' alias.
  6136.      *
  6137.      * @return object The ".container.private.security.password_encoder" service.
  6138.      */
  6139.     protected function getSecurity_PasswordEncoderService()
  6140.     {
  6141.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  6142.         return $this->get('.container.private.security.password_encoder');
  6143.     }
  6144.     /**
  6145.      * Gets the public 'session' alias.
  6146.      *
  6147.      * @return object The ".container.private.session" service.
  6148.      */
  6149.     protected function getSessionService()
  6150.     {
  6151.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  6152.         return $this->get('.container.private.session');
  6153.     }
  6154.     /**
  6155.      * Gets the public 'validator' alias.
  6156.      *
  6157.      * @return object The ".container.private.validator" service.
  6158.      */
  6159.     protected function getValidatorService()
  6160.     {
  6161.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  6162.         return $this->get('.container.private.validator');
  6163.     }
  6164.     /**
  6165.      * @return array|bool|float|int|string|\UnitEnum|null
  6166.      */
  6167.     public function getParameter(string $name)
  6168.     {
  6169.         if (isset($this->buildParameters[$name])) {
  6170.             return $this->buildParameters[$name];
  6171.         }
  6172.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6173.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6174.         }
  6175.         if (isset($this->loadedDynamicParameters[$name])) {
  6176.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6177.         }
  6178.         return $this->parameters[$name];
  6179.     }
  6180.     public function hasParameter(string $name): bool
  6181.     {
  6182.         if (isset($this->buildParameters[$name])) {
  6183.             return true;
  6184.         }
  6185.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6186.     }
  6187.     public function setParameter(string $name$value): void
  6188.     {
  6189.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6190.     }
  6191.     public function getParameterBag(): ParameterBagInterface
  6192.     {
  6193.         if (null === $this->parameterBag) {
  6194.             $parameters $this->parameters;
  6195.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6196.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6197.             }
  6198.             foreach ($this->buildParameters as $name => $value) {
  6199.                 $parameters[$name] = $value;
  6200.             }
  6201.             $this->parameterBag = new FrozenParameterBag($parameters);
  6202.         }
  6203.         return $this->parameterBag;
  6204.     }
  6205.     private $loadedDynamicParameters = [
  6206.         'kernel.runtime_environment' => false,
  6207.         'kernel.build_dir' => false,
  6208.         'kernel.cache_dir' => false,
  6209.         'app.encrypt_passphrase' => false,
  6210.         'app.encrypt_iv' => false,
  6211.         'app.mailer_dsn' => false,
  6212.         'app.mailer_from' => false,
  6213.         'app.default_host' => false,
  6214.         'app.default_domain' => false,
  6215.         'app.public_host' => false,
  6216.         'kernel.secret' => false,
  6217.         'debug.container.dump' => false,
  6218.         'serializer.mapping.cache.file' => false,
  6219.         'validator.mapping.cache.file' => false,
  6220.         'profiler.storage.dsn' => false,
  6221.         'doctrine.orm.proxy_dir' => false,
  6222.         'lexik_jwt_authentication.pass_phrase' => false,
  6223.         'app.caisse_host' => false,
  6224.     ];
  6225.     private $dynamicParameters = [];
  6226.     private function getDynamicParameter(string $name)
  6227.     {
  6228.         switch ($name) {
  6229.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  6230.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  6231.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6232.             case 'app.encrypt_passphrase'$value $this->getEnv('resolve:ENCRYPT_PASSPHRASE'); break;
  6233.             case 'app.encrypt_iv'$value $this->getEnv('resolve:ENCRYPT_IV'); break;
  6234.             case 'app.mailer_dsn'$value $this->getEnv('resolve:MAILER_DSN'); break;
  6235.             case 'app.mailer_from'$value $this->getEnv('resolve:MAILER_FROM'); break;
  6236.             case 'app.default_host'$value $this->getEnv('resolve:DEFAULT_HOST'); break;
  6237.             case 'app.default_domain'$value $this->getEnv('resolve:DEFAULT_DOMAIN'); break;
  6238.             case 'app.public_host'$value $this->getEnv('resolve:PUBLIC_HOST'); break;
  6239.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6240.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6241.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6242.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6243.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6244.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6245.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  6246.             case 'app.caisse_host'$value $this->getEnv('resolve:CAISSE_HOST'); break;
  6247.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6248.         }
  6249.         $this->loadedDynamicParameters[$name] = true;
  6250.         return $this->dynamicParameters[$name] = $value;
  6251.     }
  6252.     protected function getDefaultParameters(): array
  6253.     {
  6254.         return [
  6255.             'kernel.project_dir' => \dirname(__DIR__4),
  6256.             'kernel.environment' => 'dev',
  6257.             'kernel.debug' => true,
  6258.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6259.             'kernel.bundles' => [
  6260.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6261.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6262.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6263.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6264.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6265.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6266.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6267.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6268.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6269.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6270.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  6271.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  6272.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  6273.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  6274.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  6275.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  6276.                 'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
  6277.                 'CronCronBundle' => 'Cron\\CronBundle\\CronCronBundle',
  6278.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  6279.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  6280.                 'ProductsBundle' => 'Bluue\\ProductsBundle\\ProductsBundle',
  6281.                 'CategoriesBundle' => 'Bluue\\CategoriesBundle\\CategoriesBundle',
  6282.                 'StocksBundle' => 'Bluue\\StocksBundle\\StocksBundle',
  6283.                 'CustomersBundle' => 'Bluue\\CustomersBundle\\CustomersBundle',
  6284.                 'SalesBundle' => 'Bluue\\SalesBundle\\SalesBundle',
  6285.                 'CrmBundle' => 'Bluue\\CrmBundle\\CrmBundle',
  6286.                 'SuppliersBundle' => 'Bluue\\SuppliersBundle\\SuppliersBundle',
  6287.                 'SuppliersOrdersBundle' => 'Bluue\\SuppliersOrdersBundle\\SuppliersOrdersBundle',
  6288.                 'ProductReturnsBundle' => 'Bluue\\ProductReturnsBundle\\ProductReturnsBundle',
  6289.                 'InventoriesBundle' => 'Bluue\\InventoriesBundle\\InventoriesBundle',
  6290.                 'AccountingBundle' => 'Bluue\\AccountingBundle\\AccountingBundle',
  6291.                 'ImportProductsBundle' => 'Bluue\\ImportProductsBundle\\ImportProductsBundle',
  6292.                 'LabelsBundle' => 'Bluue\\LabelsBundle\\LabelsBundle',
  6293.                 'StatisticsBundle' => 'Bluue\\StatisticsBundle\\StatisticsBundle',
  6294.                 'ManufacturingBundle' => 'Bluue\\ManufacturingBundle\\ManufacturingBundle',
  6295.                 'ForecastedManufacturingBundle' => 'Bluue\\ForecastedManufacturingBundle\\ForecastedManufacturingBundle',
  6296.                 'ForecastedStockBundle' => 'Bluue\\ForecastedStockBundle\\ForecastedStockBundle',
  6297.                 'ShipmentsBundle' => 'Bluue\\ShipmentsBundle\\ShipmentsBundle',
  6298.                 'ApiCmsBundle' => 'Bluue\\ApiCmsBundle\\ApiCmsBundle',
  6299.                 'PrestashopConnectorBundle' => 'Bluue\\PrestashopConnectorBundle\\PrestashopConnectorBundle',
  6300.                 'GocardlessBundle' => 'Bluue\\GocardlessBundle\\GocardlessBundle',
  6301.                 'MondialrelayBundle' => 'Bluue\\MondialrelayBundle\\MondialrelayBundle',
  6302.                 'UtilityBillsBundle' => 'Bluue\\UtilityBillsBundle\\UtilityBillsBundle',
  6303.                 'PimBundle' => 'Bluue\\PimBundle\\PimBundle',
  6304.                 'OvhSmsBundle' => 'Bluue\\OvhSmsBundle\\OvhSmsBundle',
  6305.                 'RecurringInvoicesBundle' => 'Bluue\\RecurringInvoicesBundle\\RecurringInvoicesBundle',
  6306.                 'CashRegisterBundle' => 'Bluue\\CashRegisterBundle\\CashRegisterBundle',
  6307.                 'PlanningBundle' => 'Bluue\\PlanningBundle\\PlanningBundle',
  6308.                 'CustomerOutstandingBundle' => 'Bluue\\CustomerOutstandingBundle\\CustomerOutstandingBundle',
  6309.                 'ProjectsBundle' => 'Bluue\\ProjectsBundle\\ProjectsBundle',
  6310.                 'ShipmentsPictureBundle' => 'Bluue\\ShipmentsPictureBundle\\ShipmentsPictureBundle',
  6311.                 'SitesBundle' => 'Bluue\\SitesBundle\\SitesBundle',
  6312.                 'TicketsBundle' => 'Bluue\\TicketsBundle\\TicketsBundle',
  6313.                 'AdelyaBundle' => 'Bluue\\AdelyaBundle\\AdelyaBundle',
  6314.                 'Cx3Bundle' => 'Bluue\\Cx3Bundle\\Cx3Bundle',
  6315.             ],
  6316.             'kernel.bundles_metadata' => [
  6317.                 'FrameworkBundle' => [
  6318.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6319.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6320.                 ],
  6321.                 'SensioFrameworkExtraBundle' => [
  6322.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6323.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6324.                 ],
  6325.                 'TwigBundle' => [
  6326.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6327.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6328.                 ],
  6329.                 'WebProfilerBundle' => [
  6330.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6331.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6332.                 ],
  6333.                 'MonologBundle' => [
  6334.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6335.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6336.                 ],
  6337.                 'DebugBundle' => [
  6338.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6339.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6340.                 ],
  6341.                 'MakerBundle' => [
  6342.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6343.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6344.                 ],
  6345.                 'DoctrineBundle' => [
  6346.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6347.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6348.                 ],
  6349.                 'DoctrineMigrationsBundle' => [
  6350.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6351.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6352.                 ],
  6353.                 'SecurityBundle' => [
  6354.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6355.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6356.                 ],
  6357.                 'TwigExtraBundle' => [
  6358.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6359.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6360.                 ],
  6361.                 'KnpMenuBundle' => [
  6362.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  6363.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  6364.                 ],
  6365.                 'WebpackEncoreBundle' => [
  6366.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  6367.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  6368.                 ],
  6369.                 'StofDoctrineExtensionsBundle' => [
  6370.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  6371.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  6372.                 ],
  6373.                 'DoctrineFixturesBundle' => [
  6374.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  6375.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  6376.                 ],
  6377.                 'KnpPaginatorBundle' => [
  6378.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  6379.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  6380.                 ],
  6381.                 'KnpTimeBundle' => [
  6382.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src'),
  6383.                     'namespace' => 'Knp\\Bundle\\TimeBundle',
  6384.                 ],
  6385.                 'CronCronBundle' => [
  6386.                     'path' => (\dirname(__DIR__4).'/vendor/cron/cron-bundle'),
  6387.                     'namespace' => 'Cron\\CronBundle',
  6388.                 ],
  6389.                 'ApiPlatformBundle' => [
  6390.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  6391.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  6392.                 ],
  6393.                 'LexikJWTAuthenticationBundle' => [
  6394.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  6395.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  6396.                 ],
  6397.                 'ProductsBundle' => [
  6398.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/products-bundle/src'),
  6399.                     'namespace' => 'Bluue\\ProductsBundle',
  6400.                 ],
  6401.                 'CategoriesBundle' => [
  6402.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src'),
  6403.                     'namespace' => 'Bluue\\CategoriesBundle',
  6404.                 ],
  6405.                 'StocksBundle' => [
  6406.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src'),
  6407.                     'namespace' => 'Bluue\\StocksBundle',
  6408.                 ],
  6409.                 'CustomersBundle' => [
  6410.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src'),
  6411.                     'namespace' => 'Bluue\\CustomersBundle',
  6412.                 ],
  6413.                 'SalesBundle' => [
  6414.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src'),
  6415.                     'namespace' => 'Bluue\\SalesBundle',
  6416.                 ],
  6417.                 'CrmBundle' => [
  6418.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src'),
  6419.                     'namespace' => 'Bluue\\CrmBundle',
  6420.                 ],
  6421.                 'SuppliersBundle' => [
  6422.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src'),
  6423.                     'namespace' => 'Bluue\\SuppliersBundle',
  6424.                 ],
  6425.                 'SuppliersOrdersBundle' => [
  6426.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src'),
  6427.                     'namespace' => 'Bluue\\SuppliersOrdersBundle',
  6428.                 ],
  6429.                 'ProductReturnsBundle' => [
  6430.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src'),
  6431.                     'namespace' => 'Bluue\\ProductReturnsBundle',
  6432.                 ],
  6433.                 'InventoriesBundle' => [
  6434.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src'),
  6435.                     'namespace' => 'Bluue\\InventoriesBundle',
  6436.                 ],
  6437.                 'AccountingBundle' => [
  6438.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src'),
  6439.                     'namespace' => 'Bluue\\AccountingBundle',
  6440.                 ],
  6441.                 'ImportProductsBundle' => [
  6442.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src'),
  6443.                     'namespace' => 'Bluue\\ImportProductsBundle',
  6444.                 ],
  6445.                 'LabelsBundle' => [
  6446.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src'),
  6447.                     'namespace' => 'Bluue\\LabelsBundle',
  6448.                 ],
  6449.                 'StatisticsBundle' => [
  6450.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/statistics-bundle/src'),
  6451.                     'namespace' => 'Bluue\\StatisticsBundle',
  6452.                 ],
  6453.                 'ManufacturingBundle' => [
  6454.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src'),
  6455.                     'namespace' => 'Bluue\\ManufacturingBundle',
  6456.                 ],
  6457.                 'ForecastedManufacturingBundle' => [
  6458.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/forecasted-manufacturing-bundle/src'),
  6459.                     'namespace' => 'Bluue\\ForecastedManufacturingBundle',
  6460.                 ],
  6461.                 'ForecastedStockBundle' => [
  6462.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/forecasted-stock-bundle/src'),
  6463.                     'namespace' => 'Bluue\\ForecastedStockBundle',
  6464.                 ],
  6465.                 'ShipmentsBundle' => [
  6466.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src'),
  6467.                     'namespace' => 'Bluue\\ShipmentsBundle',
  6468.                 ],
  6469.                 'ApiCmsBundle' => [
  6470.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src'),
  6471.                     'namespace' => 'Bluue\\ApiCmsBundle',
  6472.                 ],
  6473.                 'PrestashopConnectorBundle' => [
  6474.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src'),
  6475.                     'namespace' => 'Bluue\\PrestashopConnectorBundle',
  6476.                 ],
  6477.                 'GocardlessBundle' => [
  6478.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src'),
  6479.                     'namespace' => 'Bluue\\GocardlessBundle',
  6480.                 ],
  6481.                 'MondialrelayBundle' => [
  6482.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/src'),
  6483.                     'namespace' => 'Bluue\\MondialrelayBundle',
  6484.                 ],
  6485.                 'UtilityBillsBundle' => [
  6486.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src'),
  6487.                     'namespace' => 'Bluue\\UtilityBillsBundle',
  6488.                 ],
  6489.                 'PimBundle' => [
  6490.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/pim-bundle/src'),
  6491.                     'namespace' => 'Bluue\\PimBundle',
  6492.                 ],
  6493.                 'OvhSmsBundle' => [
  6494.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src'),
  6495.                     'namespace' => 'Bluue\\OvhSmsBundle',
  6496.                 ],
  6497.                 'RecurringInvoicesBundle' => [
  6498.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src'),
  6499.                     'namespace' => 'Bluue\\RecurringInvoicesBundle',
  6500.                 ],
  6501.                 'CashRegisterBundle' => [
  6502.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src'),
  6503.                     'namespace' => 'Bluue\\CashRegisterBundle',
  6504.                 ],
  6505.                 'PlanningBundle' => [
  6506.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src'),
  6507.                     'namespace' => 'Bluue\\PlanningBundle',
  6508.                 ],
  6509.                 'CustomerOutstandingBundle' => [
  6510.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/customer-outstanding-bundle/src'),
  6511.                     'namespace' => 'Bluue\\CustomerOutstandingBundle',
  6512.                 ],
  6513.                 'ProjectsBundle' => [
  6514.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src'),
  6515.                     'namespace' => 'Bluue\\ProjectsBundle',
  6516.                 ],
  6517.                 'ShipmentsPictureBundle' => [
  6518.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/src'),
  6519.                     'namespace' => 'Bluue\\ShipmentsPictureBundle',
  6520.                 ],
  6521.                 'SitesBundle' => [
  6522.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src'),
  6523.                     'namespace' => 'Bluue\\SitesBundle',
  6524.                 ],
  6525.                 'TicketsBundle' => [
  6526.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src'),
  6527.                     'namespace' => 'Bluue\\TicketsBundle',
  6528.                 ],
  6529.                 'AdelyaBundle' => [
  6530.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/adelya-bundle/src'),
  6531.                     'namespace' => 'Bluue\\AdelyaBundle',
  6532.                 ],
  6533.                 'Cx3Bundle' => [
  6534.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/cx3-bundle/src'),
  6535.                     'namespace' => 'Bluue\\Cx3Bundle',
  6536.                 ],
  6537.             ],
  6538.             'kernel.charset' => 'UTF-8',
  6539.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  6540.             'app.version' => '4.0.0',
  6541.             'locale' => 'fr',
  6542.             'event_dispatcher.event_aliases' => [
  6543.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6544.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6545.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6546.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6547.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6548.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6549.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6550.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6551.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6552.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6553.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6554.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6555.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6556.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6557.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6558.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6559.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6560.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6561.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6562.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6563.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6564.             ],
  6565.             'fragment.renderer.hinclude.global_template' => NULL,
  6566.             'fragment.path' => '/_fragment',
  6567.             'kernel.http_method_override' => false,
  6568.             'kernel.trusted_hosts' => [
  6569.             ],
  6570.             'kernel.default_locale' => 'fr',
  6571.             'kernel.enabled_locales' => [
  6572.             ],
  6573.             'kernel.error_controller' => 'error_controller',
  6574.             'debug.file_link_format' => NULL,
  6575.             'asset.request_context.base_path' => NULL,
  6576.             'asset.request_context.secure' => NULL,
  6577.             'translator.logging' => false,
  6578.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6579.             'debug.error_handler.throw_at' => -1,
  6580.             'router.request_context.host' => 'localhost',
  6581.             'router.request_context.scheme' => 'http',
  6582.             'router.request_context.base_url' => '',
  6583.             'router.resource' => 'kernel::loadRoutes',
  6584.             'request_listener.http_port' => 80,
  6585.             'request_listener.https_port' => 443,
  6586.             'session.metadata.storage_key' => '_sf2_meta',
  6587.             'session.storage.options' => [
  6588.                 'cache_limiter' => '0',
  6589.                 'cookie_secure' => 'auto',
  6590.                 'cookie_httponly' => true,
  6591.                 'cookie_samesite' => 'lax',
  6592.                 'gc_probability' => 1,
  6593.             ],
  6594.             'session.save_path' => NULL,
  6595.             'session.metadata.update_threshold' => 0,
  6596.             'form.type_extension.csrf.enabled' => true,
  6597.             'form.type_extension.csrf.field_name' => '_token',
  6598.             'validator.translation_domain' => 'validators',
  6599.             'profiler_listener.only_exceptions' => false,
  6600.             'profiler_listener.only_main_requests' => false,
  6601.             'twig.form.resources' => [
  6602.                 => '@UtilityBills/Form/utility_bill_theme.html.twig',
  6603.                 => '@Stocks/Form/Type/location_choice_type.html.twig',
  6604.                 => '@Stocks/Form/Type/sub_location_choice_type.html.twig',
  6605.                 => '@Products/Form/Type/feature_value_choice_type.html.twig',
  6606.                 => '@Products/Form/Type/feature_choice_type.html.twig',
  6607.                 => 'form_div_layout.html.twig',
  6608.                 => 'bootstrap_4_layout.html.twig',
  6609.             ],
  6610.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6611.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6612.             'web_profiler.debug_toolbar.mode' => 2,
  6613.             'monolog.use_microseconds' => true,
  6614.             'monolog.swift_mailer.handlers' => [
  6615.             ],
  6616.             'monolog.handlers_to_channels' => [
  6617.                 'monolog.handler.console' => [
  6618.                     'type' => 'exclusive',
  6619.                     'elements' => [
  6620.                         => 'event',
  6621.                         => 'doctrine',
  6622.                         => 'console',
  6623.                     ],
  6624.                 ],
  6625.                 'monolog.handler.main' => [
  6626.                     'type' => 'exclusive',
  6627.                     'elements' => [
  6628.                         => 'event',
  6629.                     ],
  6630.                 ],
  6631.             ],
  6632.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6633.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6634.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6635.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6636.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6637.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6638.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6639.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6640.             'doctrine.entity_managers' => [
  6641.                 'default' => 'doctrine.orm.default_entity_manager',
  6642.             ],
  6643.             'doctrine.default_entity_manager' => 'default',
  6644.             'doctrine.dbal.connection_factory.types' => [
  6645.                 'uuid' => [
  6646.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  6647.                 ],
  6648.                 'ulid' => [
  6649.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  6650.                 ],
  6651.             ],
  6652.             'doctrine.connections' => [
  6653.                 'default' => 'doctrine.dbal.default_connection',
  6654.             ],
  6655.             'doctrine.default_connection' => 'default',
  6656.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6657.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6658.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6659.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6660.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6661.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6662.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6663.             'doctrine.orm.cache.memcache_port' => 11211,
  6664.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6665.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6666.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6667.             'doctrine.orm.cache.memcached_port' => 11211,
  6668.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6669.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6670.             'doctrine.orm.cache.redis_host' => 'localhost',
  6671.             'doctrine.orm.cache.redis_port' => 6379,
  6672.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6673.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6674.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6675.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6676.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6677.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6678.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6679.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6680.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6681.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6682.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6683.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6684.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6685.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6686.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6687.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6688.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6689.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6690.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6691.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6692.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6693.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6694.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  6695.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6696.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6697.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6698.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6699.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6700.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6701.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6702.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6703.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6704.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  6705.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6706.             'doctrine.migrations.preferred_em' => NULL,
  6707.             'doctrine.migrations.preferred_connection' => NULL,
  6708.             'security.role_hierarchy.roles' => [
  6709.                 'ROLE_ZERO_ACCESS' => [
  6710.                     => 'ROLE_USER',
  6711.                 ],
  6712.                 'ROLE_READ_ONLY' => [
  6713.                     => 'ROLE_ZERO_ACCESS',
  6714.                 ],
  6715.                 'ROLE_SMALL_ADMIN' => [
  6716.                     => 'ROLE_READ_ONLY',
  6717.                 ],
  6718.                 'ROLE_ADMIN' => [
  6719.                     => 'ROLE_SMALL_ADMIN',
  6720.                 ],
  6721.                 'ROLE_SUPER_ADMIN' => [
  6722.                     => 'ROLE_ADMIN',
  6723.                     => 'ROLE_ALLOWED_TO_SWITCH',
  6724.                 ],
  6725.                 'ROLE__CATALOG__ZERO_ACCESS' => [
  6726.                     => 'ROLE_USER',
  6727.                 ],
  6728.                 'ROLE__CATALOG__READ_ONLY' => [
  6729.                     => 'ROLE__CATALOG__ZERO_ACCESS',
  6730.                 ],
  6731.                 'ROLE__CATALOG__SMALL_ADMIN' => [
  6732.                     => 'ROLE__CATALOG__READ_ONLY',
  6733.                 ],
  6734.                 'ROLE__CATALOG__ADMIN' => [
  6735.                     => 'ROLE__CATALOG__SMALL_ADMIN',
  6736.                 ],
  6737.                 'ROLE__CATALOG__SUPER_ADMIN' => [
  6738.                     => 'ROLE__CATALOG__ADMIN',
  6739.                 ],
  6740.                 'ROLE__STOCKS__ZERO_ACCESS' => [
  6741.                     => 'ROLE_USER',
  6742.                 ],
  6743.                 'ROLE__STOCKS__READ_ONLY' => [
  6744.                     => 'ROLE__STOCKS__ZERO_ACCESS',
  6745.                 ],
  6746.                 'ROLE__STOCKS__SMALL_ADMIN' => [
  6747.                     => 'ROLE__STOCKS__READ_ONLY',
  6748.                 ],
  6749.                 'ROLE__STOCKS__ADMIN' => [
  6750.                     => 'ROLE__STOCKS__SMALL_ADMIN',
  6751.                 ],
  6752.                 'ROLE__STOCKS__SUPER_ADMIN' => [
  6753.                     => 'ROLE__STOCKS__ADMIN',
  6754.                 ],
  6755.                 'ROLE__CUSTOMERS__ZERO_ACCESS' => [
  6756.                     => 'ROLE_USER',
  6757.                 ],
  6758.                 'ROLE__CUSTOMERS__READ_ONLY' => [
  6759.                     => 'ROLE__CUSTOMERS__ZERO_ACCESS',
  6760.                 ],
  6761.                 'ROLE__CUSTOMERS__SMALL_ADMIN' => [
  6762.                     => 'ROLE__CUSTOMERS__READ_ONLY',
  6763.                 ],
  6764.                 'ROLE__CUSTOMERS__ADMIN' => [
  6765.                     => 'ROLE__CUSTOMERS__SMALL_ADMIN',
  6766.                 ],
  6767.                 'ROLE__CUSTOMERS__SUPER_ADMIN' => [
  6768.                     => 'ROLE__CUSTOMERS__ADMIN',
  6769.                 ],
  6770.                 'ROLE__SALES__ZERO_ACCESS' => [
  6771.                     => 'ROLE_USER',
  6772.                 ],
  6773.                 'ROLE__SALES__READ_ONLY' => [
  6774.                     => 'ROLE__SALES__ZERO_ACCESS',
  6775.                 ],
  6776.                 'ROLE__SALES__SMALL_ADMIN' => [
  6777.                     => 'ROLE__SALES__READ_ONLY',
  6778.                 ],
  6779.                 'ROLE__SALES__ADMIN' => [
  6780.                     => 'ROLE__SALES__SMALL_ADMIN',
  6781.                 ],
  6782.                 'ROLE__SALES__SUPER_ADMIN' => [
  6783.                     => 'ROLE__SALES__ADMIN',
  6784.                 ],
  6785.                 'ROLE__CRM__ZERO_ACCESS' => [
  6786.                     => 'ROLE_USER',
  6787.                 ],
  6788.                 'ROLE__CRM__READ_ONLY' => [
  6789.                     => 'ROLE__CRM__ZERO_ACCESS',
  6790.                 ],
  6791.                 'ROLE__CRM__SMALL_ADMIN' => [
  6792.                     => 'ROLE__CRM__READ_ONLY',
  6793.                 ],
  6794.                 'ROLE__CRM__ADMIN' => [
  6795.                     => 'ROLE__CRM__SMALL_ADMIN',
  6796.                 ],
  6797.                 'ROLE__CRM__SUPER_ADMIN' => [
  6798.                     => 'ROLE__CRM__ADMIN',
  6799.                 ],
  6800.                 'ROLE__SUPPLIERS__ZERO_ACCESS' => [
  6801.                     => 'ROLE_USER',
  6802.                 ],
  6803.                 'ROLE__SUPPLIERS__READ_ONLY' => [
  6804.                     => 'ROLE__SUPPLIERS__ZERO_ACCESS',
  6805.                 ],
  6806.                 'ROLE__SUPPLIERS__SMALL_ADMIN' => [
  6807.                     => 'ROLE__SUPPLIERS__READ_ONLY',
  6808.                 ],
  6809.                 'ROLE__SUPPLIERS__ADMIN' => [
  6810.                     => 'ROLE__SUPPLIERS__SMALL_ADMIN',
  6811.                 ],
  6812.                 'ROLE__SUPPLIERS__SUPER_ADMIN' => [
  6813.                     => 'ROLE__SUPPLIERS__ADMIN',
  6814.                 ],
  6815.                 'ROLE__INVENTORIES__ZERO_ACCESS' => [
  6816.                     => 'ROLE_USER',
  6817.                 ],
  6818.                 'ROLE__INVENTORIES__READ_ONLY' => [
  6819.                     => 'ROLE__INVENTORIES__ZERO_ACCESS',
  6820.                 ],
  6821.                 'ROLE__INVENTORIES__SMALL_ADMIN' => [
  6822.                     => 'ROLE__INVENTORIES__READ_ONLY',
  6823.                 ],
  6824.                 'ROLE__INVENTORIES__ADMIN' => [
  6825.                     => 'ROLE__INVENTORIES__SMALL_ADMIN',
  6826.                 ],
  6827.                 'ROLE__INVENTORIES__SUPER_ADMIN' => [
  6828.                     => 'ROLE__INVENTORIES__ADMIN',
  6829.                 ],
  6830.                 'ROLE__ACCOUNTING__ZERO_ACCESS' => [
  6831.                     => 'ROLE_USER',
  6832.                 ],
  6833.                 'ROLE__ACCOUNTING__READ_ONLY' => [
  6834.                     => 'ROLE__ACCOUNTING__READ_ONLY',
  6835.                 ],
  6836.                 'ROLE__ACCOUNTING__SMALL_ADMIN' => [
  6837.                     => 'ROLE__ACCOUNTING__READ_ONLY',
  6838.                 ],
  6839.                 'ROLE__ACCOUNTING__ADMIN' => [
  6840.                     => 'ROLE__ACCOUNTING__SMALL_ADMIN',
  6841.                 ],
  6842.                 'ROLE__ACCOUNTING__SUPER_ADMIN' => [
  6843.                     => 'ROLE__ACCOUNTING__ADMIN',
  6844.                 ],
  6845.                 'ROLE__IMPORT_PRODUCTS__ZERO_ACCESS' => [
  6846.                     => 'ROLE_USER',
  6847.                 ],
  6848.                 'ROLE__IMPORT_PRODUCTS__READ_ONLY' => [
  6849.                     => 'ROLE__IMPORT_PRODUCTS__ZERO_ACCESS',
  6850.                 ],
  6851.                 'ROLE__IMPORT_PRODUCTS__SMALL_ADMIN' => [
  6852.                     => 'ROLE__IMPORT_PRODUCTS__READ_ONLY',
  6853.                 ],
  6854.                 'ROLE__IMPORT_PRODUCTS__ADMIN' => [
  6855.                     => 'ROLE__IMPORT_PRODUCTS__SMALL_ADMIN',
  6856.                 ],
  6857.                 'ROLE__IMPORT_PRODUCTS__SUPER_ADMIN' => [
  6858.                     => 'ROLE__IMPORT_PRODUCTS__ADMIN',
  6859.                 ],
  6860.                 'ROLE__LABELS__ZERO_ACCESS' => [
  6861.                     => 'ROLE_USER',
  6862.                 ],
  6863.                 'ROLE__LABELS__READ_ONLY' => [
  6864.                     => 'ROLE__LABELS__READ_ONLY',
  6865.                 ],
  6866.                 'ROLE__LABELS__SMALL_ADMIN' => [
  6867.                     => 'ROLE__LABELS__READ_ONLY',
  6868.                 ],
  6869.                 'ROLE__LABELS__ADMIN' => [
  6870.                     => 'ROLE__LABELS__SMALL_ADMIN',
  6871.                 ],
  6872.                 'ROLE__LABELS__SUPER_ADMIN' => [
  6873.                     => 'ROLE__LABELS__ADMIN',
  6874.                 ],
  6875.                 'ROLE__STATISTICS__ZERO_ACCESS' => [
  6876.                     => 'ROLE_USER',
  6877.                 ],
  6878.                 'ROLE__STATISTICS__READ_ONLY' => [
  6879.                     => 'ROLE__STATISTICS__ZERO_ACCESS',
  6880.                 ],
  6881.                 'ROLE__STATISTICS__SMALL_ADMIN' => [
  6882.                     => 'ROLE__STATISTICS__READ_ONLY',
  6883.                 ],
  6884.                 'ROLE__STATISTICS__ADMIN' => [
  6885.                     => 'ROLE__STATISTICS__SMALL_ADMIN',
  6886.                 ],
  6887.                 'ROLE__STATISTICS__SUPER_ADMIN' => [
  6888.                     => 'ROLE__STATISTICS__ADMIN',
  6889.                 ],
  6890.                 'ROLE__MANUFACTURING__ZERO_ACCESS' => [
  6891.                     => 'ROLE_USER',
  6892.                 ],
  6893.                 'ROLE__MANUFACTURING__READ_ONLY' => [
  6894.                     => 'ROLE__MANUFACTURING__ZERO_ACCESS',
  6895.                 ],
  6896.                 'ROLE__MANUFACTURING__SMALL_ADMIN' => [
  6897.                     => 'ROLE__MANUFACTURING__READ_ONLY',
  6898.                 ],
  6899.                 'ROLE__MANUFACTURING__ADMIN' => [
  6900.                     => 'ROLE__MANUFACTURING__SMALL_ADMIN',
  6901.                 ],
  6902.                 'ROLE__MANUFACTURING__SUPER_ADMIN' => [
  6903.                     => 'ROLE__MANUFACTURING__ADMIN',
  6904.                 ],
  6905.                 'ROLE__SHIPMENTS__ZERO_ACCESS' => [
  6906.                     => 'ROLE_USER',
  6907.                 ],
  6908.                 'ROLE__SHIPMENTS__READ_ONLY' => [
  6909.                     => 'ROLE__SHIPMENTS__ZERO_ACCESS',
  6910.                 ],
  6911.                 'ROLE__SHIPMENTS__SMALL_ADMIN' => [
  6912.                     => 'ROLE__SHIPMENTS__READ_ONLY',
  6913.                 ],
  6914.                 'ROLE__SHIPMENTS__ADMIN' => [
  6915.                     => 'ROLE__SHIPMENTS__SMALL_ADMIN',
  6916.                 ],
  6917.                 'ROLE__SHIPMENTS__SUPER_ADMIN' => [
  6918.                     => 'ROLE__SHIPMENTS__ADMIN',
  6919.                 ],
  6920.                 'ROLE__GOCARDLESS__ZERO_ACCESS' => [
  6921.                     => 'ROLE_USER',
  6922.                 ],
  6923.                 'ROLE__GOCARDLESS__READ_ONLY' => [
  6924.                     => 'ROLE__GOCARDLESS__ZERO_ACCESS',
  6925.                 ],
  6926.                 'ROLE__GOCARDLESS__SMALL_ADMIN' => [
  6927.                     => 'ROLE__GOCARDLESS__READ_ONLY',
  6928.                 ],
  6929.                 'ROLE__GOCARDLESS__ADMIN' => [
  6930.                     => 'ROLE__GOCARDLESS__SMALL_ADMIN',
  6931.                 ],
  6932.                 'ROLE__GOCARDLESS__SUPER_ADMIN' => [
  6933.                     => 'ROLE__GOCARDLESS__ADMIN',
  6934.                 ],
  6935.                 'ROLE__UTILITY_BILLS__ZERO_ACCESS' => [
  6936.                     => 'ROLE_USER',
  6937.                 ],
  6938.                 'ROLE__UTILITY_BILLS__READ_ONLY' => [
  6939.                     => 'ROLE__UTILITY_BILLS__ZERO_ACCESS',
  6940.                 ],
  6941.                 'ROLE__UTILITY_BILLS__SMALL_ADMIN' => [
  6942.                     => 'ROLE__UTILITY_BILLS__READ_ONLY',
  6943.                 ],
  6944.                 'ROLE__UTILITY_BILLS__ADMIN' => [
  6945.                     => 'ROLE__UTILITY_BILLS__SMALL_ADMIN',
  6946.                 ],
  6947.                 'ROLE__UTILITY_BILLS__SUPER_ADMIN' => [
  6948.                     => 'ROLE__UTILITY_BILLS__ADMIN',
  6949.                 ],
  6950.                 'ROLE__PIM__ZERO_ACCESS' => [
  6951.                     => 'ROLE_USER',
  6952.                 ],
  6953.                 'ROLE__PIM__ADMIN' => [
  6954.                     => 'ROLE__PIM__ZERO_ACCESS',
  6955.                 ],
  6956.                 'ROLE__OVH_SMS__ZERO_ACCESS' => [
  6957.                     => 'ROLE_USER',
  6958.                 ],
  6959.                 'ROLE__OVH_SMS__READ_ONLY' => [
  6960.                     => 'ROLE__OVH_SMS__ZERO_ACCESS',
  6961.                 ],
  6962.                 'ROLE__OVH_SMS__SMALL_ADMIN' => [
  6963.                     => 'ROLE__OVH_SMS__READ_ONLY',
  6964.                 ],
  6965.                 'ROLE__OVH_SMS__ADMIN' => [
  6966.                     => 'ROLE__OVH_SMS__SMALL_ADMIN',
  6967.                 ],
  6968.                 'ROLE__OVH_SMS__SUPER_ADMIN' => [
  6969.                     => 'ROLE__OVH_SMS__ADMIN',
  6970.                 ],
  6971.                 'ROLE__CASH_REGISTER__ZERO_ACCESS' => [
  6972.                     => 'ROLE_USER',
  6973.                 ],
  6974.                 'ROLE__CASH_REGISTER__READ_ONLY' => [
  6975.                     => 'ROLE__CASH_REGISTER__ZERO_ACCESS',
  6976.                 ],
  6977.                 'ROLE__CASH_REGISTER__SMALL_ADMIN' => [
  6978.                     => 'ROLE__CASH_REGISTER__READ_ONLY',
  6979.                 ],
  6980.                 'ROLE__CASH_REGISTER__ADMIN' => [
  6981.                     => 'ROLE__CASH_REGISTER__SMALL_ADMIN',
  6982.                 ],
  6983.                 'ROLE__CASH_REGISTER__SUPER_ADMIN' => [
  6984.                     => 'ROLE__CASH_REGISTER__ADMIN',
  6985.                 ],
  6986.                 'ROLE__PLANNING__ZERO_ACCESS' => [
  6987.                     => 'ROLE_USER',
  6988.                 ],
  6989.                 'ROLE__PLANNING__READ_ONLY' => [
  6990.                     => 'ROLE__PLANNING__ZERO_ACCESS',
  6991.                 ],
  6992.                 'ROLE__PLANNING__ADMIN' => [
  6993.                     => 'ROLE__PLANNING__READ_ONLY',
  6994.                 ],
  6995.                 'ROLE__PLANNING__SUPER_ADMIN' => [
  6996.                     => 'ROLE__PLANNING__ADMIN',
  6997.                 ],
  6998.                 'ROLE__CUSTOMER_OUTSTANDING__ZERO_ACCESS' => [
  6999.                     => 'ROLE_USER',
  7000.                 ],
  7001.                 'ROLE__CUSTOMER_OUTSTANDING__READ_ONLY' => [
  7002.                     => 'ROLE__CUSTOMER_OUTSTANDING__ZERO_ACCESS',
  7003.                 ],
  7004.                 'ROLE__CUSTOMER_OUTSTANDING__SMALL_ADMIN' => [
  7005.                     => 'ROLE__CUSTOMER_OUTSTANDING__READ_ONLY',
  7006.                 ],
  7007.                 'ROLE__CUSTOMER_OUTSTANDING__ADMIN' => [
  7008.                     => 'ROLE__CUSTOMER_OUTSTANDING__SMALL_ADMIN',
  7009.                 ],
  7010.                 'ROLE__CUSTOMER_OUTSTANDING__SUPER_ADMIN' => [
  7011.                     => 'ROLE__CUSTOMER_OUTSTANDING__ADMIN',
  7012.                 ],
  7013.                 'ROLE__PROJECTS__ZERO_ACCESS' => [
  7014.                     => 'ROLE_USER',
  7015.                 ],
  7016.                 'ROLE__PROJECTS__READ_ONLY' => [
  7017.                     => 'ROLE__PROJECTS__ZERO_ACCESS',
  7018.                 ],
  7019.                 'ROLE__PROJECTS__SMALL_ADMIN' => [
  7020.                     => 'ROLE__PROJECTS__READ_ONLY',
  7021.                 ],
  7022.                 'ROLE__PROJECTS__ADMIN' => [
  7023.                     => 'ROLE__PROJECTS__SMALL_ADMIN',
  7024.                 ],
  7025.                 'ROLE__PROJECTS__SUPER_ADMIN' => [
  7026.                     => 'ROLE__PROJECTS__ADMIN',
  7027.                 ],
  7028.                 'ROLE__SHIPMENTS_PICTURE__ZERO_ACCESS' => [
  7029.                     => 'ROLE_USER',
  7030.                 ],
  7031.                 'ROLE__SHIPMENTS_PICTURE__READ_ONLY' => [
  7032.                     => 'ROLE__SHIPMENTS_PICTURE__READ_ONLY',
  7033.                 ],
  7034.                 'ROLE__SHIPMENTS_PICTURE__SMALL_ADMIN' => [
  7035.                     => 'ROLE__SHIPMENTS_PICTURE__READ_ONLY',
  7036.                 ],
  7037.                 'ROLE__SHIPMENTS_PICTURE__ADMIN' => [
  7038.                     => 'ROLE__SHIPMENTS_PICTURE__SMALL_ADMIN',
  7039.                 ],
  7040.                 'ROLE__SHIPMENTS_PICTURE__SUPER_ADMIN' => [
  7041.                     => 'ROLE__SHIPMENTS_PICTURE__ADMIN',
  7042.                 ],
  7043.                 'ROLE__SITES__ZERO_ACCESS' => [
  7044.                     => 'ROLE_USER',
  7045.                 ],
  7046.                 'ROLE__SITES__READ_ONLY' => [
  7047.                     => 'ROLE__SITES__ZERO_ACCESS',
  7048.                 ],
  7049.                 'ROLE__SITES__SMALL_ADMIN' => [
  7050.                     => 'ROLE__SITES__READ_ONLY',
  7051.                 ],
  7052.                 'ROLE__SITES__ADMIN' => [
  7053.                     => 'ROLE__SITES__SMALL_ADMIN',
  7054.                 ],
  7055.                 'ROLE__SITES__SUPER_ADMIN' => [
  7056.                     => 'ROLE__SITES__ADMIN',
  7057.                 ],
  7058.                 'ROLE__TICKETS__ZERO_ACCESS' => [
  7059.                     => 'ROLE_USER',
  7060.                 ],
  7061.                 'ROLE__TICKETS__READ_ONLY' => [
  7062.                     => 'ROLE__TICKETS__READ_ONLY',
  7063.                 ],
  7064.                 'ROLE__TICKETS__SMALL_ADMIN' => [
  7065.                     => 'ROLE__TICKETS__READ_ONLY',
  7066.                 ],
  7067.                 'ROLE__TICKETS__ADMIN' => [
  7068.                     => 'ROLE__TICKETS__READ_ONLY',
  7069.                 ],
  7070.                 'ROLE__TICKETS__SUPER_ADMIN' => [
  7071.                     => 'ROLE__TICKETS__ADMIN',
  7072.                 ],
  7073.             ],
  7074.             'security.access.denied_url' => NULL,
  7075.             'security.authentication.manager.erase_credentials' => true,
  7076.             'security.authentication.session_strategy.strategy' => 'migrate',
  7077.             'security.access.always_authenticate_before_granting' => false,
  7078.             'security.authentication.hide_user_not_found' => true,
  7079.             'security.firewalls' => [
  7080.                 => 'dev',
  7081.                 => 'api_login',
  7082.                 => 'apiv2',
  7083.                 => 'main',
  7084.             ],
  7085.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  7086.             'knp_menu.renderer.list.options' => [
  7087.             ],
  7088.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  7089.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  7090.             'knp_menu.renderer.twig.options' => [
  7091.             ],
  7092.             'knp_menu.renderer.twig.template' => 'menu/menu.html.twig',
  7093.             'knp_menu.default_renderer' => 'twig',
  7094.             'stof_doctrine_extensions.listener.blameable.class' => 'App\\EventListener\\BlameableListener',
  7095.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  7096.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  7097.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  7098.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  7099.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  7100.             'stof_doctrine_extensions.translation_fallback' => false,
  7101.             'stof_doctrine_extensions.persist_default_translation' => false,
  7102.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  7103.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  7104.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  7105.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  7106.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  7107.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  7108.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  7109.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  7110.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  7111.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  7112.             'knp_paginator.page_range' => 5,
  7113.             'knp_paginator.page_limit' => NULL,
  7114.             'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
  7115.             'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
  7116.             'time.templating.helper.time.class' => 'Knp\\Bundle\\TimeBundle\\Templating\\Helper\\TimeHelper',
  7117.             'cron.resolver.class' => 'Cron\\CronBundle\\Cron\\Resolver',
  7118.             'cron.manager.class' => 'Cron\\CronBundle\\Cron\\Manager',
  7119.             'cron.command_builder.class' => 'Cron\\CronBundle\\Cron\\CommandBuilder',
  7120.             'cron.executor.class' => 'Cron\\Executor\\Executor',
  7121.             'cron.validator.class' => 'Cron\\Validator\\CrontabValidator',
  7122.             'api_platform.metadata_backward_compatibility_layer' => true,
  7123.             'api_platform.enable_entrypoint' => true,
  7124.             'api_platform.enable_docs' => true,
  7125.             'api_platform.title' => '',
  7126.             'api_platform.description' => '',
  7127.             'api_platform.version' => '0.0.0',
  7128.             'api_platform.show_webby' => true,
  7129.             'api_platform.url_generation_strategy' => 1,
  7130.             'api_platform.exception_to_status' => [
  7131.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  7132.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  7133.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  7134.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  7135.             ],
  7136.             'api_platform.formats' => [
  7137.                 'jsonld' => [
  7138.                     => 'application/ld+json',
  7139.                 ],
  7140.                 'json' => [
  7141.                     => 'application/json',
  7142.                 ],
  7143.                 'html' => [
  7144.                     => 'text/html',
  7145.                 ],
  7146.             ],
  7147.             'api_platform.patch_formats' => [
  7148.                 'json' => [
  7149.                     => 'application/json',
  7150.                 ],
  7151.             ],
  7152.             'api_platform.error_formats' => [
  7153.                 'jsonproblem' => [
  7154.                     => 'application/problem+json',
  7155.                 ],
  7156.                 'jsonld' => [
  7157.                     => 'application/ld+json',
  7158.                 ],
  7159.             ],
  7160.             'api_platform.allow_plain_identifiers' => false,
  7161.             'api_platform.eager_loading.enabled' => true,
  7162.             'api_platform.eager_loading.max_joins' => 30,
  7163.             'api_platform.eager_loading.fetch_partial' => false,
  7164.             'api_platform.eager_loading.force_eager' => true,
  7165.             'api_platform.collection.exists_parameter_name' => 'exists',
  7166.             'api_platform.collection.order' => 'ASC',
  7167.             'api_platform.collection.order_parameter_name' => 'order',
  7168.             'api_platform.collection.order_nulls_comparison' => NULL,
  7169.             'api_platform.collection.pagination.enabled' => true,
  7170.             'api_platform.collection.pagination.partial' => false,
  7171.             'api_platform.collection.pagination.client_enabled' => false,
  7172.             'api_platform.collection.pagination.client_items_per_page' => false,
  7173.             'api_platform.collection.pagination.client_partial' => false,
  7174.             'api_platform.collection.pagination.items_per_page' => 30,
  7175.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  7176.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  7177.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  7178.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  7179.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  7180.             'api_platform.collection.pagination' => [
  7181.                 'enabled' => true,
  7182.                 'partial' => false,
  7183.                 'client_enabled' => false,
  7184.                 'client_items_per_page' => false,
  7185.                 'client_partial' => false,
  7186.                 'items_per_page' => 30,
  7187.                 'maximum_items_per_page' => NULL,
  7188.                 'page_parameter_name' => 'page',
  7189.                 'enabled_parameter_name' => 'pagination',
  7190.                 'items_per_page_parameter_name' => 'itemsPerPage',
  7191.                 'partial_parameter_name' => 'partial',
  7192.             ],
  7193.             'api_platform.http_cache.etag' => true,
  7194.             'api_platform.http_cache.max_age' => NULL,
  7195.             'api_platform.http_cache.shared_max_age' => NULL,
  7196.             'api_platform.http_cache.vary' => [
  7197.                 => 'Accept',
  7198.             ],
  7199.             'api_platform.http_cache.public' => NULL,
  7200.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  7201.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  7202.             'api_platform.asset_package' => NULL,
  7203.             'api_platform.defaults' => [
  7204.                 'attributes' => [
  7205.                 ],
  7206.             ],
  7207.             'api_platform.resource_class_directories' => [
  7208.                 => (\dirname(__DIR__4).'/vendor/cron/cron-bundle/Entity'),
  7209.                 => (\dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Entity'),
  7210.                 => (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Entity'),
  7211.                 => (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Entity'),
  7212.                 => (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Entity'),
  7213.                 => (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Entity'),
  7214.                 => (\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src/Entity'),
  7215.                 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Entity'),
  7216.                 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Entity'),
  7217.                 => (\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Entity'),
  7218.                 10 => (\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Entity'),
  7219.                 11 => (\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Entity'),
  7220.                 12 => (\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src/Entity'),
  7221.                 13 => (\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Entity'),
  7222.                 14 => (\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src/Entity'),
  7223.                 15 => (\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Entity'),
  7224.                 16 => (\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Entity'),
  7225.                 17 => (\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Entity'),
  7226.                 18 => (\dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Entity'),
  7227.                 19 => (\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src/Entity'),
  7228.                 20 => (\dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src/Entity'),
  7229.                 21 => (\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Entity'),
  7230.                 22 => (\dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Entity'),
  7231.                 23 => (\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Entity'),
  7232.                 24 => (\dirname(__DIR__4).'/vendor/bluue/customer-outstanding-bundle/src/Entity'),
  7233.                 25 => (\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Entity'),
  7234.                 26 => (\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src/Entity'),
  7235.                 27 => (\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Entity'),
  7236.                 28 => (\dirname(__DIR__4).'/vendor/bluue/cx3-bundle/src/Entity'),
  7237.                 29 => (\dirname(__DIR__4).'/src/Entity'),
  7238.             ],
  7239.             'api_platform.oauth.enabled' => false,
  7240.             'api_platform.oauth.clientId' => '',
  7241.             'api_platform.oauth.clientSecret' => '',
  7242.             'api_platform.oauth.type' => 'oauth2',
  7243.             'api_platform.oauth.flow' => 'application',
  7244.             'api_platform.oauth.tokenUrl' => '',
  7245.             'api_platform.oauth.authorizationUrl' => '',
  7246.             'api_platform.oauth.refreshUrl' => '',
  7247.             'api_platform.oauth.scopes' => [
  7248.             ],
  7249.             'api_platform.oauth.pkce' => false,
  7250.             'api_platform.openapi.termsOfService' => NULL,
  7251.             'api_platform.openapi.contact.name' => NULL,
  7252.             'api_platform.openapi.contact.url' => NULL,
  7253.             'api_platform.openapi.contact.email' => NULL,
  7254.             'api_platform.openapi.license.name' => NULL,
  7255.             'api_platform.openapi.license.url' => NULL,
  7256.             'api_platform.swagger.versions' => [
  7257.                 => 2,
  7258.                 => 3,
  7259.             ],
  7260.             'api_platform.enable_swagger_ui' => true,
  7261.             'api_platform.enable_re_doc' => true,
  7262.             'api_platform.swagger.api_keys' => [
  7263.                 'JWT' => [
  7264.                     'name' => 'Authorization',
  7265.                     'type' => 'header',
  7266.                 ],
  7267.             ],
  7268.             'api_platform.swagger_ui.extra_configuration' => [
  7269.             ],
  7270.             'api_platform.graphql.enabled' => true,
  7271.             'api_platform.graphql.graphiql.enabled' => false,
  7272.             'api_platform.graphql.graphql_playground.enabled' => true,
  7273.             'api_platform.graphql.collection.pagination' => [
  7274.                 'enabled' => true,
  7275.             ],
  7276.             'api_platform.graphql.default_ide' => 'graphiql',
  7277.             'api_platform.graphql.nesting_separator' => '_',
  7278.             'api_platform.validator.serialize_payload_fields' => [
  7279.             ],
  7280.             'api_platform.validator.query_parameter_validation' => true,
  7281.             'api_platform.elasticsearch.enabled' => false,
  7282.             'lexik_jwt_authentication.token_ttl' => 43200,
  7283.             'lexik_jwt_authentication.clock_skew' => 0,
  7284.             'lexik_jwt_authentication.user_identity_field' => 'username',
  7285.             'lexik_jwt_authentication.allow_no_expiration' => false,
  7286.             'lexik_jwt_authentication.user_id_claim' => 'username',
  7287.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  7288.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  7289.             'maker.compatible_check.doctrine.supports_attributes' => true,
  7290.             'data_collector.templates' => [
  7291.                 'data_collector.request' => [
  7292.                     => 'request',
  7293.                     => '@WebProfiler/Collector/request.html.twig',
  7294.                 ],
  7295.                 'api_platform.data_collector.request' => [
  7296.                     => 'api_platform.data_collector.request',
  7297.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  7298.                 ],
  7299.                 'data_collector.time' => [
  7300.                     => 'time',
  7301.                     => '@WebProfiler/Collector/time.html.twig',
  7302.                 ],
  7303.                 'data_collector.memory' => [
  7304.                     => 'memory',
  7305.                     => '@WebProfiler/Collector/memory.html.twig',
  7306.                 ],
  7307.                 'data_collector.validator' => [
  7308.                     => 'validator',
  7309.                     => '@WebProfiler/Collector/validator.html.twig',
  7310.                 ],
  7311.                 'data_collector.ajax' => [
  7312.                     => 'ajax',
  7313.                     => '@WebProfiler/Collector/ajax.html.twig',
  7314.                 ],
  7315.                 'data_collector.form' => [
  7316.                     => 'form',
  7317.                     => '@WebProfiler/Collector/form.html.twig',
  7318.                 ],
  7319.                 'data_collector.exception' => [
  7320.                     => 'exception',
  7321.                     => '@WebProfiler/Collector/exception.html.twig',
  7322.                 ],
  7323.                 'data_collector.logger' => [
  7324.                     => 'logger',
  7325.                     => '@WebProfiler/Collector/logger.html.twig',
  7326.                 ],
  7327.                 'data_collector.events' => [
  7328.                     => 'events',
  7329.                     => '@WebProfiler/Collector/events.html.twig',
  7330.                 ],
  7331.                 'data_collector.router' => [
  7332.                     => 'router',
  7333.                     => '@WebProfiler/Collector/router.html.twig',
  7334.                 ],
  7335.                 'data_collector.cache' => [
  7336.                     => 'cache',
  7337.                     => '@WebProfiler/Collector/cache.html.twig',
  7338.                 ],
  7339.                 'data_collector.translation' => [
  7340.                     => 'translation',
  7341.                     => '@WebProfiler/Collector/translation.html.twig',
  7342.                 ],
  7343.                 'data_collector.security' => [
  7344.                     => 'security',
  7345.                     => '@Security/Collector/security.html.twig',
  7346.                 ],
  7347.                 'data_collector.twig' => [
  7348.                     => 'twig',
  7349.                     => '@WebProfiler/Collector/twig.html.twig',
  7350.                 ],
  7351.                 'data_collector.http_client' => [
  7352.                     => 'http_client',
  7353.                     => '@WebProfiler/Collector/http_client.html.twig',
  7354.                 ],
  7355.                 'data_collector.doctrine' => [
  7356.                     => 'db',
  7357.                     => '@Doctrine/Collector/db.html.twig',
  7358.                 ],
  7359.                 'doctrine_migrations.migrations_collector' => [
  7360.                     => 'doctrine_migrations',
  7361.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  7362.                 ],
  7363.                 'data_collector.dump' => [
  7364.                     => 'dump',
  7365.                     => '@Debug/Profiler/dump.html.twig',
  7366.                 ],
  7367.                 'data_collector.messenger' => [
  7368.                     => 'messenger',
  7369.                     => '@WebProfiler/Collector/messenger.html.twig',
  7370.                 ],
  7371.                 'mailer.data_collector' => [
  7372.                     => 'mailer',
  7373.                     => '@WebProfiler/Collector/mailer.html.twig',
  7374.                 ],
  7375.                 'notifier.data_collector' => [
  7376.                     => 'notifier',
  7377.                     => '@WebProfiler/Collector/notifier.html.twig',
  7378.                 ],
  7379.                 'data_collector.config' => [
  7380.                     => 'config',
  7381.                     => '@WebProfiler/Collector/config.html.twig',
  7382.                 ],
  7383.             ],
  7384.             'console.command.ids' => [
  7385.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand',
  7386.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand',
  7387.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand',
  7388.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand',
  7389.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand',
  7390.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand',
  7391.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand',
  7392.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand',
  7393.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand',
  7394.             ],
  7395.         ];
  7396.     }
  7397.     protected function throw($message)
  7398.     {
  7399.         throw new RuntimeException($message);
  7400.     }
  7401. }