var/cache/dev/ContainerXri8KWA/App_KernelDevDebugContainer.php line 5240

Open in your IDE?
  1. <?php
  2. namespace ContainerXri8KWA;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'Bluue\\StocksBundle\\Services\\StockService' => 'getStockServiceService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  42.             'cache.system' => 'getCache_SystemService',
  43.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  44.             'data_collector.dump' => 'getDataCollector_DumpService',
  45.             'doctrine' => 'getDoctrineService',
  46.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  47.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  48.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  49.             'event_dispatcher' => 'getEventDispatcherService',
  50.             'http_kernel' => 'getHttpKernelService',
  51.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  52.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  53.             'request_stack' => 'getRequestStackService',
  54.             'router' => 'getRouterService',
  55.             'translator' => 'getTranslatorService',
  56.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  57.             'cache_clearer' => 'getCacheClearerService',
  58.             'filesystem' => 'getFilesystemService',
  59.             'serializer' => 'getSerializerService',
  60.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  61.             'form.factory' => 'getForm_FactoryService',
  62.             'form.type.file' => 'getForm_Type_FileService',
  63.             'profiler' => 'getProfilerService',
  64.             'twig' => 'getTwigService',
  65.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  66.             'security.token_storage' => 'getSecurity_TokenStorageService',
  67.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  68.             'session' => 'getSessionService',
  69.             'validator' => 'getValidatorService',
  70.         ];
  71.         $this->fileMap = [
  72.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  73.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  74.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  75.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  76.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  77.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  78.             '.container.private.session' => 'get_Container_Private_SessionService',
  79.             'App\\Controller\\ActivityController' => 'getActivityControllerService',
  80.             'App\\Controller\\ApiController' => 'getApiControllerService',
  81.             'App\\Controller\\BundleController' => 'getBundleControllerService',
  82.             'App\\Controller\\ConfigurationController' => 'getConfigurationControllerService',
  83.             'App\\Controller\\ContextController' => 'getContextControllerService',
  84.             'App\\Controller\\CountryController' => 'getCountryControllerService',
  85.             'App\\Controller\\CountryStateController' => 'getCountryStateControllerService',
  86.             'App\\Controller\\CountryZoneController' => 'getCountryZoneControllerService',
  87.             'App\\Controller\\CurrencyController' => 'getCurrencyControllerService',
  88.             'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  89.             'App\\Controller\\DocumentController' => 'getDocumentControllerService',
  90.             'App\\Controller\\EstablishmentController' => 'getEstablishmentControllerService',
  91.             'App\\Controller\\ExportController' => 'getExportControllerService',
  92.             'App\\Controller\\ExternalApiController' => 'getExternalApiControllerService',
  93.             'App\\Controller\\FileController' => 'getFileControllerService',
  94.             'App\\Controller\\FontController' => 'getFontControllerService',
  95.             'App\\Controller\\GoogleGeocodingApiKeyController' => 'getGoogleGeocodingApiKeyControllerService',
  96.             'App\\Controller\\LanguageController' => 'getLanguageControllerService',
  97.             'App\\Controller\\MailMessageController' => 'getMailMessageControllerService',
  98.             'App\\Controller\\MailServerController' => 'getMailServerControllerService',
  99.             'App\\Controller\\MassManagementController' => 'getMassManagementControllerService',
  100.             'App\\Controller\\MenuController' => 'getMenuControllerService',
  101.             'App\\Controller\\NotificationController' => 'getNotificationControllerService',
  102.             'App\\Controller\\ProfilesController' => 'getProfilesControllerService',
  103.             'App\\Controller\\SearchController' => 'getSearchControllerService',
  104.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  105.             'App\\Controller\\TaxController' => 'getTaxControllerService',
  106.             'App\\Controller\\TaxRuleController' => 'getTaxRuleControllerService',
  107.             'App\\Controller\\TaxRuleCountryController' => 'getTaxRuleCountryControllerService',
  108.             'App\\Controller\\TeamController' => 'getTeamControllerService',
  109.             'App\\Controller\\UnitMeasureController' => 'getUnitMeasureControllerService',
  110.             'App\\Controller\\UserController' => 'getUserControllerService',
  111.             'App\\Controller\\WebserviceController' => 'getWebserviceControllerService',
  112.             'App\\Controller\\WidgetsController' => 'getWidgetsControllerService',
  113.             'Bluue\\AccountingBundle\\Controller\\Configuration\\AccountController' => 'getAccountControllerService',
  114.             'Bluue\\AccountingBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController2Service',
  115.             'Bluue\\AccountingBundle\\Controller\\ExportController' => 'getExportController2Service',
  116.             'Bluue\\AccountingBundle\\Controller\\ProductsBundle\\ProductAccountController' => 'getProductAccountControllerService',
  117.             'Bluue\\AccountingBundle\\Services\\ExportFormat\\Csv' => 'getCsvService',
  118.             'Bluue\\AccountingBundle\\Services\\ExportFormat\\Ebp' => 'getEbpService',
  119.             'Bluue\\AccountingBundle\\Services\\ExportFormat\\Fec' => 'getFecService',
  120.             'Bluue\\AccountingBundle\\Services\\ExportFormat\\SageI7' => 'getSageI7Service',
  121.             'Bluue\\AccountingBundle\\Services\\ExportFormat\\Txt' => 'getTxtService',
  122.             'Bluue\\AccountingBundle\\Services\\ExportFormat\\Winfic' => 'getWinficService',
  123.             'Bluue\\AdelyaBundle\\Controller\\ConfigurationController' => 'getConfigurationController3Service',
  124.             'Bluue\\CashRegisterBundle\\Controller\\CashRegisterController' => 'getCashRegisterControllerService',
  125.             'Bluue\\CashRegisterBundle\\Controller\\CashRegisterMovementController' => 'getCashRegisterMovementControllerService',
  126.             'Bluue\\CashRegisterBundle\\Controller\\CatalogController' => 'getCatalogControllerService',
  127.             'Bluue\\CashRegisterBundle\\Controller\\Configuration\\CashRegisterController' => 'getCashRegisterController2Service',
  128.             'Bluue\\CashRegisterBundle\\Controller\\Configuration\\CashierController' => 'getCashierControllerService',
  129.             'Bluue\\CashRegisterBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController4Service',
  130.             'Bluue\\CashRegisterBundle\\Controller\\Configuration\\EscposTemplateConfigurationController' => 'getEscposTemplateConfigurationControllerService',
  131.             'Bluue\\CashRegisterBundle\\Controller\\Configuration\\ManagerCardController' => 'getManagerCardControllerService',
  132.             'Bluue\\CashRegisterBundle\\Controller\\Configuration\\PaymentMethodController' => 'getPaymentMethodControllerService',
  133.             'Bluue\\CashRegisterBundle\\Controller\\Configuration\\ShopController' => 'getShopControllerService',
  134.             'Bluue\\CashRegisterBundle\\Controller\\CustomerFidelityController' => 'getCustomerFidelityControllerService',
  135.             'Bluue\\CashRegisterBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerControllerService',
  136.             'Bluue\\CashRegisterBundle\\Controller\\DashboardController' => 'getDashboardController2Service',
  137.             'Bluue\\CashRegisterBundle\\Controller\\DiscountCouponController' => 'getDiscountCouponControllerService',
  138.             'Bluue\\CashRegisterBundle\\Controller\\GiftCardsBundle\\GiftCardsController' => 'getGiftCardsControllerService',
  139.             'Bluue\\CashRegisterBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductControllerService',
  140.             'Bluue\\CashRegisterBundle\\Controller\\ReceiptController' => 'getReceiptControllerService',
  141.             'Bluue\\CashRegisterBundle\\Controller\\ReceiptLineController' => 'getReceiptLineControllerService',
  142.             'Bluue\\CashRegisterBundle\\Controller\\SalesBundle\\DeliveryNoteController' => 'getDeliveryNoteControllerService',
  143.             'Bluue\\CashRegisterBundle\\Controller\\SalesBundle\\InvoiceController' => 'getInvoiceControllerService',
  144.             'Bluue\\CashRegisterBundle\\Controller\\SecurityController' => 'getSecurityController2Service',
  145.             'Bluue\\CashRegisterBundle\\Controller\\StatisticsController' => 'getStatisticsControllerService',
  146.             'Bluue\\CashRegisterBundle\\Controller\\ZCashRegisterController' => 'getZCashRegisterControllerService',
  147.             'Bluue\\CategoriesBundle\\Controller\\CategoryController' => 'getCategoryControllerService',
  148.             'Bluue\\CategoriesBundle\\Controller\\CategoryProductController' => 'getCategoryProductControllerService',
  149.             'Bluue\\CategoriesBundle\\Controller\\ConfigurationController' => 'getConfigurationController5Service',
  150.             'Bluue\\CategoriesBundle\\Controller\\StatisticsController' => 'getStatisticsController2Service',
  151.             'Bluue\\CrmBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController6Service',
  152.             'Bluue\\CrmBundle\\Controller\\Configuration\\OpportunityPriorityController' => 'getOpportunityPriorityControllerService',
  153.             'Bluue\\CrmBundle\\Controller\\Configuration\\OpportunityStateController' => 'getOpportunityStateControllerService',
  154.             'Bluue\\CrmBundle\\Controller\\Configuration\\RecommendationTypeController' => 'getRecommendationTypeControllerService',
  155.             'Bluue\\CrmBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController2Service',
  156.             'Bluue\\CrmBundle\\Controller\\DashboardController' => 'getDashboardController3Service',
  157.             'Bluue\\CrmBundle\\Controller\\NotificationsController' => 'getNotificationsControllerService',
  158.             'Bluue\\CrmBundle\\Controller\\OpportunityActivityController' => 'getOpportunityActivityControllerService',
  159.             'Bluue\\CrmBundle\\Controller\\OpportunityController' => 'getOpportunityControllerService',
  160.             'Bluue\\CrmBundle\\Controller\\OpportunityDocumentController' => 'getOpportunityDocumentControllerService',
  161.             'Bluue\\CrmBundle\\Controller\\ProductsBundle\\OpportunityProductController' => 'getOpportunityProductControllerService',
  162.             'Bluue\\CrmBundle\\Controller\\SalesBundle\\DocumentController' => 'getDocumentController2Service',
  163.             'Bluue\\CrmBundle\\Controller\\StatisticsController' => 'getStatisticsController3Service',
  164.             'Bluue\\CustomerOutstandingBundle\\Controller\\ConfigurationController' => 'getConfigurationController7Service',
  165.             'Bluue\\CustomerOutstandingBundle\\Controller\\OutsandingController' => 'getOutsandingControllerService',
  166.             'Bluue\\CustomerOutstandingBundle\\Controller\\WebserviceController' => 'getWebserviceController2Service',
  167.             'Bluue\\CustomersBundle\\Controller\\ConfigurationController' => 'getConfigurationController8Service',
  168.             'Bluue\\CustomersBundle\\Controller\\CustomerGroupController' => 'getCustomerGroupControllerService',
  169.             'Bluue\\CustomersBundle\\Controller\\CustomerTypeController' => 'getCustomerTypeControllerService',
  170.             'Bluue\\CustomersBundle\\Controller\\CustomersController' => 'getCustomersControllerService',
  171.             'Bluue\\CustomersBundle\\Controller\\StatisticsController' => 'getStatisticsController4Service',
  172.             'Bluue\\Cx3Bundle\\Controller\\Api\\SyncCallController' => 'getSyncCallControllerService',
  173.             'Bluue\\Cx3Bundle\\Controller\\CallController' => 'getCallControllerService',
  174.             'Bluue\\Cx3Bundle\\Controller\\ConfigurationController' => 'getConfigurationController9Service',
  175.             'Bluue\\Cx3Bundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController3Service',
  176.             'Bluue\\ForecastedManufacturingBundle\\Controller\\ForecastedManufacturingController' => 'getForecastedManufacturingControllerService',
  177.             'Bluue\\ForecastedStockBundle\\Controller\\ConfigurationController' => 'getConfigurationController10Service',
  178.             'Bluue\\ForecastedStockBundle\\Controller\\ForecastedStockController' => 'getForecastedStockControllerService',
  179.             'Bluue\\GocardlessBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController11Service',
  180.             'Bluue\\GocardlessBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController4Service',
  181.             'Bluue\\GocardlessBundle\\Controller\\DirectDebitController' => 'getDirectDebitControllerService',
  182.             'Bluue\\GocardlessBundle\\Controller\\NotificationsController' => 'getNotificationsController2Service',
  183.             'Bluue\\GocardlessBundle\\Controller\\PayoutController' => 'getPayoutControllerService',
  184.             'Bluue\\GocardlessBundle\\Controller\\PublicDocumentController' => 'getPublicDocumentControllerService',
  185.             'Bluue\\GocardlessBundle\\Controller\\SalesBundle\\InvoiceController' => 'getInvoiceController2Service',
  186.             'Bluue\\ImportProductsBundle\\Controller\\ImportController' => 'getImportControllerService',
  187.             'Bluue\\InventoriesBundle\\Controller\\Api\\ApiAddQuantityController' => 'getApiAddQuantityControllerService',
  188.             'Bluue\\InventoriesBundle\\Controller\\Api\\ApiCheckInventoryProductController' => 'getApiCheckInventoryProductControllerService',
  189.             'Bluue\\InventoriesBundle\\Controller\\Api\\ApiGetInventoriesController' => 'getApiGetInventoriesControllerService',
  190.             'Bluue\\InventoriesBundle\\Controller\\ConfigurationController' => 'getConfigurationController12Service',
  191.             'Bluue\\InventoriesBundle\\Controller\\InventoryController' => 'getInventoryControllerService',
  192.             'Bluue\\LabelsBundle\\Controller\\ConfigurationController' => 'getConfigurationController13Service',
  193.             'Bluue\\LabelsBundle\\Controller\\LabelController' => 'getLabelControllerService',
  194.             'Bluue\\LabelsBundle\\Controller\\PrintWaitingListController' => 'getPrintWaitingListControllerService',
  195.             'Bluue\\LabelsBundle\\Controller\\PrinterController' => 'getPrinterControllerService',
  196.             'Bluue\\LabelsBundle\\Controller\\ProductsBundle\\ProductLabelsController' => 'getProductLabelsControllerService',
  197.             'Bluue\\LabelsBundle\\Controller\\SalesBundle\\DeliveryNoteLabelsController' => 'getDeliveryNoteLabelsControllerService',
  198.             'Bluue\\LabelsBundle\\Controller\\SuppliersOrdersBundle\\ReceiptNoteLabelsController' => 'getReceiptNoteLabelsControllerService',
  199.             'Bluue\\LabelsBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  200.             'Bluue\\ManufacturingBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController14Service',
  201.             'Bluue\\ManufacturingBundle\\Controller\\ProductController' => 'getProductController2Service',
  202.             'Bluue\\ManufacturingBundle\\Controller\\ProductsBundle\\ProductOptionsController' => 'getProductOptionsControllerService',
  203.             'Bluue\\MondialrelayBundle\\Controller\\ConfigurationController' => 'getConfigurationController15Service',
  204.             'Bluue\\MondialrelayBundle\\Controller\\RelaysController' => 'getRelaysControllerService',
  205.             'Bluue\\MondialrelayBundle\\Services\\Api' => 'getApiService',
  206.             'Bluue\\OvhSmsBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController16Service',
  207.             'Bluue\\OvhSmsBundle\\Controller\\MailingListController' => 'getMailingListControllerService',
  208.             'Bluue\\OvhSmsBundle\\Controller\\SmsController' => 'getSmsControllerService',
  209.             'Bluue\\PimBundle\\Controller\\MassManagementController' => 'getMassManagementController2Service',
  210.             'Bluue\\PimBundle\\Controller\\SequentialModificationController' => 'getSequentialModificationControllerService',
  211.             'Bluue\\PlanningBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController17Service',
  212.             'Bluue\\PlanningBundle\\Controller\\Configuration\\SlotTypeController' => 'getSlotTypeControllerService',
  213.             'Bluue\\PlanningBundle\\Controller\\DashboardController' => 'getDashboardController4Service',
  214.             'Bluue\\PlanningBundle\\Controller\\GoogleController' => 'getGoogleControllerService',
  215.             'Bluue\\PlanningBundle\\Controller\\NotificationsController' => 'getNotificationsController3Service',
  216.             'Bluue\\PlanningBundle\\Controller\\ProjectsBundle\\TaskController' => 'getTaskControllerService',
  217.             'Bluue\\PlanningBundle\\Controller\\SlotController' => 'getSlotControllerService',
  218.             'Bluue\\PrestashopConnectorBundle\\Controller\\ConfigurationController' => 'getConfigurationController18Service',
  219.             'Bluue\\PrestashopConnectorBundle\\Controller\\CustomerImportRuleController' => 'getCustomerImportRuleControllerService',
  220.             'Bluue\\PrestashopConnectorBundle\\Controller\\CustomerMessagesController' => 'getCustomerMessagesControllerService',
  221.             'Bluue\\PrestashopConnectorBundle\\Controller\\PublicAccess\\ProductController' => 'getProductController3Service',
  222.             'Bluue\\PrestashopConnectorBundle\\Controller\\Webservice\\SalesController' => 'getSalesControllerService',
  223.             'Bluue\\ProductReturnsBundle\\Controller\\AdvancedModeController' => 'getAdvancedModeControllerService',
  224.             'Bluue\\ProductReturnsBundle\\Controller\\Configuration\\CarrierOptionController' => 'getCarrierOptionControllerService',
  225.             'Bluue\\ProductReturnsBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController19Service',
  226.             'Bluue\\ProductReturnsBundle\\Controller\\Configuration\\ReturnReasonController' => 'getReturnReasonControllerService',
  227.             'Bluue\\ProductReturnsBundle\\Controller\\Configuration\\ReturnStateController' => 'getReturnStateControllerService',
  228.             'Bluue\\ProductReturnsBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController5Service',
  229.             'Bluue\\ProductReturnsBundle\\Controller\\ProductReturnController' => 'getProductReturnControllerService',
  230.             'Bluue\\ProductReturnsBundle\\Controller\\ProductReturnLineController' => 'getProductReturnLineControllerService',
  231.             'Bluue\\ProductReturnsBundle\\Controller\\SalesBundle\\DeliveryNoteController' => 'getDeliveryNoteController2Service',
  232.             'Bluue\\ProductReturnsBundle\\Controller\\SalesBundle\\OrderController' => 'getOrderControllerService',
  233.             'Bluue\\ProductReturnsBundle\\Controller\\StatisticsController' => 'getStatisticsController5Service',
  234.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiConsultBrandController' => 'getApiConsultBrandControllerService',
  235.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiConsultProductController' => 'getApiConsultProductControllerService',
  236.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiCreateProductController' => 'getApiCreateProductControllerService',
  237.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiGetBrandContextsController' => 'getApiGetBrandContextsControllerService',
  238.             'Bluue\\ProductsBundle\\Controller\\Api\\ApiGetProductContextController' => 'getApiGetProductContextControllerService',
  239.             'Bluue\\ProductsBundle\\Controller\\AttachmentController' => 'getAttachmentControllerService',
  240.             'Bluue\\ProductsBundle\\Controller\\AttributeController' => 'getAttributeControllerService',
  241.             'Bluue\\ProductsBundle\\Controller\\AttributeGroupController' => 'getAttributeGroupControllerService',
  242.             'Bluue\\ProductsBundle\\Controller\\BrandController' => 'getBrandControllerService',
  243.             'Bluue\\ProductsBundle\\Controller\\ConfigurationController' => 'getConfigurationController20Service',
  244.             'Bluue\\ProductsBundle\\Controller\\DeclinationAttributeController' => 'getDeclinationAttributeControllerService',
  245.             'Bluue\\ProductsBundle\\Controller\\DeclinationController' => 'getDeclinationControllerService',
  246.             'Bluue\\ProductsBundle\\Controller\\Ean13Controller' => 'getEan13ControllerService',
  247.             'Bluue\\ProductsBundle\\Controller\\EcoPartController' => 'getEcoPartControllerService',
  248.             'Bluue\\ProductsBundle\\Controller\\EcoPartGroupController' => 'getEcoPartGroupControllerService',
  249.             'Bluue\\ProductsBundle\\Controller\\EnergyLabelController' => 'getEnergyLabelControllerService',
  250.             'Bluue\\ProductsBundle\\Controller\\FeatureController' => 'getFeatureControllerService',
  251.             'Bluue\\ProductsBundle\\Controller\\FeatureValueController' => 'getFeatureValueControllerService',
  252.             'Bluue\\ProductsBundle\\Controller\\PackProductController' => 'getPackProductControllerService',
  253.             'Bluue\\ProductsBundle\\Controller\\PriceRuleController' => 'getPriceRuleControllerService',
  254.             'Bluue\\ProductsBundle\\Controller\\ProductAttachmentController' => 'getProductAttachmentControllerService',
  255.             'Bluue\\ProductsBundle\\Controller\\ProductController' => 'getProductController4Service',
  256.             'Bluue\\ProductsBundle\\Controller\\ProductFeatureController' => 'getProductFeatureControllerService',
  257.             'Bluue\\ProductsBundle\\Controller\\ProductImageController' => 'getProductImageControllerService',
  258.             'Bluue\\ProductsBundle\\Controller\\ProductTypeController' => 'getProductTypeControllerService',
  259.             'Bluue\\ProductsBundle\\Controller\\RelatedProductController' => 'getRelatedProductControllerService',
  260.             'Bluue\\ProductsBundle\\Controller\\SubstituteProductController' => 'getSubstituteProductControllerService',
  261.             'Bluue\\ProductsBundle\\Controller\\TagController' => 'getTagControllerService',
  262.             'Bluue\\ProductsBundle\\Services\\WeightProductListService' => 'getWeightProductListServiceService',
  263.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController21Service',
  264.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\ProjectStateController' => 'getProjectStateControllerService',
  265.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\ProjectStepController' => 'getProjectStepControllerService',
  266.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\ProjectTypeController' => 'getProjectTypeControllerService',
  267.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\TaskModelController' => 'getTaskModelControllerService',
  268.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\TaskPriorityController' => 'getTaskPriorityControllerService',
  269.             'Bluue\\ProjectsBundle\\Controller\\Configuration\\TaskStateController' => 'getTaskStateControllerService',
  270.             'Bluue\\ProjectsBundle\\Controller\\ContractsBundle\\ContractController' => 'getContractControllerService',
  271.             'Bluue\\ProjectsBundle\\Controller\\CrmBundle\\OpportunityController' => 'getOpportunityController2Service',
  272.             'Bluue\\ProjectsBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController6Service',
  273.             'Bluue\\ProjectsBundle\\Controller\\DashboardController' => 'getDashboardController5Service',
  274.             'Bluue\\ProjectsBundle\\Controller\\MassTaskController' => 'getMassTaskControllerService',
  275.             'Bluue\\ProjectsBundle\\Controller\\NotificationsController' => 'getNotificationsController4Service',
  276.             'Bluue\\ProjectsBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController5Service',
  277.             'Bluue\\ProjectsBundle\\Controller\\ProjectController' => 'getProjectControllerService',
  278.             'Bluue\\ProjectsBundle\\Controller\\SalesBundle\\QuotationController' => 'getQuotationControllerService',
  279.             'Bluue\\ProjectsBundle\\Controller\\StatisticsController' => 'getStatisticsController6Service',
  280.             'Bluue\\ProjectsBundle\\Controller\\TaskController' => 'getTaskController2Service',
  281.             'Bluue\\ProjectsBundle\\Controller\\TaskTimeController' => 'getTaskTimeControllerService',
  282.             'Bluue\\ProjectsBundle\\Controller\\TodoController' => 'getTodoControllerService',
  283.             'Bluue\\RecurringInvoicesBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController22Service',
  284.             'Bluue\\RecurringInvoicesBundle\\Controller\\NotificationsController' => 'getNotificationsController5Service',
  285.             'Bluue\\RecurringInvoicesBundle\\Controller\\RecurringInvoiceController' => 'getRecurringInvoiceControllerService',
  286.             'Bluue\\SalesBundle\\Controller\\AccountingBundle\\IntracommunitySalesController' => 'getIntracommunitySalesControllerService',
  287.             'Bluue\\SalesBundle\\Controller\\AccountingBundle\\PaymentExpectationController' => 'getPaymentExpectationControllerService',
  288.             'Bluue\\SalesBundle\\Controller\\AdditionalPdfController' => 'getAdditionalPdfControllerService',
  289.             'Bluue\\SalesBundle\\Controller\\BankController' => 'getBankControllerService',
  290.             'Bluue\\SalesBundle\\Controller\\ConfigurationController' => 'getConfigurationController23Service',
  291.             'Bluue\\SalesBundle\\Controller\\CreditNoteController' => 'getCreditNoteControllerService',
  292.             'Bluue\\SalesBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController7Service',
  293.             'Bluue\\SalesBundle\\Controller\\DashboardController' => 'getDashboardController6Service',
  294.             'Bluue\\SalesBundle\\Controller\\DeliveryNoteController' => 'getDeliveryNoteController3Service',
  295.             'Bluue\\SalesBundle\\Controller\\InvoiceController' => 'getInvoiceController3Service',
  296.             'Bluue\\SalesBundle\\Controller\\LineController' => 'getLineControllerService',
  297.             'Bluue\\SalesBundle\\Controller\\NotificationsController' => 'getNotificationsController6Service',
  298.             'Bluue\\SalesBundle\\Controller\\OrderController' => 'getOrderController2Service',
  299.             'Bluue\\SalesBundle\\Controller\\OrderStateController' => 'getOrderStateControllerService',
  300.             'Bluue\\SalesBundle\\Controller\\PaymentController' => 'getPaymentControllerService',
  301.             'Bluue\\SalesBundle\\Controller\\PaymentMethodController' => 'getPaymentMethodController2Service',
  302.             'Bluue\\SalesBundle\\Controller\\PaymentTermController' => 'getPaymentTermControllerService',
  303.             'Bluue\\SalesBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController6Service',
  304.             'Bluue\\SalesBundle\\Controller\\PublicDocumentController' => 'getPublicDocumentController2Service',
  305.             'Bluue\\SalesBundle\\Controller\\QuotationController' => 'getQuotationController2Service',
  306.             'Bluue\\SalesBundle\\Controller\\RelaunchLevelController' => 'getRelaunchLevelControllerService',
  307.             'Bluue\\SalesBundle\\Controller\\StatisticsController' => 'getStatisticsController7Service',
  308.             'Bluue\\ShipmentsBundle\\Controller\\ApiController' => 'getApiController2Service',
  309.             'Bluue\\ShipmentsBundle\\Controller\\BurstController' => 'getBurstControllerService',
  310.             'Bluue\\ShipmentsBundle\\Controller\\CarrierController' => 'getCarrierControllerService',
  311.             'Bluue\\ShipmentsBundle\\Controller\\ConfigurationController' => 'getConfigurationController24Service',
  312.             'Bluue\\ShipmentsBundle\\Controller\\LabelController' => 'getLabelController2Service',
  313.             'Bluue\\ShipmentsBundle\\Controller\\OrderController' => 'getOrderController3Service',
  314.             'Bluue\\ShipmentsBundle\\Controller\\OrderStateForBurstController' => 'getOrderStateForBurstControllerService',
  315.             'Bluue\\ShipmentsBundle\\Controller\\OrderStateForMajStatutController' => 'getOrderStateForMajStatutControllerService',
  316.             'Bluue\\ShipmentsBundle\\Controller\\PrinterController' => 'getPrinterController2Service',
  317.             'Bluue\\ShipmentsBundle\\Controller\\ShoppingCartController' => 'getShoppingCartControllerService',
  318.             'Bluue\\ShipmentsBundle\\Controller\\ShoppingCartLocationController' => 'getShoppingCartLocationControllerService',
  319.             'Bluue\\ShipmentsBundle\\Controller\\StatsController' => 'getStatsControllerService',
  320.             'Bluue\\ShipmentsPictureBundle\\Controller\\ConfigurationController' => 'getConfigurationController25Service',
  321.             'Bluue\\ShipmentsPictureBundle\\Controller\\PictureController' => 'getPictureControllerService',
  322.             'Bluue\\SitesBundle\\Controller\\ConfigurationController' => 'getConfigurationController26Service',
  323.             'Bluue\\SitesBundle\\Controller\\CustomersBundle\\CustomerController' => 'getCustomerController8Service',
  324.             'Bluue\\SitesBundle\\Controller\\SiteNotesController' => 'getSiteNotesControllerService',
  325.             'Bluue\\SitesBundle\\Controller\\SitesController' => 'getSitesControllerService',
  326.             'Bluue\\StatisticsBundle\\Controller\\StatisticController' => 'getStatisticControllerService',
  327.             'Bluue\\StocksBundle\\Controller\\Api\\ApiMassStockEntryController' => 'getApiMassStockEntryControllerService',
  328.             'Bluue\\StocksBundle\\Controller\\Api\\ApiOutOfStockController' => 'getApiOutOfStockControllerService',
  329.             'Bluue\\StocksBundle\\Controller\\Api\\CreateStockLocationController' => 'getCreateStockLocationControllerService',
  330.             'Bluue\\StocksBundle\\Controller\\Api\\StockQuantitiesController' => 'getStockQuantitiesControllerService',
  331.             'Bluue\\StocksBundle\\Controller\\ConfigurationController' => 'getConfigurationController27Service',
  332.             'Bluue\\StocksBundle\\Controller\\DateTypeController' => 'getDateTypeControllerService',
  333.             'Bluue\\StocksBundle\\Controller\\LocationController' => 'getLocationControllerService',
  334.             'Bluue\\StocksBundle\\Controller\\MassStockEntryController' => 'getMassStockEntryControllerService',
  335.             'Bluue\\StocksBundle\\Controller\\MassStockRemovalController' => 'getMassStockRemovalControllerService',
  336.             'Bluue\\StocksBundle\\Controller\\NotificationsController' => 'getNotificationsController7Service',
  337.             'Bluue\\StocksBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController7Service',
  338.             'Bluue\\StocksBundle\\Controller\\SalesBundle\\OrderController' => 'getOrderController4Service',
  339.             'Bluue\\StocksBundle\\Controller\\StatisticsController' => 'getStatisticsController8Service',
  340.             'Bluue\\StocksBundle\\Controller\\StockLocationController' => 'getStockLocationControllerService',
  341.             'Bluue\\StocksBundle\\Controller\\StockMovementController' => 'getStockMovementControllerService',
  342.             'Bluue\\StocksBundle\\Controller\\StockMovementReasonController' => 'getStockMovementReasonControllerService',
  343.             'Bluue\\StocksBundle\\Controller\\StockPreparationController' => 'getStockPreparationControllerService',
  344.             'Bluue\\StocksBundle\\Controller\\StockProductController' => 'getStockProductControllerService',
  345.             'Bluue\\StocksBundle\\Controller\\StockQuantityController' => 'getStockQuantityControllerService',
  346.             'Bluue\\StocksBundle\\Controller\\SubLocationController' => 'getSubLocationControllerService',
  347.             'Bluue\\StocksBundle\\Controller\\SuppliersOrdersBundle\\ProductRestockController' => 'getProductRestockControllerService',
  348.             'Bluue\\StocksBundle\\Controller\\WarehouseController' => 'getWarehouseControllerService',
  349.             'Bluue\\StocksBundle\\Controller\\WarehousesContextController' => 'getWarehousesContextControllerService',
  350.             'Bluue\\SuppliersBundle\\Controller\\Api\\ApiSuppliersController' => 'getApiSuppliersControllerService',
  351.             'Bluue\\SuppliersBundle\\Controller\\ConfigurationController' => 'getConfigurationController28Service',
  352.             'Bluue\\SuppliersBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController8Service',
  353.             'Bluue\\SuppliersBundle\\Controller\\ProductsBundle\\QuantityThresholdController' => 'getQuantityThresholdControllerService',
  354.             'Bluue\\SuppliersBundle\\Controller\\StatisticsController' => 'getStatisticsController9Service',
  355.             'Bluue\\SuppliersBundle\\Controller\\SupplierAddressController' => 'getSupplierAddressControllerService',
  356.             'Bluue\\SuppliersBundle\\Controller\\SupplierContactController' => 'getSupplierContactControllerService',
  357.             'Bluue\\SuppliersBundle\\Controller\\SupplierController' => 'getSupplierControllerService',
  358.             'Bluue\\SuppliersBundle\\Controller\\SupplierTypeController' => 'getSupplierTypeControllerService',
  359.             'Bluue\\SuppliersOrdersBundle\\Controller\\Api\\ApiAddReceiptNoteController' => 'getApiAddReceiptNoteControllerService',
  360.             'Bluue\\SuppliersOrdersBundle\\Controller\\Api\\ApiAddSupplierOrderController' => 'getApiAddSupplierOrderControllerService',
  361.             'Bluue\\SuppliersOrdersBundle\\Controller\\Api\\ApiGetReceiptNotesController' => 'getApiGetReceiptNotesControllerService',
  362.             'Bluue\\SuppliersOrdersBundle\\Controller\\Api\\ApiValidateRnController' => 'getApiValidateRnControllerService',
  363.             'Bluue\\SuppliersOrdersBundle\\Controller\\ConfigurationController' => 'getConfigurationController29Service',
  364.             'Bluue\\SuppliersOrdersBundle\\Controller\\ImportOrderController' => 'getImportOrderControllerService',
  365.             'Bluue\\SuppliersOrdersBundle\\Controller\\ProductController' => 'getProductController9Service',
  366.             'Bluue\\SuppliersOrdersBundle\\Controller\\ProductsBundle\\ProductController' => 'getProductController10Service',
  367.             'Bluue\\SuppliersOrdersBundle\\Controller\\ReceiptNoteController' => 'getReceiptNoteControllerService',
  368.             'Bluue\\SuppliersOrdersBundle\\Controller\\ReceiptNoteLineController' => 'getReceiptNoteLineControllerService',
  369.             'Bluue\\SuppliersOrdersBundle\\Controller\\SupplierBundle\\SupplierViewController' => 'getSupplierViewControllerService',
  370.             'Bluue\\SuppliersOrdersBundle\\Controller\\SupplierOrderController' => 'getSupplierOrderControllerService',
  371.             'Bluue\\SuppliersOrdersBundle\\Controller\\WaitingProductController' => 'getWaitingProductControllerService',
  372.             'Bluue\\TicketsBundle\\Controller\\AttachmentController' => 'getAttachmentController2Service',
  373.             'Bluue\\TicketsBundle\\Controller\\Configuration\\ClosingMotifController' => 'getClosingMotifControllerService',
  374.             'Bluue\\TicketsBundle\\Controller\\Configuration\\ConfigurationController' => 'getConfigurationController30Service',
  375.             'Bluue\\TicketsBundle\\Controller\\Configuration\\MailServerController' => 'getMailServerController2Service',
  376.             'Bluue\\TicketsBundle\\Controller\\Configuration\\PredefinedMessageController' => 'getPredefinedMessageControllerService',
  377.             'Bluue\\TicketsBundle\\Controller\\Configuration\\PredefinedMessageStatusChangeController' => 'getPredefinedMessageStatusChangeControllerService',
  378.             'Bluue\\TicketsBundle\\Controller\\Configuration\\RelaunchController' => 'getRelaunchControllerService',
  379.             'Bluue\\TicketsBundle\\Controller\\Configuration\\TagController' => 'getTagController2Service',
  380.             'Bluue\\TicketsBundle\\Controller\\Configuration\\TicketStateController' => 'getTicketStateControllerService',
  381.             'Bluue\\TicketsBundle\\Controller\\CrmBundle\\TicketsController' => 'getTicketsControllerService',
  382.             'Bluue\\TicketsBundle\\Controller\\NotificationsController' => 'getNotificationsController8Service',
  383.             'Bluue\\TicketsBundle\\Controller\\StatisticsController' => 'getStatisticsController10Service',
  384.             'Bluue\\TicketsBundle\\Controller\\TicketMessagesController' => 'getTicketMessagesControllerService',
  385.             'Bluue\\TicketsBundle\\Controller\\TicketsController' => 'getTicketsController2Service',
  386.             'Bluue\\UtilityBillsBundle\\Controller\\UtilityBillController' => 'getUtilityBillControllerService',
  387.             'Bluue\\UtilityBillsBundle\\Controller\\UtilityBillOrderController' => 'getUtilityBillOrderControllerService',
  388.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  389.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  390.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  391.             'Symfony\\Component\\DependencyInjection\\ContainerInterface' => 'getContainerInterfaceService',
  392.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  393.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  394.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  395.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  396.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  397.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  398.             'api_platform.graphql.action.entrypoint' => 'getApiPlatform_Graphql_Action_EntrypointService',
  399.             'api_platform.graphql.action.graphiql' => 'getApiPlatform_Graphql_Action_GraphiqlService',
  400.             'api_platform.graphql.action.graphql_playground' => 'getApiPlatform_Graphql_Action_GraphqlPlaygroundService',
  401.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  402.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  403.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  404.             'cache.app_clearer' => 'getCache_AppClearerService',
  405.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  406.             'cache.system_clearer' => 'getCache_SystemClearerService',
  407.             'cache_warmer' => 'getCacheWarmerService',
  408.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand' => 'getCronCreateCommandService',
  409.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand' => 'getCronDeleteCommandService',
  410.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand' => 'getCronDisableCommandService',
  411.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand' => 'getCronEnableCommandService',
  412.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand' => 'getCronListCommandService',
  413.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand' => 'getCronReportsTruncateCommandService',
  414.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand' => 'getCronRunCommandService',
  415.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand' => 'getCronStartCommandService',
  416.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand' => 'getCronStopCommandService',
  417.             'console.command_loader' => 'getConsole_CommandLoaderService',
  418.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  419.             'cron.executor' => 'getCron_ExecutorService',
  420.             'cron.manager' => 'getCron_ManagerService',
  421.             'cron.resolver' => 'getCron_ResolverService',
  422.             'cron.validator' => 'getCron_ValidatorService',
  423.             'error_controller' => 'getErrorControllerService',
  424.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  425.             'knp_paginator' => 'getKnpPaginatorService',
  426.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  427.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  428.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  429.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  430.             'routing.loader' => 'getRouting_LoaderService',
  431.             'services_resetter' => 'getServicesResetterService',
  432.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  433.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  434.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  435.         ];
  436.         $this->aliases = [
  437.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  438.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  439.             'App\\Kernel' => 'kernel',
  440.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  441.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  442.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  443.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  444.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  445.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  446.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  447.             'database_connection' => 'doctrine.dbal.default_connection',
  448.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  449.         ];
  450.         $this->privates['service_container'] = function () {
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  457.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  459.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LocaleSubscriber.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  462.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  465.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  466.             include_once \dirname(__DIR__4).'/src/Repository/ActivityRepository.php';
  467.             include_once \dirname(__DIR__4).'/src/Repository/ConfigurationRepository.php';
  468.             include_once \dirname(__DIR__4).'/src/Repository/Traits/SearchableRepositoryTrait.php';
  469.             include_once \dirname(__DIR__4).'/src/Repository/ContextRepository.php';
  470.             include_once \dirname(__DIR__4).'/src/Repository/CurrencyRepository.php';
  471.             include_once \dirname(__DIR__4).'/src/Repository/EstablishmentRepository.php';
  472.             include_once \dirname(__DIR__4).'/src/Repository/FileManagerRepository.php';
  473.             include_once \dirname(__DIR__4).'/src/Repository/TaxRuleCountryRepository.php';
  474.             include_once \dirname(__DIR__4).'/src/Repository/UnitMeasureRepository.php';
  475.             include_once \dirname(__DIR__4).'/src/Repository/UserContextRepository.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  477.             include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  478.             include_once \dirname(__DIR__4).'/src/Services/CheckBundleInstall.php';
  479.             include_once \dirname(__DIR__4).'/src/Services/Configuration.php';
  480.             include_once \dirname(__DIR__4).'/src/Services/Context.php';
  481.             include_once \dirname(__DIR__4).'/src/Services/Currency.php';
  482.             include_once \dirname(__DIR__4).'/src/Services/DefaultLocale.php';
  483.             include_once \dirname(__DIR__4).'/src/Services/FileManager.php';
  484.             include_once \dirname(__DIR__4).'/src/Services/Notification.php';
  485.             include_once \dirname(__DIR__4).'/src/Services/ObjectSerialize.php';
  486.             include_once \dirname(__DIR__4).'/src/Services/Openssl.php';
  487.             include_once \dirname(__DIR__4).'/src/Services/Pdf.php';
  488.             include_once \dirname(__DIR__4).'/src/Services/SessionContextCurrency.php';
  489.             include_once \dirname(__DIR__4).'/src/Services/SoftdeleteFilter.php';
  490.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  492.             include_once \dirname(__DIR__4).'/src/Twig/CalcPrice.php';
  493.             include_once \dirname(__DIR__4).'/src/Twig/DisplayPhone.php';
  494.             include_once \dirname(__DIR__4).'/src/Twig/DurationExtension.php';
  495.             include_once \dirname(__DIR__4).'/src/Twig/EntityExtension.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  507.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  529.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  536.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  571.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  636.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  637.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  638.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  639.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  642.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  645.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  646.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  647.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  649.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  650.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  651.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  652.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  656.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  658.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  659.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  662.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  663.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  664.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  665.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  666.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  683.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  684.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  685.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  687.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  688.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  690.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  691.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  692.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  693.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  694.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  695.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  696.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  697.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  699.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  701.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  702.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  703.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  704.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  705.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  706.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  707.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  708.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  709.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  710.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  711.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  712.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  713.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  714.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  715.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  716.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  717.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  718.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  738.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  745.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  746.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  747.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  748.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  749.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  750.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  751.             include_once \dirname(__DIR__4).'/src/EventListener/BlameableListener.php';
  752.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  753.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  754.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  755.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  756.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  761.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  764.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  770.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  772.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  773.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  774.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  775.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  776.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  777.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  778.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  779.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  780.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  781.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  782.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  783.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  784.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  785.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  786.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  787.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  788.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  789.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  790.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  792.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  793.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  794.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  796.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  797.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  798.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  799.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  800.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  801.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  802.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  803.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  804.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  805.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  807.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  808.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  809.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  810.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  811.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  812.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  813.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  814.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  815.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  816.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  817.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  818.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  819.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  820.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  821.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  822.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  823.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  824.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  825.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  826.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  827.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  829.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  830.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  831.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  832.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  833.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  834.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  835.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  836.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  837.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  838.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  839.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  840.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  841.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  842.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  843.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  844.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  845.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  846.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  847.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  848.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  849.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  850.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  851.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  852.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  853.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  854.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  855.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  856.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  857.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  858.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  859.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  860.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  861.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  863.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  864.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  865.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  866.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  867.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/DeclinationRepository.php';
  868.             include_once \dirname(__DIR__4).'/src/Repository/Traits/FindLastDateElementRepositoryTrait.php';
  869.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/Ean13Repository.php';
  870.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/Traits/PositionRepositoryTrait.php';
  871.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/PackProductRepository.php';
  872.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/ProductContextRepository.php';
  873.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/ProductImageRepository.php';
  874.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/ProductRepository.php';
  875.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/SearchAssociationRepository.php';
  876.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Repository/SearchWordRepository.php';
  877.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Services/ProductSearch.php';
  878.             include_once \dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Repository/CategoryProductRepository.php';
  879.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  880.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  881.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  882.             include_once \dirname(__DIR__4).'/src/DoctrineExtensions/GedmoTree/NestedTreeRepository.php';
  883.             include_once \dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Repository/CategoryRepository.php';
  884.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/LocationRepository.php';
  885.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/ProductConfigurationRepository.php';
  886.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockLocationRepository.php';
  887.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockMovementReasonRepository.php';
  888.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockMovementRepository.php';
  889.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockOrderLineLocationRepository.php';
  890.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockOrderLineRepository.php';
  891.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockProductRepository.php';
  892.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockProductRootContextRepository.php';
  893.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockProductRootRepository.php';
  894.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/StockQuantityRepository.php';
  895.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Repository/WarehouseRepository.php';
  896.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Services/RemainingQuantityOrderedProcess.php';
  897.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Services/RemovalStockProcedure.php';
  898.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Services/StockService.php';
  899.             include_once \dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Repository/CustomerRepository.php';
  900.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/AdditionalPdfRepository.php';
  901.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/CustomerOptionsRepository.php';
  902.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/DeliveryNoteRepository.php';
  903.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/InvoiceRepository.php';
  904.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Repository/OrderRepository.php';
  905.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/Document.php';
  906.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/Line.php';
  907.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/PaymentTermCalculator.php';
  908.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/PdfGenerator.php';
  909.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/ReferenceGenerator.php';
  910.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/SharedSales.php';
  911.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Services/Statistics.php';
  912.             include_once \dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Repository/ProductSupplierContextRepository.php';
  913.             include_once \dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Repository/ProductSupplierRepository.php';
  914.             include_once \dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Repository/SupplierRepository.php';
  915.             include_once \dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Repository/ProductReturnRepository.php';
  916.             include_once \dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Repository/InventoryOriginalProductQuantityRepository.php';
  917.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  918.             include_once \dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Serializer/InventoriesContextBuilder.php';
  919.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  920.             include_once \dirname(__DIR__4).'/src/Serializer/ContextBuilder.php';
  921.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  922.             include_once \dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Repository/CustomerAccountRepository.php';
  923.             include_once \dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Repository/LabelRepository.php';
  924.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Repository/OrderOptionsRepository.php';
  925.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Repository/OrderPreparationHistoryRepository.php';
  926.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Repository/PickingHistoryRepository.php';
  927.             include_once \dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Repository/MappingRepository.php';
  928.             include_once \dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Services/Api.php';
  929.             include_once \dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Repository/CustomerMappingRepository.php';
  930.             include_once \dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Services/GocardlessService.php';
  931.             include_once \dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Twig/GocardlessExtension.php';
  932.             include_once \dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src/Repository/SmsRepository.php';
  933.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Repository/CashRegisterRepository.php';
  934.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Repository/CashierRepository.php';
  935.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Repository/CustomerFidelityRepository.php';
  936.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Repository/FavoriteProductRepository.php';
  937.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Repository/ManagerCardRepository.php';
  938.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Repository/PaymentRepository.php';
  939.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Twig/ImageExtension.php';
  940.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Twig/ProductExtension.php';
  941.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Twig/SecurityExtension.php';
  942.             include_once \dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Repository/SlotRepository.php';
  943.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/ProjectQuotationRepository.php';
  944.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/TaskMonitoredRepository.php';
  945.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/Traits/PositionRepositoryTrait.php';
  946.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/TaskRepository.php';
  947.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Repository/TaskTimeRepository.php';
  948.             include_once \dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Twig/AddressExtension.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  961.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  962.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  963.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  976.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  977.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  983.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  984.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  985.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  986.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  987.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  988.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  989.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/ValidationExceptionNormalizer.php';
  990.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/HttpExceptionNormalizer.php';
  991.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/RuntimeExceptionNormalizer.php';
  992.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/ErrorNormalizer.php';
  993.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  994.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  995.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  996.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  997.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/ItemNormalizer.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/ObjectNormalizer.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1091.             include_once \dirname(__DIR__4).'/src/Twig/Activity.php';
  1092.             include_once \dirname(__DIR__4).'/src/Twig/DisplayIban.php';
  1093.             include_once \dirname(__DIR__4).'/src/Twig/File.php';
  1094.             include_once \dirname(__DIR__4).'/src/Twig/GetAdditionalScripts.php';
  1095.             include_once \dirname(__DIR__4).'/src/Twig/MobileDetectExtension.php';
  1096.             include_once \dirname(__DIR__4).'/src/Twig/RemoveCss.php';
  1097.             include_once \dirname(__DIR__4).'/src/Twig/SortArrayByField.php';
  1098.             include_once \dirname(__DIR__4).'/src/Twig/TwigFilterChecker.php';
  1099.             include_once \dirname(__DIR__4).'/src/Twig/UnitMeasure.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/MarkdownExtension.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Twig/Extension/TimeExtension.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/DateTimeFormatter.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Twig/EanExtension.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Twig/ListExtension.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Twig/ProductExtension.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Twig/ProductImageExtension.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Twig/ProductExtension.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Twig/ProductExtension.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Twig/StockExtension.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Twig/CustomerExtension.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Twig/DeliveryNoteButtonsExtension.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Twig/LineExtension.php';
  1128.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Twig/ReferenceExtension.php';
  1129.             include_once \dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Twig/StatsExtension.php';
  1130.             include_once \dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Twig/ProductExtension.php';
  1131.             include_once \dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Twig/ProductExtension.php';
  1132.             include_once \dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Twig/ProductReturnExtension.php';
  1133.             include_once \dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Twig/InventoryExtension.php';
  1134.             include_once \dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Twig/CustomerExtension.php';
  1135.             include_once \dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Twig/LabelExtension.php';
  1136.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Twig/CarrierExtension.php';
  1137.             include_once \dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Twig/OrderExtension.php';
  1138.             include_once \dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Twig/MappingExtension.php';
  1139.             include_once \dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Twig/OrderCartRuleExtension.php';
  1140.             include_once \dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src/Twig/OvhSmsExtension.php';
  1141.             include_once \dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Twig/RecurringInvoiceExtension.php';
  1142.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Twig/CustomerExtension.php';
  1143.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Twig/FavoriteProductExtension.php';
  1144.             include_once \dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Twig/PaymentMethodExtension.php';
  1145.             include_once \dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Twig/PlanningExtension.php';
  1146.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Twig/ProjectExtension.php';
  1147.             include_once \dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Twig/TaskExtension.php';
  1148.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1149.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1150.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1151.             include_once \dirname(__DIR__4).'/src/Services/UserImage.php';
  1152.             include_once \dirname(__DIR__4).'/src/Services/BluueLogo.php';
  1153.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1154.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1155.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  1156.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1157.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1158.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1159.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1160.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1161.         };
  1162.     }
  1163.     public function compile(): void
  1164.     {
  1165.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1166.     }
  1167.     public function isCompiled(): bool
  1168.     {
  1169.         return true;
  1170.     }
  1171.     public function getRemovedIds(): array
  1172.     {
  1173.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1174.     }
  1175.     protected function load($file$lazyLoad true)
  1176.     {
  1177.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1178.             return $class::do($this$lazyLoad);
  1179.         }
  1180.         if ('.' === $file[-4]) {
  1181.             $class substr($class0, -4);
  1182.         } else {
  1183.             $file .= '.php';
  1184.         }
  1185.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1186.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1187.     }
  1188.     protected function createProxy($class, \Closure $factory)
  1189.     {
  1190.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1191.         return $factory();
  1192.     }
  1193.     /**
  1194.      * Gets the public '.container.private.profiler' shared service.
  1195.      *
  1196.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1197.      */
  1198.     protected function get_Container_Private_ProfilerService()
  1199.     {
  1200.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1201.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1202.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1203.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1204.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1205.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1206.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1207.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1208.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1209.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1210.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1211.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1212.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1213.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1214.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1215.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1216.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  1217.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1218.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1219.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1220.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1221.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  1222.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1223.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1224.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1225.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1226.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1227.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1228.         $d->addInstance('api_platform.graphql.cache.subscription', ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()));
  1229.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1230.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1231.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1232.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1233.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1234.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1235.         if ($this->has('kernel')) {
  1236.             $g->setKernel($b);
  1237.         }
  1238.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1239.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  1240.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1241.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1242.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1243.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1244.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1245.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1246.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1247.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1248.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1249.         $instance->add($d);
  1250.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1251.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  1252.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1253.         $instance->add($e);
  1254.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  1255.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1256.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1257.         $instance->add($f);
  1258.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1259.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  1260.         $instance->add($g);
  1261.         return $instance;
  1262.     }
  1263.     /**
  1264.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1265.      *
  1266.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1267.      */
  1268.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1269.     {
  1270.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1271.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1272.             return $this->services['.container.private.security.authorization_checker'];
  1273.         }
  1274.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  1275.     }
  1276.     /**
  1277.      * Gets the public '.container.private.security.token_storage' shared service.
  1278.      *
  1279.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1280.      */
  1281.     protected function get_Container_Private_Security_TokenStorageService()
  1282.     {
  1283.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1284.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1285.         ], [
  1286.             'request_stack' => '?',
  1287.         ]));
  1288.     }
  1289.     /**
  1290.      * Gets the public '.container.private.serializer' shared service.
  1291.      *
  1292.      * @return \Symfony\Component\Serializer\Serializer
  1293.      */
  1294.     protected function get_Container_Private_SerializerService()
  1295.     {
  1296.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1297.         if (isset($this->services['.container.private.serializer'])) {
  1298.             return $this->services['.container.private.serializer'];
  1299.         }
  1300.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1301.         if (isset($this->services['.container.private.serializer'])) {
  1302.             return $this->services['.container.private.serializer'];
  1303.         }
  1304.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1305.         if (isset($this->services['.container.private.serializer'])) {
  1306.             return $this->services['.container.private.serializer'];
  1307.         }
  1308.         $d = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
  1309.         if (isset($this->services['.container.private.serializer'])) {
  1310.             return $this->services['.container.private.serializer'];
  1311.         }
  1312.         $e = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
  1313.         if (isset($this->services['.container.private.serializer'])) {
  1314.             return $this->services['.container.private.serializer'];
  1315.         }
  1316.         $f = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1317.         if (isset($this->services['.container.private.serializer'])) {
  1318.             return $this->services['.container.private.serializer'];
  1319.         }
  1320.         $g = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  1321.         if (isset($this->services['.container.private.serializer'])) {
  1322.             return $this->services['.container.private.serializer'];
  1323.         }
  1324.         $h = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1325.         if (isset($this->services['.container.private.serializer'])) {
  1326.             return $this->services['.container.private.serializer'];
  1327.         }
  1328.         $i = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  1329.         if (isset($this->services['.container.private.serializer'])) {
  1330.             return $this->services['.container.private.serializer'];
  1331.         }
  1332.         $j = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1333.         if (isset($this->services['.container.private.serializer'])) {
  1334.             return $this->services['.container.private.serializer'];
  1335.         }
  1336.         $k = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1337.         if (isset($this->services['.container.private.serializer'])) {
  1338.             return $this->services['.container.private.serializer'];
  1339.         }
  1340.         $l = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  1341.         if (isset($this->services['.container.private.serializer'])) {
  1342.             return $this->services['.container.private.serializer'];
  1343.         }
  1344.         $m = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1345.         $n = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  1346.         $o = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$m$a)], [=> $n]));
  1347.         $p = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($o);
  1348.         $q = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1349.         $r = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1350.         $s = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($q$b$c$d, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), $eNULL$rNULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], $ftrue'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], $gNULLtrue$o));
  1351.         $t = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1352.         $u = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1353.         $v = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1354.         $w = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($v);
  1355.         $x = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($v$t$m$a$wNULL, [], $a);
  1356.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($m), => $p=> $s=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($h, [], $t), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $t), => new \ApiPlatform\Core\GraphQl\Serializer\Exception\ValidationExceptionNormalizer($this->parameters['api_platform.exception_to_status']), => new \ApiPlatform\Core\GraphQl\Serializer\Exception\HttpExceptionNormalizer(), => new \ApiPlatform\Core\GraphQl\Serializer\Exception\RuntimeExceptionNormalizer(), => $s=> new \ApiPlatform\Core\GraphQl\Serializer\Exception\ErrorNormalizer(), 10 => $p11 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($q$b$c$uNULL$hNULL$t), 12 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($q$i$h), 13 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($htrue), 14 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 15 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 17 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 18 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($q$b$c$i$u$j$m$t$v, [], new RewindableGenerator(function () {
  1357.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandInputDataTransformer'] ?? $this->load('getConsultBrandInputDataTransformerService'));
  1358.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandOutputDataTransformer'] ?? $this->load('getConsultBrandOutputDataTransformerService'));
  1359.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultProductInputDataTransformer'] ?? $this->load('getConsultProductInputDataTransformerService'));
  1360.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\CreateProductInputDataTransformer'] ?? $this->load('getCreateProductInputDataTransformerService'));
  1361.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsInputDataTransformer'] ?? $this->load('getGetBrandContextsInputDataTransformerService'));
  1362.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsOutputDataTransformer'] ?? $this->load('getGetBrandContextsOutputDataTransformerService'));
  1363.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\OutOfStockInputDataTransformer'] ?? $this->load('getOutOfStockInputDataTransformerService'));
  1364.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\StockLocationInputDataTransformer'] ?? $this->load('getStockLocationInputDataTransformerService'));
  1365.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteInputDataTransformer'] ?? $this->load('getAddReceiptNoteInputDataTransformerService'));
  1366.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] ?? ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] = new \Bluue\SuppliersOrdersBundle\DataTransformer\AddReceiptNoteOutputDataTransformer()));
  1367.             yield 10 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddSupplierOrderInputDataTransformer'] ?? $this->load('getAddSupplierOrderInputDataTransformerService'));
  1368.             yield 11 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\ValidateRnInputDataTransformer'] ?? $this->load('getValidateRnInputDataTransformerService'));
  1369.             yield 12 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\AddQuantityInputDataTransformer'] ?? $this->load('getAddQuantityInputDataTransformerService'));
  1370.             yield 13 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\CheckInventoryProductInputDataTransformer'] ?? $this->load('getCheckInventoryProductInputDataTransformerService'));
  1371.             yield 14 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\InventoryOutputDataTransformer'] ?? $this->load('getInventoryOutputDataTransformerService'));
  1372.             yield 15 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1373.         }, 16), $k), 19 => new \ApiPlatform\Core\GraphQl\Serializer\ItemNormalizer($b$c$i$g$u$m$t$v$lfalseNULL, new RewindableGenerator(function () {
  1374.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandInputDataTransformer'] ?? $this->load('getConsultBrandInputDataTransformerService'));
  1375.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandOutputDataTransformer'] ?? $this->load('getConsultBrandOutputDataTransformerService'));
  1376.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultProductInputDataTransformer'] ?? $this->load('getConsultProductInputDataTransformerService'));
  1377.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\CreateProductInputDataTransformer'] ?? $this->load('getCreateProductInputDataTransformerService'));
  1378.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsInputDataTransformer'] ?? $this->load('getGetBrandContextsInputDataTransformerService'));
  1379.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsOutputDataTransformer'] ?? $this->load('getGetBrandContextsOutputDataTransformerService'));
  1380.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\OutOfStockInputDataTransformer'] ?? $this->load('getOutOfStockInputDataTransformerService'));
  1381.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\StockLocationInputDataTransformer'] ?? $this->load('getStockLocationInputDataTransformerService'));
  1382.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteInputDataTransformer'] ?? $this->load('getAddReceiptNoteInputDataTransformerService'));
  1383.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] ?? ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] = new \Bluue\SuppliersOrdersBundle\DataTransformer\AddReceiptNoteOutputDataTransformer()));
  1384.             yield 10 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddSupplierOrderInputDataTransformer'] ?? $this->load('getAddSupplierOrderInputDataTransformerService'));
  1385.             yield 11 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\ValidateRnInputDataTransformer'] ?? $this->load('getValidateRnInputDataTransformerService'));
  1386.             yield 12 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\AddQuantityInputDataTransformer'] ?? $this->load('getAddQuantityInputDataTransformerService'));
  1387.             yield 13 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\CheckInventoryProductInputDataTransformer'] ?? $this->load('getCheckInventoryProductInputDataTransformerService'));
  1388.             yield 14 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\InventoryOutputDataTransformer'] ?? $this->load('getInventoryOutputDataTransformerService'));
  1389.             yield 15 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1390.         }, 16), $q), 20 => new \ApiPlatform\Serializer\ItemNormalizer($b$c$i$u$m$t$v$lfalseNULL, new RewindableGenerator(function () {
  1391.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandInputDataTransformer'] ?? $this->load('getConsultBrandInputDataTransformerService'));
  1392.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultBrandOutputDataTransformer'] ?? $this->load('getConsultBrandOutputDataTransformerService'));
  1393.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\ConsultProductInputDataTransformer'] ?? $this->load('getConsultProductInputDataTransformerService'));
  1394.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\CreateProductInputDataTransformer'] ?? $this->load('getCreateProductInputDataTransformerService'));
  1395.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsInputDataTransformer'] ?? $this->load('getGetBrandContextsInputDataTransformerService'));
  1396.             yield => ($this->privates['Bluue\\ProductsBundle\\DataTransformer\\GetBrandContextsOutputDataTransformer'] ?? $this->load('getGetBrandContextsOutputDataTransformerService'));
  1397.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\OutOfStockInputDataTransformer'] ?? $this->load('getOutOfStockInputDataTransformerService'));
  1398.             yield => ($this->privates['Bluue\\StocksBundle\\DataTransformer\\StockLocationInputDataTransformer'] ?? $this->load('getStockLocationInputDataTransformerService'));
  1399.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteInputDataTransformer'] ?? $this->load('getAddReceiptNoteInputDataTransformerService'));
  1400.             yield => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] ?? ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddReceiptNoteOutputDataTransformer'] = new \Bluue\SuppliersOrdersBundle\DataTransformer\AddReceiptNoteOutputDataTransformer()));
  1401.             yield 10 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\AddSupplierOrderInputDataTransformer'] ?? $this->load('getAddSupplierOrderInputDataTransformerService'));
  1402.             yield 11 => ($this->privates['Bluue\\SuppliersOrdersBundle\\DataTransformer\\ValidateRnInputDataTransformer'] ?? $this->load('getValidateRnInputDataTransformerService'));
  1403.             yield 12 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\AddQuantityInputDataTransformer'] ?? $this->load('getAddQuantityInputDataTransformerService'));
  1404.             yield 13 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\CheckInventoryProductInputDataTransformer'] ?? $this->load('getCheckInventoryProductInputDataTransformerService'));
  1405.             yield 14 => ($this->privates['Bluue\\InventoriesBundle\\DataTransformer\\InventoryOutputDataTransformer'] ?? $this->load('getInventoryOutputDataTransformerService'));
  1406.             yield 15 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1407.         }, 16), $q$k), 21 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $t), 23 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($v$t$a$wNULL, [])), 24 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 25 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 26 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 27 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 28 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 29 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($j$u$iNULL), 'page''pagination'$q$m), $q$u$r), 30 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 31 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($x$i$j), 32 => new \ApiPlatform\Core\GraphQl\Serializer\ObjectNormalizer($x$i$g), 33 => $x], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $n=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  1408.     }
  1409.     /**
  1410.      * Gets the public '.container.private.twig' shared service.
  1411.      *
  1412.      * @return \Twig\Environment
  1413.      */
  1414.     protected function get_Container_Private_TwigService()
  1415.     {
  1416.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1417.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1418.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1419.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1420.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1421.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1422.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1423.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1424.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1425.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1426.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1427.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1428.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1429.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1430.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1431.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1432.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1433.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1434.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1435.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1436.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Resources/views'), 'Products');
  1437.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Resources/views'), '!Products');
  1438.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Resources/views'), 'Categories');
  1439.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Resources/views'), '!Categories');
  1440.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Resources/views'), 'Stocks');
  1441.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Resources/views'), '!Stocks');
  1442.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Resources/views'), 'Customers');
  1443.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Resources/views'), '!Customers');
  1444.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Resources/views'), 'Sales');
  1445.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Resources/views'), '!Sales');
  1446.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src/Resources/views'), 'Crm');
  1447.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src/Resources/views'), '!Crm');
  1448.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Resources/views'), 'Suppliers');
  1449.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Resources/views'), '!Suppliers');
  1450.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Resources/views'), 'SuppliersOrders');
  1451.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Resources/views'), '!SuppliersOrders');
  1452.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Resources/views'), 'ProductReturns');
  1453.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Resources/views'), '!ProductReturns');
  1454.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Resources/views'), 'Inventories');
  1455.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Resources/views'), '!Inventories');
  1456.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Resources/views'), 'Accounting');
  1457.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Resources/views'), '!Accounting');
  1458.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src/Resources/views'), 'ImportProducts');
  1459.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src/Resources/views'), '!ImportProducts');
  1460.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Resources/views'), 'Labels');
  1461.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Resources/views'), '!Labels');
  1462.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/statistics-bundle/src/Resources/views'), 'Statistics');
  1463.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/statistics-bundle/src/Resources/views'), '!Statistics');
  1464.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src/Resources/views'), 'Manufacturing');
  1465.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src/Resources/views'), '!Manufacturing');
  1466.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/forecasted-manufacturing-bundle/src/Resources/views'), 'ForecastedManufacturing');
  1467.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/forecasted-manufacturing-bundle/src/Resources/views'), '!ForecastedManufacturing');
  1468.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/forecasted-stock-bundle/src/Resources/views'), 'ForecastedStock');
  1469.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/forecasted-stock-bundle/src/Resources/views'), '!ForecastedStock');
  1470.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Resources/views'), 'Shipments');
  1471.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Resources/views'), '!Shipments');
  1472.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Resources/views'), 'ApiCms');
  1473.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Resources/views'), '!ApiCms');
  1474.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Resources/views'), 'PrestashopConnector');
  1475.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Resources/views'), '!PrestashopConnector');
  1476.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Resources/views'), 'Gocardless');
  1477.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Resources/views'), '!Gocardless');
  1478.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/src/Resources/views'), 'Mondialrelay');
  1479.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/src/Resources/views'), '!Mondialrelay');
  1480.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src/Resources/views'), 'UtilityBills');
  1481.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src/Resources/views'), '!UtilityBills');
  1482.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/pim-bundle/src/Resources/views'), 'Pim');
  1483.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/pim-bundle/src/Resources/views'), '!Pim');
  1484.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src/Resources/views'), 'OvhSms');
  1485.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src/Resources/views'), '!OvhSms');
  1486.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Resources/views'), 'RecurringInvoices');
  1487.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Resources/views'), '!RecurringInvoices');
  1488.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Resources/views'), 'CashRegister');
  1489.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Resources/views'), '!CashRegister');
  1490.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Resources/views'), 'Planning');
  1491.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Resources/views'), '!Planning');
  1492.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/customer-outstanding-bundle/src/Resources/views'), 'CustomerOutstanding');
  1493.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/customer-outstanding-bundle/src/Resources/views'), '!CustomerOutstanding');
  1494.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Resources/views'), 'Projects');
  1495.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Resources/views'), '!Projects');
  1496.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/src/Resources/views'), 'ShipmentsPicture');
  1497.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/src/Resources/views'), '!ShipmentsPicture');
  1498.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src/Resources/views'), 'Sites');
  1499.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src/Resources/views'), '!Sites');
  1500.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Resources/views'), 'Tickets');
  1501.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Resources/views'), '!Tickets');
  1502.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/adelya-bundle/src/Resources/views'), 'Adelya');
  1503.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/adelya-bundle/src/Resources/views'), '!Adelya');
  1504.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/cx3-bundle/src/Resources/views'), 'Cx3');
  1505.         $a->addPath((\dirname(__DIR__4).'/vendor/bluue/cx3-bundle/src/Resources/views'), '!Cx3');
  1506.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1507.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1508.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1509.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1510.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1511.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1512.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1513.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1514.         $e = ($this->services['router'] ?? $this->getRouterService());
  1515.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1516.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1517.         $h = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1518.         $i = ($this->privates['App\\Twig\\EntityExtension'] ?? $this->getEntityExtensionService());
  1519.         $j = ($this->privates['App\\Repository\\FileManagerRepository'] ?? $this->getFileManagerRepositoryService());
  1520.         $k = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1521.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1522.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1523.         $m = new \Knp\Menu\Util\MenuManipulator();
  1524.         $n = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1525.         $o = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  1526.         $p = ($this->privates['Bluue\\StocksBundle\\Repository\\StockMovementRepository'] ?? $this->getStockMovementRepositoryService());
  1527.         $q = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  1528.         $r = ($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
  1529.         $s = ($this->privates['Bluue\\ProductsBundle\\Repository\\DeclinationRepository'] ?? $this->getDeclinationRepositoryService());
  1530.         $t = ($this->privates['Bluue\\StocksBundle\\Repository\\StockLocationRepository'] ?? $this->getStockLocationRepositoryService());
  1531.         $u = ($this->privates['Bluue\\ApiCmsBundle\\Repository\\MappingRepository'] ?? $this->getMappingRepositoryService());
  1532.         $v = ($this->privates['App\\Repository\\ActivityRepository'] ?? $this->getActivityRepositoryService());
  1533.         $w = ($this->privates['Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository'] ?? $this->getTaskTimeRepositoryService());
  1534.         $x = new \Symfony\Bridge\Twig\AppVariable();
  1535.         $x->setEnvironment('dev');
  1536.         $x->setDebug(true);
  1537.         if ($this->has('.container.private.security.token_storage')) {
  1538.             $x->setTokenStorage($g);
  1539.         }
  1540.         if ($this->has('request_stack')) {
  1541.             $x->setRequestStack($f);
  1542.         }
  1543.         $y = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1544.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1545.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1546.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1547.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1548.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1549.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  1550.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1551.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1552.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1553.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1554.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  1555.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  1556.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1557.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1558.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1559.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1560.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  1561.         $instance->addExtension(new \App\Twig\Activity($h, ($this->privates['App\\Services\\Notification'] ?? $this->getNotificationService()), $i));
  1562.         $instance->addExtension(($this->privates['App\\Twig\\CalcPrice'] ?? $this->getCalcPriceService()));
  1563.         $instance->addExtension(new \App\Twig\DisplayIban());
  1564.         $instance->addExtension(($this->privates['App\\Twig\\DisplayPhone'] ?? ($this->privates['App\\Twig\\DisplayPhone'] = new \App\Twig\DisplayPhone())));
  1565.         $instance->addExtension(($this->privates['App\\Twig\\DurationExtension'] ?? ($this->privates['App\\Twig\\DurationExtension'] = new \App\Twig\DurationExtension())));
  1566.         $instance->addExtension($i);
  1567.         $instance->addExtension(new \App\Twig\File($j));
  1568.         $instance->addExtension(new \App\Twig\GetAdditionalScripts($k$f));
  1569.         $instance->addExtension(new \App\Twig\MobileDetectExtension());
  1570.         $instance->addExtension(new \App\Twig\RemoveCss());
  1571.         $instance->addExtension(new \App\Twig\SortArrayByField());
  1572.         $instance->addExtension(new \App\Twig\TwigFilterChecker());
  1573.         $instance->addExtension(new \App\Twig\UnitMeasure(($this->privates['App\\Repository\\UnitMeasureRepository'] ?? $this->getUnitMeasureRepositoryService())));
  1574.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  1575.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1576.         $instance->addExtension(new \Twig\Extra\Markdown\MarkdownExtension());
  1577.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1578.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1579.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1580.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1581.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1582.         ], [
  1583.             'list' => '?',
  1584.             'twig' => '?',
  1585.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1586.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  1587.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  1588.         }, 2)), $m$n), $n$m));
  1589.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1590.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'true],
  1591.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1592.         ], [
  1593.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1594.             'webpack_encore.tag_renderer' => '?',
  1595.         ])));
  1596.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1597.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  1598.         $instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(new \Knp\Bundle\TimeBundle\DateTimeFormatter($c)));
  1599.         $instance->addExtension(new \Bluue\ProductsBundle\Twig\EanExtension(($this->privates['Bluue\\ProductsBundle\\Repository\\Ean13Repository'] ?? $this->getEan13RepositoryService())));
  1600.         $instance->addExtension(new \Bluue\ProductsBundle\Twig\ListExtension($h));
  1601.         $instance->addExtension(new \Bluue\ProductsBundle\Twig\ProductExtension($h));
  1602.         $instance->addExtension(new \Bluue\ProductsBundle\Twig\ProductImageExtension(($this->privates['Bluue\\ProductsBundle\\Repository\\ProductImageRepository'] ?? $this->getProductImageRepositoryService())));
  1603.         $instance->addExtension(new \Bluue\CategoriesBundle\Twig\ProductExtension(($this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository'] ?? $this->getCategoryProductRepositoryService()), $o, ($this->privates['Bluue\\ProductsBundle\\Repository\\ProductContextRepository'] ?? $this->getProductContextRepositoryService()), ($this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService())));
  1604.         $instance->addExtension(new \Bluue\StocksBundle\Twig\ProductExtension($p$c$h, ($this->services['Bluue\\StocksBundle\\Services\\StockService'] ?? $this->getStockServiceService()), $q$o, ($this->privates['Bluue\\StocksBundle\\Repository\\WarehouseRepository'] ?? $this->getWarehouseRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'] ?? $this->getRemainingQuantityOrderedProcessService()), ($this->privates['Bluue\\ProductsBundle\\Repository\\PackProductRepository'] ?? $this->getPackProductRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Repository\\StockOrderLineLocationRepository'] ?? $this->getStockOrderLineLocationRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Repository\\StockOrderLineRepository'] ?? $this->getStockOrderLineRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRootRepository'] ?? $this->getStockProductRootRepositoryService()), $r$s, ($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'] ?? $this->getStockProductRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRootContextRepository'] ?? $this->getStockProductRootContextRepositoryService()), $t));
  1605.         $instance->addExtension(new \Bluue\StocksBundle\Twig\StockExtension($p$t$c$h$e));
  1606.         $instance->addExtension(new \Bluue\SalesBundle\Twig\CustomerExtension(($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), $c, ($this->privates['Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository'] ?? $this->getCustomerOptionsRepositoryService())));
  1607.         $instance->addExtension(new \Bluue\SalesBundle\Twig\DeliveryNoteButtonsExtension($k));
  1608.         $instance->addExtension(new \Bluue\SalesBundle\Twig\LineExtension(($this->privates['App\\Repository\\TaxRuleCountryRepository'] ?? $this->getTaxRuleCountryRepositoryService()), $h$q$k));
  1609.         $instance->addExtension(new \Bluue\SalesBundle\Twig\ReferenceExtension(($this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'] ?? $this->getReferenceGeneratorService()), ($this->privates['Bluue\\SalesBundle\\Services\\SharedSales'] ?? $this->getSharedSalesService()), $q));
  1610.         $instance->addExtension(new \Bluue\SalesBundle\Twig\StatsExtension(($this->privates['Bluue\\SalesBundle\\Services\\Statistics'] ?? $this->getStatisticsService())));
  1611.         $instance->addExtension(new \Bluue\SuppliersBundle\Twig\ProductExtension(($this->privates['Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository'] ?? $this->getProductSupplierContextRepositoryService()), ($this->privates['Bluue\\SuppliersBundle\\Repository\\SupplierRepository'] ?? $this->getSupplierRepositoryService()), $o, ($this->privates['Bluue\\SuppliersBundle\\Repository\\ProductSupplierRepository'] ?? $this->getProductSupplierRepositoryService())));
  1612.         $instance->addExtension(new \Bluue\SuppliersOrdersBundle\Twig\ProductExtension($h$q));
  1613.         $instance->addExtension(new \Bluue\ProductReturnsBundle\Twig\ProductReturnExtension(($this->privates['Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository'] ?? $this->getProductReturnRepositoryService()), $h));
  1614.         $instance->addExtension(new \Bluue\InventoriesBundle\Twig\InventoryExtension($h, ($this->privates['Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductQuantityRepository'] ?? $this->getInventoryOriginalProductQuantityRepositoryService())));
  1615.         $instance->addExtension(new \Bluue\AccountingBundle\Twig\CustomerExtension(($this->privates['Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository'] ?? $this->getCustomerAccountRepositoryService()), ($this->privates['Bluue\\CustomersBundle\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService())));
  1616.         $instance->addExtension(new \Bluue\LabelsBundle\Twig\LabelExtension(($this->privates['Bluue\\LabelsBundle\\Repository\\LabelRepository'] ?? $this->getLabelRepositoryService()), $r$s));
  1617.         $instance->addExtension(new \Bluue\ShipmentsBundle\Twig\CarrierExtension($e));
  1618.         $instance->addExtension(new \Bluue\ShipmentsBundle\Twig\OrderExtension(($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'] ?? $this->getOrderOptionsRepositoryService()), ($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository'] ?? $this->getOrderPreparationHistoryRepositoryService()), ($this->privates['Bluue\\ShipmentsBundle\\Repository\\PickingHistoryRepository'] ?? $this->getPickingHistoryRepositoryService())));
  1619.         $instance->addExtension(new \Bluue\ApiCmsBundle\Twig\MappingExtension($u));
  1620.         $instance->addExtension(new \Bluue\PrestashopConnectorBundle\Twig\OrderCartRuleExtension(($this->privates['Bluue\\PrestashopConnectorBundle\\Services\\Api'] ?? $this->getApi2Service()), $u, ($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService())));
  1621.         $instance->addExtension(($this->privates['Bluue\\GocardlessBundle\\Twig\\GocardlessExtension'] ?? $this->getGocardlessExtensionService()));
  1622.         $instance->addExtension(new \Bluue\OvhSmsBundle\Twig\OvhSmsExtension(($this->privates['Bluue\\OvhSmsBundle\\Repository\\SmsRepository'] ?? $this->getSmsRepositoryService())));
  1623.         $instance->addExtension(new \Bluue\RecurringInvoicesBundle\Twig\RecurringInvoiceExtension($h));
  1624.         $instance->addExtension(new \Bluue\CashRegisterBundle\Twig\CustomerExtension($k, ($this->privates['Bluue\\CashRegisterBundle\\Repository\\CustomerFidelityRepository'] ?? $this->getCustomerFidelityRepositoryService())));
  1625.         $instance->addExtension(new \Bluue\CashRegisterBundle\Twig\FavoriteProductExtension(($this->privates['Bluue\\CashRegisterBundle\\Repository\\FavoriteProductRepository'] ?? $this->getFavoriteProductRepositoryService())));
  1626.         $instance->addExtension(($this->privates['Bluue\\CashRegisterBundle\\Twig\\ImageExtension'] ?? $this->getImageExtensionService()));
  1627.         $instance->addExtension(new \Bluue\CashRegisterBundle\Twig\PaymentMethodExtension(($this->privates['Bluue\\CashRegisterBundle\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService())));
  1628.         $instance->addExtension(($this->privates['Bluue\\CashRegisterBundle\\Twig\\ProductExtension'] ?? ($this->privates['Bluue\\CashRegisterBundle\\Twig\\ProductExtension'] = new \Bluue\CashRegisterBundle\Twig\ProductExtension())));
  1629.         $instance->addExtension(($this->privates['Bluue\\CashRegisterBundle\\Twig\\SecurityExtension'] ?? $this->getSecurityExtensionService()));
  1630.         $instance->addExtension(new \Bluue\PlanningBundle\Twig\PlanningExtension(($this->privates['Bluue\\PlanningBundle\\Repository\\SlotRepository'] ?? $this->getSlotRepositoryService())));
  1631.         $instance->addExtension(new \Bluue\ProjectsBundle\Twig\ProjectExtension($v, ($this->privates['Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository'] ?? $this->getProjectQuotationRepositoryService()), $w));
  1632.         $instance->addExtension(new \Bluue\ProjectsBundle\Twig\TaskExtension($w$v, ($this->privates['Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository'] ?? $this->getTaskMonitoredRepositoryService()), $g$h, ($this->privates['Bluue\\ProjectsBundle\\Repository\\TaskRepository'] ?? $this->getTaskRepositoryService())));
  1633.         $instance->addExtension(($this->privates['Bluue\\TicketsBundle\\Twig\\AddressExtension'] ?? $this->getAddressExtensionService()));
  1634.         $instance->addGlobal('app'$x);
  1635.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1636.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1637.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1638.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1639.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1640.             'Twig\\Extra\\Markdown\\MarkdownRuntime' => ['privates''twig.runtime.markdown''getTwig_Runtime_MarkdownService'true],
  1641.         ], [
  1642.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1643.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1644.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1645.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1646.             'Twig\\Extra\\Markdown\\MarkdownRuntime' => '?',
  1647.         ])));
  1648.         $instance->addGlobal('app_UserImage', new \App\Services\UserImage());
  1649.         $instance->addGlobal('app_BluueLogo', new \App\Services\BluueLogo($j, ($this->privates['App\\Services\\FileManager'] ?? $this->getFileManagerService()), $q$o, ($this->privates['App\\Repository\\ContextRepository'] ?? $this->getContextRepositoryService())));
  1650.         $instance->addGlobal('app_version''4.0.0');
  1651.         $instance->addGlobal('app_session_context'$o);
  1652.         $instance->addGlobal('app_session_context_currency', ($this->privates['App\\Services\\SessionContextCurrency'] ?? $this->getSessionContextCurrencyService()));
  1653.         $instance->addGlobal('app_configuration'$q);
  1654.         $instance->addGlobal('app_check_bundle_install', ($this->privates['App\\Services\\CheckBundleInstall'] ?? ($this->privates['App\\Services\\CheckBundleInstall'] = new \App\Services\CheckBundleInstall())));
  1655.         $instance->addGlobal('app_soft_delete_filter', ($this->privates['App\\Services\\SoftdeleteFilter'] ?? $this->getSoftdeleteFilterService()));
  1656.         $instance->addGlobal('app_default_locale', ($this->privates['App\\Services\\DefaultLocale'] ?? $this->getDefaultLocaleService()));
  1657.         $instance->addGlobal('app_default_domain'$this->getEnv('resolve:DEFAULT_DOMAIN'));
  1658.         $instance->registerUndefinedFilterCallback([=> $y=> 'suggestFilter']);
  1659.         $instance->registerUndefinedFunctionCallback([=> $y=> 'suggestFunction']);
  1660.         $instance->registerUndefinedTokenParserCallback([=> $y=> 'suggestTag']);
  1661.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1662.         return $instance;
  1663.     }
  1664.     /**
  1665.      * Gets the public '.container.private.validator' shared service.
  1666.      *
  1667.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1668.      */
  1669.     protected function get_Container_Private_ValidatorService()
  1670.     {
  1671.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1672.         if (isset($this->services['.container.private.validator'])) {
  1673.             return $this->services['.container.private.validator'];
  1674.         }
  1675.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1676.     }
  1677.     /**
  1678.      * Gets the public 'Bluue\StocksBundle\Services\StockService' shared autowired service.
  1679.      *
  1680.      * @return \Bluue\StocksBundle\Services\StockService
  1681.      */
  1682.     protected function getStockServiceService()
  1683.     {
  1684.         $a = ($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
  1685.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1686.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1687.         }
  1688.         $b = ($this->privates['Bluue\\ProductsBundle\\Repository\\DeclinationRepository'] ?? $this->getDeclinationRepositoryService());
  1689.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1690.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1691.         }
  1692.         $c = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  1693.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1694.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1695.         }
  1696.         $d = ($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'] ?? $this->getRemovalStockProcedureService());
  1697.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1698.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1699.         }
  1700.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1701.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1702.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1703.         }
  1704.         $f = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  1705.         if (isset($this->services['Bluue\\StocksBundle\\Services\\StockService'])) {
  1706.             return $this->services['Bluue\\StocksBundle\\Services\\StockService'];
  1707.         }
  1708.         return $this->services['Bluue\\StocksBundle\\Services\\StockService'] = new \Bluue\StocksBundle\Services\StockService($a$b$c, ($this->privates['Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository'] ?? $this->getStockMovementReasonRepositoryService()), $d, ($this->privates['Bluue\\StocksBundle\\Repository\\StockQuantityRepository'] ?? $this->getStockQuantityRepositoryService()), $e$f, ($this->privates['Bluue\\StocksBundle\\Repository\\StockLocationRepository'] ?? $this->getStockLocationRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'] ?? $this->getStockProductRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['Bluue\\ProductsBundle\\Repository\\PackProductRepository'] ?? $this->getPackProductRepositoryService()), ($this->privates['Bluue\\StocksBundle\\Repository\\WarehouseRepository'] ?? $this->getWarehouseRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  1709.     }
  1710.     /**
  1711.      * Gets the public 'cache.app' shared service.
  1712.      *
  1713.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1714.      */
  1715.     protected function getCache_AppService()
  1716.     {
  1717.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('-KeS5E33fN'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1718.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1719.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1720.     }
  1721.     /**
  1722.      * Gets the public 'cache.rate_limiter' shared service.
  1723.      *
  1724.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1725.      */
  1726.     protected function getCache_RateLimiterService()
  1727.     {
  1728.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('b94vO-+Dqg'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1729.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1730.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1731.     }
  1732.     /**
  1733.      * Gets the public 'cache.system' shared service.
  1734.      *
  1735.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1736.      */
  1737.     protected function getCache_SystemService()
  1738.     {
  1739.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OoG2KhSuI1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1740.     }
  1741.     /**
  1742.      * Gets the public 'cache.validator_expression_language' shared service.
  1743.      *
  1744.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1745.      */
  1746.     protected function getCache_ValidatorExpressionLanguageService()
  1747.     {
  1748.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8JbKV80kLT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1749.     }
  1750.     /**
  1751.      * Gets the public 'data_collector.dump' shared service.
  1752.      *
  1753.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1754.      */
  1755.     protected function getDataCollector_DumpService()
  1756.     {
  1757.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1758.     }
  1759.     /**
  1760.      * Gets the public 'doctrine' shared service.
  1761.      *
  1762.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1763.      */
  1764.     protected function getDoctrineService()
  1765.     {
  1766.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1767.     }
  1768.     /**
  1769.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1770.      *
  1771.      * @return \Doctrine\DBAL\Connection
  1772.      */
  1773.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1774.     {
  1775.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1776.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1777.             return $this->services['doctrine.dbal.default_connection'];
  1778.         }
  1779.         $b = new \Doctrine\DBAL\Configuration();
  1780.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1781.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1782.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1783.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1784.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1785.         $d->setConnectionName('default');
  1786.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1787.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1788.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  1789.     }
  1790.     /**
  1791.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1792.      *
  1793.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1794.      */
  1795.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1796.     {
  1797.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1798.             'Bluue\\InventoriesBundle\\EventListener\\InventoryListener' => ['privates''Bluue\\InventoriesBundle\\EventListener\\InventoryListener''getInventoryListenerService'true],
  1799.         ], [
  1800.             'Bluue\\InventoriesBundle\\EventListener\\InventoryListener' => '?',
  1801.         ]));
  1802.         $instance->registerService('Bluue\\InventoriesBundle\\EventListener\\InventoryListener''Bluue\\InventoriesBundle\\EventListener\\InventoryListener');
  1803.         return $instance;
  1804.     }
  1805.     /**
  1806.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1807.      *
  1808.      * @return \Doctrine\ORM\EntityManager
  1809.      */
  1810.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1811.     {
  1812.         if ($lazyLoad) {
  1813.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1814.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1815.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1816.                     $proxy->setProxyInitializer(null);
  1817.                     return true;
  1818.                 });
  1819.             });
  1820.         }
  1821.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1822.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1823.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1824.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1825.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1826.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1827.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1828.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1829.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1830.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1831.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1832.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1833.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1834.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1835.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1836.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1837.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1838.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1839.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1840.         $a = new \Doctrine\ORM\Configuration();
  1841.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1842.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1843.         $b->addDriver($c'App\\Entity');
  1844.         $b->addDriver($c'Gedmo\\Translatable\\Entity');
  1845.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1846.         $b->addDriver($c'Cron\\CronBundle\\Entity');
  1847.         $b->addDriver($c'Bluue\\ProductsBundle\\Entity');
  1848.         $b->addDriver($c'Bluue\\CategoriesBundle\\Entity');
  1849.         $b->addDriver($c'Bluue\\StocksBundle\\Entity');
  1850.         $b->addDriver($c'Bluue\\CustomersBundle\\Entity');
  1851.         $b->addDriver($c'Bluue\\SalesBundle\\Entity');
  1852.         $b->addDriver($c'Bluue\\CrmBundle\\Entity');
  1853.         $b->addDriver($c'Bluue\\SuppliersBundle\\Entity');
  1854.         $b->addDriver($c'Bluue\\SuppliersOrdersBundle\\Entity');
  1855.         $b->addDriver($c'Bluue\\ProductReturnsBundle\\Entity');
  1856.         $b->addDriver($c'Bluue\\InventoriesBundle\\Entity');
  1857.         $b->addDriver($c'Bluue\\AccountingBundle\\Entity');
  1858.         $b->addDriver($c'Bluue\\ImportProductsBundle\\Entity');
  1859.         $b->addDriver($c'Bluue\\LabelsBundle\\Entity');
  1860.         $b->addDriver($c'Bluue\\ManufacturingBundle\\Entity');
  1861.         $b->addDriver($c'Bluue\\ShipmentsBundle\\Entity');
  1862.         $b->addDriver($c'Bluue\\ApiCmsBundle\\Entity');
  1863.         $b->addDriver($c'Bluue\\PrestashopConnectorBundle\\Entity');
  1864.         $b->addDriver($c'Bluue\\GocardlessBundle\\Entity');
  1865.         $b->addDriver($c'Bluue\\UtilityBillsBundle\\Entity');
  1866.         $b->addDriver($c'Bluue\\OvhSmsBundle\\Entity');
  1867.         $b->addDriver($c'Bluue\\RecurringInvoicesBundle\\Entity');
  1868.         $b->addDriver($c'Bluue\\CashRegisterBundle\\Entity');
  1869.         $b->addDriver($c'Bluue\\PlanningBundle\\Entity');
  1870.         $b->addDriver($c'Bluue\\CustomerOutstandingBundle\\Entity');
  1871.         $b->addDriver($c'Bluue\\ProjectsBundle\\Entity');
  1872.         $b->addDriver($c'Bluue\\SitesBundle\\Entity');
  1873.         $b->addDriver($c'Bluue\\TicketsBundle\\Entity');
  1874.         $b->addDriver($c'Bluue\\Cx3Bundle\\Entity');
  1875.         $a->setEntityNamespaces(['App' => 'App\\Entity''GedmoTranslatable' => 'Gedmo\\Translatable\\Entity''GedmoTree' => 'Gedmo\\Tree\\Entity''CronCronBundle' => 'Cron\\CronBundle\\Entity''ProductsBundle' => 'Bluue\\ProductsBundle\\Entity''CategoriesBundle' => 'Bluue\\CategoriesBundle\\Entity''StocksBundle' => 'Bluue\\StocksBundle\\Entity''CustomersBundle' => 'Bluue\\CustomersBundle\\Entity''SalesBundle' => 'Bluue\\SalesBundle\\Entity''CrmBundle' => 'Bluue\\CrmBundle\\Entity''SuppliersBundle' => 'Bluue\\SuppliersBundle\\Entity''SuppliersOrdersBundle' => 'Bluue\\SuppliersOrdersBundle\\Entity''ProductReturnsBundle' => 'Bluue\\ProductReturnsBundle\\Entity''InventoriesBundle' => 'Bluue\\InventoriesBundle\\Entity''AccountingBundle' => 'Bluue\\AccountingBundle\\Entity''ImportProductsBundle' => 'Bluue\\ImportProductsBundle\\Entity''LabelsBundle' => 'Bluue\\LabelsBundle\\Entity''ManufacturingBundle' => 'Bluue\\ManufacturingBundle\\Entity''ShipmentsBundle' => 'Bluue\\ShipmentsBundle\\Entity''ApiCmsBundle' => 'Bluue\\ApiCmsBundle\\Entity''PrestashopConnectorBundle' => 'Bluue\\PrestashopConnectorBundle\\Entity''GocardlessBundle' => 'Bluue\\GocardlessBundle\\Entity''UtilityBillsBundle' => 'Bluue\\UtilityBillsBundle\\Entity''OvhSmsBundle' => 'Bluue\\OvhSmsBundle\\Entity''RecurringInvoicesBundle' => 'Bluue\\RecurringInvoicesBundle\\Entity''CashRegisterBundle' => 'Bluue\\CashRegisterBundle\\Entity''PlanningBundle' => 'Bluue\\PlanningBundle\\Entity''CustomerOutstandingBundle' => 'Bluue\\CustomerOutstandingBundle\\Entity''ProjectsBundle' => 'Bluue\\ProjectsBundle\\Entity''SitesBundle' => 'Bluue\\SitesBundle\\Entity''TicketsBundle' => 'Bluue\\TicketsBundle\\Entity''Cx3Bundle' => 'Bluue\\Cx3Bundle\\Entity']);
  1876.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1877.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1878.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1879.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1880.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1881.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1882.         ], [
  1883.             'doctrine.ulid_generator' => '?',
  1884.             'doctrine.uuid_generator' => '?',
  1885.         ])));
  1886.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1887.         $a->setProxyNamespace('Proxies');
  1888.         $a->setAutoGenerateProxyClasses(true);
  1889.         $a->setSchemaIgnoreClasses([]);
  1890.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1891.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1892.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1893.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1894.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1895.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1896.         $a->setLazyGhostObjectEnabled(false);
  1897.         $a->setIdentityGenerationPreferences([]);
  1898.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1899.             'App\\Repository\\ActivityRepository' => ['privates''App\\Repository\\ActivityRepository''getActivityRepositoryService'false],
  1900.             'App\\Repository\\BundleRepository' => ['privates''App\\Repository\\BundleRepository''getBundleRepositoryService'true],
  1901.             'App\\Repository\\CityWithPostcodeRepository' => ['privates''App\\Repository\\CityWithPostcodeRepository''getCityWithPostcodeRepositoryService'true],
  1902.             'App\\Repository\\ConfigurationRepository' => ['privates''App\\Repository\\ConfigurationRepository''getConfigurationRepositoryService'false],
  1903.             'App\\Repository\\ContextRepository' => ['privates''App\\Repository\\ContextRepository''getContextRepositoryService'false],
  1904.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'true],
  1905.             'App\\Repository\\CountryStateRepository' => ['privates''App\\Repository\\CountryStateRepository''getCountryStateRepositoryService'true],
  1906.             'App\\Repository\\CountryTranslationRepository' => ['privates''App\\Repository\\CountryTranslationRepository''getCountryTranslationRepositoryService'true],
  1907.             'App\\Repository\\CountryZoneRepository' => ['privates''App\\Repository\\CountryZoneRepository''getCountryZoneRepositoryService'true],
  1908.             'App\\Repository\\CountryZoneTranslationRepository' => ['privates''App\\Repository\\CountryZoneTranslationRepository''getCountryZoneTranslationRepositoryService'true],
  1909.             'App\\Repository\\CurrencyRepository' => ['privates''App\\Repository\\CurrencyRepository''getCurrencyRepositoryService'false],
  1910.             'App\\Repository\\EstablishmentRepository' => ['privates''App\\Repository\\EstablishmentRepository''getEstablishmentRepositoryService'false],
  1911.             'App\\Repository\\FileManagerRepository' => ['privates''App\\Repository\\FileManagerRepository''getFileManagerRepositoryService'false],
  1912.             'App\\Repository\\LanguageRepository' => ['privates''App\\Repository\\LanguageRepository''getLanguageRepositoryService'true],
  1913.             'App\\Repository\\MailMessageRepository' => ['privates''App\\Repository\\MailMessageRepository''getMailMessageRepositoryService'true],
  1914.             'App\\Repository\\MailServerRepository' => ['privates''App\\Repository\\MailServerRepository''getMailServerRepositoryService'true],
  1915.             'App\\Repository\\MenuRepository' => ['privates''App\\Repository\\MenuRepository''getMenuRepositoryService'true],
  1916.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'true],
  1917.             'App\\Repository\\ProfileRepository' => ['privates''App\\Repository\\ProfileRepository''getProfileRepositoryService'true],
  1918.             'App\\Repository\\SavePdfRepository' => ['privates''App\\Repository\\SavePdfRepository''getSavePdfRepositoryService'true],
  1919.             'App\\Repository\\TaxRepository' => ['privates''App\\Repository\\TaxRepository''getTaxRepositoryService'true],
  1920.             'App\\Repository\\TaxRuleCountryRepository' => ['privates''App\\Repository\\TaxRuleCountryRepository''getTaxRuleCountryRepositoryService'false],
  1921.             'App\\Repository\\TaxRuleRepository' => ['privates''App\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'true],
  1922.             'App\\Repository\\TaxRuleTranslationRepository' => ['privates''App\\Repository\\TaxRuleTranslationRepository''getTaxRuleTranslationRepositoryService'true],
  1923.             'App\\Repository\\TaxTranslationRepository' => ['privates''App\\Repository\\TaxTranslationRepository''getTaxTranslationRepositoryService'true],
  1924.             'App\\Repository\\TeamRepository' => ['privates''App\\Repository\\TeamRepository''getTeamRepositoryService'true],
  1925.             'App\\Repository\\TeamTranslationRepository' => ['privates''App\\Repository\\TeamTranslationRepository''getTeamTranslationRepositoryService'true],
  1926.             'App\\Repository\\TeamUserRepository' => ['privates''App\\Repository\\TeamUserRepository''getTeamUserRepositoryService'true],
  1927.             'App\\Repository\\UnitMeasureRepository' => ['privates''App\\Repository\\UnitMeasureRepository''getUnitMeasureRepositoryService'false],
  1928.             'App\\Repository\\UserContextRepository' => ['privates''App\\Repository\\UserContextRepository''getUserContextRepositoryService'false],
  1929.             'App\\Repository\\UserLoginLogRepository' => ['privates''App\\Repository\\UserLoginLogRepository''getUserLoginLogRepositoryService'true],
  1930.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1931.             'App\\Repository\\UsersEstablishmentsRepository' => ['privates''App\\Repository\\UsersEstablishmentsRepository''getUsersEstablishmentsRepositoryService'true],
  1932.             'App\\Repository\\WebserviceKeyRepository' => ['privates''App\\Repository\\WebserviceKeyRepository''getWebserviceKeyRepositoryService'true],
  1933.             'App\\Repository\\WebservicePermissionRepository' => ['privates''App\\Repository\\WebservicePermissionRepository''getWebservicePermissionRepositoryService'true],
  1934.             'Bluue\\AccountingBundle\\Repository\\AccountRepository' => ['privates''Bluue\\AccountingBundle\\Repository\\AccountRepository''getAccountRepositoryService'true],
  1935.             'Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository' => ['privates''Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository''getCustomerAccountRepositoryService'false],
  1936.             'Bluue\\AccountingBundle\\Repository\\ProductAccountRepository' => ['privates''Bluue\\AccountingBundle\\Repository\\ProductAccountRepository''getProductAccountRepositoryService'true],
  1937.             'Bluue\\ApiCmsBundle\\Repository\\MappingRepository' => ['privates''Bluue\\ApiCmsBundle\\Repository\\MappingRepository''getMappingRepositoryService'false],
  1938.             'Bluue\\CashRegisterBundle\\Repository\\CashRegisterMovementRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\CashRegisterMovementRepository''getCashRegisterMovementRepositoryService'true],
  1939.             'Bluue\\CashRegisterBundle\\Repository\\CashRegisterRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\CashRegisterRepository''getCashRegisterRepositoryService'false],
  1940.             'Bluue\\CashRegisterBundle\\Repository\\CashierRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\CashierRepository''getCashierRepositoryService'false],
  1941.             'Bluue\\CashRegisterBundle\\Repository\\CashierShopRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\CashierShopRepository''getCashierShopRepositoryService'true],
  1942.             'Bluue\\CashRegisterBundle\\Repository\\CustomerFidelityRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\CustomerFidelityRepository''getCustomerFidelityRepositoryService'false],
  1943.             'Bluue\\CashRegisterBundle\\Repository\\FavoriteProductRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\FavoriteProductRepository''getFavoriteProductRepositoryService'false],
  1944.             'Bluue\\CashRegisterBundle\\Repository\\ManagerCardRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\ManagerCardRepository''getManagerCardRepositoryService'false],
  1945.             'Bluue\\CashRegisterBundle\\Repository\\PaymentMethodRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\PaymentMethodRepository''getPaymentMethodRepositoryService'true],
  1946.             'Bluue\\CashRegisterBundle\\Repository\\PaymentMethodTranslationRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\PaymentMethodTranslationRepository''getPaymentMethodTranslationRepositoryService'true],
  1947.             'Bluue\\CashRegisterBundle\\Repository\\PaymentRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\PaymentRepository''getPaymentRepositoryService'false],
  1948.             'Bluue\\CashRegisterBundle\\Repository\\ReceiptLineRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\ReceiptLineRepository''getReceiptLineRepositoryService'true],
  1949.             'Bluue\\CashRegisterBundle\\Repository\\ReceiptRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\ReceiptRepository''getReceiptRepositoryService'true],
  1950.             'Bluue\\CashRegisterBundle\\Repository\\SessionRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\SessionRepository''getSessionRepositoryService'true],
  1951.             'Bluue\\CashRegisterBundle\\Repository\\ShopRepository' => ['privates''Bluue\\CashRegisterBundle\\Repository\\ShopRepository''getShopRepositoryService'true],
  1952.             'Bluue\\CategoriesBundle\\Repository\\CategoryContextRepository' => ['privates''Bluue\\CategoriesBundle\\Repository\\CategoryContextRepository''getCategoryContextRepositoryService'true],
  1953.             'Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository' => ['privates''Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository''getCategoryProductRepositoryService'false],
  1954.             'Bluue\\CategoriesBundle\\Repository\\CategoryRepository' => ['privates''Bluue\\CategoriesBundle\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  1955.             'Bluue\\CategoriesBundle\\Repository\\CategoryTranslationRepository' => ['privates''Bluue\\CategoriesBundle\\Repository\\CategoryTranslationRepository''getCategoryTranslationRepositoryService'true],
  1956.             'Bluue\\CrmBundle\\Repository\\OpportunityActivityRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityActivityRepository''getOpportunityActivityRepositoryService'true],
  1957.             'Bluue\\CrmBundle\\Repository\\OpportunityDocumentRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityDocumentRepository''getOpportunityDocumentRepositoryService'true],
  1958.             'Bluue\\CrmBundle\\Repository\\OpportunityPriorityRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityPriorityRepository''getOpportunityPriorityRepositoryService'true],
  1959.             'Bluue\\CrmBundle\\Repository\\OpportunityProductRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityProductRepository''getOpportunityProductRepositoryService'true],
  1960.             'Bluue\\CrmBundle\\Repository\\OpportunityRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityRepository''getOpportunityRepositoryService'true],
  1961.             'Bluue\\CrmBundle\\Repository\\OpportunityStateRepository' => ['privates''Bluue\\CrmBundle\\Repository\\OpportunityStateRepository''getOpportunityStateRepositoryService'true],
  1962.             'Bluue\\CrmBundle\\Repository\\RecommendationTypeRepository' => ['privates''Bluue\\CrmBundle\\Repository\\RecommendationTypeRepository''getRecommendationTypeRepositoryService'true],
  1963.             'Bluue\\CustomerOutstandingBundle\\Repository\\CustomerOutstandingRepository' => ['privates''Bluue\\CustomerOutstandingBundle\\Repository\\CustomerOutstandingRepository''getCustomerOutstandingRepositoryService'true],
  1964.             'Bluue\\CustomersBundle\\Repository\\CustomerGroupRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerGroupRepository''getCustomerGroupRepositoryService'true],
  1965.             'Bluue\\CustomersBundle\\Repository\\CustomerGroupTranslationRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerGroupTranslationRepository''getCustomerGroupTranslationRepositoryService'true],
  1966.             'Bluue\\CustomersBundle\\Repository\\CustomerRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  1967.             'Bluue\\CustomersBundle\\Repository\\CustomerTypeRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerTypeRepository''getCustomerTypeRepositoryService'true],
  1968.             'Bluue\\CustomersBundle\\Repository\\CustomerTypeTranslationRepository' => ['privates''Bluue\\CustomersBundle\\Repository\\CustomerTypeTranslationRepository''getCustomerTypeTranslationRepositoryService'true],
  1969.             'Bluue\\Cx3Bundle\\Repository\\CallRepository' => ['privates''Bluue\\Cx3Bundle\\Repository\\CallRepository''getCallRepositoryService'true],
  1970.             'Bluue\\GocardlessBundle\\Repository\\CustomerMappingRepository' => ['privates''Bluue\\GocardlessBundle\\Repository\\CustomerMappingRepository''getCustomerMappingRepositoryService'false],
  1971.             'Bluue\\GocardlessBundle\\Repository\\DirectDebitRepository' => ['privates''Bluue\\GocardlessBundle\\Repository\\DirectDebitRepository''getDirectDebitRepositoryService'true],
  1972.             'Bluue\\GocardlessBundle\\Repository\\PayoutDetailRepository' => ['privates''Bluue\\GocardlessBundle\\Repository\\PayoutDetailRepository''getPayoutDetailRepositoryService'true],
  1973.             'Bluue\\GocardlessBundle\\Repository\\PayoutRepository' => ['privates''Bluue\\GocardlessBundle\\Repository\\PayoutRepository''getPayoutRepositoryService'true],
  1974.             'Bluue\\ImportProductsBundle\\Repository\\ImportErrorRepository' => ['privates''Bluue\\ImportProductsBundle\\Repository\\ImportErrorRepository''getImportErrorRepositoryService'true],
  1975.             'Bluue\\ImportProductsBundle\\Repository\\ImportRepository' => ['privates''Bluue\\ImportProductsBundle\\Repository\\ImportRepository''getImportRepositoryService'true],
  1976.             'Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductQuantityRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductQuantityRepository''getInventoryOriginalProductQuantityRepositoryService'false],
  1977.             'Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductRepository''getInventoryOriginalProductRepositoryService'true],
  1978.             'Bluue\\InventoriesBundle\\Repository\\InventoryProductQuantityRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryProductQuantityRepository''getInventoryProductQuantityRepositoryService'true],
  1979.             'Bluue\\InventoriesBundle\\Repository\\InventoryProductRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryProductRepository''getInventoryProductRepositoryService'true],
  1980.             'Bluue\\InventoriesBundle\\Repository\\InventoryRepository' => ['privates''Bluue\\InventoriesBundle\\Repository\\InventoryRepository''getInventoryRepositoryService'true],
  1981.             'Bluue\\LabelsBundle\\Repository\\LabelContextRepository' => ['privates''Bluue\\LabelsBundle\\Repository\\LabelContextRepository''getLabelContextRepositoryService'true],
  1982.             'Bluue\\LabelsBundle\\Repository\\LabelRepository' => ['privates''Bluue\\LabelsBundle\\Repository\\LabelRepository''getLabelRepositoryService'false],
  1983.             'Bluue\\LabelsBundle\\Repository\\PrintWaitingListRepository' => ['privates''Bluue\\LabelsBundle\\Repository\\PrintWaitingListRepository''getPrintWaitingListRepositoryService'true],
  1984.             'Bluue\\LabelsBundle\\Repository\\TemplateRepository' => ['privates''Bluue\\LabelsBundle\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1985.             'Bluue\\ManufacturingBundle\\Repository\\ProductOptionsRepository' => ['privates''Bluue\\ManufacturingBundle\\Repository\\ProductOptionsRepository''getProductOptionsRepositoryService'true],
  1986.             'Bluue\\OvhSmsBundle\\Repository\\MailingListCustomerRepository' => ['privates''Bluue\\OvhSmsBundle\\Repository\\MailingListCustomerRepository''getMailingListCustomerRepositoryService'true],
  1987.             'Bluue\\OvhSmsBundle\\Repository\\MailingListRepository' => ['privates''Bluue\\OvhSmsBundle\\Repository\\MailingListRepository''getMailingListRepositoryService'true],
  1988.             'Bluue\\OvhSmsBundle\\Repository\\SmsRepository' => ['privates''Bluue\\OvhSmsBundle\\Repository\\SmsRepository''getSmsRepositoryService'false],
  1989.             'Bluue\\PlanningBundle\\Repository\\SlotRepository' => ['privates''Bluue\\PlanningBundle\\Repository\\SlotRepository''getSlotRepositoryService'false],
  1990.             'Bluue\\PlanningBundle\\Repository\\SlotTypeRepository' => ['privates''Bluue\\PlanningBundle\\Repository\\SlotTypeRepository''getSlotTypeRepositoryService'true],
  1991.             'Bluue\\PlanningBundle\\Repository\\SlotUserRepository' => ['privates''Bluue\\PlanningBundle\\Repository\\SlotUserRepository''getSlotUserRepositoryService'true],
  1992.             'Bluue\\PrestashopConnectorBundle\\Repository\\CustomerImportRuleRepository' => ['privates''Bluue\\PrestashopConnectorBundle\\Repository\\CustomerImportRuleRepository''getCustomerImportRuleRepositoryService'true],
  1993.             'Bluue\\ProductReturnsBundle\\Repository\\CarrierOptionRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\CarrierOptionRepository''getCarrierOptionRepositoryService'true],
  1994.             'Bluue\\ProductReturnsBundle\\Repository\\ConvertedDocumentRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ConvertedDocumentRepository''getConvertedDocumentRepositoryService'true],
  1995.             'Bluue\\ProductReturnsBundle\\Repository\\ProductReturnLineRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ProductReturnLineRepository''getProductReturnLineRepositoryService'true],
  1996.             'Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository''getProductReturnRepositoryService'false],
  1997.             'Bluue\\ProductReturnsBundle\\Repository\\ReturnReasonRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ReturnReasonRepository''getReturnReasonRepositoryService'true],
  1998.             'Bluue\\ProductReturnsBundle\\Repository\\ReturnStateRepository' => ['privates''Bluue\\ProductReturnsBundle\\Repository\\ReturnStateRepository''getReturnStateRepositoryService'true],
  1999.             'Bluue\\ProductsBundle\\Repository\\AttachmentRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttachmentRepository''getAttachmentRepositoryService'true],
  2000.             'Bluue\\ProductsBundle\\Repository\\AttachmentTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttachmentTranslationRepository''getAttachmentTranslationRepositoryService'true],
  2001.             'Bluue\\ProductsBundle\\Repository\\AttributeContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeContextRepository''getAttributeContextRepositoryService'true],
  2002.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeGroupContextRepository''getAttributeGroupContextRepositoryService'true],
  2003.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeGroupRepository''getAttributeGroupRepositoryService'true],
  2004.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeGroupTranslationRepository''getAttributeGroupTranslationRepositoryService'true],
  2005.             'Bluue\\ProductsBundle\\Repository\\AttributeRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeRepository''getAttributeRepositoryService'true],
  2006.             'Bluue\\ProductsBundle\\Repository\\AttributeTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\AttributeTranslationRepository''getAttributeTranslationRepositoryService'true],
  2007.             'Bluue\\ProductsBundle\\Repository\\BrandContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\BrandContextRepository''getBrandContextRepositoryService'true],
  2008.             'Bluue\\ProductsBundle\\Repository\\BrandRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\BrandRepository''getBrandRepositoryService'true],
  2009.             'Bluue\\ProductsBundle\\Repository\\BrandTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\BrandTranslationRepository''getBrandTranslationRepositoryService'true],
  2010.             'Bluue\\ProductsBundle\\Repository\\DeclinationAttributeRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\DeclinationAttributeRepository''getDeclinationAttributeRepositoryService'true],
  2011.             'Bluue\\ProductsBundle\\Repository\\DeclinationContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\DeclinationContextRepository''getDeclinationContextRepositoryService'true],
  2012.             'Bluue\\ProductsBundle\\Repository\\DeclinationImageRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\DeclinationImageRepository''getDeclinationImageRepositoryService'true],
  2013.             'Bluue\\ProductsBundle\\Repository\\DeclinationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\DeclinationRepository''getDeclinationRepositoryService'false],
  2014.             'Bluue\\ProductsBundle\\Repository\\Ean13Repository' => ['privates''Bluue\\ProductsBundle\\Repository\\Ean13Repository''getEan13RepositoryService'false],
  2015.             'Bluue\\ProductsBundle\\Repository\\EcoPartGroupRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\EcoPartGroupRepository''getEcoPartGroupRepositoryService'true],
  2016.             'Bluue\\ProductsBundle\\Repository\\EcoPartRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\EcoPartRepository''getEcoPartRepositoryService'true],
  2017.             'Bluue\\ProductsBundle\\Repository\\EcoPartTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\EcoPartTranslationRepository''getEcoPartTranslationRepositoryService'true],
  2018.             'Bluue\\ProductsBundle\\Repository\\FeatureContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureContextRepository''getFeatureContextRepositoryService'true],
  2019.             'Bluue\\ProductsBundle\\Repository\\FeatureRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureRepository''getFeatureRepositoryService'true],
  2020.             'Bluue\\ProductsBundle\\Repository\\FeatureTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureTranslationRepository''getFeatureTranslationRepositoryService'true],
  2021.             'Bluue\\ProductsBundle\\Repository\\FeatureValueContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureValueContextRepository''getFeatureValueContextRepositoryService'true],
  2022.             'Bluue\\ProductsBundle\\Repository\\FeatureValueRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureValueRepository''getFeatureValueRepositoryService'true],
  2023.             'Bluue\\ProductsBundle\\Repository\\FeatureValueTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\FeatureValueTranslationRepository''getFeatureValueTranslationRepositoryService'true],
  2024.             'Bluue\\ProductsBundle\\Repository\\PackProductRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\PackProductRepository''getPackProductRepositoryService'false],
  2025.             'Bluue\\ProductsBundle\\Repository\\PriceRuleRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\PriceRuleRepository''getPriceRuleRepositoryService'true],
  2026.             'Bluue\\ProductsBundle\\Repository\\ProductAttachmentRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductAttachmentRepository''getProductAttachmentRepositoryService'true],
  2027.             'Bluue\\ProductsBundle\\Repository\\ProductContextRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductContextRepository''getProductContextRepositoryService'false],
  2028.             'Bluue\\ProductsBundle\\Repository\\ProductFeatureRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductFeatureRepository''getProductFeatureRepositoryService'true],
  2029.             'Bluue\\ProductsBundle\\Repository\\ProductImageRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductImageRepository''getProductImageRepositoryService'false],
  2030.             'Bluue\\ProductsBundle\\Repository\\ProductImageTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductImageTranslationRepository''getProductImageTranslationRepositoryService'true],
  2031.             'Bluue\\ProductsBundle\\Repository\\ProductRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductRepository''getProductRepositoryService'false],
  2032.             'Bluue\\ProductsBundle\\Repository\\ProductTagRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  2033.             'Bluue\\ProductsBundle\\Repository\\ProductTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductTranslationRepository''getProductTranslationRepositoryService'true],
  2034.             'Bluue\\ProductsBundle\\Repository\\ProductTypeRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\ProductTypeRepository''getProductTypeRepositoryService'true],
  2035.             'Bluue\\ProductsBundle\\Repository\\RelatedProductRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  2036.             'Bluue\\ProductsBundle\\Repository\\SearchAssociationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\SearchAssociationRepository''getSearchAssociationRepositoryService'false],
  2037.             'Bluue\\ProductsBundle\\Repository\\SearchWordRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\SearchWordRepository''getSearchWordRepositoryService'false],
  2038.             'Bluue\\ProductsBundle\\Repository\\SubstituteProductRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\SubstituteProductRepository''getSubstituteProductRepositoryService'true],
  2039.             'Bluue\\ProductsBundle\\Repository\\TagRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\TagRepository''getTagRepositoryService'true],
  2040.             'Bluue\\ProductsBundle\\Repository\\TagTranslationRepository' => ['privates''Bluue\\ProductsBundle\\Repository\\TagTranslationRepository''getTagTranslationRepositoryService'true],
  2041.             'Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository''getProjectQuotationRepositoryService'false],
  2042.             'Bluue\\ProjectsBundle\\Repository\\ProjectRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectRepository''getProjectRepositoryService'true],
  2043.             'Bluue\\ProjectsBundle\\Repository\\ProjectStateRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectStateRepository''getProjectStateRepositoryService'true],
  2044.             'Bluue\\ProjectsBundle\\Repository\\ProjectStepRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectStepRepository''getProjectStepRepositoryService'true],
  2045.             'Bluue\\ProjectsBundle\\Repository\\ProjectTypeRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\ProjectTypeRepository''getProjectTypeRepositoryService'true],
  2046.             'Bluue\\ProjectsBundle\\Repository\\TaskModelRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskModelRepository''getTaskModelRepositoryService'true],
  2047.             'Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository''getTaskMonitoredRepositoryService'false],
  2048.             'Bluue\\ProjectsBundle\\Repository\\TaskPriorityRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskPriorityRepository''getTaskPriorityRepositoryService'true],
  2049.             'Bluue\\ProjectsBundle\\Repository\\TaskRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskRepository''getTaskRepositoryService'false],
  2050.             'Bluue\\ProjectsBundle\\Repository\\TaskStateRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskStateRepository''getTaskStateRepositoryService'true],
  2051.             'Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository''getTaskTimeRepositoryService'false],
  2052.             'Bluue\\ProjectsBundle\\Repository\\TodoRepository' => ['privates''Bluue\\ProjectsBundle\\Repository\\TodoRepository''getTodoRepositoryService'true],
  2053.             'Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceLineRepository' => ['privates''Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceLineRepository''getRecurringInvoiceLineRepositoryService'true],
  2054.             'Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceRepository' => ['privates''Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceRepository''getRecurringInvoiceRepositoryService'true],
  2055.             'Bluue\\SalesBundle\\Repository\\AdditionalPdfRepository' => ['privates''Bluue\\SalesBundle\\Repository\\AdditionalPdfRepository''getAdditionalPdfRepositoryService'false],
  2056.             'Bluue\\SalesBundle\\Repository\\BankRepository' => ['privates''Bluue\\SalesBundle\\Repository\\BankRepository''getBankRepositoryService'true],
  2057.             'Bluue\\SalesBundle\\Repository\\CreditNoteLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\CreditNoteLineRepository''getCreditNoteLineRepositoryService'true],
  2058.             'Bluue\\SalesBundle\\Repository\\CreditNoteRepository' => ['privates''Bluue\\SalesBundle\\Repository\\CreditNoteRepository''getCreditNoteRepositoryService'true],
  2059.             'Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository' => ['privates''Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository''getCustomerOptionsRepositoryService'false],
  2060.             'Bluue\\SalesBundle\\Repository\\DeliveryNoteLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\DeliveryNoteLineRepository''getDeliveryNoteLineRepositoryService'true],
  2061.             'Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository' => ['privates''Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository''getDeliveryNoteRepositoryService'false],
  2062.             'Bluue\\SalesBundle\\Repository\\DocumentPaymentRepository' => ['privates''Bluue\\SalesBundle\\Repository\\DocumentPaymentRepository''getDocumentPaymentRepositoryService'true],
  2063.             'Bluue\\SalesBundle\\Repository\\InvoiceLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\InvoiceLineRepository''getInvoiceLineRepositoryService'true],
  2064.             'Bluue\\SalesBundle\\Repository\\InvoiceRepository' => ['privates''Bluue\\SalesBundle\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  2065.             'Bluue\\SalesBundle\\Repository\\LineTypeRepository' => ['privates''Bluue\\SalesBundle\\Repository\\LineTypeRepository''getLineTypeRepositoryService'true],
  2066.             'Bluue\\SalesBundle\\Repository\\OrderHistoryRepository' => ['privates''Bluue\\SalesBundle\\Repository\\OrderHistoryRepository''getOrderHistoryRepositoryService'true],
  2067.             'Bluue\\SalesBundle\\Repository\\OrderLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\OrderLineRepository''getOrderLineRepositoryService'true],
  2068.             'Bluue\\SalesBundle\\Repository\\OrderRepository' => ['privates''Bluue\\SalesBundle\\Repository\\OrderRepository''getOrderRepositoryService'false],
  2069.             'Bluue\\SalesBundle\\Repository\\OrderStateRepository' => ['privates''Bluue\\SalesBundle\\Repository\\OrderStateRepository''getOrderStateRepositoryService'true],
  2070.             'Bluue\\SalesBundle\\Repository\\PaymentExpectationRepository' => ['privates''Bluue\\SalesBundle\\Repository\\PaymentExpectationRepository''getPaymentExpectationRepositoryService'true],
  2071.             'Bluue\\SalesBundle\\Repository\\PaymentMethodRepository' => ['privates''Bluue\\SalesBundle\\Repository\\PaymentMethodRepository''getPaymentMethodRepository2Service'true],
  2072.             'Bluue\\SalesBundle\\Repository\\PaymentRepository' => ['privates''Bluue\\SalesBundle\\Repository\\PaymentRepository''getPaymentRepository2Service'true],
  2073.             'Bluue\\SalesBundle\\Repository\\PaymentTermRepository' => ['privates''Bluue\\SalesBundle\\Repository\\PaymentTermRepository''getPaymentTermRepositoryService'true],
  2074.             'Bluue\\SalesBundle\\Repository\\QuotationLineRepository' => ['privates''Bluue\\SalesBundle\\Repository\\QuotationLineRepository''getQuotationLineRepositoryService'true],
  2075.             'Bluue\\SalesBundle\\Repository\\QuotationRepository' => ['privates''Bluue\\SalesBundle\\Repository\\QuotationRepository''getQuotationRepositoryService'true],
  2076.             'Bluue\\SalesBundle\\Repository\\RelaunchLevelRepository' => ['privates''Bluue\\SalesBundle\\Repository\\RelaunchLevelRepository''getRelaunchLevelRepositoryService'true],
  2077.             'Bluue\\ShipmentsBundle\\Repository\\BurstRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\BurstRepository''getBurstRepositoryService'true],
  2078.             'Bluue\\ShipmentsBundle\\Repository\\CarrierContextRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\CarrierContextRepository''getCarrierContextRepositoryService'true],
  2079.             'Bluue\\ShipmentsBundle\\Repository\\CarrierRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\CarrierRepository''getCarrierRepositoryService'true],
  2080.             'Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository''getOrderOptionsRepositoryService'false],
  2081.             'Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository''getOrderPreparationHistoryRepositoryService'false],
  2082.             'Bluue\\ShipmentsBundle\\Repository\\OrderStateForBurstRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\OrderStateForBurstRepository''getOrderStateForBurstRepositoryService'true],
  2083.             'Bluue\\ShipmentsBundle\\Repository\\OrderStateForMajStatutRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\OrderStateForMajStatutRepository''getOrderStateForMajStatutRepositoryService'true],
  2084.             'Bluue\\ShipmentsBundle\\Repository\\PickingHistoryRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\PickingHistoryRepository''getPickingHistoryRepositoryService'false],
  2085.             'Bluue\\ShipmentsBundle\\Repository\\ShoppingCartLocationRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\ShoppingCartLocationRepository''getShoppingCartLocationRepositoryService'true],
  2086.             'Bluue\\ShipmentsBundle\\Repository\\ShoppingCartRepository' => ['privates''Bluue\\ShipmentsBundle\\Repository\\ShoppingCartRepository''getShoppingCartRepositoryService'true],
  2087.             'Bluue\\SitesBundle\\Repository\\NoteTypeRepository' => ['privates''Bluue\\SitesBundle\\Repository\\NoteTypeRepository''getNoteTypeRepositoryService'true],
  2088.             'Bluue\\SitesBundle\\Repository\\NoteTypeTranslationRepository' => ['privates''Bluue\\SitesBundle\\Repository\\NoteTypeTranslationRepository''getNoteTypeTranslationRepositoryService'true],
  2089.             'Bluue\\SitesBundle\\Repository\\PlatformRepository' => ['privates''Bluue\\SitesBundle\\Repository\\PlatformRepository''getPlatformRepositoryService'true],
  2090.             'Bluue\\SitesBundle\\Repository\\SiteNoteRepository' => ['privates''Bluue\\SitesBundle\\Repository\\SiteNoteRepository''getSiteNoteRepositoryService'true],
  2091.             'Bluue\\SitesBundle\\Repository\\SiteRepository' => ['privates''Bluue\\SitesBundle\\Repository\\SiteRepository''getSiteRepositoryService'true],
  2092.             'Bluue\\StocksBundle\\Repository\\DateTypeRepository' => ['privates''Bluue\\StocksBundle\\Repository\\DateTypeRepository''getDateTypeRepositoryService'true],
  2093.             'Bluue\\StocksBundle\\Repository\\LocationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\LocationRepository''getLocationRepositoryService'false],
  2094.             'Bluue\\StocksBundle\\Repository\\MassStockEntryLineRepository' => ['privates''Bluue\\StocksBundle\\Repository\\MassStockEntryLineRepository''getMassStockEntryLineRepositoryService'true],
  2095.             'Bluue\\StocksBundle\\Repository\\MassStockEntryRepository' => ['privates''Bluue\\StocksBundle\\Repository\\MassStockEntryRepository''getMassStockEntryRepositoryService'true],
  2096.             'Bluue\\StocksBundle\\Repository\\MassStockRemovalLineRepository' => ['privates''Bluue\\StocksBundle\\Repository\\MassStockRemovalLineRepository''getMassStockRemovalLineRepositoryService'true],
  2097.             'Bluue\\StocksBundle\\Repository\\MassStockRemovalRepository' => ['privates''Bluue\\StocksBundle\\Repository\\MassStockRemovalRepository''getMassStockRemovalRepositoryService'true],
  2098.             'Bluue\\StocksBundle\\Repository\\ProductConfigurationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\ProductConfigurationRepository''getProductConfigurationRepositoryService'false],
  2099.             'Bluue\\StocksBundle\\Repository\\StockLocationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockLocationRepository''getStockLocationRepositoryService'false],
  2100.             'Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository''getStockMovementReasonRepositoryService'false],
  2101.             'Bluue\\StocksBundle\\Repository\\StockMovementRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockMovementRepository''getStockMovementRepositoryService'false],
  2102.             'Bluue\\StocksBundle\\Repository\\StockOrderLineLocationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockOrderLineLocationRepository''getStockOrderLineLocationRepositoryService'false],
  2103.             'Bluue\\StocksBundle\\Repository\\StockOrderLineRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockOrderLineRepository''getStockOrderLineRepositoryService'false],
  2104.             'Bluue\\StocksBundle\\Repository\\StockProductRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockProductRepository''getStockProductRepositoryService'false],
  2105.             'Bluue\\StocksBundle\\Repository\\StockProductRootContextRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockProductRootContextRepository''getStockProductRootContextRepositoryService'false],
  2106.             'Bluue\\StocksBundle\\Repository\\StockProductRootRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockProductRootRepository''getStockProductRootRepositoryService'false],
  2107.             'Bluue\\StocksBundle\\Repository\\StockQuantityRepository' => ['privates''Bluue\\StocksBundle\\Repository\\StockQuantityRepository''getStockQuantityRepositoryService'false],
  2108.             'Bluue\\StocksBundle\\Repository\\SubLocationRepository' => ['privates''Bluue\\StocksBundle\\Repository\\SubLocationRepository''getSubLocationRepositoryService'true],
  2109.             'Bluue\\StocksBundle\\Repository\\WarehouseRepository' => ['privates''Bluue\\StocksBundle\\Repository\\WarehouseRepository''getWarehouseRepositoryService'false],
  2110.             'Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository''getProductSupplierContextRepositoryService'false],
  2111.             'Bluue\\SuppliersBundle\\Repository\\ProductSupplierRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\ProductSupplierRepository''getProductSupplierRepositoryService'false],
  2112.             'Bluue\\SuppliersBundle\\Repository\\QuantityThresholdRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\QuantityThresholdRepository''getQuantityThresholdRepositoryService'true],
  2113.             'Bluue\\SuppliersBundle\\Repository\\SupplierAddressRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierAddressRepository''getSupplierAddressRepositoryService'true],
  2114.             'Bluue\\SuppliersBundle\\Repository\\SupplierContactRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierContactRepository''getSupplierContactRepositoryService'true],
  2115.             'Bluue\\SuppliersBundle\\Repository\\SupplierContextRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierContextRepository''getSupplierContextRepositoryService'true],
  2116.             'Bluue\\SuppliersBundle\\Repository\\SupplierRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierRepository''getSupplierRepositoryService'false],
  2117.             'Bluue\\SuppliersBundle\\Repository\\SupplierTypeRepository' => ['privates''Bluue\\SuppliersBundle\\Repository\\SupplierTypeRepository''getSupplierTypeRepositoryService'true],
  2118.             'Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderErrorRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderErrorRepository''getImportOrderErrorRepositoryService'true],
  2119.             'Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderRepository''getImportOrderRepositoryService'true],
  2120.             'Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteLineRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteLineRepository''getReceiptNoteLineRepositoryService'true],
  2121.             'Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteRepository''getReceiptNoteRepositoryService'true],
  2122.             'Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderLineRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderLineRepository''getSupplierOrderLineRepositoryService'true],
  2123.             'Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderRepository' => ['privates''Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderRepository''getSupplierOrderRepositoryService'true],
  2124.             'Bluue\\TicketsBundle\\Repository\\ClosingMotifRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\ClosingMotifRepository''getClosingMotifRepositoryService'true],
  2125.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\PredefinedMessageRepository''getPredefinedMessageRepositoryService'true],
  2126.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeRepository''getPredefinedMessageStatusChangeRepositoryService'true],
  2127.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeTranslationRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeTranslationRepository''getPredefinedMessageStatusChangeTranslationRepositoryService'true],
  2128.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageTranslationRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\PredefinedMessageTranslationRepository''getPredefinedMessageTranslationRepositoryService'true],
  2129.             'Bluue\\TicketsBundle\\Repository\\RelaunchRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\RelaunchRepository''getRelaunchRepositoryService'true],
  2130.             'Bluue\\TicketsBundle\\Repository\\TagRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TagRepository''getTagRepository2Service'true],
  2131.             'Bluue\\TicketsBundle\\Repository\\TagTranslationRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TagTranslationRepository''getTagTranslationRepository2Service'true],
  2132.             'Bluue\\TicketsBundle\\Repository\\TicketMessageAttachmentRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketMessageAttachmentRepository''getTicketMessageAttachmentRepositoryService'true],
  2133.             'Bluue\\TicketsBundle\\Repository\\TicketMessageRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketMessageRepository''getTicketMessageRepositoryService'true],
  2134.             'Bluue\\TicketsBundle\\Repository\\TicketRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketRepository''getTicketRepositoryService'true],
  2135.             'Bluue\\TicketsBundle\\Repository\\TicketStateRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketStateRepository''getTicketStateRepositoryService'true],
  2136.             'Bluue\\TicketsBundle\\Repository\\TicketTagRepository' => ['privates''Bluue\\TicketsBundle\\Repository\\TicketTagRepository''getTicketTagRepositoryService'true],
  2137.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillLineRepository' => ['privates''Bluue\\UtilityBillsBundle\\Repository\\UtilityBillLineRepository''getUtilityBillLineRepositoryService'true],
  2138.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillOrderRepository' => ['privates''Bluue\\UtilityBillsBundle\\Repository\\UtilityBillOrderRepository''getUtilityBillOrderRepositoryService'true],
  2139.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillRepository' => ['privates''Bluue\\UtilityBillsBundle\\Repository\\UtilityBillRepository''getUtilityBillRepositoryService'true],
  2140.         ], [
  2141.             'App\\Repository\\ActivityRepository' => '?',
  2142.             'App\\Repository\\BundleRepository' => '?',
  2143.             'App\\Repository\\CityWithPostcodeRepository' => '?',
  2144.             'App\\Repository\\ConfigurationRepository' => '?',
  2145.             'App\\Repository\\ContextRepository' => '?',
  2146.             'App\\Repository\\CountryRepository' => '?',
  2147.             'App\\Repository\\CountryStateRepository' => '?',
  2148.             'App\\Repository\\CountryTranslationRepository' => '?',
  2149.             'App\\Repository\\CountryZoneRepository' => '?',
  2150.             'App\\Repository\\CountryZoneTranslationRepository' => '?',
  2151.             'App\\Repository\\CurrencyRepository' => '?',
  2152.             'App\\Repository\\EstablishmentRepository' => '?',
  2153.             'App\\Repository\\FileManagerRepository' => '?',
  2154.             'App\\Repository\\LanguageRepository' => '?',
  2155.             'App\\Repository\\MailMessageRepository' => '?',
  2156.             'App\\Repository\\MailServerRepository' => '?',
  2157.             'App\\Repository\\MenuRepository' => '?',
  2158.             'App\\Repository\\NotificationRepository' => '?',
  2159.             'App\\Repository\\ProfileRepository' => '?',
  2160.             'App\\Repository\\SavePdfRepository' => '?',
  2161.             'App\\Repository\\TaxRepository' => '?',
  2162.             'App\\Repository\\TaxRuleCountryRepository' => '?',
  2163.             'App\\Repository\\TaxRuleRepository' => '?',
  2164.             'App\\Repository\\TaxRuleTranslationRepository' => '?',
  2165.             'App\\Repository\\TaxTranslationRepository' => '?',
  2166.             'App\\Repository\\TeamRepository' => '?',
  2167.             'App\\Repository\\TeamTranslationRepository' => '?',
  2168.             'App\\Repository\\TeamUserRepository' => '?',
  2169.             'App\\Repository\\UnitMeasureRepository' => '?',
  2170.             'App\\Repository\\UserContextRepository' => '?',
  2171.             'App\\Repository\\UserLoginLogRepository' => '?',
  2172.             'App\\Repository\\UserRepository' => '?',
  2173.             'App\\Repository\\UsersEstablishmentsRepository' => '?',
  2174.             'App\\Repository\\WebserviceKeyRepository' => '?',
  2175.             'App\\Repository\\WebservicePermissionRepository' => '?',
  2176.             'Bluue\\AccountingBundle\\Repository\\AccountRepository' => '?',
  2177.             'Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository' => '?',
  2178.             'Bluue\\AccountingBundle\\Repository\\ProductAccountRepository' => '?',
  2179.             'Bluue\\ApiCmsBundle\\Repository\\MappingRepository' => '?',
  2180.             'Bluue\\CashRegisterBundle\\Repository\\CashRegisterMovementRepository' => '?',
  2181.             'Bluue\\CashRegisterBundle\\Repository\\CashRegisterRepository' => '?',
  2182.             'Bluue\\CashRegisterBundle\\Repository\\CashierRepository' => '?',
  2183.             'Bluue\\CashRegisterBundle\\Repository\\CashierShopRepository' => '?',
  2184.             'Bluue\\CashRegisterBundle\\Repository\\CustomerFidelityRepository' => '?',
  2185.             'Bluue\\CashRegisterBundle\\Repository\\FavoriteProductRepository' => '?',
  2186.             'Bluue\\CashRegisterBundle\\Repository\\ManagerCardRepository' => '?',
  2187.             'Bluue\\CashRegisterBundle\\Repository\\PaymentMethodRepository' => '?',
  2188.             'Bluue\\CashRegisterBundle\\Repository\\PaymentMethodTranslationRepository' => '?',
  2189.             'Bluue\\CashRegisterBundle\\Repository\\PaymentRepository' => '?',
  2190.             'Bluue\\CashRegisterBundle\\Repository\\ReceiptLineRepository' => '?',
  2191.             'Bluue\\CashRegisterBundle\\Repository\\ReceiptRepository' => '?',
  2192.             'Bluue\\CashRegisterBundle\\Repository\\SessionRepository' => '?',
  2193.             'Bluue\\CashRegisterBundle\\Repository\\ShopRepository' => '?',
  2194.             'Bluue\\CategoriesBundle\\Repository\\CategoryContextRepository' => '?',
  2195.             'Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository' => '?',
  2196.             'Bluue\\CategoriesBundle\\Repository\\CategoryRepository' => '?',
  2197.             'Bluue\\CategoriesBundle\\Repository\\CategoryTranslationRepository' => '?',
  2198.             'Bluue\\CrmBundle\\Repository\\OpportunityActivityRepository' => '?',
  2199.             'Bluue\\CrmBundle\\Repository\\OpportunityDocumentRepository' => '?',
  2200.             'Bluue\\CrmBundle\\Repository\\OpportunityPriorityRepository' => '?',
  2201.             'Bluue\\CrmBundle\\Repository\\OpportunityProductRepository' => '?',
  2202.             'Bluue\\CrmBundle\\Repository\\OpportunityRepository' => '?',
  2203.             'Bluue\\CrmBundle\\Repository\\OpportunityStateRepository' => '?',
  2204.             'Bluue\\CrmBundle\\Repository\\RecommendationTypeRepository' => '?',
  2205.             'Bluue\\CustomerOutstandingBundle\\Repository\\CustomerOutstandingRepository' => '?',
  2206.             'Bluue\\CustomersBundle\\Repository\\CustomerGroupRepository' => '?',
  2207.             'Bluue\\CustomersBundle\\Repository\\CustomerGroupTranslationRepository' => '?',
  2208.             'Bluue\\CustomersBundle\\Repository\\CustomerRepository' => '?',
  2209.             'Bluue\\CustomersBundle\\Repository\\CustomerTypeRepository' => '?',
  2210.             'Bluue\\CustomersBundle\\Repository\\CustomerTypeTranslationRepository' => '?',
  2211.             'Bluue\\Cx3Bundle\\Repository\\CallRepository' => '?',
  2212.             'Bluue\\GocardlessBundle\\Repository\\CustomerMappingRepository' => '?',
  2213.             'Bluue\\GocardlessBundle\\Repository\\DirectDebitRepository' => '?',
  2214.             'Bluue\\GocardlessBundle\\Repository\\PayoutDetailRepository' => '?',
  2215.             'Bluue\\GocardlessBundle\\Repository\\PayoutRepository' => '?',
  2216.             'Bluue\\ImportProductsBundle\\Repository\\ImportErrorRepository' => '?',
  2217.             'Bluue\\ImportProductsBundle\\Repository\\ImportRepository' => '?',
  2218.             'Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductQuantityRepository' => '?',
  2219.             'Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductRepository' => '?',
  2220.             'Bluue\\InventoriesBundle\\Repository\\InventoryProductQuantityRepository' => '?',
  2221.             'Bluue\\InventoriesBundle\\Repository\\InventoryProductRepository' => '?',
  2222.             'Bluue\\InventoriesBundle\\Repository\\InventoryRepository' => '?',
  2223.             'Bluue\\LabelsBundle\\Repository\\LabelContextRepository' => '?',
  2224.             'Bluue\\LabelsBundle\\Repository\\LabelRepository' => '?',
  2225.             'Bluue\\LabelsBundle\\Repository\\PrintWaitingListRepository' => '?',
  2226.             'Bluue\\LabelsBundle\\Repository\\TemplateRepository' => '?',
  2227.             'Bluue\\ManufacturingBundle\\Repository\\ProductOptionsRepository' => '?',
  2228.             'Bluue\\OvhSmsBundle\\Repository\\MailingListCustomerRepository' => '?',
  2229.             'Bluue\\OvhSmsBundle\\Repository\\MailingListRepository' => '?',
  2230.             'Bluue\\OvhSmsBundle\\Repository\\SmsRepository' => '?',
  2231.             'Bluue\\PlanningBundle\\Repository\\SlotRepository' => '?',
  2232.             'Bluue\\PlanningBundle\\Repository\\SlotTypeRepository' => '?',
  2233.             'Bluue\\PlanningBundle\\Repository\\SlotUserRepository' => '?',
  2234.             'Bluue\\PrestashopConnectorBundle\\Repository\\CustomerImportRuleRepository' => '?',
  2235.             'Bluue\\ProductReturnsBundle\\Repository\\CarrierOptionRepository' => '?',
  2236.             'Bluue\\ProductReturnsBundle\\Repository\\ConvertedDocumentRepository' => '?',
  2237.             'Bluue\\ProductReturnsBundle\\Repository\\ProductReturnLineRepository' => '?',
  2238.             'Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository' => '?',
  2239.             'Bluue\\ProductReturnsBundle\\Repository\\ReturnReasonRepository' => '?',
  2240.             'Bluue\\ProductReturnsBundle\\Repository\\ReturnStateRepository' => '?',
  2241.             'Bluue\\ProductsBundle\\Repository\\AttachmentRepository' => '?',
  2242.             'Bluue\\ProductsBundle\\Repository\\AttachmentTranslationRepository' => '?',
  2243.             'Bluue\\ProductsBundle\\Repository\\AttributeContextRepository' => '?',
  2244.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupContextRepository' => '?',
  2245.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupRepository' => '?',
  2246.             'Bluue\\ProductsBundle\\Repository\\AttributeGroupTranslationRepository' => '?',
  2247.             'Bluue\\ProductsBundle\\Repository\\AttributeRepository' => '?',
  2248.             'Bluue\\ProductsBundle\\Repository\\AttributeTranslationRepository' => '?',
  2249.             'Bluue\\ProductsBundle\\Repository\\BrandContextRepository' => '?',
  2250.             'Bluue\\ProductsBundle\\Repository\\BrandRepository' => '?',
  2251.             'Bluue\\ProductsBundle\\Repository\\BrandTranslationRepository' => '?',
  2252.             'Bluue\\ProductsBundle\\Repository\\DeclinationAttributeRepository' => '?',
  2253.             'Bluue\\ProductsBundle\\Repository\\DeclinationContextRepository' => '?',
  2254.             'Bluue\\ProductsBundle\\Repository\\DeclinationImageRepository' => '?',
  2255.             'Bluue\\ProductsBundle\\Repository\\DeclinationRepository' => '?',
  2256.             'Bluue\\ProductsBundle\\Repository\\Ean13Repository' => '?',
  2257.             'Bluue\\ProductsBundle\\Repository\\EcoPartGroupRepository' => '?',
  2258.             'Bluue\\ProductsBundle\\Repository\\EcoPartRepository' => '?',
  2259.             'Bluue\\ProductsBundle\\Repository\\EcoPartTranslationRepository' => '?',
  2260.             'Bluue\\ProductsBundle\\Repository\\FeatureContextRepository' => '?',
  2261.             'Bluue\\ProductsBundle\\Repository\\FeatureRepository' => '?',
  2262.             'Bluue\\ProductsBundle\\Repository\\FeatureTranslationRepository' => '?',
  2263.             'Bluue\\ProductsBundle\\Repository\\FeatureValueContextRepository' => '?',
  2264.             'Bluue\\ProductsBundle\\Repository\\FeatureValueRepository' => '?',
  2265.             'Bluue\\ProductsBundle\\Repository\\FeatureValueTranslationRepository' => '?',
  2266.             'Bluue\\ProductsBundle\\Repository\\PackProductRepository' => '?',
  2267.             'Bluue\\ProductsBundle\\Repository\\PriceRuleRepository' => '?',
  2268.             'Bluue\\ProductsBundle\\Repository\\ProductAttachmentRepository' => '?',
  2269.             'Bluue\\ProductsBundle\\Repository\\ProductContextRepository' => '?',
  2270.             'Bluue\\ProductsBundle\\Repository\\ProductFeatureRepository' => '?',
  2271.             'Bluue\\ProductsBundle\\Repository\\ProductImageRepository' => '?',
  2272.             'Bluue\\ProductsBundle\\Repository\\ProductImageTranslationRepository' => '?',
  2273.             'Bluue\\ProductsBundle\\Repository\\ProductRepository' => '?',
  2274.             'Bluue\\ProductsBundle\\Repository\\ProductTagRepository' => '?',
  2275.             'Bluue\\ProductsBundle\\Repository\\ProductTranslationRepository' => '?',
  2276.             'Bluue\\ProductsBundle\\Repository\\ProductTypeRepository' => '?',
  2277.             'Bluue\\ProductsBundle\\Repository\\RelatedProductRepository' => '?',
  2278.             'Bluue\\ProductsBundle\\Repository\\SearchAssociationRepository' => '?',
  2279.             'Bluue\\ProductsBundle\\Repository\\SearchWordRepository' => '?',
  2280.             'Bluue\\ProductsBundle\\Repository\\SubstituteProductRepository' => '?',
  2281.             'Bluue\\ProductsBundle\\Repository\\TagRepository' => '?',
  2282.             'Bluue\\ProductsBundle\\Repository\\TagTranslationRepository' => '?',
  2283.             'Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository' => '?',
  2284.             'Bluue\\ProjectsBundle\\Repository\\ProjectRepository' => '?',
  2285.             'Bluue\\ProjectsBundle\\Repository\\ProjectStateRepository' => '?',
  2286.             'Bluue\\ProjectsBundle\\Repository\\ProjectStepRepository' => '?',
  2287.             'Bluue\\ProjectsBundle\\Repository\\ProjectTypeRepository' => '?',
  2288.             'Bluue\\ProjectsBundle\\Repository\\TaskModelRepository' => '?',
  2289.             'Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository' => '?',
  2290.             'Bluue\\ProjectsBundle\\Repository\\TaskPriorityRepository' => '?',
  2291.             'Bluue\\ProjectsBundle\\Repository\\TaskRepository' => '?',
  2292.             'Bluue\\ProjectsBundle\\Repository\\TaskStateRepository' => '?',
  2293.             'Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository' => '?',
  2294.             'Bluue\\ProjectsBundle\\Repository\\TodoRepository' => '?',
  2295.             'Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceLineRepository' => '?',
  2296.             'Bluue\\RecurringInvoicesBundle\\Repository\\RecurringInvoiceRepository' => '?',
  2297.             'Bluue\\SalesBundle\\Repository\\AdditionalPdfRepository' => '?',
  2298.             'Bluue\\SalesBundle\\Repository\\BankRepository' => '?',
  2299.             'Bluue\\SalesBundle\\Repository\\CreditNoteLineRepository' => '?',
  2300.             'Bluue\\SalesBundle\\Repository\\CreditNoteRepository' => '?',
  2301.             'Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository' => '?',
  2302.             'Bluue\\SalesBundle\\Repository\\DeliveryNoteLineRepository' => '?',
  2303.             'Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository' => '?',
  2304.             'Bluue\\SalesBundle\\Repository\\DocumentPaymentRepository' => '?',
  2305.             'Bluue\\SalesBundle\\Repository\\InvoiceLineRepository' => '?',
  2306.             'Bluue\\SalesBundle\\Repository\\InvoiceRepository' => '?',
  2307.             'Bluue\\SalesBundle\\Repository\\LineTypeRepository' => '?',
  2308.             'Bluue\\SalesBundle\\Repository\\OrderHistoryRepository' => '?',
  2309.             'Bluue\\SalesBundle\\Repository\\OrderLineRepository' => '?',
  2310.             'Bluue\\SalesBundle\\Repository\\OrderRepository' => '?',
  2311.             'Bluue\\SalesBundle\\Repository\\OrderStateRepository' => '?',
  2312.             'Bluue\\SalesBundle\\Repository\\PaymentExpectationRepository' => '?',
  2313.             'Bluue\\SalesBundle\\Repository\\PaymentMethodRepository' => '?',
  2314.             'Bluue\\SalesBundle\\Repository\\PaymentRepository' => '?',
  2315.             'Bluue\\SalesBundle\\Repository\\PaymentTermRepository' => '?',
  2316.             'Bluue\\SalesBundle\\Repository\\QuotationLineRepository' => '?',
  2317.             'Bluue\\SalesBundle\\Repository\\QuotationRepository' => '?',
  2318.             'Bluue\\SalesBundle\\Repository\\RelaunchLevelRepository' => '?',
  2319.             'Bluue\\ShipmentsBundle\\Repository\\BurstRepository' => '?',
  2320.             'Bluue\\ShipmentsBundle\\Repository\\CarrierContextRepository' => '?',
  2321.             'Bluue\\ShipmentsBundle\\Repository\\CarrierRepository' => '?',
  2322.             'Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository' => '?',
  2323.             'Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository' => '?',
  2324.             'Bluue\\ShipmentsBundle\\Repository\\OrderStateForBurstRepository' => '?',
  2325.             'Bluue\\ShipmentsBundle\\Repository\\OrderStateForMajStatutRepository' => '?',
  2326.             'Bluue\\ShipmentsBundle\\Repository\\PickingHistoryRepository' => '?',
  2327.             'Bluue\\ShipmentsBundle\\Repository\\ShoppingCartLocationRepository' => '?',
  2328.             'Bluue\\ShipmentsBundle\\Repository\\ShoppingCartRepository' => '?',
  2329.             'Bluue\\SitesBundle\\Repository\\NoteTypeRepository' => '?',
  2330.             'Bluue\\SitesBundle\\Repository\\NoteTypeTranslationRepository' => '?',
  2331.             'Bluue\\SitesBundle\\Repository\\PlatformRepository' => '?',
  2332.             'Bluue\\SitesBundle\\Repository\\SiteNoteRepository' => '?',
  2333.             'Bluue\\SitesBundle\\Repository\\SiteRepository' => '?',
  2334.             'Bluue\\StocksBundle\\Repository\\DateTypeRepository' => '?',
  2335.             'Bluue\\StocksBundle\\Repository\\LocationRepository' => '?',
  2336.             'Bluue\\StocksBundle\\Repository\\MassStockEntryLineRepository' => '?',
  2337.             'Bluue\\StocksBundle\\Repository\\MassStockEntryRepository' => '?',
  2338.             'Bluue\\StocksBundle\\Repository\\MassStockRemovalLineRepository' => '?',
  2339.             'Bluue\\StocksBundle\\Repository\\MassStockRemovalRepository' => '?',
  2340.             'Bluue\\StocksBundle\\Repository\\ProductConfigurationRepository' => '?',
  2341.             'Bluue\\StocksBundle\\Repository\\StockLocationRepository' => '?',
  2342.             'Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository' => '?',
  2343.             'Bluue\\StocksBundle\\Repository\\StockMovementRepository' => '?',
  2344.             'Bluue\\StocksBundle\\Repository\\StockOrderLineLocationRepository' => '?',
  2345.             'Bluue\\StocksBundle\\Repository\\StockOrderLineRepository' => '?',
  2346.             'Bluue\\StocksBundle\\Repository\\StockProductRepository' => '?',
  2347.             'Bluue\\StocksBundle\\Repository\\StockProductRootContextRepository' => '?',
  2348.             'Bluue\\StocksBundle\\Repository\\StockProductRootRepository' => '?',
  2349.             'Bluue\\StocksBundle\\Repository\\StockQuantityRepository' => '?',
  2350.             'Bluue\\StocksBundle\\Repository\\SubLocationRepository' => '?',
  2351.             'Bluue\\StocksBundle\\Repository\\WarehouseRepository' => '?',
  2352.             'Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository' => '?',
  2353.             'Bluue\\SuppliersBundle\\Repository\\ProductSupplierRepository' => '?',
  2354.             'Bluue\\SuppliersBundle\\Repository\\QuantityThresholdRepository' => '?',
  2355.             'Bluue\\SuppliersBundle\\Repository\\SupplierAddressRepository' => '?',
  2356.             'Bluue\\SuppliersBundle\\Repository\\SupplierContactRepository' => '?',
  2357.             'Bluue\\SuppliersBundle\\Repository\\SupplierContextRepository' => '?',
  2358.             'Bluue\\SuppliersBundle\\Repository\\SupplierRepository' => '?',
  2359.             'Bluue\\SuppliersBundle\\Repository\\SupplierTypeRepository' => '?',
  2360.             'Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderErrorRepository' => '?',
  2361.             'Bluue\\SuppliersOrdersBundle\\Repository\\ImportOrderRepository' => '?',
  2362.             'Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteLineRepository' => '?',
  2363.             'Bluue\\SuppliersOrdersBundle\\Repository\\ReceiptNoteRepository' => '?',
  2364.             'Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderLineRepository' => '?',
  2365.             'Bluue\\SuppliersOrdersBundle\\Repository\\SupplierOrderRepository' => '?',
  2366.             'Bluue\\TicketsBundle\\Repository\\ClosingMotifRepository' => '?',
  2367.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageRepository' => '?',
  2368.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeRepository' => '?',
  2369.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageStatusChangeTranslationRepository' => '?',
  2370.             'Bluue\\TicketsBundle\\Repository\\PredefinedMessageTranslationRepository' => '?',
  2371.             'Bluue\\TicketsBundle\\Repository\\RelaunchRepository' => '?',
  2372.             'Bluue\\TicketsBundle\\Repository\\TagRepository' => '?',
  2373.             'Bluue\\TicketsBundle\\Repository\\TagTranslationRepository' => '?',
  2374.             'Bluue\\TicketsBundle\\Repository\\TicketMessageAttachmentRepository' => '?',
  2375.             'Bluue\\TicketsBundle\\Repository\\TicketMessageRepository' => '?',
  2376.             'Bluue\\TicketsBundle\\Repository\\TicketRepository' => '?',
  2377.             'Bluue\\TicketsBundle\\Repository\\TicketStateRepository' => '?',
  2378.             'Bluue\\TicketsBundle\\Repository\\TicketTagRepository' => '?',
  2379.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillLineRepository' => '?',
  2380.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillOrderRepository' => '?',
  2381.             'Bluue\\UtilityBillsBundle\\Repository\\UtilityBillRepository' => '?',
  2382.         ])));
  2383.         $a->addCustomStringFunction('CONCAT_WS''DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  2384.         $a->addCustomStringFunction('FLOOR''DoctrineExtensions\\Query\\Mysql\\Floor');
  2385.         $a->addCustomStringFunction('ROUND''DoctrineExtensions\\Query\\Mysql\\Round');
  2386.         $a->addCustomStringFunction('LPAD''DoctrineExtensions\\Query\\Mysql\\Lpad');
  2387.         $a->addCustomStringFunction('CAST''DoctrineExtensions\\Query\\Mysql\\Cast');
  2388.         $a->addCustomStringFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  2389.         $a->addCustomStringFunction('ADDTIME''DoctrineExtensions\\Query\\Mysql\\AddTime');
  2390.         $a->addCustomStringFunction('TIME''DoctrineExtensions\\Query\\Mysql\\Time');
  2391.         $a->addCustomStringFunction('TIMEDIFF''DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  2392.         $a->addCustomStringFunction('ifnull''DoctrineExtensions\\Query\\Mysql\\IfNull');
  2393.         $a->addCustomStringFunction('IFELSE''DoctrineExtensions\\Query\\Mysql\\IfElse');
  2394.         $a->addCustomStringFunction('replace''DoctrineExtensions\\Query\\Mysql\\Replace');
  2395.         $a->addCustomStringFunction('unhex''DoctrineExtensions\\Query\\Mysql\\Unhex');
  2396.         $a->addCustomStringFunction('HEX''DoctrineExtensions\\Query\\Mysql\\Hex');
  2397.         $a->addCustomStringFunction('MATCH''DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  2398.         $a->addCustomStringFunction('GROUP_CONCAT''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  2399.         $a->addCustomStringFunction('DATEADD''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  2400.         $a->addCustomStringFunction('DATESUB''DoctrineExtensions\\Query\\Mysql\\DateSub');
  2401.         $a->addCustomStringFunction('DAY''DoctrineExtensions\\Query\\Mysql\\Day');
  2402.         $a->addCustomStringFunction('MONTH''DoctrineExtensions\\Query\\Mysql\\Month');
  2403.         $a->addCustomStringFunction('JSON_EXTRACT''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
  2404.         $a->addCustomStringFunction('JSON_TYPE''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonType');
  2405.         $a->addCustomStringFunction('JSON_UNQUOTE''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonUnquote');
  2406.         $a->addCustomStringFunction('JSON_SEARCH''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSearch');
  2407.         $a->addCustomStringFunction('JSON_INSERT''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonInsert');
  2408.         $a->addCustomStringFunction('JSON_CONTAINS''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonContains');
  2409.         $a->addCustomStringFunction('JSON_MERGE''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonMerge');
  2410.         $a->addCustomStringFunction('JSON_MERGE_PATCH''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonMergePatch');
  2411.         $a->addCustomStringFunction('JSON_SET''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSet');
  2412.         $a->addCustomStringFunction('FIRST''App\\Query\\First');
  2413.         $a->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  2414.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  2415.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  2416.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  2417.         return $instance;
  2418.     }
  2419.     /**
  2420.      * Gets the public 'event_dispatcher' shared service.
  2421.      *
  2422.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2423.      */
  2424.     protected function getEventDispatcherService()
  2425.     {
  2426.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2427.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2428.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2429.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2430.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2431.         $instance->addListener('kernel.controller', [=> function () {
  2432.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2433.         }, => 'onKernelController'], 0);
  2434.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2435.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2436.         }, => 'checkPassport'], 1024);
  2437.         $instance->addListener('kernel.response', [=> function () {
  2438.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  2439.         }, => 'onKernelResponse'], 0);
  2440.         $instance->addListener('kernel.exception', [=> function () {
  2441.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  2442.         }, => 'onKernelException'], 0);
  2443.         $instance->addListener('kernel.request', [=> function () {
  2444.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2445.         }, => 'onKernelRequest'], 0);
  2446.         $instance->addListener('kernel.request', [=> function () {
  2447.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2448.         }, => 'onKernelRequest'], 28);
  2449.         $instance->addListener('kernel.request', [=> function () {
  2450.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2451.         }, => 'onKernelRequest'], 2);
  2452.         $instance->addListener('kernel.view', [=> function () {
  2453.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  2454.         }, => 'onKernelView'], 16);
  2455.         $instance->addListener('kernel.view', [=> function () {
  2456.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  2457.         }, => 'onKernelView'], 8);
  2458.         $instance->addListener('kernel.exception', [=> function () {
  2459.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  2460.         }, => 'onKernelException'], 0);
  2461.         $instance->addListener('kernel.exception', [=> function () {
  2462.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  2463.         }, => 'onKernelException'], -96);
  2464.         $instance->addListener('kernel.view', [=> function () {
  2465.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  2466.         }, => 'onKernelView'], 32);
  2467.         $instance->addListener('kernel.request', [=> function () {
  2468.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  2469.         }, => 'onKernelRequest'], 4);
  2470.         $instance->addListener('kernel.request', [=> function () {
  2471.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  2472.         }, => 'onKernelRequest'], 0);
  2473.         $instance->addListener('kernel.response', [=> function () {
  2474.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  2475.         }, => 'onKernelResponse'], 0);
  2476.         $instance->addListener('kernel.response', [=> function () {
  2477.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2478.         }, => 'onKernelResponse'], -1);
  2479.         $instance->addListener('kernel.view', [=> function () {
  2480.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  2481.         }, => 'onKernelView'], 64);
  2482.         $instance->addListener('kernel.request', [=> function () {
  2483.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2484.         }, => 'onKernelRequest'], 16);
  2485.         $instance->addListener('kernel.request', [=> function () {
  2486.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2487.         }, => 'onSecurity'], 3);
  2488.         $instance->addListener('kernel.request', [=> function () {
  2489.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2490.         }, => 'onSecurityPostDenormalize'], 1);
  2491.         $instance->addListener('kernel.view', [=> function () {
  2492.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2493.         }, => 'onSecurityPostValidation'], 63);
  2494.         $instance->addListener('kernel.request', [=> function () {
  2495.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('fr')));
  2496.         }, => 'onKernelRequest'], 20);
  2497.         $instance->addListener('security.interactive_login', [=> function () {
  2498.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  2499.         }, => 'onInteractiveLogin'], 0);
  2500.         $instance->addListener('kernel.response', [=> function () {
  2501.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2502.         }, => 'onKernelResponse'], 0);
  2503.         $instance->addListener('kernel.response', [=> function () {
  2504.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2505.         }, => 'onKernelResponse'], -1024);
  2506.         $instance->addListener('kernel.request', [=> function () {
  2507.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2508.         }, => 'setDefaultLocale'], 100);
  2509.         $instance->addListener('kernel.request', [=> function () {
  2510.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2511.         }, => 'onKernelRequest'], 16);
  2512.         $instance->addListener('kernel.finish_request', [=> function () {
  2513.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2514.         }, => 'onKernelFinishRequest'], 0);
  2515.         $instance->addListener('kernel.request', [=> function () {
  2516.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2517.         }, => 'onKernelRequest'], 256);
  2518.         $instance->addListener('kernel.response', [=> function () {
  2519.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2520.         }, => 'onResponse'], -255);
  2521.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2522.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2523.         }, => 'onControllerArguments'], 0);
  2524.         $instance->addListener('kernel.exception', [=> function () {
  2525.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2526.         }, => 'logKernelException'], 0);
  2527.         $instance->addListener('kernel.exception', [=> function () {
  2528.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2529.         }, => 'onKernelException'], -128);
  2530.         $instance->addListener('kernel.response', [=> function () {
  2531.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2532.         }, => 'removeCspHeader'], -128);
  2533.         $instance->addListener('kernel.request', [=> function () {
  2534.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2535.         }, => 'onKernelRequest'], 15);
  2536.         $instance->addListener('kernel.finish_request', [=> function () {
  2537.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2538.         }, => 'onKernelFinishRequest'], -15);
  2539.         $instance->addListener('console.error', [=> function () {
  2540.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2541.         }, => 'onConsoleError'], -128);
  2542.         $instance->addListener('console.terminate', [=> function () {
  2543.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2544.         }, => 'onConsoleTerminate'], -128);
  2545.         $instance->addListener('console.error', [=> function () {
  2546.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2547.         }, => 'onConsoleError'], 0);
  2548.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2549.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener($this->getEnv('MAILER_FROM'), [])));
  2550.         }, => 'onMessage'], -255);
  2551.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2552.             return ($this->privates['mailer.message_listener'] ?? $this->load('getMailer_MessageListenerService'));
  2553.         }, => 'onMessage'], 0);
  2554.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2555.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2556.         }, => 'onMessage'], -255);
  2557.         $instance->addListener('kernel.request', [=> function () {
  2558.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2559.         }, => 'configure'], 2048);
  2560.         $instance->addListener('console.command', [=> function () {
  2561.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2562.         }, => 'configure'], 2048);
  2563.         $instance->addListener('kernel.request', [=> function () {
  2564.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2565.         }, => 'onKernelRequest'], 32);
  2566.         $instance->addListener('kernel.finish_request', [=> function () {
  2567.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2568.         }, => 'onKernelFinishRequest'], 0);
  2569.         $instance->addListener('kernel.exception', [=> function () {
  2570.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2571.         }, => 'onKernelException'], -64);
  2572.         $instance->addListener('kernel.response', [=> function () {
  2573.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2574.         }, => 'onKernelResponse'], 0);
  2575.         $instance->addListener('kernel.request', [=> function () {
  2576.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2577.         }, => 'onKernelRequest'], 128);
  2578.         $instance->addListener('kernel.response', [=> function () {
  2579.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2580.         }, => 'onKernelResponse'], -1000);
  2581.         $instance->addListener('kernel.finish_request', [=> function () {
  2582.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2583.         }, => 'onFinishRequest'], 0);
  2584.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2585.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2586.         }, => 'onMessageFailed'], 100);
  2587.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2588.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  2589.         }, => 'onMessageFailed'], 200);
  2590.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2591.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  2592.         }, => 'onMessageFailed'], -100);
  2593.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2594.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  2595.         }, => 'onWorkerRunning'], 100);
  2596.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2597.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2598.         }, => 'onWorkerStarted'], 0);
  2599.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2600.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2601.         }, => 'onWorkerRunning'], 0);
  2602.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2603.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  2604.         }, => 'onWorkerStarted'], 100);
  2605.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2606.             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()));
  2607.         }, => 'onMessageFailed'], 0);
  2608.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2609.             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()));
  2610.         }, => 'onWorkerRunning'], 0);
  2611.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2612.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2613.         }, => 'onNotification'], -255);
  2614.         $instance->addListener('kernel.response', [=> function () {
  2615.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2616.         }, => 'onKernelResponse'], -100);
  2617.         $instance->addListener('kernel.exception', [=> function () {
  2618.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2619.         }, => 'onKernelException'], 0);
  2620.         $instance->addListener('kernel.terminate', [=> function () {
  2621.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2622.         }, => 'onKernelTerminate'], -1024);
  2623.         $instance->addListener('kernel.controller', [=> function () {
  2624.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2625.         }, => 'onKernelController'], 0);
  2626.         $instance->addListener('kernel.response', [=> function () {
  2627.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2628.         }, => 'onKernelResponse'], 0);
  2629.         $instance->addListener('kernel.controller', [=> function () {
  2630.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2631.         }, => 'onKernelController'], 0);
  2632.         $instance->addListener('kernel.controller', [=> function () {
  2633.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2634.         }, => 'onKernelController'], 0);
  2635.         $instance->addListener('kernel.controller', [=> function () {
  2636.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2637.         }, => 'onKernelController'], -128);
  2638.         $instance->addListener('kernel.view', [=> function () {
  2639.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2640.         }, => 'onKernelView'], 0);
  2641.         $instance->addListener('kernel.controller', [=> function () {
  2642.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2643.         }, => 'onKernelController'], 0);
  2644.         $instance->addListener('kernel.response', [=> function () {
  2645.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2646.         }, => 'onKernelResponse'], 0);
  2647.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2648.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2649.         }, => 'onKernelControllerArguments'], 0);
  2650.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2651.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2652.         }, => 'onKernelControllerArguments'], 0);
  2653.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2654.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2655.         }, => 'onMessage'], 0);
  2656.         $instance->addListener('kernel.response', [=> function () {
  2657.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2658.         }, => 'onKernelResponse'], -128);
  2659.         $instance->addListener('console.command', [=> function () {
  2660.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2661.         }, => 'onCommand'], 255);
  2662.         $instance->addListener('console.terminate', [=> function () {
  2663.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2664.         }, => 'onTerminate'], -255);
  2665.         $instance->addListener('console.command', [=> function () {
  2666.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2667.         }, => 'configure'], 1024);
  2668.         $instance->addListener('console.error', [=> function () {
  2669.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2670.         }, => 'onConsoleError'], 0);
  2671.         $instance->addListener('console.terminate', [=> function () {
  2672.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2673.         }, => 'onConsoleTerminate'], 0);
  2674.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2675.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2676.         }, => 'onWorkerMessageHandled'], 0);
  2677.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2678.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2679.         }, => 'onWorkerMessageFailed'], 0);
  2680.         $instance->addListener('kernel.response', [=> function () {
  2681.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2682.         }, => 'onKernelResponse'], 0);
  2683.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2684.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2685.         }, => 'checkPassport'], 0);
  2686.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2687.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2688.         }, => 'onLoginSuccess'], 0);
  2689.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2690.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2691.         }, => 'onVoterVote'], 0);
  2692.         $instance->addListener('kernel.request', [=> function () {
  2693.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2694.         }, => 'configureLogoutUrlGenerator'], 8);
  2695.         $instance->addListener('kernel.request', [=> function () {
  2696.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2697.         }, => 'onKernelRequest'], 8);
  2698.         $instance->addListener('kernel.finish_request', [=> function () {
  2699.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2700.         }, => 'onKernelFinishRequest'], 0);
  2701.         $instance->addListener('kernel.request', [=> function () {
  2702.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2703.         }, => 'onKernelRequest'], 0);
  2704.         $instance->addListener('knp_pager.before', [=> function () {
  2705.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2706.         }, => 'before'], 0);
  2707.         $instance->addListener('knp_pager.pagination', [=> function () {
  2708.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2709.         }, => 'pagination'], 0);
  2710.         $instance->addListener('knp_pager.before', [=> function () {
  2711.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2712.         }, => 'before'], 1);
  2713.         $instance->addListener('knp_pager.before', [=> function () {
  2714.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2715.         }, => 'before'], 1);
  2716.         $instance->addListener('knp_pager.pagination', [=> function () {
  2717.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2718.         }, => 'pagination'], 1);
  2719.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2720.             return ($this->privates['Bluue\\ProductsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber11Service'));
  2721.         }, => 'onLoad'], 0);
  2722.         $instance->addListener('app.menu_configure', [=> function () {
  2723.             return ($this->privates['Bluue\\ProductsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber13Service'));
  2724.         }, => 'onLoad'], 0);
  2725.         $instance->addListener('app.configurationPages', [=> function () {
  2726.             return ($this->privates['Bluue\\ProductsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber13Service'));
  2727.         }, => 'onLoad'], 0);
  2728.         $instance->addListener('app.shareContext', [=> function () {
  2729.             return ($this->privates['Bluue\\ProductsBundle\\EventSubscriber\\SharedContextSubscriber'] ?? $this->load('getSharedContextSubscriberService'));
  2730.         }, => 'onLoad'], 0);
  2731.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2732.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\CategoriesBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2733.         }, => 'onLoad'], 0);
  2734.         $instance->addListener('app.menu_configure', [=> function () {
  2735.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber2Service'));
  2736.         }, => 'onLoad'], 0);
  2737.         $instance->addListener('bluue.productsBundle.configurationProductMenuConfiguration.name', [=> function () {
  2738.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\ConfigureProductMenuConfigurationSubscriber'] ?? $this->load('getConfigureProductMenuConfigurationSubscriberService'));
  2739.         }, => 'onLoad'], 0);
  2740.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2741.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber3Service'));
  2742.         }, => 'onLoad'], 0);
  2743.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2744.             return ($this->privates['Bluue\\CategoriesBundle\\EventSubscriber\\StatisticsBundle\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber2Service'));
  2745.         }, => 'onLoad'], 0);
  2746.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2747.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\StocksBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2748.         }, => 'onLoad'], 0);
  2749.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2750.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber17Service'));
  2751.         }, => 'onLoad'], 0);
  2752.         $instance->addListener('bluue.cashRegisterBundle.receiptMovements.validateReceipt', [=> function () {
  2753.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\CashRegisterBundle\\ReceiptSubscriber'] ?? $this->load('getReceiptSubscriber2Service'));
  2754.         }, => 'validateReceipt'], 0);
  2755.         $instance->addListener('app.configurationPages', [=> function () {
  2756.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\ConfigurationMenuSubscriber'] ?? $this->load('getConfigurationMenuSubscriber2Service'));
  2757.         }, => 'onLoad'], 0);
  2758.         $instance->addListener('app.menu_configure', [=> function () {
  2759.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber18Service'));
  2760.         }, => 'onLoad'], 0);
  2761.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2762.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber9Service'));
  2763.         }, => 'onLoad'], 0);
  2764.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2765.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber8Service'));
  2766.         }, => 'onLoad'], 0);
  2767.         $instance->addListener('bluue.salesBundle.deliveryNoteMovements.validateDeliveryNote', [=> function () {
  2768.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\DeliveryNoteSubscriber'] ?? $this->load('getDeliveryNoteSubscriber2Service'));
  2769.         }, => 'validateDelivery'], 0);
  2770.         $instance->addListener('bluue.salesBundle.deliveryNoteMovements.cancelDeliveryNote', [=> function () {
  2771.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\DeliveryNoteSubscriber'] ?? $this->load('getDeliveryNoteSubscriber2Service'));
  2772.         }, => 'cancelDelivery'], 0);
  2773.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  2774.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber6Service'));
  2775.         }, => 'orderTabs'], 0);
  2776.         $instance->addListener('app.shareContext', [=> function () {
  2777.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SharedContextSubscriber'] ?? $this->load('getSharedContextSubscriber4Service'));
  2778.         }, => 'onLoad'], 0);
  2779.         $instance->addListener('bluue.supplierOrdersBundle.receiptNote.postValidate', [=> function () {
  2780.             return ($this->privates['Bluue\\StocksBundle\\EventSubscriber\\SuppliersOrdersBundle\\ReceiptNoteSubscriber'] ?? $this->load('getReceiptNoteSubscriberService'));
  2781.         }, => 'validateReceipt'], 0);
  2782.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2783.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\CustomersBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2784.         }, => 'onLoad'], 0);
  2785.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2786.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber5Service'));
  2787.         }, => 'onLoad'], 0);
  2788.         $instance->addListener('app.menu_configure', [=> function () {
  2789.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber5Service'));
  2790.         }, => 'onLoad'], 0);
  2791.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2792.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber4Service'));
  2793.         }, => 'onLoad'], 0);
  2794.         $instance->addListener('app.configurationPages', [=> function () {
  2795.             return ($this->privates['Bluue\\CustomersBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber5Service'));
  2796.         }, => 'onLoad'], 0);
  2797.         $instance->addListener('bluue.salesBundle.configurationAccessOrderEdit', [=> function () {
  2798.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\AccessEditDocumentValidatedSubscriber'] ?? $this->load('getAccessEditDocumentValidatedSubscriberService'));
  2799.         }, => 'orderEdit'], 0);
  2800.         $instance->addListener('bluue.salesBundle.configurationAccessQuotationEdit', [=> function () {
  2801.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\AccessEditDocumentValidatedSubscriber'] ?? $this->load('getAccessEditDocumentValidatedSubscriberService'));
  2802.         }, => 'quotationEdit'], 0);
  2803.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2804.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\SalesBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2805.         }, => 'onLoad'], 0);
  2806.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2807.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber12Service'));
  2808.         }, => 'onLoad'], 0);
  2809.         $instance->addListener('bluue.massManagementListButtons', [=> function () {
  2810.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ConfigureListButtonsSubscriber'] ?? $this->load('getConfigureListButtonsSubscriber2Service'));
  2811.         }, => 'onLoad'], 0);
  2812.         $instance->addListener('app.menu_configure', [=> function () {
  2813.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber14Service'));
  2814.         }, => 'onLoad'], 0);
  2815.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2816.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber7Service'));
  2817.         }, => 'onLoad'], 0);
  2818.         $instance->addListener('app.configurationPages', [=> function () {
  2819.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber14Service'));
  2820.         }, => 'onLoad'], 0);
  2821.         $instance->addListener('bluue.customersBundle.customerEdit.preSetData', [=> function () {
  2822.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber4Service'));
  2823.         }, => 'addFields'], 0);
  2824.         $instance->addListener('bluue.customersBundle.customerEdit.postSubmit', [=> function () {
  2825.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber4Service'));
  2826.         }, => 'postSubmit'], 0);
  2827.         $instance->addListener('bluue.customersBundle.customerEdit.tabs', [=> function () {
  2828.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber4Service'));
  2829.         }, => 'tabs'], 0);
  2830.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  2831.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber7Service'));
  2832.         }, => 'viewTabs'], 0);
  2833.         $instance->addListener('app.dashboard_widgets_configure', [=> function () {
  2834.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DashboardSubscriber'] ?? ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DashboardSubscriber'] = new \Bluue\SalesBundle\EventSubscriber\DashboardSubscriber()));
  2835.         }, => 'onLoad'], 0);
  2836.         $instance->addListener('bluue.customersBundle.dashboardWidgets', [=> function () {
  2837.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DashboardSubscriber'] ?? ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DashboardSubscriber'] = new \Bluue\SalesBundle\EventSubscriber\DashboardSubscriber()));
  2838.         }, => 'customerDashboard'], 0);
  2839.         $instance->addListener('bluue.salesBundle.quotationMovements.validate', [=> function () {
  2840.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DocumentValidationSubscriber'] ?? $this->load('getDocumentValidationSubscriberService'));
  2841.         }, => 'quotationValidation'], 0);
  2842.         $instance->addListener('bluue.salesBundle.orderMovements.validateOrder', [=> function () {
  2843.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DocumentValidationSubscriber'] ?? $this->load('getDocumentValidationSubscriberService'));
  2844.         }, => 'orderValidation'], 0);
  2845.         $instance->addListener('bluue.salesBundle.invoiceMovements.validate', [=> function () {
  2846.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DocumentValidationSubscriber'] ?? $this->load('getDocumentValidationSubscriberService'));
  2847.         }, => 'invoiceValidation'], 0);
  2848.         $instance->addListener('bluue.salesBundle.creditNoteMovements.validate', [=> function () {
  2849.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\DocumentValidationSubscriber'] ?? $this->load('getDocumentValidationSubscriberService'));
  2850.         }, => 'creditNoteValidation'], 0);
  2851.         $instance->addListener('app.public_document_paths', [=> function () {
  2852.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\EditPublicDocumentPathsSubscriber'] ?? ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\EditPublicDocumentPathsSubscriber'] = new \Bluue\SalesBundle\EventSubscriber\EditPublicDocumentPathsSubscriber()));
  2853.         }, => 'onLoad'], 0);
  2854.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2855.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber7Service'));
  2856.         }, => 'onLoad'], 0);
  2857.         $instance->addListener('bluue.productsBundle.productDocument.product', [=> function () {
  2858.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ProductsBundle\\ProductDocumentEventSubscriber'] ?? $this->load('getProductDocumentEventSubscriberService'));
  2859.         }, => 'onProduct'], 0);
  2860.         $instance->addListener('bluue.productsBundle.productDocument.declination', [=> function () {
  2861.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\ProductsBundle\\ProductDocumentEventSubscriber'] ?? $this->load('getProductDocumentEventSubscriberService'));
  2862.         }, => 'onDeclination'], 0);
  2863.         $instance->addListener('app.public_document_with_entity', [=> function () {
  2864.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\PublicDocumentWithEntityEventSubscriber'] ?? $this->load('getPublicDocumentWithEntityEventSubscriberService'));
  2865.         }, => 'onLoad'], 0);
  2866.         $instance->addListener('app.shareContext', [=> function () {
  2867.             return ($this->privates['Bluue\\SalesBundle\\EventSubscriber\\SharedContextSubscriber'] ?? $this->load('getSharedContextSubscriber2Service'));
  2868.         }, => 'onLoad'], 0);
  2869.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2870.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber3Service'));
  2871.         }, => 'onLoad'], 0);
  2872.         $instance->addListener('app.menu_configure', [=> function () {
  2873.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber3Service'));
  2874.         }, => 'onLoad'], 0);
  2875.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2876.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber3Service'));
  2877.         }, => 'onLoad'], 0);
  2878.         $instance->addListener('app.configurationPages', [=> function () {
  2879.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber3Service'));
  2880.         }, => 'onLoad'], 0);
  2881.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  2882.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber2Service'));
  2883.         }, => 'onLoad'], 0);
  2884.         $instance->addListener('app.dashboard_widgets_configure', [=> function () {
  2885.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DashboardSubscriber'] ?? ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DashboardSubscriber'] = new \Bluue\CrmBundle\EventSubscriber\DashboardSubscriber()));
  2886.         }, => 'onLoad'], 0);
  2887.         $instance->addListener('bluue.customersBundle.dashboardWidgets', [=> function () {
  2888.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DashboardSubscriber'] ?? ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DashboardSubscriber'] = new \Bluue\CrmBundle\EventSubscriber\DashboardSubscriber()));
  2889.         }, => 'customerDashboard'], 0);
  2890.         $instance->addListener('bluue.salesBundle.documentTabs.quotationTabs', [=> function () {
  2891.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriberService'));
  2892.         }, => 'quotationTabs'], 0);
  2893.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  2894.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriberService'));
  2895.         }, => 'orderTabs'], 0);
  2896.         $instance->addListener('bluue.salesBundle.documentTabs.invoiceTabs', [=> function () {
  2897.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriberService'));
  2898.         }, => 'invoiceTabs'], 0);
  2899.         $instance->addListener('bluue.salesBundle.documentTabs.creditNoteTabs', [=> function () {
  2900.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriberService'));
  2901.         }, => 'creditNoteTabs'], 0);
  2902.         $instance->addListener('bluue.projectsBundle.projectView.links', [=> function () {
  2903.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\ProjectViewLinksSubscriber'] ?? $this->load('getProjectViewLinksSubscriberService'));
  2904.         }, => 'links'], 0);
  2905.         $instance->addListener('0', [=> function () {
  2906.             return ($this->privates['Bluue\\CrmBundle\\EventSubscriber\\TicketViewSubscriber'] ?? $this->load('getTicketViewSubscriberService'));
  2907.         }, => 'paths'], 0);
  2908.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2909.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\SuppliersBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2910.         }, => 'onLoad'], 0);
  2911.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2912.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber18Service'));
  2913.         }, => 'onLoad'], 0);
  2914.         $instance->addListener('app.menu_configure', [=> function () {
  2915.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber19Service'));
  2916.         }, => 'onLoad'], 0);
  2917.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2918.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber10Service'));
  2919.         }, => 'onLoad'], 0);
  2920.         $instance->addListener('app.configurationPages', [=> function () {
  2921.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber18Service'));
  2922.         }, => 'onLoad'], 0);
  2923.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2924.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber9Service'));
  2925.         }, => 'onLoad'], 0);
  2926.         $instance->addListener('bluue.productsBundle.configurationProductsListColumns', [=> function () {
  2927.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductsListColumnsSubscriber'] ?? $this->load('getConfigureProductsListColumnsSubscriberService'));
  2928.         }, => 'onLoad'], 0);
  2929.         $instance->addListener('bluue.productsBundle.configurationProductsListColumns.query', [=> function () {
  2930.             return ($this->privates['Bluue\\SuppliersBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductsListColumnsSubscriber'] ?? $this->load('getConfigureProductsListColumnsSubscriberService'));
  2931.         }, => 'onQuery'], 0);
  2932.         $instance->addListener('bluue.suppliersOrdersBundle.configurationAccessSupplierOrderEdit', [=> function () {
  2933.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\AccessEditDocumentValidatedSubscriber'] ?? $this->load('getAccessEditDocumentValidatedSubscriber2Service'));
  2934.         }, => 'supplierOrderEdit'], 0);
  2935.         $instance->addListener('app.menu_configure', [=> function () {
  2936.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber20Service'));
  2937.         }, => 'onLoad'], 0);
  2938.         $instance->addListener('app.configurationPages', [=> function () {
  2939.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\MainConfigurationSubMenuSubscriber'] ?? $this->load('getMainConfigurationSubMenuSubscriberService'));
  2940.         }, => 'onLoad'], 0);
  2941.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  2942.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber10Service'));
  2943.         }, => 'onLoad'], 0);
  2944.         $instance->addListener('bluue.productsBundle.productDocument.product', [=> function () {
  2945.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\ProductsBundle\\ProductDocumentEventSubscriber'] ?? $this->load('getProductDocumentEventSubscriber2Service'));
  2946.         }, => 'onProduct'], 0);
  2947.         $instance->addListener('bluue.productsBundle.productDocument.declination', [=> function () {
  2948.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\ProductsBundle\\ProductDocumentEventSubscriber'] ?? $this->load('getProductDocumentEventSubscriber2Service'));
  2949.         }, => 'onDeclination'], 0);
  2950.         $instance->addListener('bluue.suppliersBundle.supplierViewTabs.name', [=> function () {
  2951.             return ($this->privates['Bluue\\SuppliersOrdersBundle\\EventSubscriber\\SupplierViewTabsSubscriber'] ?? $this->load('getSupplierViewTabsSubscriberService'));
  2952.         }, => 'onLoad'], 0);
  2953.         $instance->addListener('app.menu_configure', [=> function () {
  2954.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber12Service'));
  2955.         }, => 'onLoad'], 0);
  2956.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  2957.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber5Service'));
  2958.         }, => 'onLoad'], 0);
  2959.         $instance->addListener('app.configurationPages', [=> function () {
  2960.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber12Service'));
  2961.         }, => 'onLoad'], 0);
  2962.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  2963.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber4Service'));
  2964.         }, => 'onLoad'], 0);
  2965.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  2966.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber4Service'));
  2967.         }, => 'orderTabs'], 0);
  2968.         $instance->addListener('bluue.salesBundle.documentTabs.deliveryNoteTabs', [=> function () {
  2969.             return ($this->privates['Bluue\\ProductReturnsBundle\\EventSubscriber\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber4Service'));
  2970.         }, => 'deliveryNoteTabs'], 0);
  2971.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2972.             return ($this->privates['Bluue\\InventoriesBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber8Service'));
  2973.         }, => 'onLoad'], 0);
  2974.         $instance->addListener('app.menu_configure', [=> function () {
  2975.             return ($this->privates['Bluue\\InventoriesBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber9Service'));
  2976.         }, => 'onLoad'], 0);
  2977.         $instance->addListener('app.configurationPages', [=> function () {
  2978.             return ($this->privates['Bluue\\InventoriesBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber8Service'));
  2979.         }, => 'onLoad'], 0);
  2980.         $instance->addListener('app.additionalJavascripts', [=> function () {
  2981.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\AccountingBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  2982.         }, => 'onLoad'], 0);
  2983.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  2984.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriberService'));
  2985.         }, => 'onLoad'], 0);
  2986.         $instance->addListener('app.menu_configure', [=> function () {
  2987.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriberService'));
  2988.         }, => 'onLoad'], 0);
  2989.         $instance->addListener('app.configurationPages', [=> function () {
  2990.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriberService'));
  2991.         }, => 'onLoad'], 0);
  2992.         $instance->addListener('bluue.customersBundle.customerEdit.preSetData', [=> function () {
  2993.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriberService'));
  2994.         }, => 'addFields'], 0);
  2995.         $instance->addListener('bluue.customersBundle.customerEdit.tabs', [=> function () {
  2996.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriberService'));
  2997.         }, => 'tabs'], 0);
  2998.         $instance->addListener('bluue.customersBundle.customerEdit.postSubmit', [=> function () {
  2999.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriberService'));
  3000.         }, => 'postSubmit'], 0);
  3001.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  3002.             return ($this->privates['Bluue\\AccountingBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriberService'));
  3003.         }, => 'onLoad'], 0);
  3004.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3005.             return ($this->privates['Bluue\\ImportProductsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber7Service'));
  3006.         }, => 'onLoad'], 0);
  3007.         $instance->addListener('bluue.productsBundle.configurationProductsListButtons', [=> function () {
  3008.             return ($this->privates['Bluue\\ImportProductsBundle\\EventSubscriber\\ConfigureProductsListButtonsSubscriber'] ?? $this->load('getConfigureProductsListButtonsSubscriberService'));
  3009.         }, => 'onLoad'], 0);
  3010.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3011.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\LabelsBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  3012.         }, => 'onLoad'], 0);
  3013.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3014.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber9Service'));
  3015.         }, => 'onLoad'], 0);
  3016.         $instance->addListener('app.menu_configure', [=> function () {
  3017.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber10Service'));
  3018.         }, => 'onLoad'], 0);
  3019.         $instance->addListener('app.configurationPages', [=> function () {
  3020.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber9Service'));
  3021.         }, => 'onLoad'], 0);
  3022.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  3023.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber4Service'));
  3024.         }, => 'onLoad'], 0);
  3025.         $instance->addListener('bluue.salesBundle.configDeliveryNoteButtons', [=> function () {
  3026.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\SalesBundle\\ConfigDeliveryNoteButtonsEventSubscriber'] ?? $this->load('getConfigDeliveryNoteButtonsEventSubscriberService'));
  3027.         }, => 'onConfigDeliveryNoteButtons'], 0);
  3028.         $instance->addListener('bluue.supplierOrdersBundle.receiptNote.button', [=> function () {
  3029.             return ($this->privates['Bluue\\LabelsBundle\\EventSubscriber\\SuppliersOrdersBundle\\ReceiptNoteValidateSubscriber'] ?? $this->load('getReceiptNoteValidateSubscriberService'));
  3030.         }, => 'addButton'], 0);
  3031.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3032.             return ($this->privates['Bluue\\StatisticsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber16Service'));
  3033.         }, => 'onLoad'], 0);
  3034.         $instance->addListener('app.menu_configure', [=> function () {
  3035.             return ($this->privates['Bluue\\StatisticsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber17Service'));
  3036.         }, => 'onLoad'], 0);
  3037.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3038.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\ManufacturingBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  3039.         }, => 'onLoad'], 0);
  3040.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3041.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber10Service'));
  3042.         }, => 'onLoad'], 0);
  3043.         $instance->addListener('app.menu_configure', [=> function () {
  3044.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber11Service'));
  3045.         }, => 'onLoad'], 0);
  3046.         $instance->addListener('app.configurationPages', [=> function () {
  3047.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber10Service'));
  3048.         }, => 'onLoad'], 0);
  3049.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  3050.             return ($this->privates['Bluue\\ManufacturingBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber5Service'));
  3051.         }, => 'onLoad'], 0);
  3052.         $instance->addListener('app.menu_configure', [=> function () {
  3053.             return ($this->privates['Bluue\\ForecastedManufacturingBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber6Service'));
  3054.         }, => 'onLoad'], 0);
  3055.         $instance->addListener('app.menu_configure', [=> function () {
  3056.             return ($this->privates['Bluue\\ForecastedStockBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber7Service'));
  3057.         }, => 'onLoad'], 0);
  3058.         $instance->addListener('bluue.stocksBundle.menuStocksConfiguration', [=> function () {
  3059.             return ($this->privates['Bluue\\ForecastedStockBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber7Service'));
  3060.         }, => 'configurationStocksMenu'], 0);
  3061.         $instance->addListener('app.configurationPages', [=> function () {
  3062.             return ($this->privates['Bluue\\ForecastedStockBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber7Service'));
  3063.         }, => 'configurationMenu'], 0);
  3064.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3065.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber13Service'));
  3066.         }, => 'onLoad'], 0);
  3067.         $instance->addListener('bluue.massManagementListButtons', [=> function () {
  3068.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ConfigureListButtonsSubscriber'] ?? $this->load('getConfigureListButtonsSubscriber3Service'));
  3069.         }, => 'onLoad'], 0);
  3070.         $instance->addListener('app.menu_configure', [=> function () {
  3071.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber15Service'));
  3072.         }, => 'onLoad'], 0);
  3073.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  3074.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber8Service'));
  3075.         }, => 'onLoad'], 0);
  3076.         $instance->addListener('app.configurationPages', [=> function () {
  3077.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber15Service'));
  3078.         }, => 'onLoad'], 0);
  3079.         $instance->addListener('bluue.shipmentsBundle.deleteBurst', [=> function () {
  3080.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\DeleteBurstSubscriber'] ?? $this->load('getDeleteBurstSubscriberService'));
  3081.         }, => 'onLoad'], 0);
  3082.         $instance->addListener('bluue.productReturnsBundle.exchangeProductReturn.name', [=> function () {
  3083.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\ProductReturnsBundle\\ExchangeProductReturnSubscriber'] ?? $this->load('getExchangeProductReturnSubscriberService'));
  3084.         }, => 'onLoad'], 0);
  3085.         $instance->addListener('bluue.salesBundle.deliveryNoteMovements.validateDeliveryNote', [=> function () {
  3086.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SalesBundle\\DeliveryNoteSubscriber'] ?? $this->load('getDeliveryNoteSubscriberService'));
  3087.         }, => 'validateDelivery'], 0);
  3088.         $instance->addListener('bluue.salesBundle.deliveryNoteMovements.cancelDeliveryNote', [=> function () {
  3089.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SalesBundle\\DeliveryNoteSubscriber'] ?? $this->load('getDeliveryNoteSubscriberService'));
  3090.         }, => 'cancelDelivery'], 0);
  3091.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  3092.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SalesBundle\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber5Service'));
  3093.         }, => 'onLoad'], 0);
  3094.         $instance->addListener('bluue.salesBundle.orderMovements.validateOrder', [=> function () {
  3095.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SalesBundle\\OrderSubscriber'] ?? $this->load('getOrderSubscriberService'));
  3096.         }, => 'validateOrder'], 0);
  3097.         $instance->addListener('app.shareContext', [=> function () {
  3098.             return ($this->privates['Bluue\\ShipmentsBundle\\EventSubscriber\\SharedContextSubscriber'] ?? $this->load('getSharedContextSubscriber3Service'));
  3099.         }, => 'onLoad'], 0);
  3100.         $instance->addListener('app.configurationPermissionsPage', [=> function () {
  3101.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\ConfigurePermissionsSubscriber'] ?? ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\ConfigurePermissionsSubscriber'] = new \Bluue\PrestashopConnectorBundle\EventSubscriber\ConfigurePermissionsSubscriber()));
  3102.         }, => 'onLoad'], 0);
  3103.         $instance->addListener('app.configurationPages', [=> function () {
  3104.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber11Service'));
  3105.         }, => 'onLoad'], 0);
  3106.         $instance->addListener('bluue.customersBundle.customerEditBlocked.postSubmit', [=> function () {
  3107.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CustomersBundle\\CustomerEditBlockedEventSubscriber'] ?? $this->load('getCustomerEditBlockedEventSubscriberService'));
  3108.         }, => 'postSubmit'], 0);
  3109.         $instance->addListener('bluue.customersBundle.customerEdit.postSubmit', [=> function () {
  3110.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CustomersBundle\\CustomerEditEventSubscriber'] ?? $this->load('getCustomerEditEventSubscriberService'));
  3111.         }, => 'postSubmit'], 0);
  3112.         $instance->addListener('bluue.salesBundle.editStateForOrder.postSubmit', [=> function () {
  3113.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\EditStateForOrderSubscriber'] ?? $this->load('getEditStateForOrderSubscriberService'));
  3114.         }, => 'postSubmit'], 0);
  3115.         $instance->addListener('bluue.shipmentsBundle.orderOptionsEditCarrier.postSubmit', [=> function () {
  3116.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\OrderOptionsEditCarrierSubscriber'] ?? $this->load('getOrderOptionsEditCarrierSubscriberService'));
  3117.         }, => 'postSubmit'], 0);
  3118.         $instance->addListener('bluue.salesBundle.documentTabs.orderTabs', [=> function () {
  3119.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\SalesBundle\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber3Service'));
  3120.         }, => 'onLoad'], 0);
  3121.         $instance->addListener('bluue.salesBundle.invoiceMovements.validate', [=> function () {
  3122.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\SalesBundle\\InvoiceMovementsEventSubscriber'] ?? $this->load('getInvoiceMovementsEventSubscriberService'));
  3123.         }, => 'validate'], 0);
  3124.         $instance->addListener('bluue.salesBundle.orderEdit.postSubmit', [=> function () {
  3125.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\SalesBundle\\OrderEditSubscriber'] ?? $this->load('getOrderEditSubscriberService'));
  3126.         }, => 'postSubmit'], 0);
  3127.         $instance->addListener('bluue.stocksBundle.stockProductEdit.name', [=> function () {
  3128.             return ($this->privates['Bluue\\PrestashopConnectorBundle\\EventSubscriber\\StockProductEditSubscriber'] ?? $this->load('getStockProductEditSubscriberService'));
  3129.         }, => 'onChange'], 0);
  3130.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3131.             return ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber6Service'));
  3132.         }, => 'onLoad'], 0);
  3133.         $instance->addListener('app.menu_configure', [=> function () {
  3134.             return ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber8Service'));
  3135.         }, => 'onLoad'], 0);
  3136.         $instance->addListener('app.configurationPages', [=> function () {
  3137.             return ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber7Service'));
  3138.         }, => 'onLoad'], 0);
  3139.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3140.             return ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\CustomersBundle\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber3Service'));
  3141.         }, => 'onLoad'], 0);
  3142.         $instance->addListener('app.public_document_paths', [=> function () {
  3143.             return ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\EditPublicDocumentPathsSubscriber'] ?? ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\EditPublicDocumentPathsSubscriber'] = new \Bluue\GocardlessBundle\EventSubscriber\EditPublicDocumentPathsSubscriber()));
  3144.         }, => 'onLoad'], 0);
  3145.         $instance->addListener('bluue.salesBundle.documentTabs.invoiceTabs', [=> function () {
  3146.             return ($this->privates['Bluue\\GocardlessBundle\\EventSubscriber\\SalesBundle\\DocumentTabsEventSubscriber'] ?? $this->load('getDocumentTabsEventSubscriber2Service'));
  3147.         }, => 'invoiceTabs'], 0);
  3148.         $instance->addListener('bluue.shipmentsBundle.configurationCarriersForEditOrderCarrier.name', [=> function () {
  3149.             return ($this->privates['Bluue\\MondialrelayBundle\\EventSubscriber\\ConfigureCarriersForEditOrderCarrierSubscriber'] ?? $this->load('getConfigureCarriersForEditOrderCarrierSubscriberService'));
  3150.         }, => 'onLoad'], 0);
  3151.         $instance->addListener('bluue.productReturnsBundle.configCarriersForProductReturns.conditions', [=> function () {
  3152.             return ($this->privates['Bluue\\MondialrelayBundle\\EventSubscriber\\ConfigureCarriersForProductReturnsSubscriber'] ?? $this->load('getConfigureCarriersForProductReturnsSubscriberService'));
  3153.         }, => 'onLoad'], 0);
  3154.         $instance->addListener('bluue.shipmentsBundle.menuConfigurationPageShipments', [=> function () {
  3155.             return ($this->privates['Bluue\\MondialrelayBundle\\EventSubscriber\\ConfigureShipmentsMenuSubscriber'] ?? $this->load('getConfigureShipmentsMenuSubscriberService'));
  3156.         }, => 'onLoad'], 0);
  3157.         $instance->addListener('app.configurationPages', [=> function () {
  3158.             return ($this->privates['Bluue\\MondialrelayBundle\\EventSubscriber\\ConfigureShipmentsMenuSubscriber'] ?? $this->load('getConfigureShipmentsMenuSubscriberService'));
  3159.         }, => 'onLoad2'], 0);
  3160.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3161.             return ($this->privates['Bluue\\UtilityBillsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber20Service'));
  3162.         }, => 'onLoad'], 0);
  3163.         $instance->addListener('app.menu_configure', [=> function () {
  3164.             return ($this->privates['Bluue\\UtilityBillsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber22Service'));
  3165.         }, => 'onLoad'], 0);
  3166.         $instance->addListener('bluue.supplierOrdersBundle.supplierOrderTabs.tabs', [=> function () {
  3167.             return ($this->privates['Bluue\\UtilityBillsBundle\\EventSubscriber\\SupplierOrderTabsSubscriber'] ?? $this->load('getSupplierOrderTabsSubscriberService'));
  3168.         }, => 'onLoad'], 0);
  3169.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3170.             return ($this->privates['Bluue\\PimBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? $this->load('getAdditionalJavascriptsSubscriber7Service'));
  3171.         }, => 'onLoad'], 0);
  3172.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3173.             return ($this->privates['Bluue\\PimBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber3Service'));
  3174.         }, => 'bundleRoles'], 0);
  3175.         $instance->addListener('bluue.massManagementListButtons', [=> function () {
  3176.             return ($this->privates['Bluue\\PimBundle\\EventSubscriber\\ConfigureProductsListButtonsSubscriber'] ?? $this->load('getConfigureProductsListButtonsSubscriber2Service'));
  3177.         }, => 'onLoad'], 0);
  3178.         $instance->addListener('bluue.productsBundle.configurationProductsListButtons', [=> function () {
  3179.             return ($this->privates['Bluue\\PimBundle\\EventSubscriber\\ConfigureProductsListButtonsSubscriber'] ?? $this->load('getConfigureProductsListButtonsSubscriber2Service'));
  3180.         }, => 'productListButtons'], 0);
  3181.         $instance->addListener('app.menu_configure', [=> function () {
  3182.             return ($this->privates['Bluue\\OvhSmsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber2Service'));
  3183.         }, => 'mainMenu'], 0);
  3184.         $instance->addListener('app.configurationPages', [=> function () {
  3185.             return ($this->privates['Bluue\\OvhSmsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber2Service'));
  3186.         }, => 'configurationMenu'], 0);
  3187.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3188.             return ($this->privates['Bluue\\OvhSmsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber2Service'));
  3189.         }, => 'roles'], 0);
  3190.         $instance->addListener('bluue.salesBundle.configQuotationButtons', [=> function () {
  3191.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\ConfigQuotationButtonsSubscriber'] ?? $this->load('getConfigQuotationButtonsSubscriberService'));
  3192.         }, => 'onLoad'], 0);
  3193.         $instance->addListener('app.menu_configure', [=> function () {
  3194.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber6Service'));
  3195.         }, => 'mainMenu'], 0);
  3196.         $instance->addListener('app.configurationPages', [=> function () {
  3197.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber6Service'));
  3198.         }, => 'configurationMenu'], 0);
  3199.         $instance->addListener('bluue.salesBundle.menuSalesConfiguration', [=> function () {
  3200.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber6Service'));
  3201.         }, => 'configurationSalesMenu'], 0);
  3202.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3203.             return ($this->privates['Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CustomersBundle\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber6Service'));
  3204.         }, => 'onLoad'], 0);
  3205.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3206.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber2Service'));
  3207.         }, => 'onLoad'], 0);
  3208.         $instance->addListener('app.configurationPagesSecondMenu', [=> function () {
  3209.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\ConfigureSecondMenuSubscriber'] ?? $this->load('getConfigureSecondMenuSubscriberService'));
  3210.         }, => 'onLoad'], 0);
  3211.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  3212.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriberService'));
  3213.         }, => 'onLoad'], 0);
  3214.         $instance->addListener('app.configurationPages', [=> function () {
  3215.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber2Service'));
  3216.         }, => 'onLoad'], 0);
  3217.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3218.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriberService'));
  3219.         }, => 'onLoad'], 0);
  3220.         $instance->addListener('app.menu_configure', [=> function () {
  3221.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriberService'));
  3222.         }, => 'configureMenu'], 0);
  3223.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3224.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomersBundle\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomersBundle\\AdditionalJavascriptsSubscriber'] = new \Bluue\CashRegisterBundle\EventSubscriber\CustomersBundle\AdditionalJavascriptsSubscriber()));
  3225.         }, => 'onLoad'], 0);
  3226.         $instance->addListener('bluue.customersBundle.customerEdit.preSetData', [=> function () {
  3227.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber2Service'));
  3228.         }, => 'addFields'], 0);
  3229.         $instance->addListener('bluue.customersBundle.customerEdit.tabs', [=> function () {
  3230.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber2Service'));
  3231.         }, => 'tabs'], 0);
  3232.         $instance->addListener('bluue.customersBundle.customerEdit.postSubmit', [=> function () {
  3233.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomersBundle\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber2Service'));
  3234.         }, => 'postSubmit'], 0);
  3235.         $instance->addListener('bluue.customerBundle.customerViewPaths.name', [=> function () {
  3236.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\CustomersBundle\\CustomerViewPathsSubscriber'] ?? $this->load('getCustomerViewPathsSubscriberService'));
  3237.         }, => 'onLoad'], 0);
  3238.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  3239.             return ($this->privates['Bluue\\CashRegisterBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber2Service'));
  3240.         }, => 'onLoad'], 0);
  3241.         $instance->addListener('app.menu_configure', [=> function () {
  3242.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber4Service'));
  3243.         }, => 'mainMenu'], 0);
  3244.         $instance->addListener('app.configurationPages', [=> function () {
  3245.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber4Service'));
  3246.         }, => 'configurationMenu'], 0);
  3247.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3248.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber4Service'));
  3249.         }, => 'bundleRoles'], 0);
  3250.         $instance->addListener('app.dashboard_widgets_configure', [=> function () {
  3251.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\DashboardSubscriber'] ?? $this->load('getDashboardSubscriber2Service'));
  3252.         }, => 'onLoad'], 0);
  3253.         $instance->addListener('app.edit_user_paths_configure', [=> function () {
  3254.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\EditUserPathsSubscriber'] ?? $this->load('getEditUserPathsSubscriberService'));
  3255.         }, => 'onLoad'], 0);
  3256.         $instance->addListener('bluue.projectsBundle.taskView.tabs', [=> function () {
  3257.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ProjectsBundle\\TaskViewSubscriber'] ?? $this->load('getTaskViewSubscriberService'));
  3258.         }, => 'tabs'], 0);
  3259.         $instance->addListener('bluue.projectsBundle.taskView.tabsParams', [=> function () {
  3260.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ProjectsBundle\\TaskViewSubscriber'] ?? $this->load('getTaskViewSubscriberService'));
  3261.         }, => 'tabsParams'], 0);
  3262.         $instance->addListener('bluue.projectsBundle.taskView.paths', [=> function () {
  3263.             return ($this->privates['Bluue\\PlanningBundle\\EventSubscriber\\ProjectsBundle\\TaskViewSubscriber'] ?? $this->load('getTaskViewSubscriberService'));
  3264.         }, => 'paths'], 0);
  3265.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3266.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber4Service'));
  3267.         }, => 'onLoad'], 0);
  3268.         $instance->addListener('app.menu_configure', [=> function () {
  3269.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber4Service'));
  3270.         }, => 'onLoad'], 0);
  3271.         $instance->addListener('app.configurationPermissionsPage', [=> function () {
  3272.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\ConfigurePermissionsSubscriber'] ?? ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\ConfigurePermissionsSubscriber'] = new \Bluue\CustomerOutstandingBundle\EventSubscriber\ConfigurePermissionsSubscriber()));
  3273.         }, => 'onLoad'], 0);
  3274.         $instance->addListener('app.configurationPages', [=> function () {
  3275.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber4Service'));
  3276.         }, => 'onLoad'], 0);
  3277.         $instance->addListener('bluue.customersBundle.customerEdit.preSetData', [=> function () {
  3278.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber3Service'));
  3279.         }, => 'addFields'], 0);
  3280.         $instance->addListener('bluue.customersBundle.customerEdit.tabs', [=> function () {
  3281.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber3Service'));
  3282.         }, => 'tabs'], 0);
  3283.         $instance->addListener('bluue.customersBundle.customerEdit.postSubmit', [=> function () {
  3284.             return ($this->privates['Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CustomerEditSubscriber'] ?? $this->load('getCustomerEditSubscriber3Service'));
  3285.         }, => 'postSubmit'], 0);
  3286.         $instance->addListener('app.menu_configure', [=> function () {
  3287.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber5Service'));
  3288.         }, => 'mainMenu'], 0);
  3289.         $instance->addListener('app.configurationPages', [=> function () {
  3290.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber5Service'));
  3291.         }, => 'configurationMenu'], 0);
  3292.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3293.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber5Service'));
  3294.         }, => 'bundleRoles'], 0);
  3295.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3296.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriber5Service'));
  3297.         }, => 'additionalJs'], 0);
  3298.         $instance->addListener('bluue.massManagementListButtons', [=> function () {
  3299.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigureListButtonsSubscriber'] ?? $this->load('getConfigureListButtonsSubscriberService'));
  3300.         }, => 'onLoad'], 0);
  3301.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  3302.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber6Service'));
  3303.         }, => 'onLoad'], 0);
  3304.         $instance->addListener('bluue.crmBundle.opportunityView.links', [=> function () {
  3305.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\CrmBundle\\OpportunityViewLinksSubscriber'] ?? $this->load('getOpportunityViewLinksSubscriberService'));
  3306.         }, => 'links'], 0);
  3307.         $instance->addListener('bluue.crmBundle.opportunityViewTabs.name', [=> function () {
  3308.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\CrmBundle\\OpportunityViewTabsSubscriber'] ?? $this->load('getOpportunityViewTabsSubscriberService'));
  3309.         }, => 'onLoad'], 0);
  3310.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3311.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\CustomersBundle\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber5Service'));
  3312.         }, => 'viewTabs'], 0);
  3313.         $instance->addListener('app.dashboard_widgets_configure', [=> function () {
  3314.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\DashboardSubscriber'] ?? $this->load('getDashboardSubscriber3Service'));
  3315.         }, => 'onLoad'], 0);
  3316.         $instance->addListener('bluue.productsBundle.configurationProductMenu.name', [=> function () {
  3317.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ProductsBundle\\ConfigureProductMenuSubscriber'] ?? $this->load('getConfigureProductMenuSubscriber6Service'));
  3318.         }, => 'onLoad'], 0);
  3319.         $instance->addListener('bluue.projectsBundle.projectView.tabs', [=> function () {
  3320.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\ProjectViewTabsSubscriber'] ?? $this->load('getProjectViewTabsSubscriberService'));
  3321.         }, => 'viewTabs'], 0);
  3322.         $instance->addListener('bluue.salesBundle.documentTabs.quotationTabs', [=> function () {
  3323.             return ($this->privates['Bluue\\ProjectsBundle\\EventSubscriber\\SalesBundle\\QuotationTabsSubscriber'] ?? $this->load('getQuotationTabsSubscriberService'));
  3324.         }, => 'quotationTabs'], 0);
  3325.         $instance->addListener('app.additionalJavascripts', [=> function () {
  3326.             return ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] ?? ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\AdditionalJavascriptsSubscriber'] = new \Bluue\ShipmentsPictureBundle\EventSubscriber\AdditionalJavascriptsSubscriber()));
  3327.         }, => 'onLoad'], 0);
  3328.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3329.             return ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber14Service'));
  3330.         }, => 'onLoad'], 0);
  3331.         $instance->addListener('bluue.shipmentsBundle.configurationBurstButtons', [=> function () {
  3332.             return ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\ConfigureBurstButtonsSubscriber'] ?? $this->load('getConfigureBurstButtonsSubscriberService'));
  3333.         }, => 'onLoad'], 0);
  3334.         $instance->addListener('app.configurationPages', [=> function () {
  3335.             return ($this->privates['Bluue\\ShipmentsPictureBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber16Service'));
  3336.         }, => 'onLoad'], 0);
  3337.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3338.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber15Service'));
  3339.         }, => 'onLoad'], 0);
  3340.         $instance->addListener('app.menu_configure', [=> function () {
  3341.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber16Service'));
  3342.         }, => 'onLoad'], 0);
  3343.         $instance->addListener('app.configurationPages', [=> function () {
  3344.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber17Service'));
  3345.         }, => 'onLoad'], 0);
  3346.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3347.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber8Service'));
  3348.         }, => 'onLoad'], 0);
  3349.         $instance->addListener('bluue.projectsBundle.projectView.links', [=> function () {
  3350.             return ($this->privates['Bluue\\SitesBundle\\EventSubscriber\\ProjectViewLinksSubscriber'] ?? $this->load('getProjectViewLinksSubscriber2Service'));
  3351.         }, => 'links'], 0);
  3352.         $instance->addListener('app.configurationBundleRoles', [=> function () {
  3353.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\BundleRolesSubscriber'] ?? $this->load('getBundleRolesSubscriber19Service'));
  3354.         }, => 'onLoad'], 0);
  3355.         $instance->addListener('bluue.massManagementListButtons', [=> function () {
  3356.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\ConfigureListButtonsSubscriber'] ?? $this->load('getConfigureListButtonsSubscriber4Service'));
  3357.         }, => 'onLoad'], 0);
  3358.         $instance->addListener('app.menu_configure', [=> function () {
  3359.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\ConfigureMenuSubscriber'] ?? $this->load('getConfigureMenuSubscriber21Service'));
  3360.         }, => 'onLoad'], 0);
  3361.         $instance->addListener('bluue.statisticsBundle.menuStatisticPage', [=> function () {
  3362.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\ConfigureStatisticsMenuConfigurationSubscriber'] ?? $this->load('getConfigureStatisticsMenuConfigurationSubscriber11Service'));
  3363.         }, => 'onLoad'], 0);
  3364.         $instance->addListener('app.configurationPages', [=> function () {
  3365.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber19Service'));
  3366.         }, => 'onLoad'], 0);
  3367.         $instance->addListener('bluue.crmBundle.opportunityView.links', [=> function () {
  3368.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\CrmBundle\\OpportunityViewLinksSubscriber'] ?? $this->load('getOpportunityViewLinksSubscriber2Service'));
  3369.         }, => 'links'], 0);
  3370.         $instance->addListener('bluue.customersBundle.customerViewTabs.name', [=> function () {
  3371.             return ($this->privates['Bluue\\TicketsBundle\\EventSubscriber\\CustomersBundle\\CustomerViewTabsSubscriber'] ?? $this->load('getCustomerViewTabsSubscriber9Service'));
  3372.         }, => 'onLoad'], 0);
  3373.         $instance->addListener('app.configurationPages', [=> function () {
  3374.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriberService'));
  3375.         }, => 'configurationMenu'], 0);
  3376.         $instance->addListener('bluue.cashRegisterBundle.menuConfigurationPageCashRegister', [=> function () {
  3377.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\ConfigurationBundleSubscriber'] ?? $this->load('getConfigurationBundleSubscriberService'));
  3378.         }, => 'cashRegisterMenu'], 0);
  3379.         $instance->addListener('app.configurationPages', [=> function () {
  3380.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\ConfigurationMenuSubscriber'] ?? $this->load('getConfigurationMenuSubscriberService'));
  3381.         }, => 'onLoad'], 0);
  3382.         $instance->addListener('bluue.cashRegisterBundle.customerFidelity.checkCard', [=> function () {
  3383.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\CustomerFidelitySubscriber'] ?? $this->load('getCustomerFidelitySubscriberService'));
  3384.         }, => 'checkCard'], 0);
  3385.         $instance->addListener('bluue.cashRegisterBundle.customerFidelity.getInfos', [=> function () {
  3386.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\CustomerFidelitySubscriber'] ?? $this->load('getCustomerFidelitySubscriberService'));
  3387.         }, => 'getInfos'], 0);
  3388.         $instance->addListener('bluue.cashRegisterBundle.customerFidelity.useCredits', [=> function () {
  3389.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\CustomerFidelitySubscriber'] ?? $this->load('getCustomerFidelitySubscriberService'));
  3390.         }, => 'useCredits'], 0);
  3391.         $instance->addListener('bluue.cashRegisterBundle.discountCoupon.list', [=> function () {
  3392.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\DiscountCouponSubscriber'] ?? $this->load('getDiscountCouponSubscriberService'));
  3393.         }, => 'listCoupons'], 0);
  3394.         $instance->addListener('bluue.cashRegisterBundle.discountCoupon.check', [=> function () {
  3395.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\DiscountCouponSubscriber'] ?? $this->load('getDiscountCouponSubscriberService'));
  3396.         }, => 'checkCoupon'], 0);
  3397.         $instance->addListener('bluue.cashRegisterBundle.discountCoupon.apply', [=> function () {
  3398.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\DiscountCouponSubscriber'] ?? $this->load('getDiscountCouponSubscriberService'));
  3399.         }, => 'applyCoupon'], 0);
  3400.         $instance->addListener('bluue.cashRegisterBundle.editCustomerReceipt.edit', [=> function () {
  3401.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\EditCustomerReceiptSubscriber'] ?? $this->load('getEditCustomerReceiptSubscriberService'));
  3402.         }, => 'edit'], 0);
  3403.         $instance->addListener('bluue.cashRegisterBundle.receiptMovements.validateReceipt', [=> function () {
  3404.             return ($this->privates['Bluue\\AdelyaBundle\\EventSubscriber\\ReceiptSubscriber'] ?? $this->load('getReceiptSubscriberService'));
  3405.         }, => 'validateReceipt'], 0);
  3406.         $instance->addListener('app.menu_configure', [=> function () {
  3407.             return ($this->privates['Bluue\\Cx3Bundle\\EventSubscriber\\ConfigureMenuEventSubscriber'] ?? $this->load('getConfigureMenuEventSubscriberService'));
  3408.         }, => 'onLoad'], 0);
  3409.         $instance->addListener('app.configurationPages', [=> function () {
  3410.             return ($this->privates['Bluue\\Cx3Bundle\\EventSubscriber\\ConfigureSubMenuSubscriber'] ?? $this->load('getConfigureSubMenuSubscriber6Service'));
  3411.         }, => 'onLoad'], 0);
  3412.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3413.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3414.         }, => 'checkPassport'], 512);
  3415.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3416.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3417.         }, => 'onLogout'], 0);
  3418.         return $instance;
  3419.     }
  3420.     /**
  3421.      * Gets the public 'http_kernel' shared service.
  3422.      *
  3423.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3424.      */
  3425.     protected function getHttpKernelService()
  3426.     {
  3427.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3428.         if (isset($this->services['http_kernel'])) {
  3429.             return $this->services['http_kernel'];
  3430.         }
  3431.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3432.         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 () {
  3433.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  3434.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  3435.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  3436.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  3437.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  3438.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  3439.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  3440.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  3441.         }, 8)), $b));
  3442.     }
  3443.     /**
  3444.      * Gets the public 'knp_menu.matcher' shared service.
  3445.      *
  3446.      * @return \Knp\Menu\Matcher\Matcher
  3447.      */
  3448.     protected function getKnpMenu_MatcherService()
  3449.     {
  3450.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  3451.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  3452.         }, 1));
  3453.     }
  3454.     /**
  3455.      * Gets the public 'messenger.default_bus' shared service.
  3456.      *
  3457.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  3458.      */
  3459.     protected function getMessenger_DefaultBusService()
  3460.     {
  3461.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  3462.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  3463.             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')));
  3464.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  3465.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  3466.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  3467.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  3468.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  3469.         }, 7)));
  3470.     }
  3471.     /**
  3472.      * Gets the public 'request_stack' shared service.
  3473.      *
  3474.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3475.      */
  3476.     protected function getRequestStackService()
  3477.     {
  3478.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3479.     }
  3480.     /**
  3481.      * Gets the public 'router' shared service.
  3482.      *
  3483.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  3484.      */
  3485.     protected function getRouterService()
  3486.     {
  3487.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  3488.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3489.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3490.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3491.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3492.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3493.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  3494.         ], [
  3495.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3496.         ]))->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');
  3497.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3498.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3499.         return $instance;
  3500.     }
  3501.     /**
  3502.      * Gets the public 'translator' shared service.
  3503.      *
  3504.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3505.      */
  3506.     protected function getTranslatorService()
  3507.     {
  3508.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3509.     }
  3510.     /**
  3511.      * Gets the public 'var_dumper.cloner' shared service.
  3512.      *
  3513.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3514.      */
  3515.     protected function getVarDumper_ClonerService()
  3516.     {
  3517.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3518.         $instance->setMaxItems(2500);
  3519.         $instance->setMinDepth(1);
  3520.         $instance->setMaxString(-1);
  3521.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3522.         return $instance;
  3523.     }
  3524.     /**
  3525.      * Gets the private '.debug.http_client' shared service.
  3526.      *
  3527.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3528.      */
  3529.     protected function get_Debug_HttpClientService()
  3530.     {
  3531.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3532.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3533.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3534.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3535.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3536.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3537.         $a->setLogger($b);
  3538.         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))));
  3539.     }
  3540.     /**
  3541.      * Gets the private '.service_locator.e_lw0y.' shared service.
  3542.      *
  3543.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3544.      */
  3545.     protected function get_ServiceLocator_ELw0y_Service()
  3546.     {
  3547.         return $this->privates['.service_locator.e_lw0y.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3548.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'true],
  3549.             'security.firewall.map.context.apiv2' => ['privates''security.firewall.map.context.apiv2''getSecurity_Firewall_Map_Context_Apiv2Service'true],
  3550.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  3551.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  3552.         ], [
  3553.             'security.firewall.map.context.api_login' => '?',
  3554.             'security.firewall.map.context.apiv2' => '?',
  3555.             'security.firewall.map.context.dev' => '?',
  3556.             'security.firewall.map.context.main' => '?',
  3557.         ]);
  3558.     }
  3559.     /**
  3560.      * Gets the private 'App\Repository\ActivityRepository' shared autowired service.
  3561.      *
  3562.      * @return \App\Repository\ActivityRepository
  3563.      */
  3564.     protected function getActivityRepositoryService()
  3565.     {
  3566.         return $this->privates['App\\Repository\\ActivityRepository'] = new \App\Repository\ActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3567.     }
  3568.     /**
  3569.      * Gets the private 'App\Repository\ConfigurationRepository' shared autowired service.
  3570.      *
  3571.      * @return \App\Repository\ConfigurationRepository
  3572.      */
  3573.     protected function getConfigurationRepositoryService()
  3574.     {
  3575.         return $this->privates['App\\Repository\\ConfigurationRepository'] = new \App\Repository\ConfigurationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3576.     }
  3577.     /**
  3578.      * Gets the private 'App\Repository\ContextRepository' shared autowired service.
  3579.      *
  3580.      * @return \App\Repository\ContextRepository
  3581.      */
  3582.     protected function getContextRepositoryService()
  3583.     {
  3584.         $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()));
  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\CurrencyRepository' shared autowired service.
  3590.      *
  3591.      * @return \App\Repository\CurrencyRepository
  3592.      */
  3593.     protected function getCurrencyRepositoryService()
  3594.     {
  3595.         $this->privates['App\\Repository\\CurrencyRepository'] = $instance = new \App\Repository\CurrencyRepository(($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\EstablishmentRepository' shared autowired service.
  3601.      *
  3602.      * @return \App\Repository\EstablishmentRepository
  3603.      */
  3604.     protected function getEstablishmentRepositoryService()
  3605.     {
  3606.         $this->privates['App\\Repository\\EstablishmentRepository'] = $instance = new \App\Repository\EstablishmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3607.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3608.         return $instance;
  3609.     }
  3610.     /**
  3611.      * Gets the private 'App\Repository\FileManagerRepository' shared autowired service.
  3612.      *
  3613.      * @return \App\Repository\FileManagerRepository
  3614.      */
  3615.     protected function getFileManagerRepositoryService()
  3616.     {
  3617.         return $this->privates['App\\Repository\\FileManagerRepository'] = new \App\Repository\FileManagerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  3618.     }
  3619.     /**
  3620.      * Gets the private 'App\Repository\TaxRuleCountryRepository' shared autowired service.
  3621.      *
  3622.      * @return \App\Repository\TaxRuleCountryRepository
  3623.      */
  3624.     protected function getTaxRuleCountryRepositoryService()
  3625.     {
  3626.         $this->privates['App\\Repository\\TaxRuleCountryRepository'] = $instance = new \App\Repository\TaxRuleCountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3627.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3628.         return $instance;
  3629.     }
  3630.     /**
  3631.      * Gets the private 'App\Repository\UnitMeasureRepository' shared autowired service.
  3632.      *
  3633.      * @return \App\Repository\UnitMeasureRepository
  3634.      */
  3635.     protected function getUnitMeasureRepositoryService()
  3636.     {
  3637.         $this->privates['App\\Repository\\UnitMeasureRepository'] = $instance = new \App\Repository\UnitMeasureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3638.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3639.         return $instance;
  3640.     }
  3641.     /**
  3642.      * Gets the private 'App\Repository\UserContextRepository' shared autowired service.
  3643.      *
  3644.      * @return \App\Repository\UserContextRepository
  3645.      */
  3646.     protected function getUserContextRepositoryService()
  3647.     {
  3648.         return $this->privates['App\\Repository\\UserContextRepository'] = new \App\Repository\UserContextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3649.     }
  3650.     /**
  3651.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  3652.      *
  3653.      * @return \App\Repository\UserRepository
  3654.      */
  3655.     protected function getUserRepositoryService()
  3656.     {
  3657.         $this->privates['App\\Repository\\UserRepository'] = $instance = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3658.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3659.         return $instance;
  3660.     }
  3661.     /**
  3662.      * Gets the private 'App\Services\CheckBundleInstall' shared autowired service.
  3663.      *
  3664.      * @return \App\Services\CheckBundleInstall
  3665.      */
  3666.     protected function getCheckBundleInstallService()
  3667.     {
  3668.         return $this->privates['App\\Services\\CheckBundleInstall'] = new \App\Services\CheckBundleInstall();
  3669.     }
  3670.     /**
  3671.      * Gets the private 'App\Services\Configuration' shared autowired service.
  3672.      *
  3673.      * @return \App\Services\Configuration
  3674.      */
  3675.     protected function getConfigurationService()
  3676.     {
  3677.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3678.         if (isset($this->privates['App\\Services\\Configuration'])) {
  3679.             return $this->privates['App\\Services\\Configuration'];
  3680.         }
  3681.         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);
  3682.     }
  3683.     /**
  3684.      * Gets the private 'App\Services\Context' shared autowired service.
  3685.      *
  3686.      * @return \App\Services\Context
  3687.      */
  3688.     protected function getContextService()
  3689.     {
  3690.         $a = ($this->privates['App\\Repository\\ContextRepository'] ?? $this->getContextRepositoryService());
  3691.         if (isset($this->privates['App\\Services\\Context'])) {
  3692.             return $this->privates['App\\Services\\Context'];
  3693.         }
  3694.         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()));
  3695.     }
  3696.     /**
  3697.      * Gets the private 'App\Services\Currency' shared autowired service.
  3698.      *
  3699.      * @return \App\Services\Currency
  3700.      */
  3701.     protected function getCurrencyService()
  3702.     {
  3703.         return $this->privates['App\\Services\\Currency'] = new \App\Services\Currency(($this->privates['App\\Repository\\CurrencyRepository'] ?? $this->getCurrencyRepositoryService()), ($this->privates['App\\Services\\SessionContextCurrency'] ?? $this->getSessionContextCurrencyService()));
  3704.     }
  3705.     /**
  3706.      * Gets the private 'App\Services\DefaultLocale' shared autowired service.
  3707.      *
  3708.      * @return \App\Services\DefaultLocale
  3709.      */
  3710.     protected function getDefaultLocaleService()
  3711.     {
  3712.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3713.         if (isset($this->privates['App\\Services\\DefaultLocale'])) {
  3714.             return $this->privates['App\\Services\\DefaultLocale'];
  3715.         }
  3716.         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))));
  3717.     }
  3718.     /**
  3719.      * Gets the private 'App\Services\FileManager' shared autowired service.
  3720.      *
  3721.      * @return \App\Services\FileManager
  3722.      */
  3723.     protected function getFileManagerService()
  3724.     {
  3725.         return $this->privates['App\\Services\\FileManager'] = new \App\Services\FileManager(($this->privates['App\\Repository\\FileManagerRepository'] ?? $this->getFileManagerRepositoryService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  3726.     }
  3727.     /**
  3728.      * Gets the private 'App\Services\Notification' shared autowired service.
  3729.      *
  3730.      * @return \App\Services\Notification
  3731.      */
  3732.     protected function getNotificationService()
  3733.     {
  3734.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3735.         if (isset($this->privates['App\\Services\\Notification'])) {
  3736.             return $this->privates['App\\Services\\Notification'];
  3737.         }
  3738.         return $this->privates['App\\Services\\Notification'] = new \App\Services\Notification($a, ($this->privates['App\\Services\\ObjectSerialize'] ?? $this->getObjectSerializeService()));
  3739.     }
  3740.     /**
  3741.      * Gets the private 'App\Services\ObjectSerialize' shared autowired service.
  3742.      *
  3743.      * @return \App\Services\ObjectSerialize
  3744.      */
  3745.     protected function getObjectSerializeService()
  3746.     {
  3747.         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())));
  3748.     }
  3749.     /**
  3750.      * Gets the private 'App\Services\Openssl' shared autowired service.
  3751.      *
  3752.      * @return \App\Services\Openssl
  3753.      */
  3754.     protected function getOpensslService()
  3755.     {
  3756.         return $this->privates['App\\Services\\Openssl'] = new \App\Services\Openssl($this->getEnv('resolve:ENCRYPT_PASSPHRASE'), $this->getEnv('resolve:ENCRYPT_IV'));
  3757.     }
  3758.     /**
  3759.      * Gets the private 'App\Services\Pdf' shared autowired service.
  3760.      *
  3761.      * @return \App\Services\Pdf
  3762.      */
  3763.     protected function getPdfService()
  3764.     {
  3765.         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)));
  3766.     }
  3767.     /**
  3768.      * Gets the private 'App\Services\SessionContextCurrency' shared autowired service.
  3769.      *
  3770.      * @return \App\Services\SessionContextCurrency
  3771.      */
  3772.     protected function getSessionContextCurrencyService()
  3773.     {
  3774.         return $this->privates['App\\Services\\SessionContextCurrency'] = new \App\Services\SessionContextCurrency(($this->privates['App\\Repository\\CurrencyRepository'] ?? $this->getCurrencyRepositoryService()), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3775.     }
  3776.     /**
  3777.      * Gets the private 'App\Services\SoftdeleteFilter' shared autowired service.
  3778.      *
  3779.      * @return \App\Services\SoftdeleteFilter
  3780.      */
  3781.     protected function getSoftdeleteFilterService()
  3782.     {
  3783.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3784.         if (isset($this->privates['App\\Services\\SoftdeleteFilter'])) {
  3785.             return $this->privates['App\\Services\\SoftdeleteFilter'];
  3786.         }
  3787.         return $this->privates['App\\Services\\SoftdeleteFilter'] = new \App\Services\SoftdeleteFilter($a);
  3788.     }
  3789.     /**
  3790.      * Gets the private 'App\Twig\CalcPrice' shared autowired service.
  3791.      *
  3792.      * @return \App\Twig\CalcPrice
  3793.      */
  3794.     protected function getCalcPriceService()
  3795.     {
  3796.         return $this->privates['App\\Twig\\CalcPrice'] = new \App\Twig\CalcPrice(($this->privates['App\\Services\\Currency'] ?? $this->getCurrencyService()), ($this->privates['App\\Repository\\TaxRuleCountryRepository'] ?? $this->getTaxRuleCountryRepositoryService()), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3797.     }
  3798.     /**
  3799.      * Gets the private 'App\Twig\DurationExtension' shared autowired service.
  3800.      *
  3801.      * @return \App\Twig\DurationExtension
  3802.      */
  3803.     protected function getDurationExtensionService()
  3804.     {
  3805.         return $this->privates['App\\Twig\\DurationExtension'] = new \App\Twig\DurationExtension();
  3806.     }
  3807.     /**
  3808.      * Gets the private 'App\Twig\EntityExtension' shared autowired service.
  3809.      *
  3810.      * @return \App\Twig\EntityExtension
  3811.      */
  3812.     protected function getEntityExtensionService()
  3813.     {
  3814.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3815.         if (isset($this->privates['App\\Twig\\EntityExtension'])) {
  3816.             return $this->privates['App\\Twig\\EntityExtension'];
  3817.         }
  3818.         return $this->privates['App\\Twig\\EntityExtension'] = new \App\Twig\EntityExtension($a);
  3819.     }
  3820.     /**
  3821.      * Gets the private 'Bluue\AccountingBundle\Repository\CustomerAccountRepository' shared autowired service.
  3822.      *
  3823.      * @return \Bluue\AccountingBundle\Repository\CustomerAccountRepository
  3824.      */
  3825.     protected function getCustomerAccountRepositoryService()
  3826.     {
  3827.         $this->privates['Bluue\\AccountingBundle\\Repository\\CustomerAccountRepository'] = $instance = new \Bluue\AccountingBundle\Repository\CustomerAccountRepository(($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\ApiCmsBundle\Repository\MappingRepository' shared autowired service.
  3833.      *
  3834.      * @return \Bluue\ApiCmsBundle\Repository\MappingRepository
  3835.      */
  3836.     protected function getMappingRepositoryService()
  3837.     {
  3838.         $this->privates['Bluue\\ApiCmsBundle\\Repository\\MappingRepository'] = $instance = new \Bluue\ApiCmsBundle\Repository\MappingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3839.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3840.         return $instance;
  3841.     }
  3842.     /**
  3843.      * Gets the private 'Bluue\CashRegisterBundle\Repository\CashRegisterRepository' shared autowired service.
  3844.      *
  3845.      * @return \Bluue\CashRegisterBundle\Repository\CashRegisterRepository
  3846.      */
  3847.     protected function getCashRegisterRepositoryService()
  3848.     {
  3849.         $this->privates['Bluue\\CashRegisterBundle\\Repository\\CashRegisterRepository'] = $instance = new \Bluue\CashRegisterBundle\Repository\CashRegisterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3850.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3851.         return $instance;
  3852.     }
  3853.     /**
  3854.      * Gets the private 'Bluue\CashRegisterBundle\Repository\CashierRepository' shared autowired service.
  3855.      *
  3856.      * @return \Bluue\CashRegisterBundle\Repository\CashierRepository
  3857.      */
  3858.     protected function getCashierRepositoryService()
  3859.     {
  3860.         $this->privates['Bluue\\CashRegisterBundle\\Repository\\CashierRepository'] = $instance = new \Bluue\CashRegisterBundle\Repository\CashierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3861.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3862.         return $instance;
  3863.     }
  3864.     /**
  3865.      * Gets the private 'Bluue\CashRegisterBundle\Repository\CustomerFidelityRepository' shared autowired service.
  3866.      *
  3867.      * @return \Bluue\CashRegisterBundle\Repository\CustomerFidelityRepository
  3868.      */
  3869.     protected function getCustomerFidelityRepositoryService()
  3870.     {
  3871.         return $this->privates['Bluue\\CashRegisterBundle\\Repository\\CustomerFidelityRepository'] = new \Bluue\CashRegisterBundle\Repository\CustomerFidelityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3872.     }
  3873.     /**
  3874.      * Gets the private 'Bluue\CashRegisterBundle\Repository\FavoriteProductRepository' shared autowired service.
  3875.      *
  3876.      * @return \Bluue\CashRegisterBundle\Repository\FavoriteProductRepository
  3877.      */
  3878.     protected function getFavoriteProductRepositoryService()
  3879.     {
  3880.         $this->privates['Bluue\\CashRegisterBundle\\Repository\\FavoriteProductRepository'] = $instance = new \Bluue\CashRegisterBundle\Repository\FavoriteProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3881.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3882.         return $instance;
  3883.     }
  3884.     /**
  3885.      * Gets the private 'Bluue\CashRegisterBundle\Repository\ManagerCardRepository' shared autowired service.
  3886.      *
  3887.      * @return \Bluue\CashRegisterBundle\Repository\ManagerCardRepository
  3888.      */
  3889.     protected function getManagerCardRepositoryService()
  3890.     {
  3891.         $this->privates['Bluue\\CashRegisterBundle\\Repository\\ManagerCardRepository'] = $instance = new \Bluue\CashRegisterBundle\Repository\ManagerCardRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3892.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3893.         return $instance;
  3894.     }
  3895.     /**
  3896.      * Gets the private 'Bluue\CashRegisterBundle\Repository\PaymentRepository' shared autowired service.
  3897.      *
  3898.      * @return \Bluue\CashRegisterBundle\Repository\PaymentRepository
  3899.      */
  3900.     protected function getPaymentRepositoryService()
  3901.     {
  3902.         $this->privates['Bluue\\CashRegisterBundle\\Repository\\PaymentRepository'] = $instance = new \Bluue\CashRegisterBundle\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3903.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3904.         return $instance;
  3905.     }
  3906.     /**
  3907.      * Gets the private 'Bluue\CashRegisterBundle\Twig\ImageExtension' shared autowired service.
  3908.      *
  3909.      * @return \Bluue\CashRegisterBundle\Twig\ImageExtension
  3910.      */
  3911.     protected function getImageExtensionService()
  3912.     {
  3913.         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()));
  3914.     }
  3915.     /**
  3916.      * Gets the private 'Bluue\CashRegisterBundle\Twig\SecurityExtension' shared autowired service.
  3917.      *
  3918.      * @return \Bluue\CashRegisterBundle\Twig\SecurityExtension
  3919.      */
  3920.     protected function getSecurityExtensionService()
  3921.     {
  3922.         return $this->privates['Bluue\\CashRegisterBundle\\Twig\\SecurityExtension'] = new \Bluue\CashRegisterBundle\Twig\SecurityExtension(($this->privates['Bluue\\CashRegisterBundle\\Repository\\CashierRepository'] ?? $this->getCashierRepositoryService()), ($this->privates['Bluue\\CashRegisterBundle\\Repository\\CashRegisterRepository'] ?? $this->getCashRegisterRepositoryService()), ($this->privates['Bluue\\CashRegisterBundle\\Repository\\ManagerCardRepository'] ?? $this->getManagerCardRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3923.     }
  3924.     /**
  3925.      * Gets the private 'Bluue\CategoriesBundle\Repository\CategoryProductRepository' shared autowired service.
  3926.      *
  3927.      * @return \Bluue\CategoriesBundle\Repository\CategoryProductRepository
  3928.      */
  3929.     protected function getCategoryProductRepositoryService()
  3930.     {
  3931.         $this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryProductRepository'] = $instance = new \Bluue\CategoriesBundle\Repository\CategoryProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3932.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3933.         return $instance;
  3934.     }
  3935.     /**
  3936.      * Gets the private 'Bluue\CategoriesBundle\Repository\CategoryRepository' shared autowired service.
  3937.      *
  3938.      * @return \Bluue\CategoriesBundle\Repository\CategoryRepository
  3939.      */
  3940.     protected function getCategoryRepositoryService()
  3941.     {
  3942.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3943.         if (isset($this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryRepository'])) {
  3944.             return $this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryRepository'];
  3945.         }
  3946.         $this->privates['Bluue\\CategoriesBundle\\Repository\\CategoryRepository'] = $instance = new \Bluue\CategoriesBundle\Repository\CategoryRepository($a);
  3947.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3948.         return $instance;
  3949.     }
  3950.     /**
  3951.      * Gets the private 'Bluue\CustomersBundle\Repository\CustomerRepository' shared autowired service.
  3952.      *
  3953.      * @return \Bluue\CustomersBundle\Repository\CustomerRepository
  3954.      */
  3955.     protected function getCustomerRepositoryService()
  3956.     {
  3957.         $this->privates['Bluue\\CustomersBundle\\Repository\\CustomerRepository'] = $instance = new \Bluue\CustomersBundle\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3958.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3959.         return $instance;
  3960.     }
  3961.     /**
  3962.      * Gets the private 'Bluue\GocardlessBundle\Repository\CustomerMappingRepository' shared autowired service.
  3963.      *
  3964.      * @return \Bluue\GocardlessBundle\Repository\CustomerMappingRepository
  3965.      */
  3966.     protected function getCustomerMappingRepositoryService()
  3967.     {
  3968.         $this->privates['Bluue\\GocardlessBundle\\Repository\\CustomerMappingRepository'] = $instance = new \Bluue\GocardlessBundle\Repository\CustomerMappingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3969.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  3970.         return $instance;
  3971.     }
  3972.     /**
  3973.      * Gets the private 'Bluue\GocardlessBundle\Services\GocardlessService' shared autowired service.
  3974.      *
  3975.      * @return \Bluue\GocardlessBundle\Services\GocardlessService
  3976.      */
  3977.     protected function getGocardlessServiceService()
  3978.     {
  3979.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  3980.         if (isset($this->privates['Bluue\\GocardlessBundle\\Services\\GocardlessService'])) {
  3981.             return $this->privates['Bluue\\GocardlessBundle\\Services\\GocardlessService'];
  3982.         }
  3983.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3984.         if (isset($this->privates['Bluue\\GocardlessBundle\\Services\\GocardlessService'])) {
  3985.             return $this->privates['Bluue\\GocardlessBundle\\Services\\GocardlessService'];
  3986.         }
  3987.         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()));
  3988.     }
  3989.     /**
  3990.      * Gets the private 'Bluue\GocardlessBundle\Twig\GocardlessExtension' shared autowired service.
  3991.      *
  3992.      * @return \Bluue\GocardlessBundle\Twig\GocardlessExtension
  3993.      */
  3994.     protected function getGocardlessExtensionService()
  3995.     {
  3996.         $a = ($this->privates['Bluue\\GocardlessBundle\\Services\\GocardlessService'] ?? $this->getGocardlessServiceService());
  3997.         if (isset($this->privates['Bluue\\GocardlessBundle\\Twig\\GocardlessExtension'])) {
  3998.             return $this->privates['Bluue\\GocardlessBundle\\Twig\\GocardlessExtension'];
  3999.         }
  4000.         return $this->privates['Bluue\\GocardlessBundle\\Twig\\GocardlessExtension'] = new \Bluue\GocardlessBundle\Twig\GocardlessExtension($a, ($this->privates['Bluue\\GocardlessBundle\\Repository\\CustomerMappingRepository'] ?? $this->getCustomerMappingRepositoryService()));
  4001.     }
  4002.     /**
  4003.      * Gets the private 'Bluue\InventoriesBundle\Repository\InventoryOriginalProductQuantityRepository' shared autowired service.
  4004.      *
  4005.      * @return \Bluue\InventoriesBundle\Repository\InventoryOriginalProductQuantityRepository
  4006.      */
  4007.     protected function getInventoryOriginalProductQuantityRepositoryService()
  4008.     {
  4009.         return $this->privates['Bluue\\InventoriesBundle\\Repository\\InventoryOriginalProductQuantityRepository'] = new \Bluue\InventoriesBundle\Repository\InventoryOriginalProductQuantityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4010.     }
  4011.     /**
  4012.      * Gets the private 'Bluue\InventoriesBundle\Serializer\InventoriesContextBuilder' shared autowired service.
  4013.      *
  4014.      * @return \Bluue\InventoriesBundle\Serializer\InventoriesContextBuilder
  4015.      */
  4016.     protected function getInventoriesContextBuilderService()
  4017.     {
  4018.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4019.         if (isset($this->privates['Bluue\\InventoriesBundle\\Serializer\\InventoriesContextBuilder'])) {
  4020.             return $this->privates['Bluue\\InventoriesBundle\\Serializer\\InventoriesContextBuilder'];
  4021.         }
  4022.         $b = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  4023.         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);
  4024.     }
  4025.     /**
  4026.      * Gets the private 'Bluue\LabelsBundle\Repository\LabelRepository' shared autowired service.
  4027.      *
  4028.      * @return \Bluue\LabelsBundle\Repository\LabelRepository
  4029.      */
  4030.     protected function getLabelRepositoryService()
  4031.     {
  4032.         $this->privates['Bluue\\LabelsBundle\\Repository\\LabelRepository'] = $instance = new \Bluue\LabelsBundle\Repository\LabelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4033.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4034.         return $instance;
  4035.     }
  4036.     /**
  4037.      * Gets the private 'Bluue\OvhSmsBundle\Repository\SmsRepository' shared autowired service.
  4038.      *
  4039.      * @return \Bluue\OvhSmsBundle\Repository\SmsRepository
  4040.      */
  4041.     protected function getSmsRepositoryService()
  4042.     {
  4043.         $this->privates['Bluue\\OvhSmsBundle\\Repository\\SmsRepository'] = $instance = new \Bluue\OvhSmsBundle\Repository\SmsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4044.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4045.         return $instance;
  4046.     }
  4047.     /**
  4048.      * Gets the private 'Bluue\PlanningBundle\Repository\SlotRepository' shared autowired service.
  4049.      *
  4050.      * @return \Bluue\PlanningBundle\Repository\SlotRepository
  4051.      */
  4052.     protected function getSlotRepositoryService()
  4053.     {
  4054.         $this->privates['Bluue\\PlanningBundle\\Repository\\SlotRepository'] = $instance = new \Bluue\PlanningBundle\Repository\SlotRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4055.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4056.         return $instance;
  4057.     }
  4058.     /**
  4059.      * Gets the private 'Bluue\PrestashopConnectorBundle\Services\Api' shared autowired service.
  4060.      *
  4061.      * @return \Bluue\PrestashopConnectorBundle\Services\Api
  4062.      */
  4063.     protected function getApi2Service()
  4064.     {
  4065.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4066.         if (isset($this->privates['Bluue\\PrestashopConnectorBundle\\Services\\Api'])) {
  4067.             return $this->privates['Bluue\\PrestashopConnectorBundle\\Services\\Api'];
  4068.         }
  4069.         return $this->privates['Bluue\\PrestashopConnectorBundle\\Services\\Api'] = new \Bluue\PrestashopConnectorBundle\Services\Api($a, ($this->privates['App\\Services\\Openssl'] ?? ($this->privates['App\\Services\\Openssl'] = new \App\Services\Openssl($this->getEnv('resolve:ENCRYPT_PASSPHRASE'), $this->getEnv('resolve:ENCRYPT_IV')))), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4070.     }
  4071.     /**
  4072.      * Gets the private 'Bluue\ProductReturnsBundle\Repository\ProductReturnRepository' shared autowired service.
  4073.      *
  4074.      * @return \Bluue\ProductReturnsBundle\Repository\ProductReturnRepository
  4075.      */
  4076.     protected function getProductReturnRepositoryService()
  4077.     {
  4078.         $this->privates['Bluue\\ProductReturnsBundle\\Repository\\ProductReturnRepository'] = $instance = new \Bluue\ProductReturnsBundle\Repository\ProductReturnRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4079.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4080.         return $instance;
  4081.     }
  4082.     /**
  4083.      * Gets the private 'Bluue\ProductsBundle\Repository\DeclinationRepository' shared autowired service.
  4084.      *
  4085.      * @return \Bluue\ProductsBundle\Repository\DeclinationRepository
  4086.      */
  4087.     protected function getDeclinationRepositoryService()
  4088.     {
  4089.         $a = ($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
  4090.         if (isset($this->privates['Bluue\\ProductsBundle\\Repository\\DeclinationRepository'])) {
  4091.             return $this->privates['Bluue\\ProductsBundle\\Repository\\DeclinationRepository'];
  4092.         }
  4093.         $b = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  4094.         $this->privates['Bluue\\ProductsBundle\\Repository\\DeclinationRepository'] = $instance = new \Bluue\ProductsBundle\Repository\DeclinationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  4095.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
  4096.         return $instance;
  4097.     }
  4098.     /**
  4099.      * Gets the private 'Bluue\ProductsBundle\Repository\Ean13Repository' shared autowired service.
  4100.      *
  4101.      * @return \Bluue\ProductsBundle\Repository\Ean13Repository
  4102.      */
  4103.     protected function getEan13RepositoryService()
  4104.     {
  4105.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4106.         if (isset($this->privates['Bluue\\ProductsBundle\\Repository\\Ean13Repository'])) {
  4107.             return $this->privates['Bluue\\ProductsBundle\\Repository\\Ean13Repository'];
  4108.         }
  4109.         $this->privates['Bluue\\ProductsBundle\\Repository\\Ean13Repository'] = $instance = new \Bluue\ProductsBundle\Repository\Ean13Repository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  4110.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4111.         return $instance;
  4112.     }
  4113.     /**
  4114.      * Gets the private 'Bluue\ProductsBundle\Repository\PackProductRepository' shared autowired service.
  4115.      *
  4116.      * @return \Bluue\ProductsBundle\Repository\PackProductRepository
  4117.      */
  4118.     protected function getPackProductRepositoryService()
  4119.     {
  4120.         return $this->privates['Bluue\\ProductsBundle\\Repository\\PackProductRepository'] = new \Bluue\ProductsBundle\Repository\PackProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4121.     }
  4122.     /**
  4123.      * Gets the private 'Bluue\ProductsBundle\Repository\ProductContextRepository' shared autowired service.
  4124.      *
  4125.      * @return \Bluue\ProductsBundle\Repository\ProductContextRepository
  4126.      */
  4127.     protected function getProductContextRepositoryService()
  4128.     {
  4129.         return $this->privates['Bluue\\ProductsBundle\\Repository\\ProductContextRepository'] = new \Bluue\ProductsBundle\Repository\ProductContextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4130.     }
  4131.     /**
  4132.      * Gets the private 'Bluue\ProductsBundle\Repository\ProductImageRepository' shared autowired service.
  4133.      *
  4134.      * @return \Bluue\ProductsBundle\Repository\ProductImageRepository
  4135.      */
  4136.     protected function getProductImageRepositoryService()
  4137.     {
  4138.         $this->privates['Bluue\\ProductsBundle\\Repository\\ProductImageRepository'] = $instance = new \Bluue\ProductsBundle\Repository\ProductImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4139.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4140.         return $instance;
  4141.     }
  4142.     /**
  4143.      * Gets the private 'Bluue\ProductsBundle\Repository\ProductRepository' shared autowired service.
  4144.      *
  4145.      * @return \Bluue\ProductsBundle\Repository\ProductRepository
  4146.      */
  4147.     protected function getProductRepositoryService()
  4148.     {
  4149.         $a = ($this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'] ?? $this->getProductSearchService());
  4150.         if (isset($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'])) {
  4151.             return $this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'];
  4152.         }
  4153.         $b = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4154.         if (isset($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'])) {
  4155.             return $this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'];
  4156.         }
  4157.         $c = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  4158.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4159.         $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()));
  4160.         $instance->setRequestStack($d$c);
  4161.         return $instance;
  4162.     }
  4163.     /**
  4164.      * Gets the private 'Bluue\ProductsBundle\Repository\SearchAssociationRepository' shared autowired service.
  4165.      *
  4166.      * @return \Bluue\ProductsBundle\Repository\SearchAssociationRepository
  4167.      */
  4168.     protected function getSearchAssociationRepositoryService()
  4169.     {
  4170.         return $this->privates['Bluue\\ProductsBundle\\Repository\\SearchAssociationRepository'] = new \Bluue\ProductsBundle\Repository\SearchAssociationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4171.     }
  4172.     /**
  4173.      * Gets the private 'Bluue\ProductsBundle\Repository\SearchWordRepository' shared autowired service.
  4174.      *
  4175.      * @return \Bluue\ProductsBundle\Repository\SearchWordRepository
  4176.      */
  4177.     protected function getSearchWordRepositoryService()
  4178.     {
  4179.         return $this->privates['Bluue\\ProductsBundle\\Repository\\SearchWordRepository'] = new \Bluue\ProductsBundle\Repository\SearchWordRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4180.     }
  4181.     /**
  4182.      * Gets the private 'Bluue\ProductsBundle\Services\ProductSearch' shared autowired service.
  4183.      *
  4184.      * @return \Bluue\ProductsBundle\Services\ProductSearch
  4185.      */
  4186.     protected function getProductSearchService()
  4187.     {
  4188.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4189.         if (isset($this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'])) {
  4190.             return $this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'];
  4191.         }
  4192.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4193.         if (isset($this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'])) {
  4194.             return $this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'];
  4195.         }
  4196.         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);
  4197.     }
  4198.     /**
  4199.      * Gets the private 'Bluue\ProjectsBundle\Repository\ProjectQuotationRepository' shared autowired service.
  4200.      *
  4201.      * @return \Bluue\ProjectsBundle\Repository\ProjectQuotationRepository
  4202.      */
  4203.     protected function getProjectQuotationRepositoryService()
  4204.     {
  4205.         return $this->privates['Bluue\\ProjectsBundle\\Repository\\ProjectQuotationRepository'] = new \Bluue\ProjectsBundle\Repository\ProjectQuotationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4206.     }
  4207.     /**
  4208.      * Gets the private 'Bluue\ProjectsBundle\Repository\TaskMonitoredRepository' shared autowired service.
  4209.      *
  4210.      * @return \Bluue\ProjectsBundle\Repository\TaskMonitoredRepository
  4211.      */
  4212.     protected function getTaskMonitoredRepositoryService()
  4213.     {
  4214.         return $this->privates['Bluue\\ProjectsBundle\\Repository\\TaskMonitoredRepository'] = new \Bluue\ProjectsBundle\Repository\TaskMonitoredRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4215.     }
  4216.     /**
  4217.      * Gets the private 'Bluue\ProjectsBundle\Repository\TaskRepository' shared autowired service.
  4218.      *
  4219.      * @return \Bluue\ProjectsBundle\Repository\TaskRepository
  4220.      */
  4221.     protected function getTaskRepositoryService()
  4222.     {
  4223.         $this->privates['Bluue\\ProjectsBundle\\Repository\\TaskRepository'] = $instance = new \Bluue\ProjectsBundle\Repository\TaskRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4224.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4225.         return $instance;
  4226.     }
  4227.     /**
  4228.      * Gets the private 'Bluue\ProjectsBundle\Repository\TaskTimeRepository' shared autowired service.
  4229.      *
  4230.      * @return \Bluue\ProjectsBundle\Repository\TaskTimeRepository
  4231.      */
  4232.     protected function getTaskTimeRepositoryService()
  4233.     {
  4234.         $this->privates['Bluue\\ProjectsBundle\\Repository\\TaskTimeRepository'] = $instance = new \Bluue\ProjectsBundle\Repository\TaskTimeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4235.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4236.         return $instance;
  4237.     }
  4238.     /**
  4239.      * Gets the private 'Bluue\SalesBundle\Repository\AdditionalPdfRepository' shared autowired service.
  4240.      *
  4241.      * @return \Bluue\SalesBundle\Repository\AdditionalPdfRepository
  4242.      */
  4243.     protected function getAdditionalPdfRepositoryService()
  4244.     {
  4245.         $this->privates['Bluue\\SalesBundle\\Repository\\AdditionalPdfRepository'] = $instance = new \Bluue\SalesBundle\Repository\AdditionalPdfRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4246.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4247.         return $instance;
  4248.     }
  4249.     /**
  4250.      * Gets the private 'Bluue\SalesBundle\Repository\CustomerOptionsRepository' shared autowired service.
  4251.      *
  4252.      * @return \Bluue\SalesBundle\Repository\CustomerOptionsRepository
  4253.      */
  4254.     protected function getCustomerOptionsRepositoryService()
  4255.     {
  4256.         return $this->privates['Bluue\\SalesBundle\\Repository\\CustomerOptionsRepository'] = new \Bluue\SalesBundle\Repository\CustomerOptionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4257.     }
  4258.     /**
  4259.      * Gets the private 'Bluue\SalesBundle\Repository\DeliveryNoteRepository' shared autowired service.
  4260.      *
  4261.      * @return \Bluue\SalesBundle\Repository\DeliveryNoteRepository
  4262.      */
  4263.     protected function getDeliveryNoteRepositoryService()
  4264.     {
  4265.         $a = ($this->privates['Bluue\\SalesBundle\\Services\\Line'] ?? $this->getLineService());
  4266.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'])) {
  4267.             return $this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'];
  4268.         }
  4269.         $b = ($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'] ?? $this->getPdfGeneratorService());
  4270.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'])) {
  4271.             return $this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'];
  4272.         }
  4273.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4274.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'])) {
  4275.             return $this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'];
  4276.         }
  4277.         $d = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4278.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'])) {
  4279.             return $this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'];
  4280.         }
  4281.         $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())));
  4282.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4283.         return $instance;
  4284.     }
  4285.     /**
  4286.      * Gets the private 'Bluue\SalesBundle\Repository\InvoiceRepository' shared autowired service.
  4287.      *
  4288.      * @return \Bluue\SalesBundle\Repository\InvoiceRepository
  4289.      */
  4290.     protected function getInvoiceRepositoryService()
  4291.     {
  4292.         $a = ($this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'] ?? $this->getReferenceGeneratorService());
  4293.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  4294.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  4295.         }
  4296.         $b = ($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'] ?? $this->getPdfGeneratorService());
  4297.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  4298.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  4299.         }
  4300.         $c = ($this->privates['Bluue\\SalesBundle\\Services\\Line'] ?? $this->getLineService());
  4301.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  4302.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  4303.         }
  4304.         $d = ($this->privates['Bluue\\SalesBundle\\Services\\SharedSales'] ?? $this->getSharedSalesService());
  4305.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  4306.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  4307.         }
  4308.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4309.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  4310.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  4311.         }
  4312.         $f = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4313.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'])) {
  4314.             return $this->privates['Bluue\\SalesBundle\\Repository\\InvoiceRepository'];
  4315.         }
  4316.         $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);
  4317.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4318.         return $instance;
  4319.     }
  4320.     /**
  4321.      * Gets the private 'Bluue\SalesBundle\Repository\OrderRepository' shared autowired service.
  4322.      *
  4323.      * @return \Bluue\SalesBundle\Repository\OrderRepository
  4324.      */
  4325.     protected function getOrderRepositoryService()
  4326.     {
  4327.         $a = ($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'] ?? $this->getPdfGeneratorService());
  4328.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'])) {
  4329.             return $this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'];
  4330.         }
  4331.         $b = ($this->privates['Bluue\\SalesBundle\\Services\\Line'] ?? $this->getLineService());
  4332.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'])) {
  4333.             return $this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'];
  4334.         }
  4335.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4336.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'])) {
  4337.             return $this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'];
  4338.         }
  4339.         $d = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4340.         if (isset($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'])) {
  4341.             return $this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'];
  4342.         }
  4343.         $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);
  4344.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4345.         return $instance;
  4346.     }
  4347.     /**
  4348.      * Gets the private 'Bluue\SalesBundle\Services\Document' shared autowired service.
  4349.      *
  4350.      * @return \Bluue\SalesBundle\Services\Document
  4351.      */
  4352.     protected function getDocumentService()
  4353.     {
  4354.         return $this->privates['Bluue\\SalesBundle\\Services\\Document'] = new \Bluue\SalesBundle\Services\Document();
  4355.     }
  4356.     /**
  4357.      * Gets the private 'Bluue\SalesBundle\Services\Line' shared autowired service.
  4358.      *
  4359.      * @return \Bluue\SalesBundle\Services\Line
  4360.      */
  4361.     protected function getLineService()
  4362.     {
  4363.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4364.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\Line'])) {
  4365.             return $this->privates['Bluue\\SalesBundle\\Services\\Line'];
  4366.         }
  4367.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4368.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\Line'])) {
  4369.             return $this->privates['Bluue\\SalesBundle\\Services\\Line'];
  4370.         }
  4371.         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()));
  4372.     }
  4373.     /**
  4374.      * Gets the private 'Bluue\SalesBundle\Services\PdfGenerator' shared autowired service.
  4375.      *
  4376.      * @return \Bluue\SalesBundle\Services\PdfGenerator
  4377.      */
  4378.     protected function getPdfGeneratorService()
  4379.     {
  4380.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4381.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'])) {
  4382.             return $this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'];
  4383.         }
  4384.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4385.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'])) {
  4386.             return $this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'];
  4387.         }
  4388.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4389.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'])) {
  4390.             return $this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'];
  4391.         }
  4392.         $d = ($this->privates['App\\Services\\DefaultLocale'] ?? $this->getDefaultLocaleService());
  4393.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'])) {
  4394.             return $this->privates['Bluue\\SalesBundle\\Services\\PdfGenerator'];
  4395.         }
  4396.         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);
  4397.     }
  4398.     /**
  4399.      * Gets the private 'Bluue\SalesBundle\Services\ReferenceGenerator' shared autowired service.
  4400.      *
  4401.      * @return \Bluue\SalesBundle\Services\ReferenceGenerator
  4402.      */
  4403.     protected function getReferenceGeneratorService()
  4404.     {
  4405.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4406.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'])) {
  4407.             return $this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'];
  4408.         }
  4409.         return $this->privates['Bluue\\SalesBundle\\Services\\ReferenceGenerator'] = new \Bluue\SalesBundle\Services\ReferenceGenerator($a);
  4410.     }
  4411.     /**
  4412.      * Gets the private 'Bluue\SalesBundle\Services\SharedSales' shared autowired service.
  4413.      *
  4414.      * @return \Bluue\SalesBundle\Services\SharedSales
  4415.      */
  4416.     protected function getSharedSalesService()
  4417.     {
  4418.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4419.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\SharedSales'])) {
  4420.             return $this->privates['Bluue\\SalesBundle\\Services\\SharedSales'];
  4421.         }
  4422.         return $this->privates['Bluue\\SalesBundle\\Services\\SharedSales'] = new \Bluue\SalesBundle\Services\SharedSales($a, ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4423.     }
  4424.     /**
  4425.      * Gets the private 'Bluue\SalesBundle\Services\Statistics' shared autowired service.
  4426.      *
  4427.      * @return \Bluue\SalesBundle\Services\Statistics
  4428.      */
  4429.     protected function getStatisticsService()
  4430.     {
  4431.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4432.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\Statistics'])) {
  4433.             return $this->privates['Bluue\\SalesBundle\\Services\\Statistics'];
  4434.         }
  4435.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4436.         if (isset($this->privates['Bluue\\SalesBundle\\Services\\Statistics'])) {
  4437.             return $this->privates['Bluue\\SalesBundle\\Services\\Statistics'];
  4438.         }
  4439.         return $this->privates['Bluue\\SalesBundle\\Services\\Statistics'] = new \Bluue\SalesBundle\Services\Statistics(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a$b, ($this->privates['Bluue\\SalesBundle\\Services\\SharedSales'] ?? $this->getSharedSalesService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\EstablishmentRepository'] ?? $this->getEstablishmentRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4440.     }
  4441.     /**
  4442.      * Gets the private 'Bluue\ShipmentsBundle\Repository\OrderOptionsRepository' shared autowired service.
  4443.      *
  4444.      * @return \Bluue\ShipmentsBundle\Repository\OrderOptionsRepository
  4445.      */
  4446.     protected function getOrderOptionsRepositoryService()
  4447.     {
  4448.         $a = ($this->privates['Bluue\\SalesBundle\\Repository\\DeliveryNoteRepository'] ?? $this->getDeliveryNoteRepositoryService());
  4449.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  4450.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  4451.         }
  4452.         $b = ($this->privates['Bluue\\SalesBundle\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService());
  4453.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  4454.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  4455.         }
  4456.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4457.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  4458.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  4459.         }
  4460.         $d = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4461.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  4462.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  4463.         }
  4464.         $e = ($this->privates['Bluue\\ProductsBundle\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
  4465.         if (isset($this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'])) {
  4466.             return $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderOptionsRepository'];
  4467.         }
  4468.         $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);
  4469.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4470.         return $instance;
  4471.     }
  4472.     /**
  4473.      * Gets the private 'Bluue\ShipmentsBundle\Repository\OrderPreparationHistoryRepository' shared autowired service.
  4474.      *
  4475.      * @return \Bluue\ShipmentsBundle\Repository\OrderPreparationHistoryRepository
  4476.      */
  4477.     protected function getOrderPreparationHistoryRepositoryService()
  4478.     {
  4479.         $this->privates['Bluue\\ShipmentsBundle\\Repository\\OrderPreparationHistoryRepository'] = $instance = new \Bluue\ShipmentsBundle\Repository\OrderPreparationHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4480.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4481.         return $instance;
  4482.     }
  4483.     /**
  4484.      * Gets the private 'Bluue\ShipmentsBundle\Repository\PickingHistoryRepository' shared autowired service.
  4485.      *
  4486.      * @return \Bluue\ShipmentsBundle\Repository\PickingHistoryRepository
  4487.      */
  4488.     protected function getPickingHistoryRepositoryService()
  4489.     {
  4490.         $this->privates['Bluue\\ShipmentsBundle\\Repository\\PickingHistoryRepository'] = $instance = new \Bluue\ShipmentsBundle\Repository\PickingHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4491.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4492.         return $instance;
  4493.     }
  4494.     /**
  4495.      * Gets the private 'Bluue\StocksBundle\Repository\LocationRepository' shared autowired service.
  4496.      *
  4497.      * @return \Bluue\StocksBundle\Repository\LocationRepository
  4498.      */
  4499.     protected function getLocationRepositoryService()
  4500.     {
  4501.         $this->privates['Bluue\\StocksBundle\\Repository\\LocationRepository'] = $instance = new \Bluue\StocksBundle\Repository\LocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4502.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4503.         return $instance;
  4504.     }
  4505.     /**
  4506.      * Gets the private 'Bluue\StocksBundle\Repository\ProductConfigurationRepository' shared autowired service.
  4507.      *
  4508.      * @return \Bluue\StocksBundle\Repository\ProductConfigurationRepository
  4509.      */
  4510.     protected function getProductConfigurationRepositoryService()
  4511.     {
  4512.         $this->privates['Bluue\\StocksBundle\\Repository\\ProductConfigurationRepository'] = $instance = new \Bluue\StocksBundle\Repository\ProductConfigurationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4513.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4514.         return $instance;
  4515.     }
  4516.     /**
  4517.      * Gets the private 'Bluue\StocksBundle\Repository\StockLocationRepository' shared autowired service.
  4518.      *
  4519.      * @return \Bluue\StocksBundle\Repository\StockLocationRepository
  4520.      */
  4521.     protected function getStockLocationRepositoryService()
  4522.     {
  4523.         $this->privates['Bluue\\StocksBundle\\Repository\\StockLocationRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockLocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4524.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4525.         return $instance;
  4526.     }
  4527.     /**
  4528.      * Gets the private 'Bluue\StocksBundle\Repository\StockMovementReasonRepository' shared autowired service.
  4529.      *
  4530.      * @return \Bluue\StocksBundle\Repository\StockMovementReasonRepository
  4531.      */
  4532.     protected function getStockMovementReasonRepositoryService()
  4533.     {
  4534.         $this->privates['Bluue\\StocksBundle\\Repository\\StockMovementReasonRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockMovementReasonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4535.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4536.         return $instance;
  4537.     }
  4538.     /**
  4539.      * Gets the private 'Bluue\StocksBundle\Repository\StockMovementRepository' shared autowired service.
  4540.      *
  4541.      * @return \Bluue\StocksBundle\Repository\StockMovementRepository
  4542.      */
  4543.     protected function getStockMovementRepositoryService()
  4544.     {
  4545.         $this->privates['Bluue\\StocksBundle\\Repository\\StockMovementRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockMovementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4546.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4547.         return $instance;
  4548.     }
  4549.     /**
  4550.      * Gets the private 'Bluue\StocksBundle\Repository\StockOrderLineLocationRepository' shared autowired service.
  4551.      *
  4552.      * @return \Bluue\StocksBundle\Repository\StockOrderLineLocationRepository
  4553.      */
  4554.     protected function getStockOrderLineLocationRepositoryService()
  4555.     {
  4556.         return $this->privates['Bluue\\StocksBundle\\Repository\\StockOrderLineLocationRepository'] = new \Bluue\StocksBundle\Repository\StockOrderLineLocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4557.     }
  4558.     /**
  4559.      * Gets the private 'Bluue\StocksBundle\Repository\StockOrderLineRepository' shared autowired service.
  4560.      *
  4561.      * @return \Bluue\StocksBundle\Repository\StockOrderLineRepository
  4562.      */
  4563.     protected function getStockOrderLineRepositoryService()
  4564.     {
  4565.         return $this->privates['Bluue\\StocksBundle\\Repository\\StockOrderLineRepository'] = new \Bluue\StocksBundle\Repository\StockOrderLineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4566.     }
  4567.     /**
  4568.      * Gets the private 'Bluue\StocksBundle\Repository\StockProductRepository' shared autowired service.
  4569.      *
  4570.      * @return \Bluue\StocksBundle\Repository\StockProductRepository
  4571.      */
  4572.     protected function getStockProductRepositoryService()
  4573.     {
  4574.         $a = ($this->privates['Bluue\\ProductsBundle\\Services\\ProductSearch'] ?? $this->getProductSearchService());
  4575.         if (isset($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'])) {
  4576.             return $this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'];
  4577.         }
  4578.         $b = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4579.         if (isset($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'])) {
  4580.             return $this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'];
  4581.         }
  4582.         $c = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  4583.         $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);
  4584.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c);
  4585.         return $instance;
  4586.     }
  4587.     /**
  4588.      * Gets the private 'Bluue\StocksBundle\Repository\StockProductRootContextRepository' shared autowired service.
  4589.      *
  4590.      * @return \Bluue\StocksBundle\Repository\StockProductRootContextRepository
  4591.      */
  4592.     protected function getStockProductRootContextRepositoryService()
  4593.     {
  4594.         $this->privates['Bluue\\StocksBundle\\Repository\\StockProductRootContextRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockProductRootContextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4595.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4596.         return $instance;
  4597.     }
  4598.     /**
  4599.      * Gets the private 'Bluue\StocksBundle\Repository\StockProductRootRepository' shared autowired service.
  4600.      *
  4601.      * @return \Bluue\StocksBundle\Repository\StockProductRootRepository
  4602.      */
  4603.     protected function getStockProductRootRepositoryService()
  4604.     {
  4605.         $this->privates['Bluue\\StocksBundle\\Repository\\StockProductRootRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockProductRootRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4606.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4607.         return $instance;
  4608.     }
  4609.     /**
  4610.      * Gets the private 'Bluue\StocksBundle\Repository\StockQuantityRepository' shared autowired service.
  4611.      *
  4612.      * @return \Bluue\StocksBundle\Repository\StockQuantityRepository
  4613.      */
  4614.     protected function getStockQuantityRepositoryService()
  4615.     {
  4616.         $this->privates['Bluue\\StocksBundle\\Repository\\StockQuantityRepository'] = $instance = new \Bluue\StocksBundle\Repository\StockQuantityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4617.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4618.         return $instance;
  4619.     }
  4620.     /**
  4621.      * Gets the private 'Bluue\StocksBundle\Repository\WarehouseRepository' shared autowired service.
  4622.      *
  4623.      * @return \Bluue\StocksBundle\Repository\WarehouseRepository
  4624.      */
  4625.     protected function getWarehouseRepositoryService()
  4626.     {
  4627.         $this->privates['Bluue\\StocksBundle\\Repository\\WarehouseRepository'] = $instance = new \Bluue\StocksBundle\Repository\WarehouseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4628.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4629.         return $instance;
  4630.     }
  4631.     /**
  4632.      * Gets the private 'Bluue\StocksBundle\Services\RemainingQuantityOrderedProcess' shared autowired service.
  4633.      *
  4634.      * @return \Bluue\StocksBundle\Services\RemainingQuantityOrderedProcess
  4635.      */
  4636.     protected function getRemainingQuantityOrderedProcessService()
  4637.     {
  4638.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4639.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4640.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4641.         }
  4642.         $b = ($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'] ?? $this->getRemovalStockProcedureService());
  4643.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4644.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4645.         }
  4646.         $c = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4647.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4648.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4649.         }
  4650.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4651.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4652.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4653.         }
  4654.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4655.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'])) {
  4656.             return $this->privates['Bluue\\StocksBundle\\Services\\RemainingQuantityOrderedProcess'];
  4657.         }
  4658.         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);
  4659.     }
  4660.     /**
  4661.      * Gets the private 'Bluue\StocksBundle\Services\RemovalStockProcedure' shared autowired service.
  4662.      *
  4663.      * @return \Bluue\StocksBundle\Services\RemovalStockProcedure
  4664.      */
  4665.     protected function getRemovalStockProcedureService()
  4666.     {
  4667.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4668.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'])) {
  4669.             return $this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'];
  4670.         }
  4671.         $b = ($this->privates['Bluue\\StocksBundle\\Repository\\StockProductRepository'] ?? $this->getStockProductRepositoryService());
  4672.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'])) {
  4673.             return $this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'];
  4674.         }
  4675.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4676.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'])) {
  4677.             return $this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'];
  4678.         }
  4679.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4680.         if (isset($this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'])) {
  4681.             return $this->privates['Bluue\\StocksBundle\\Services\\RemovalStockProcedure'];
  4682.         }
  4683.         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);
  4684.     }
  4685.     /**
  4686.      * Gets the private 'Bluue\SuppliersBundle\Repository\ProductSupplierContextRepository' shared autowired service.
  4687.      *
  4688.      * @return \Bluue\SuppliersBundle\Repository\ProductSupplierContextRepository
  4689.      */
  4690.     protected function getProductSupplierContextRepositoryService()
  4691.     {
  4692.         $a = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  4693.         $this->privates['Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository'] = $instance = new \Bluue\SuppliersBundle\Repository\ProductSupplierContextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  4694.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  4695.         return $instance;
  4696.     }
  4697.     /**
  4698.      * Gets the private 'Bluue\SuppliersBundle\Repository\ProductSupplierRepository' shared autowired service.
  4699.      *
  4700.      * @return \Bluue\SuppliersBundle\Repository\ProductSupplierRepository
  4701.      */
  4702.     protected function getProductSupplierRepositoryService()
  4703.     {
  4704.         $a = ($this->privates['App\\Services\\Context'] ?? $this->getContextService());
  4705.         $this->privates['Bluue\\SuppliersBundle\\Repository\\ProductSupplierRepository'] = $instance = new \Bluue\SuppliersBundle\Repository\ProductSupplierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Bluue\\SuppliersBundle\\Repository\\ProductSupplierContextRepository'] ?? $this->getProductSupplierContextRepositoryService()), $a);
  4706.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  4707.         return $instance;
  4708.     }
  4709.     /**
  4710.      * Gets the private 'Bluue\SuppliersBundle\Repository\SupplierRepository' shared autowired service.
  4711.      *
  4712.      * @return \Bluue\SuppliersBundle\Repository\SupplierRepository
  4713.      */
  4714.     protected function getSupplierRepositoryService()
  4715.     {
  4716.         $this->privates['Bluue\\SuppliersBundle\\Repository\\SupplierRepository'] = $instance = new \Bluue\SuppliersBundle\Repository\SupplierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4717.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Context'] ?? $this->getContextService()));
  4718.         return $instance;
  4719.     }
  4720.     /**
  4721.      * Gets the private 'Bluue\TicketsBundle\Twig\AddressExtension' shared autowired service.
  4722.      *
  4723.      * @return \Bluue\TicketsBundle\Twig\AddressExtension
  4724.      */
  4725.     protected function getAddressExtensionService()
  4726.     {
  4727.         $a = ($this->privates['App\\Services\\Configuration'] ?? $this->getConfigurationService());
  4728.         if (isset($this->privates['Bluue\\TicketsBundle\\Twig\\AddressExtension'])) {
  4729.             return $this->privates['Bluue\\TicketsBundle\\Twig\\AddressExtension'];
  4730.         }
  4731.         return $this->privates['Bluue\\TicketsBundle\\Twig\\AddressExtension'] = new \Bluue\TicketsBundle\Twig\AddressExtension($a);
  4732.     }
  4733.     /**
  4734.      * Gets the private 'annotations.cache_adapter' shared service.
  4735.      *
  4736.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4737.      */
  4738.     protected function getAnnotations_CacheAdapterService()
  4739.     {
  4740.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4741.     }
  4742.     /**
  4743.      * Gets the private 'annotations.cached_reader' shared service.
  4744.      *
  4745.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4746.      */
  4747.     protected function getAnnotations_CachedReaderService()
  4748.     {
  4749.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  4750.     }
  4751.     /**
  4752.      * Gets the private 'annotations.reader' shared service.
  4753.      *
  4754.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4755.      */
  4756.     protected function getAnnotations_ReaderService()
  4757.     {
  4758.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4759.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4760.         $a->registerUniqueLoader('class_exists');
  4761.         $instance->addGlobalIgnoredName('required'$a);
  4762.         return $instance;
  4763.     }
  4764.     /**
  4765.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  4766.      *
  4767.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4768.      */
  4769.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  4770.     {
  4771.         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())));
  4772.     }
  4773.     /**
  4774.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  4775.      *
  4776.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4777.      */
  4778.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  4779.     {
  4780.         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())));
  4781.     }
  4782.     /**
  4783.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  4784.      *
  4785.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4786.      */
  4787.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  4788.     {
  4789.         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())));
  4790.     }
  4791.     /**
  4792.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  4793.      *
  4794.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4795.      */
  4796.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  4797.     {
  4798.         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())));
  4799.     }
  4800.     /**
  4801.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  4802.      *
  4803.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4804.      */
  4805.     protected function getApiPlatform_Cache_RouteNameResolverService()
  4806.     {
  4807.         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())));
  4808.     }
  4809.     /**
  4810.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  4811.      *
  4812.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4813.      */
  4814.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  4815.     {
  4816.         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())));
  4817.     }
  4818.     /**
  4819.      * Gets the private 'api_platform.graphql.cache.subscription' shared service.
  4820.      *
  4821.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4822.      */
  4823.     protected function getApiPlatform_Graphql_Cache_SubscriptionService()
  4824.     {
  4825.         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())));
  4826.     }
  4827.     /**
  4828.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  4829.      *
  4830.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  4831.      */
  4832.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  4833.     {
  4834.         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()));
  4835.     }
  4836.     /**
  4837.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  4838.      *
  4839.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  4840.      */
  4841.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  4842.     {
  4843.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  4844.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  4845.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  4846.         }
  4847.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  4848.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  4849.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  4850.         }
  4851.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  4852.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  4853.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  4854.         }
  4855.         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())));
  4856.     }
  4857.     /**
  4858.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  4859.      *
  4860.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  4861.      */
  4862.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  4863.     {
  4864.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  4865.     }
  4866.     /**
  4867.      * Gets the private 'api_platform.identifier.converter' shared service.
  4868.      *
  4869.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  4870.      */
  4871.     protected function getApiPlatform_Identifier_ConverterService()
  4872.     {
  4873.         $a = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  4874.         if (isset($this->privates['api_platform.identifier.converter'])) {
  4875.             return $this->privates['api_platform.identifier.converter'];
  4876.         }
  4877.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  4878.         if (isset($this->privates['api_platform.identifier.converter'])) {
  4879.             return $this->privates['api_platform.identifier.converter'];
  4880.         }
  4881.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter($a$b, new RewindableGenerator(function () {
  4882.             yield => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  4883.             yield => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
  4884.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  4885.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  4886.         }, 4));
  4887.     }
  4888.     /**
  4889.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  4890.      *
  4891.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  4892.      */
  4893.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  4894.     {
  4895.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  4896.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  4897.             return $this->privates['api_platform.identifiers_extractor.cached'];
  4898.         }
  4899.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  4900.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  4901.             return $this->privates['api_platform.identifiers_extractor.cached'];
  4902.         }
  4903.         $c = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  4904.         $d = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  4905.         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);
  4906.     }
  4907.     /**
  4908.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  4909.      *
  4910.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  4911.      */
  4912.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  4913.     {
  4914.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  4915.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  4916.         return $instance;
  4917.     }
  4918.     /**
  4919.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  4920.      *
  4921.      * @return \ApiPlatform\JsonLd\ContextBuilder
  4922.      */
  4923.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  4924.     {
  4925.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  4926.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  4927.             return $this->privates['api_platform.jsonld.context_builder'];
  4928.         }
  4929.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  4930.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  4931.             return $this->privates['api_platform.jsonld.context_builder'];
  4932.         }
  4933.         $c = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  4934.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  4935.             return $this->privates['api_platform.jsonld.context_builder'];
  4936.         }
  4937.         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));
  4938.     }
  4939.     /**
  4940.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  4941.      *
  4942.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  4943.      */
  4944.     protected function getApiPlatform_Listener_Request_AddFormatService()
  4945.     {
  4946.         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']);
  4947.     }
  4948.     /**
  4949.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  4950.      *
  4951.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  4952.      */
  4953.     protected function getApiPlatform_Listener_Request_DeserializeService()
  4954.     {
  4955.         $a = ($this->privates['Bluue\\InventoriesBundle\\Serializer\\InventoriesContextBuilder'] ?? $this->getInventoriesContextBuilderService());
  4956.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  4957.             return $this->privates['api_platform.listener.request.deserialize'];
  4958.         }
  4959.         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()));
  4960.     }
  4961.     /**
  4962.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  4963.      *
  4964.      * @return \ApiPlatform\Core\EventListener\ReadListener
  4965.      */
  4966.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  4967.     {
  4968.         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()));
  4969.     }
  4970.     /**
  4971.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  4972.      *
  4973.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  4974.      */
  4975.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  4976.     {
  4977.         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);
  4978.     }
  4979.     /**
  4980.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  4981.      *
  4982.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  4983.      */
  4984.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  4985.     {
  4986.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  4987.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  4988.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  4989.         }
  4990.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4991.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  4992.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  4993.         }
  4994.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  4995.         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 () {
  4996.             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()));
  4997.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  4998.             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()));
  4999.             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()));
  5000.             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()));
  5001.             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()));
  5002.             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()));
  5003.             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()));
  5004.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  5005.             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()));
  5006.             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()));
  5007.             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()));
  5008.             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()));
  5009.         }, 13)));
  5010.     }
  5011.     /**
  5012.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  5013.      *
  5014.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  5015.      */
  5016.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  5017.     {
  5018.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5019.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  5020.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  5021.         }
  5022.         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)));
  5023.     }
  5024.     /**
  5025.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  5026.      *
  5027.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  5028.      */
  5029.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  5030.     {
  5031.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  5032.         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']));
  5033.     }
  5034.     /**
  5035.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  5036.      *
  5037.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  5038.      */
  5039.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  5040.     {
  5041.         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)))))));
  5042.     }
  5043.     /**
  5044.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  5045.      *
  5046.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  5047.      */
  5048.     protected function getApiPlatform_OperationPathResolver_CustomService()
  5049.     {
  5050.         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()))));
  5051.     }
  5052.     /**
  5053.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  5054.      *
  5055.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  5056.      */
  5057.     protected function getApiPlatform_OperationPathResolver_RouterService()
  5058.     {
  5059.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  5060.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  5061.             return $this->privates['api_platform.operation_path_resolver.router'];
  5062.         }
  5063.         $b = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  5064.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  5065.             return $this->privates['api_platform.operation_path_resolver.router'];
  5066.         }
  5067.         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);
  5068.     }
  5069.     /**
  5070.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  5071.      *
  5072.      * @return \ApiPlatform\Api\ResourceClassResolver
  5073.      */
  5074.     protected function getApiPlatform_ResourceClassResolverService()
  5075.     {
  5076.         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()));
  5077.     }
  5078.     /**
  5079.      * Gets the private 'api_platform.router' shared service.
  5080.      *
  5081.      * @return \ApiPlatform\Symfony\Routing\Router
  5082.      */
  5083.     protected function getApiPlatform_RouterService()
  5084.     {
  5085.         $a = ($this->services['router'] ?? $this->getRouterService());
  5086.         if (isset($this->privates['api_platform.router'])) {
  5087.             return $this->privates['api_platform.router'];
  5088.         }
  5089.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a1);
  5090.     }
  5091.     /**
  5092.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  5093.      *
  5094.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  5095.      */
  5096.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  5097.     {
  5098.         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()));
  5099.     }
  5100.     /**
  5101.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  5102.      *
  5103.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  5104.      */
  5105.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  5106.     {
  5107.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5108.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  5109.             return $this->privates['api_platform.security.resource_access_checker'];
  5110.         }
  5111.         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);
  5112.     }
  5113.     /**
  5114.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  5115.      *
  5116.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  5117.      */
  5118.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  5119.     {
  5120.         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()))])));
  5121.     }
  5122.     /**
  5123.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  5124.      *
  5125.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  5126.      */
  5127.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  5128.     {
  5129.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  5130.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  5131.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  5132.         }
  5133.         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())));
  5134.     }
  5135.     /**
  5136.      * Gets the private 'assets.packages' shared service.
  5137.      *
  5138.      * @return \Symfony\Component\Asset\Packages
  5139.      */
  5140.     protected function getAssets_PackagesService()
  5141.     {
  5142.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5143.         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 () {
  5144.             return new \EmptyIterator();
  5145.         }, 0));
  5146.     }
  5147.     /**
  5148.      * Gets the private 'cache.annotations' shared service.
  5149.      *
  5150.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5151.      */
  5152.     protected function getCache_AnnotationsService()
  5153.     {
  5154.         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())));
  5155.     }
  5156.     /**
  5157.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5158.      *
  5159.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5160.      */
  5161.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5162.     {
  5163.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5164.     }
  5165.     /**
  5166.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5167.      *
  5168.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5169.      */
  5170.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5171.     {
  5172.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5173.     }
  5174.     /**
  5175.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  5176.      *
  5177.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5178.      */
  5179.     protected function getCache_Messenger_RestartWorkersSignalService()
  5180.     {
  5181.         $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))));
  5182.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5183.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5184.     }
  5185.     /**
  5186.      * Gets the private 'cache.property_info' shared service.
  5187.      *
  5188.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5189.      */
  5190.     protected function getCache_PropertyInfoService()
  5191.     {
  5192.         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())));
  5193.     }
  5194.     /**
  5195.      * Gets the private 'cache.security_expression_language' shared service.
  5196.      *
  5197.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5198.      */
  5199.     protected function getCache_SecurityExpressionLanguageService()
  5200.     {
  5201.         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())));
  5202.     }
  5203.     /**
  5204.      * Gets the private 'cache.security_token_verifier' shared service.
  5205.      *
  5206.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5207.      */
  5208.     protected function getCache_SecurityTokenVerifierService()
  5209.     {
  5210.         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())));
  5211.     }
  5212.     /**
  5213.      * Gets the private 'cache.serializer' shared service.
  5214.      *
  5215.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5216.      */
  5217.     protected function getCache_SerializerService()
  5218.     {
  5219.         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())));
  5220.     }
  5221.     /**
  5222.      * Gets the private 'cache.validator' shared service.
  5223.      *
  5224.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5225.      */
  5226.     protected function getCache_ValidatorService()
  5227.     {
  5228.         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())));
  5229.     }
  5230.     /**
  5231.      * Gets the private 'cache.webpack_encore' shared service.
  5232.      *
  5233.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5234.      */
  5235.     protected function getCache_WebpackEncoreService()
  5236.     {
  5237.         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())));
  5238.     }
  5239.     /**
  5240.      * Gets the private 'config_cache_factory' shared service.
  5241.      *
  5242.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5243.      */
  5244.     protected function getConfigCacheFactoryService()
  5245.     {
  5246.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5247.             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)));
  5248.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5249.         }, 2));
  5250.     }
  5251.     /**
  5252.      * Gets the private 'data_collector.form' shared service.
  5253.      *
  5254.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  5255.      */
  5256.     protected function getDataCollector_FormService()
  5257.     {
  5258.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  5259.     }
  5260.     /**
  5261.      * Gets the private 'data_collector.request' shared service.
  5262.      *
  5263.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  5264.      */
  5265.     protected function getDataCollector_RequestService()
  5266.     {
  5267.         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())));
  5268.     }
  5269.     /**
  5270.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  5271.      *
  5272.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  5273.      */
  5274.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  5275.     {
  5276.         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 () {
  5277.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  5278.         }, 1)));
  5279.     }
  5280.     /**
  5281.      * Gets the private 'debug.api_platform.data_persister' shared service.
  5282.      *
  5283.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  5284.      */
  5285.     protected function getDebug_ApiPlatform_DataPersisterService()
  5286.     {
  5287.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  5288.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  5289.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  5290.         }, 2)));
  5291.     }
  5292.     /**
  5293.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  5294.      *
  5295.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  5296.      */
  5297.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  5298.     {
  5299.         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 () {
  5300.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  5301.         }, 1)));
  5302.     }
  5303.     /**
  5304.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  5305.      *
  5306.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  5307.      */
  5308.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  5309.     {
  5310.         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 () {
  5311.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  5312.         }, 1)));
  5313.     }
  5314.     /**
  5315.      * Gets the private 'debug.debug_handlers_listener' shared service.
  5316.      *
  5317.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5318.      */
  5319.     protected function getDebug_DebugHandlersListenerService()
  5320.     {
  5321.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  5322.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5323.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5324.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5325.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5326.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  5327.     }
  5328.     /**
  5329.      * Gets the private 'debug.file_link_formatter' shared service.
  5330.      *
  5331.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5332.      */
  5333.     protected function getDebug_FileLinkFormatterService()
  5334.     {
  5335.         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 () {
  5336.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  5337.         });
  5338.     }
  5339.     /**
  5340.      * Gets the private 'debug.log_processor' shared service.
  5341.      *
  5342.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  5343.      */
  5344.     protected function getDebug_LogProcessorService()
  5345.     {
  5346.         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())));
  5347.     }
  5348.     /**
  5349.      * Gets the private 'debug.security.access.decision_manager' shared service.
  5350.      *
  5351.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  5352.      */
  5353.     protected function getDebug_Security_Access_DecisionManagerService()
  5354.     {
  5355.         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 () {
  5356.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  5357.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  5358.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  5359.             yield => ($this->privates['debug.security.voter.Bluue\\ProductsBundle\\Security\\CatalogVoter'] ?? $this->load('getCatalogVoterService'));
  5360.             yield => ($this->privates['debug.security.voter.Bluue\\StocksBundle\\Security\\StocksVoter'] ?? $this->load('getStocksVoterService'));
  5361.             yield => ($this->privates['debug.security.voter.Bluue\\CustomersBundle\\Security\\CustomersVoter'] ?? $this->load('getCustomersVoterService'));
  5362.             yield => ($this->privates['debug.security.voter.Bluue\\SalesBundle\\Security\\SalesVoter'] ?? $this->load('getSalesVoterService'));
  5363.             yield => ($this->privates['debug.security.voter.Bluue\\CrmBundle\\Security\\CrmVoter'] ?? $this->load('getCrmVoterService'));
  5364.             yield => ($this->privates['debug.security.voter.Bluue\\SuppliersBundle\\Security\\SuppliersVoter'] ?? $this->load('getSuppliersVoterService'));
  5365.             yield => ($this->privates['debug.security.voter.Bluue\\SuppliersOrdersBundle\\Security\\ImportOrderVoter'] ?? $this->load('getImportOrderVoterService'));
  5366.             yield 10 => ($this->privates['debug.security.voter.Bluue\\InventoriesBundle\\Security\\InventoriesVoter'] ?? $this->load('getInventoriesVoterService'));
  5367.             yield 11 => ($this->privates['debug.security.voter.Bluue\\ImportProductsBundle\\Security\\ImportProductVoter'] ?? $this->load('getImportProductVoterService'));
  5368.             yield 12 => ($this->privates['debug.security.voter.Bluue\\StatisticsBundle\\Security\\StatisticsVoter'] ?? $this->load('getStatisticsVoterService'));
  5369.             yield 13 => ($this->privates['debug.security.voter.Bluue\\ShipmentsBundle\\Security\\ShipmentsVoter'] ?? $this->load('getShipmentsVoterService'));
  5370.             yield 14 => ($this->privates['debug.security.voter.Bluue\\UtilityBillsBundle\\Security\\UtilityBillsVoter'] ?? $this->load('getUtilityBillsVoterService'));
  5371.             yield 15 => ($this->privates['debug.security.voter.Bluue\\CashRegisterBundle\\Security\\CashRegisterVoter'] ?? $this->load('getCashRegisterVoter2Service'));
  5372.             yield 16 => ($this->privates['debug.security.voter.Bluue\\ProjectsBundle\\Security\\ProjectsVoter'] ?? $this->load('getProjectsVoterService'));
  5373.             yield 17 => ($this->privates['debug.security.voter.Bluue\\SitesBundle\\Security\\SitesVoter'] ?? $this->load('getSitesVoterService'));
  5374.         }, 18), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  5375.     }
  5376.     /**
  5377.      * Gets the private 'debug.security.firewall' shared service.
  5378.      *
  5379.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  5380.      */
  5381.     protected function getDebug_Security_FirewallService()
  5382.     {
  5383.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  5384.         if (isset($this->privates['debug.security.firewall'])) {
  5385.             return $this->privates['debug.security.firewall'];
  5386.         }
  5387.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5388.         if (isset($this->privates['debug.security.firewall'])) {
  5389.             return $this->privates['debug.security.firewall'];
  5390.         }
  5391.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  5392.     }
  5393.     /**
  5394.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  5395.      *
  5396.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  5397.      */
  5398.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  5399.     {
  5400.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5401.             'App\\EventSubscriber\\CheckEntitySubscriber' => ['privates''App\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriberService'true],
  5402.             'Bluue\\AccountingBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\AccountingBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriberService'true],
  5403.             'Bluue\\AdelyaBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\AdelyaBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber2Service'true],
  5404.             'Bluue\\CashRegisterBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\CashRegisterBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber3Service'true],
  5405.             'Bluue\\CashRegisterBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\CashRegisterBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber2Service'true],
  5406.             'Bluue\\CategoriesBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\CategoriesBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber3Service'true],
  5407.             'Bluue\\CrmBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\CrmBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber4Service'true],
  5408.             'Bluue\\CrmBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\CrmBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber4Service'true],
  5409.             'Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber5Service'true],
  5410.             'Bluue\\CustomersBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\CustomersBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber6Service'true],
  5411.             'Bluue\\Cx3Bundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\Cx3Bundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber5Service'true],
  5412.             'Bluue\\InventoriesBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\InventoriesBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber7Service'true],
  5413.             'Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\CheckEntitySubscriber' => ['privates''Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\CheckEntitySubscriber''getCheckEntitySubscriber8Service'true],
  5414.             'Bluue\\LabelsBundle\\EventSubscriber\\StocksBundle\\CheckEntitySubscriber' => ['privates''Bluue\\LabelsBundle\\EventSubscriber\\StocksBundle\\CheckEntitySubscriber''getCheckEntitySubscriber9Service'true],
  5415.             'Bluue\\OvhSmsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\OvhSmsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber10Service'true],
  5416.             'Bluue\\PlanningBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\PlanningBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber11Service'true],
  5417.             'Bluue\\PlanningBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\PlanningBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber6Service'true],
  5418.             'Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber12Service'true],
  5419.             'Bluue\\ProductReturnsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\ProductReturnsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber13Service'true],
  5420.             'Bluue\\ProductsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\ProductsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber14Service'true],
  5421.             'Bluue\\ProductsBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\ProductsBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber7Service'true],
  5422.             'Bluue\\ProjectsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\ProjectsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber15Service'true],
  5423.             'Bluue\\ProjectsBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\ProjectsBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber8Service'true],
  5424.             'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber16Service'true],
  5425.             'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\RecurringInvoicesBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber9Service'true],
  5426.             'Bluue\\SalesBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\SalesBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber17Service'true],
  5427.             'Bluue\\ShipmentsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\ShipmentsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber18Service'true],
  5428.             'Bluue\\SitesBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\SitesBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber19Service'true],
  5429.             'Bluue\\StocksBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\StocksBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber20Service'true],
  5430.             'Bluue\\StocksBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\StocksBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber10Service'true],
  5431.             'Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\RemainingQuantityOrderedSubscriber' => ['privates''Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\RemainingQuantityOrderedSubscriber''getRemainingQuantityOrderedSubscriberService'true],
  5432.             'Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber' => ['privates''Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber''getStockQuantitySubscriberService'true],
  5433.             'Bluue\\SuppliersBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\SuppliersBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber21Service'true],
  5434.             'Bluue\\SuppliersBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\SuppliersBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber11Service'true],
  5435.             'Bluue\\SuppliersOrdersBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\SuppliersOrdersBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber22Service'true],
  5436.             'Bluue\\TicketsBundle\\EventSubscriber\\CheckEntitySubscriber' => ['privates''Bluue\\TicketsBundle\\EventSubscriber\\CheckEntitySubscriber''getCheckEntitySubscriber23Service'true],
  5437.             'Bluue\\TicketsBundle\\EventSubscriber\\DynamicRelationSubscriber' => ['privates''Bluue\\TicketsBundle\\EventSubscriber\\DynamicRelationSubscriber''getDynamicRelationSubscriber12Service'true],
  5438.             'Gedmo\\Translatable\\TranslatableListener' => ['privates''Gedmo\\Translatable\\TranslatableListener''getTranslatableListenerService'true],
  5439.             'app.event_listener.set_entity_service' => ['privates''app.event_listener.set_entity_service''getApp_EventListener_SetEntityServiceService'true],
  5440.             'app.event_listener.soft_delete' => ['privates''app.event_listener.soft_delete''getApp_EventListener_SoftDeleteService'true],
  5441.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  5442.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  5443.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  5444.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  5445.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  5446.             'gedmo.listener.tree' => ['privates''gedmo.listener.tree''getGedmo_Listener_TreeService'true],
  5447.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  5448.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'true],
  5449.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  5450.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  5451.         ], [
  5452.             'App\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5453.             'Bluue\\AccountingBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5454.             'Bluue\\AdelyaBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5455.             'Bluue\\CashRegisterBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5456.             'Bluue\\CashRegisterBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5457.             'Bluue\\CategoriesBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5458.             'Bluue\\CrmBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5459.             'Bluue\\CrmBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5460.             'Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5461.             'Bluue\\CustomersBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5462.             'Bluue\\Cx3Bundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5463.             'Bluue\\InventoriesBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5464.             'Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\CheckEntitySubscriber' => '?',
  5465.             'Bluue\\LabelsBundle\\EventSubscriber\\StocksBundle\\CheckEntitySubscriber' => '?',
  5466.             'Bluue\\OvhSmsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5467.             'Bluue\\PlanningBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5468.             'Bluue\\PlanningBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5469.             'Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5470.             'Bluue\\ProductReturnsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5471.             'Bluue\\ProductsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5472.             'Bluue\\ProductsBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5473.             'Bluue\\ProjectsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5474.             'Bluue\\ProjectsBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5475.             'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5476.             'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5477.             'Bluue\\SalesBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5478.             'Bluue\\ShipmentsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5479.             'Bluue\\SitesBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5480.             'Bluue\\StocksBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5481.             'Bluue\\StocksBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5482.             'Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\RemainingQuantityOrderedSubscriber' => '?',
  5483.             'Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber' => '?',
  5484.             'Bluue\\SuppliersBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5485.             'Bluue\\SuppliersBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5486.             'Bluue\\SuppliersOrdersBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5487.             'Bluue\\TicketsBundle\\EventSubscriber\\CheckEntitySubscriber' => '?',
  5488.             'Bluue\\TicketsBundle\\EventSubscriber\\DynamicRelationSubscriber' => '?',
  5489.             'Gedmo\\Translatable\\TranslatableListener' => '?',
  5490.             'app.event_listener.set_entity_service' => '?',
  5491.             'app.event_listener.soft_delete' => '?',
  5492.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  5493.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  5494.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  5495.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  5496.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  5497.             'gedmo.listener.tree' => '?',
  5498.             'stof_doctrine_extensions.listener.blameable' => '?',
  5499.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  5500.             'stof_doctrine_extensions.listener.timestampable' => '?',
  5501.             'stof_doctrine_extensions.listener.tree' => '?',
  5502.         ]), [=> 'Bluue\\TicketsBundle\\EventSubscriber\\DynamicRelationSubscriber'=> 'Bluue\\AccountingBundle\\EventSubscriber\\DynamicRelationSubscriber'=> 'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\DynamicRelationSubscriber'=> 'Bluue\\SuppliersBundle\\EventSubscriber\\DynamicRelationSubscriber'=> 'Bluue\\PlanningBundle\\EventSubscriber\\DynamicRelationSubscriber'=> 'Bluue\\CrmBundle\\EventSubscriber\\DynamicRelationSubscriber'=> 'Bluue\\CategoriesBundle\\EventSubscriber\\DynamicRelationSubscriber'=> 'Bluue\\ProjectsBundle\\EventSubscriber\\DynamicRelationSubscriber'=> 'Bluue\\StocksBundle\\EventSubscriber\\DynamicRelationSubscriber'=> 'Bluue\\ProductsBundle\\EventSubscriber\\DynamicRelationSubscriber'10 => 'App\\EventSubscriber\\CheckEntitySubscriber'11 => 'Gedmo\\Translatable\\TranslatableListener'12 => 'gedmo.listener.tree'13 => 'doctrine.orm.messenger.doctrine_schema_subscriber'14 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'15 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'16 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'17 => 'stof_doctrine_extensions.listener.blameable'18 => 'stof_doctrine_extensions.listener.timestampable'19 => 'stof_doctrine_extensions.listener.softdeleteable'20 => 'stof_doctrine_extensions.listener.tree'21 => 'Bluue\\ProductsBundle\\EventSubscriber\\CheckEntitySubscriber'22 => 'Bluue\\StocksBundle\\EventSubscriber\\CheckEntitySubscriber'23 => 'Bluue\\StocksBundle\\EventSubscriber\\SalesBundle\\RemainingQuantityOrderedSubscriber'24 => 'Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber'25 => 'Bluue\\StocksBundle\\EventSubscriber\\StockQuantitySubscriber'26 => 'Bluue\\CustomersBundle\\EventSubscriber\\CheckEntitySubscriber'27 => 'Bluue\\SalesBundle\\EventSubscriber\\CheckEntitySubscriber'28 => 'Bluue\\CrmBundle\\EventSubscriber\\CheckEntitySubscriber'29 => 'Bluue\\SuppliersBundle\\EventSubscriber\\CheckEntitySubscriber'30 => 'Bluue\\SuppliersOrdersBundle\\EventSubscriber\\CheckEntitySubscriber'31 => 'Bluue\\ProductReturnsBundle\\EventSubscriber\\CheckEntitySubscriber'32 => 'Bluue\\InventoriesBundle\\EventSubscriber\\CheckEntitySubscriber'33 => 'Bluue\\LabelsBundle\\EventSubscriber\\ProductsBundle\\CheckEntitySubscriber'34 => 'Bluue\\LabelsBundle\\EventSubscriber\\StocksBundle\\CheckEntitySubscriber'35 => 'Bluue\\ShipmentsBundle\\EventSubscriber\\CheckEntitySubscriber'36 => 'Bluue\\PrestashopConnectorBundle\\EventSubscriber\\CheckEntitySubscriber'37 => 'Bluue\\OvhSmsBundle\\EventSubscriber\\CheckEntitySubscriber'38 => 'Bluue\\RecurringInvoicesBundle\\EventSubscriber\\CheckEntitySubscriber'39 => 'Bluue\\CashRegisterBundle\\EventSubscriber\\CheckEntitySubscriber'40 => 'Bluue\\CashRegisterBundle\\EventSubscriber\\DynamicRelationSubscriber'41 => 'Bluue\\PlanningBundle\\EventSubscriber\\CheckEntitySubscriber'42 => 'Bluue\\CustomerOutstandingBundle\\EventSubscriber\\CheckEntitySubscriber'43 => 'Bluue\\ProjectsBundle\\EventSubscriber\\CheckEntitySubscriber'44 => 'Bluue\\SitesBundle\\EventSubscriber\\CheckEntitySubscriber'45 => 'Bluue\\TicketsBundle\\EventSubscriber\\CheckEntitySubscriber'46 => 'Bluue\\AdelyaBundle\\EventSubscriber\\CheckEntitySubscriber'47 => 'Bluue\\Cx3Bundle\\EventSubscriber\\DynamicRelationSubscriber'48 => [=> [=> 'preSoftDelete'], => 'app.event_listener.soft_delete'], 49 => [=> [=> 'postLoad'], => 'app.event_listener.set_entity_service'], 50 => [=> [=> 'prePersist'], => 'app.event_listener.set_entity_service'], 51 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  5503.     }
  5504.     /**
  5505.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  5506.      *
  5507.      * @return \Doctrine\Migrations\DependencyFactory
  5508.      */
  5509.     protected function getDoctrine_Migrations_DependencyFactoryService()
  5510.     {
  5511.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  5512.         $a->addMigrationsDirectory('CoreMigrations', (\dirname(__DIR__4).'/migrations'));
  5513.         $a->addMigrationsDirectory('ProductsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/products-bundle/migrations'));
  5514.         $a->addMigrationsDirectory('CategoriesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/migrations'));
  5515.         $a->addMigrationsDirectory('StocksBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/migrations'));
  5516.         $a->addMigrationsDirectory('CustomersBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/migrations'));
  5517.         $a->addMigrationsDirectory('SalesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/migrations'));
  5518.         $a->addMigrationsDirectory('CrmBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/crm-bundle/migrations'));
  5519.         $a->addMigrationsDirectory('SuppliersBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/migrations'));
  5520.         $a->addMigrationsDirectory('SuppliersOrdersBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/migrations'));
  5521.         $a->addMigrationsDirectory('ProductReturnsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/migrations'));
  5522.         $a->addMigrationsDirectory('InventoriesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/migrations'));
  5523.         $a->addMigrationsDirectory('AccountingBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/migrations'));
  5524.         $a->addMigrationsDirectory('ImportProductsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/migrations'));
  5525.         $a->addMigrationsDirectory('LabelsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/labels-bundle/migrations'));
  5526.         $a->addMigrationsDirectory('ManufacturingBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/migrations'));
  5527.         $a->addMigrationsDirectory('ShipmentsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/migrations'));
  5528.         $a->addMigrationsDirectory('ApiCmsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/migrations'));
  5529.         $a->addMigrationsDirectory('PrestashopConnectorBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/migrations'));
  5530.         $a->addMigrationsDirectory('GocardlessBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/migrations'));
  5531.         $a->addMigrationsDirectory('MondialrelayBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/migrations'));
  5532.         $a->addMigrationsDirectory('UtilityBillsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/migrations'));
  5533.         $a->addMigrationsDirectory('PimBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/pim-bundle/migrations'));
  5534.         $a->addMigrationsDirectory('OvhSmsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/migrations'));
  5535.         $a->addMigrationsDirectory('RecurringInvoicesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/migrations'));
  5536.         $a->addMigrationsDirectory('CashRegisterBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/migrations'));
  5537.         $a->addMigrationsDirectory('PlanningBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/planning-bundle/migrations'));
  5538.         $a->addMigrationsDirectory('CustomerOutstandingBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/customer-outstanding-bundle/migrations'));
  5539.         $a->addMigrationsDirectory('ProjectsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/projects-bundle/migrations'));
  5540.         $a->addMigrationsDirectory('ShipmentsPictureBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/migrations'));
  5541.         $a->addMigrationsDirectory('SitesBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/sites-bundle/migrations'));
  5542.         $a->addMigrationsDirectory('TicketsBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/migrations'));
  5543.         $a->addMigrationsDirectory('AdelyaBundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/adelya-bundle/migrations'));
  5544.         $a->addMigrationsDirectory('Cx3BundleMigrations', (\dirname(__DIR__4).'/vendor/bluue/cx3-bundle/migrations'));
  5545.         $a->setAllOrNothing(false);
  5546.         $a->setCheckDatabasePlatform(true);
  5547.         $a->setTransactional(true);
  5548.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  5549.         $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()));
  5550.         $instance->setDefinition('Doctrine\\Migrations\\Version\\Comparator', function () {
  5551.             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)))));
  5552.         });
  5553.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  5554.             return ($this->privates['App\\Doctrine\\Migrations\\MigrationFactory'] ?? $this->load('getMigrationFactoryService'));
  5555.         });
  5556.         return $instance;
  5557.     }
  5558.     /**
  5559.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  5560.      *
  5561.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  5562.      */
  5563.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  5564.     {
  5565.         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);
  5566.     }
  5567.     /**
  5568.      * Gets the private 'exception_listener' shared service.
  5569.      *
  5570.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5571.      */
  5572.     protected function getExceptionListenerService()
  5573.     {
  5574.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  5575.     }
  5576.     /**
  5577.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5578.      *
  5579.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5580.      */
  5581.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5582.     {
  5583.         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())));
  5584.     }
  5585.     /**
  5586.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5587.      *
  5588.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5589.      */
  5590.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5591.     {
  5592.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5593.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  5594.             return $this->privates['framework_extra_bundle.event.is_granted'];
  5595.         }
  5596.         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);
  5597.     }
  5598.     /**
  5599.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  5600.      *
  5601.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  5602.      */
  5603.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  5604.     {
  5605.         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]);
  5606.     }
  5607.     /**
  5608.      * Gets the private 'locale_aware_listener' shared service.
  5609.      *
  5610.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5611.      */
  5612.     protected function getLocaleAwareListenerService()
  5613.     {
  5614.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5615.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  5616.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5617.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5618.     }
  5619.     /**
  5620.      * Gets the private 'locale_listener' shared service.
  5621.      *
  5622.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5623.      */
  5624.     protected function getLocaleListenerService()
  5625.     {
  5626.         $a = ($this->services['router'] ?? $this->getRouterService());
  5627.         if (isset($this->privates['locale_listener'])) {
  5628.             return $this->privates['locale_listener'];
  5629.         }
  5630.         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, []);
  5631.     }
  5632.     /**
  5633.      * Gets the private 'mime_types' shared service.
  5634.      *
  5635.      * @return \Symfony\Component\Mime\MimeTypes
  5636.      */
  5637.     protected function getMimeTypesService()
  5638.     {
  5639.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5640.         $instance->setDefault($instance);
  5641.         return $instance;
  5642.     }
  5643.     /**
  5644.      * Gets the private 'monolog.handler.console' shared service.
  5645.      *
  5646.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5647.      */
  5648.     protected function getMonolog_Handler_ConsoleService()
  5649.     {
  5650.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5651.     }
  5652.     /**
  5653.      * Gets the private 'monolog.handler.main' shared service.
  5654.      *
  5655.      * @return \Monolog\Handler\RotatingFileHandler
  5656.      */
  5657.     protected function getMonolog_Handler_MainService()
  5658.     {
  5659.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 30'info'trueNULLfalse);
  5660.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5661.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  5662.         return $instance;
  5663.     }
  5664.     /**
  5665.      * Gets the private 'monolog.logger' shared service.
  5666.      *
  5667.      * @return \Symfony\Bridge\Monolog\Logger
  5668.      */
  5669.     protected function getMonolog_LoggerService()
  5670.     {
  5671.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5672.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5673.         $instance->useMicrosecondTimestamps(true);
  5674.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5675.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5676.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5677.         return $instance;
  5678.     }
  5679.     /**
  5680.      * Gets the private 'monolog.logger.cache' shared service.
  5681.      *
  5682.      * @return \Symfony\Bridge\Monolog\Logger
  5683.      */
  5684.     protected function getMonolog_Logger_CacheService()
  5685.     {
  5686.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5687.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5688.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5689.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5690.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5691.         return $instance;
  5692.     }
  5693.     /**
  5694.      * Gets the private 'monolog.logger.request' shared service.
  5695.      *
  5696.      * @return \Symfony\Bridge\Monolog\Logger
  5697.      */
  5698.     protected function getMonolog_Logger_RequestService()
  5699.     {
  5700.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5701.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5702.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5703.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5704.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5705.         return $instance;
  5706.     }
  5707.     /**
  5708.      * Gets the private 'monolog.logger.security' shared service.
  5709.      *
  5710.      * @return \Symfony\Bridge\Monolog\Logger
  5711.      */
  5712.     protected function getMonolog_Logger_SecurityService()
  5713.     {
  5714.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5715.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5716.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5717.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5718.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5719.         return $instance;
  5720.     }
  5721.     /**
  5722.      * Gets the private 'parameter_bag' shared service.
  5723.      *
  5724.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5725.      */
  5726.     protected function getParameterBagService()
  5727.     {
  5728.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5729.     }
  5730.     /**
  5731.      * Gets the private 'profiler_listener' shared service.
  5732.      *
  5733.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5734.      */
  5735.     protected function getProfilerListenerService()
  5736.     {
  5737.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  5738.         if (isset($this->privates['profiler_listener'])) {
  5739.             return $this->privates['profiler_listener'];
  5740.         }
  5741.         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);
  5742.     }
  5743.     /**
  5744.      * Gets the private 'property_accessor' shared service.
  5745.      *
  5746.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5747.      */
  5748.     protected function getPropertyAccessorService()
  5749.     {
  5750.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5751.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  5752.     }
  5753.     /**
  5754.      * Gets the private 'property_info' shared service.
  5755.      *
  5756.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5757.      */
  5758.     protected function getPropertyInfoService()
  5759.     {
  5760.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5761.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  5762.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5763.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  5764.         }, 3), new RewindableGenerator(function () {
  5765.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  5766.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  5767.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5768.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5769.         }, 4), new RewindableGenerator(function () {
  5770.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5771.         }, 1), new RewindableGenerator(function () {
  5772.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  5773.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5774.         }, 2), new RewindableGenerator(function () {
  5775.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5776.         }, 1));
  5777.     }
  5778.     /**
  5779.      * Gets the private 'router.expression_language_provider' shared service.
  5780.      *
  5781.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  5782.      */
  5783.     protected function getRouter_ExpressionLanguageProviderService()
  5784.     {
  5785.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5786.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  5787.         ], [
  5788.             'env' => 'Closure',
  5789.         ]));
  5790.     }
  5791.     /**
  5792.      * Gets the private 'router.request_context' shared service.
  5793.      *
  5794.      * @return \Symfony\Component\Routing\RequestContext
  5795.      */
  5796.     protected function getRouter_RequestContextService()
  5797.     {
  5798.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri($this->getEnv('resolve:DEFAULT_DOMAIN'), 'localhost''http'80443);
  5799.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5800.         return $instance;
  5801.     }
  5802.     /**
  5803.      * Gets the private 'router_listener' shared service.
  5804.      *
  5805.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5806.      */
  5807.     protected function getRouterListenerService()
  5808.     {
  5809.         $a = ($this->services['router'] ?? $this->getRouterService());
  5810.         if (isset($this->privates['router_listener'])) {
  5811.             return $this->privates['router_listener'];
  5812.         }
  5813.         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);
  5814.     }
  5815.     /**
  5816.      * Gets the private 'security.context_listener.0' shared service.
  5817.      *
  5818.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5819.      */
  5820.     protected function getSecurity_ContextListener_0Service()
  5821.     {
  5822.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  5823.         if (isset($this->privates['security.context_listener.0'])) {
  5824.             return $this->privates['security.context_listener.0'];
  5825.         }
  5826.         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 () {
  5827.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  5828.             yield => ($this->privates['App\\Security\\ApiUserProvider'] ?? $this->load('getApiUserProviderService'));
  5829.         }, 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']);
  5830.     }
  5831.     /**
  5832.      * Gets the private 'security.event_dispatcher.main' shared service.
  5833.      *
  5834.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  5835.      */
  5836.     protected function getSecurity_EventDispatcher_MainService()
  5837.     {
  5838.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  5839.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5840.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  5841.         }, => 'checkPassport'], 2048);
  5842.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5843.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  5844.         }, => 'onSuccessfulLogin'], 0);
  5845.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5846.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  5847.         }, => 'onLogout'], 64);
  5848.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5849.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  5850.         }, => 'onLogout'], 0);
  5851.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5852.             return ($this->privates['security.listener.login_throttling.main'] ?? $this->load('getSecurity_Listener_LoginThrottling_MainService'));
  5853.         }, => 'checkPassport'], 2080);
  5854.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5855.             return ($this->privates['security.listener.login_throttling.main'] ?? $this->load('getSecurity_Listener_LoginThrottling_MainService'));
  5856.         }, => 'onSuccessfulLogin'], 0);
  5857.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5858.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  5859.         }, => 'onSuccessfulLogin'], -32);
  5860.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5861.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  5862.         }, => 'onSuccessfulLogin'], -64);
  5863.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  5864.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  5865.         }, => 'clearCookie'], 0);
  5866.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5867.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  5868.         }, => 'clearCookie'], 0);
  5869.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  5870.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  5871.         }, => 'clearCookie'], 0);
  5872.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5873.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  5874.         }, => 'preCheckCredentials'], 256);
  5875.         $instance->addListener('security.authentication.success', [=> function () {
  5876.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  5877.         }, => 'postCheckCredentials'], 256);
  5878.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5879.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  5880.         }, => 'checkPassport'], 1024);
  5881.         $instance->addListener('security.interactive_login', [=> function () {
  5882.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  5883.         }, => 'onInteractiveLogin'], 0);
  5884.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5885.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  5886.         }, => 'checkPassport'], 0);
  5887.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5888.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  5889.         }, => 'onLoginSuccess'], 0);
  5890.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5891.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  5892.         }, => 'checkPassport'], 512);
  5893.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5894.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  5895.         }, => 'onLogout'], 0);
  5896.         return $instance;
  5897.     }
  5898.     /**
  5899.      * Gets the private 'security.expression_language' shared service.
  5900.      *
  5901.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  5902.      */
  5903.     protected function getSecurity_ExpressionLanguageService()
  5904.     {
  5905.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  5906.         $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())));
  5907.         return $instance;
  5908.     }
  5909.     /**
  5910.      * Gets the private 'security.firewall.map' shared service.
  5911.      *
  5912.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5913.      */
  5914.     protected function getSecurity_Firewall_MapService()
  5915.     {
  5916.         $a = ($this->privates['.service_locator.e_lw0y.'] ?? $this->get_ServiceLocator_ELw0y_Service());
  5917.         if (isset($this->privates['security.firewall.map'])) {
  5918.             return $this->privates['security.firewall.map'];
  5919.         }
  5920.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  5921.             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)/')));
  5922.             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')));
  5923.             yield 'security.firewall.map.context.apiv2' => ($this->privates['.security.request_matcher.LugPZU4'] ?? ($this->privates['.security.request_matcher.LugPZU4'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/apiv2')));
  5924.             yield 'security.firewall.map.context.main' => NULL;
  5925.         }, 4));
  5926.     }
  5927.     /**
  5928.      * Gets the private 'security.logout_url_generator' shared service.
  5929.      *
  5930.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5931.      */
  5932.     protected function getSecurity_LogoutUrlGeneratorService()
  5933.     {
  5934.         $a = ($this->services['router'] ?? $this->getRouterService());
  5935.         if (isset($this->privates['security.logout_url_generator'])) {
  5936.             return $this->privates['security.logout_url_generator'];
  5937.         }
  5938.         $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()));
  5939.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  5940.         return $instance;
  5941.     }
  5942.     /**
  5943.      * Gets the private 'security.role_hierarchy' shared service.
  5944.      *
  5945.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  5946.      */
  5947.     protected function getSecurity_RoleHierarchyService()
  5948.     {
  5949.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  5950.     }
  5951.     /**
  5952.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5953.      *
  5954.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5955.      */
  5956.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5957.     {
  5958.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5959.     }
  5960.     /**
  5961.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5962.      *
  5963.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5964.      */
  5965.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5966.     {
  5967.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5968.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5969.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5970.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5971.     }
  5972.     /**
  5973.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5974.      *
  5975.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5976.      */
  5977.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5978.     {
  5979.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5980.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  5981.             return $this->privates['sensio_framework_extra.security.listener'];
  5982.         }
  5983.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  5984.         $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())));
  5985.         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()));
  5986.     }
  5987.     /**
  5988.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5989.      *
  5990.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5991.      */
  5992.     protected function getSensioFrameworkExtra_View_ListenerService()
  5993.     {
  5994.         $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))));
  5995.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5996.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5997.         ], [
  5998.             'twig' => '?',
  5999.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  6000.         return $instance;
  6001.     }
  6002.     /**
  6003.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  6004.      *
  6005.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  6006.      */
  6007.     protected function getSerializer_NameConverter_MetadataAwareService()
  6008.     {
  6009.         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()));
  6010.     }
  6011.     /**
  6012.      * Gets the private 'session_listener' shared service.
  6013.      *
  6014.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6015.      */
  6016.     protected function getSessionListenerService()
  6017.     {
  6018.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6019.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  6020.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6021.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6022.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  6023.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  6024.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  6025.         ], [
  6026.             'initialized_session' => '?',
  6027.             'logger' => '?',
  6028.             'request_stack' => '?',
  6029.             'session' => '?',
  6030.             'session_collector' => '?',
  6031.             'session_factory' => '?',
  6032.         ]), true$this->parameters['session.storage.options']);
  6033.     }
  6034.     /**
  6035.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  6036.      *
  6037.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  6038.      */
  6039.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  6040.     {
  6041.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6042.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  6043.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  6044.         }
  6045.         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);
  6046.     }
  6047.     /**
  6048.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  6049.      *
  6050.      * @return \App\EventListener\BlameableListener
  6051.      */
  6052.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  6053.     {
  6054.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \App\EventListener\BlameableListener();
  6055.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6056.         return $instance;
  6057.     }
  6058.     /**
  6059.      * Gets the private 'translator.default' shared service.
  6060.      *
  6061.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6062.      */
  6063.     protected function getTranslator_DefaultService()
  6064.     {
  6065.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6066.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  6067.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  6068.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  6069.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  6070.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  6071.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  6072.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  6073.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  6074.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  6075.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  6076.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  6077.         ], [
  6078.             'translation.loader.csv' => '?',
  6079.             'translation.loader.dat' => '?',
  6080.             'translation.loader.ini' => '?',
  6081.             'translation.loader.json' => '?',
  6082.             'translation.loader.mo' => '?',
  6083.             'translation.loader.php' => '?',
  6084.             'translation.loader.po' => '?',
  6085.             'translation.loader.qt' => '?',
  6086.             'translation.loader.res' => '?',
  6087.             'translation.loader.xliff' => '?',
  6088.             'translation.loader.yml' => '?',
  6089.         ]), 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']]], []);
  6090.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6091.         $instance->setFallbackLocales([=> 'en']);
  6092.         return $instance;
  6093.     }
  6094.     /**
  6095.      * Gets the private 'validator.builder' shared service.
  6096.      *
  6097.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6098.      */
  6099.     protected function getValidator_BuilderService()
  6100.     {
  6101.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6102.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6103.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6104.             'Bluue\\AccountingBundle\\Validator\\CheckAccountNumberValidator' => ['privates''Bluue\\AccountingBundle\\Validator\\CheckAccountNumberValidator''getCheckAccountNumberValidatorService'true],
  6105.             'Bluue\\ProductReturnsBundle\\Validator\\CheckDeliveryNoteValidator' => ['privates''Bluue\\ProductReturnsBundle\\Validator\\CheckDeliveryNoteValidator''getCheckDeliveryNoteValidatorService'true],
  6106.             'Bluue\\ProductsBundle\\Validator\\UniqueProductReferenceBrandValidator' => ['privates''Bluue\\ProductsBundle\\Validator\\UniqueProductReferenceBrandValidator''getUniqueProductReferenceBrandValidatorService'true],
  6107.             'Bluue\\StocksBundle\\Validator\\ProductOrDeclinationValidator' => ['privates''Bluue\\StocksBundle\\Validator\\ProductOrDeclinationValidator''getProductOrDeclinationValidatorService'true],
  6108.             'Bluue\\StocksBundle\\Validator\\XorLocationOrSubLocationValidator' => ['privates''Bluue\\StocksBundle\\Validator\\XorLocationOrSubLocationValidator''getXorLocationOrSubLocationValidatorService'true],
  6109.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  6110.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  6111.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  6112.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  6113.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  6114.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  6115.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  6116.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  6117.         ], [
  6118.             'Bluue\\AccountingBundle\\Validator\\CheckAccountNumberValidator' => '?',
  6119.             'Bluue\\ProductReturnsBundle\\Validator\\CheckDeliveryNoteValidator' => '?',
  6120.             'Bluue\\ProductsBundle\\Validator\\UniqueProductReferenceBrandValidator' => '?',
  6121.             'Bluue\\StocksBundle\\Validator\\ProductOrDeclinationValidator' => '?',
  6122.             'Bluue\\StocksBundle\\Validator\\XorLocationOrSubLocationValidator' => '?',
  6123.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6124.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6125.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6126.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6127.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6128.             'doctrine.orm.validator.unique' => '?',
  6129.             'security.validator.user_password' => '?',
  6130.             'validator.expression' => '?',
  6131.         ])));
  6132.         if ($this->has('translator')) {
  6133.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6134.         }
  6135.         $instance->setTranslationDomain('validators');
  6136.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6137.         $instance->enableAnnotationMapping(true);
  6138.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6139.         $instance->addMethodMapping('loadValidatorMetadata');
  6140.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6141.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6142.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6143.         return $instance;
  6144.     }
  6145.     /**
  6146.      * Gets the private 'var_dumper.html_dumper' shared service.
  6147.      *
  6148.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6149.      */
  6150.     protected function getVarDumper_HtmlDumperService()
  6151.     {
  6152.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6153.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6154.         return $instance;
  6155.     }
  6156.     /**
  6157.      * Gets the private 'var_dumper.server_connection' shared service.
  6158.      *
  6159.      * @return \Symfony\Component\VarDumper\Server\Connection
  6160.      */
  6161.     protected function getVarDumper_ServerConnectionService()
  6162.     {
  6163.         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()]);
  6164.     }
  6165.     /**
  6166.      * Gets the private 'web_profiler.csp.handler' shared service.
  6167.      *
  6168.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6169.      */
  6170.     protected function getWebProfiler_Csp_HandlerService()
  6171.     {
  6172.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6173.     }
  6174.     /**
  6175.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6176.      *
  6177.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6178.      */
  6179.     protected function getWebProfiler_DebugToolbarService()
  6180.     {
  6181.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6182.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6183.             return $this->privates['web_profiler.debug_toolbar'];
  6184.         }
  6185.         $b = ($this->services['router'] ?? $this->getRouterService());
  6186.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6187.             return $this->privates['web_profiler.debug_toolbar'];
  6188.         }
  6189.         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()));
  6190.     }
  6191.     /**
  6192.      * Gets the public 'cache_clearer' alias.
  6193.      *
  6194.      * @return object The ".container.private.cache_clearer" service.
  6195.      */
  6196.     protected function getCacheClearerService()
  6197.     {
  6198.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  6199.         return $this->get('.container.private.cache_clearer');
  6200.     }
  6201.     /**
  6202.      * Gets the public 'filesystem' alias.
  6203.      *
  6204.      * @return object The ".container.private.filesystem" service.
  6205.      */
  6206.     protected function getFilesystemService()
  6207.     {
  6208.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  6209.         return $this->get('.container.private.filesystem');
  6210.     }
  6211.     /**
  6212.      * Gets the public 'serializer' alias.
  6213.      *
  6214.      * @return object The ".container.private.serializer" service.
  6215.      */
  6216.     protected function getSerializerService()
  6217.     {
  6218.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  6219.         return $this->get('.container.private.serializer');
  6220.     }
  6221.     /**
  6222.      * Gets the public 'security.csrf.token_manager' alias.
  6223.      *
  6224.      * @return object The ".container.private.security.csrf.token_manager" service.
  6225.      */
  6226.     protected function getSecurity_Csrf_TokenManagerService()
  6227.     {
  6228.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  6229.         return $this->get('.container.private.security.csrf.token_manager');
  6230.     }
  6231.     /**
  6232.      * Gets the public 'form.factory' alias.
  6233.      *
  6234.      * @return object The ".container.private.form.factory" service.
  6235.      */
  6236.     protected function getForm_FactoryService()
  6237.     {
  6238.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  6239.         return $this->get('.container.private.form.factory');
  6240.     }
  6241.     /**
  6242.      * Gets the public 'form.type.file' alias.
  6243.      *
  6244.      * @return object The ".container.private.form.type.file" service.
  6245.      */
  6246.     protected function getForm_Type_FileService()
  6247.     {
  6248.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  6249.         return $this->get('.container.private.form.type.file');
  6250.     }
  6251.     /**
  6252.      * Gets the public 'profiler' alias.
  6253.      *
  6254.      * @return object The ".container.private.profiler" service.
  6255.      */
  6256.     protected function getProfilerService()
  6257.     {
  6258.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  6259.         return $this->get('.container.private.profiler');
  6260.     }
  6261.     /**
  6262.      * Gets the public 'twig' alias.
  6263.      *
  6264.      * @return object The ".container.private.twig" service.
  6265.      */
  6266.     protected function getTwigService()
  6267.     {
  6268.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  6269.         return $this->get('.container.private.twig');
  6270.     }
  6271.     /**
  6272.      * Gets the public 'security.authorization_checker' alias.
  6273.      *
  6274.      * @return object The ".container.private.security.authorization_checker" service.
  6275.      */
  6276.     protected function getSecurity_AuthorizationCheckerService()
  6277.     {
  6278.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  6279.         return $this->get('.container.private.security.authorization_checker');
  6280.     }
  6281.     /**
  6282.      * Gets the public 'security.token_storage' alias.
  6283.      *
  6284.      * @return object The ".container.private.security.token_storage" service.
  6285.      */
  6286.     protected function getSecurity_TokenStorageService()
  6287.     {
  6288.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  6289.         return $this->get('.container.private.security.token_storage');
  6290.     }
  6291.     /**
  6292.      * Gets the public 'security.password_encoder' alias.
  6293.      *
  6294.      * @return object The ".container.private.security.password_encoder" service.
  6295.      */
  6296.     protected function getSecurity_PasswordEncoderService()
  6297.     {
  6298.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  6299.         return $this->get('.container.private.security.password_encoder');
  6300.     }
  6301.     /**
  6302.      * Gets the public 'session' alias.
  6303.      *
  6304.      * @return object The ".container.private.session" service.
  6305.      */
  6306.     protected function getSessionService()
  6307.     {
  6308.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  6309.         return $this->get('.container.private.session');
  6310.     }
  6311.     /**
  6312.      * Gets the public 'validator' alias.
  6313.      *
  6314.      * @return object The ".container.private.validator" service.
  6315.      */
  6316.     protected function getValidatorService()
  6317.     {
  6318.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  6319.         return $this->get('.container.private.validator');
  6320.     }
  6321.     /**
  6322.      * @return array|bool|float|int|string|\UnitEnum|null
  6323.      */
  6324.     public function getParameter(string $name)
  6325.     {
  6326.         if (isset($this->buildParameters[$name])) {
  6327.             return $this->buildParameters[$name];
  6328.         }
  6329.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6330.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6331.         }
  6332.         if (isset($this->loadedDynamicParameters[$name])) {
  6333.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6334.         }
  6335.         return $this->parameters[$name];
  6336.     }
  6337.     public function hasParameter(string $name): bool
  6338.     {
  6339.         if (isset($this->buildParameters[$name])) {
  6340.             return true;
  6341.         }
  6342.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6343.     }
  6344.     public function setParameter(string $name$value): void
  6345.     {
  6346.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6347.     }
  6348.     public function getParameterBag(): ParameterBagInterface
  6349.     {
  6350.         if (null === $this->parameterBag) {
  6351.             $parameters $this->parameters;
  6352.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6353.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6354.             }
  6355.             foreach ($this->buildParameters as $name => $value) {
  6356.                 $parameters[$name] = $value;
  6357.             }
  6358.             $this->parameterBag = new FrozenParameterBag($parameters);
  6359.         }
  6360.         return $this->parameterBag;
  6361.     }
  6362.     private $loadedDynamicParameters = [
  6363.         'kernel.runtime_environment' => false,
  6364.         'kernel.build_dir' => false,
  6365.         'kernel.cache_dir' => false,
  6366.         'app.encrypt_passphrase' => false,
  6367.         'app.encrypt_iv' => false,
  6368.         'app.mailer_dsn' => false,
  6369.         'app.mailer_from' => false,
  6370.         'app.default_host' => false,
  6371.         'app.default_domain' => false,
  6372.         'app.public_host' => false,
  6373.         'kernel.secret' => false,
  6374.         'debug.container.dump' => false,
  6375.         'serializer.mapping.cache.file' => false,
  6376.         'validator.mapping.cache.file' => false,
  6377.         'profiler.storage.dsn' => false,
  6378.         'doctrine.orm.proxy_dir' => false,
  6379.         'lexik_jwt_authentication.pass_phrase' => false,
  6380.         'app.caisse_host' => false,
  6381.     ];
  6382.     private $dynamicParameters = [];
  6383.     private function getDynamicParameter(string $name)
  6384.     {
  6385.         switch ($name) {
  6386.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  6387.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  6388.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6389.             case 'app.encrypt_passphrase'$value $this->getEnv('resolve:ENCRYPT_PASSPHRASE'); break;
  6390.             case 'app.encrypt_iv'$value $this->getEnv('resolve:ENCRYPT_IV'); break;
  6391.             case 'app.mailer_dsn'$value $this->getEnv('resolve:MAILER_DSN'); break;
  6392.             case 'app.mailer_from'$value $this->getEnv('resolve:MAILER_FROM'); break;
  6393.             case 'app.default_host'$value $this->getEnv('resolve:DEFAULT_HOST'); break;
  6394.             case 'app.default_domain'$value $this->getEnv('resolve:DEFAULT_DOMAIN'); break;
  6395.             case 'app.public_host'$value $this->getEnv('resolve:PUBLIC_HOST'); break;
  6396.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6397.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6398.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6399.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6400.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6401.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6402.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  6403.             case 'app.caisse_host'$value $this->getEnv('resolve:CAISSE_HOST'); break;
  6404.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6405.         }
  6406.         $this->loadedDynamicParameters[$name] = true;
  6407.         return $this->dynamicParameters[$name] = $value;
  6408.     }
  6409.     protected function getDefaultParameters(): array
  6410.     {
  6411.         return [
  6412.             'kernel.project_dir' => \dirname(__DIR__4),
  6413.             'kernel.environment' => 'dev',
  6414.             'kernel.debug' => true,
  6415.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6416.             'kernel.bundles' => [
  6417.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6418.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6419.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6420.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6421.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6422.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6423.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6424.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6425.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6426.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6427.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  6428.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  6429.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  6430.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  6431.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  6432.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  6433.                 'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
  6434.                 'CronCronBundle' => 'Cron\\CronBundle\\CronCronBundle',
  6435.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  6436.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  6437.                 'ProductsBundle' => 'Bluue\\ProductsBundle\\ProductsBundle',
  6438.                 'CategoriesBundle' => 'Bluue\\CategoriesBundle\\CategoriesBundle',
  6439.                 'StocksBundle' => 'Bluue\\StocksBundle\\StocksBundle',
  6440.                 'CustomersBundle' => 'Bluue\\CustomersBundle\\CustomersBundle',
  6441.                 'SalesBundle' => 'Bluue\\SalesBundle\\SalesBundle',
  6442.                 'CrmBundle' => 'Bluue\\CrmBundle\\CrmBundle',
  6443.                 'SuppliersBundle' => 'Bluue\\SuppliersBundle\\SuppliersBundle',
  6444.                 'SuppliersOrdersBundle' => 'Bluue\\SuppliersOrdersBundle\\SuppliersOrdersBundle',
  6445.                 'ProductReturnsBundle' => 'Bluue\\ProductReturnsBundle\\ProductReturnsBundle',
  6446.                 'InventoriesBundle' => 'Bluue\\InventoriesBundle\\InventoriesBundle',
  6447.                 'AccountingBundle' => 'Bluue\\AccountingBundle\\AccountingBundle',
  6448.                 'ImportProductsBundle' => 'Bluue\\ImportProductsBundle\\ImportProductsBundle',
  6449.                 'LabelsBundle' => 'Bluue\\LabelsBundle\\LabelsBundle',
  6450.                 'StatisticsBundle' => 'Bluue\\StatisticsBundle\\StatisticsBundle',
  6451.                 'ManufacturingBundle' => 'Bluue\\ManufacturingBundle\\ManufacturingBundle',
  6452.                 'ForecastedManufacturingBundle' => 'Bluue\\ForecastedManufacturingBundle\\ForecastedManufacturingBundle',
  6453.                 'ForecastedStockBundle' => 'Bluue\\ForecastedStockBundle\\ForecastedStockBundle',
  6454.                 'ShipmentsBundle' => 'Bluue\\ShipmentsBundle\\ShipmentsBundle',
  6455.                 'ApiCmsBundle' => 'Bluue\\ApiCmsBundle\\ApiCmsBundle',
  6456.                 'PrestashopConnectorBundle' => 'Bluue\\PrestashopConnectorBundle\\PrestashopConnectorBundle',
  6457.                 'GocardlessBundle' => 'Bluue\\GocardlessBundle\\GocardlessBundle',
  6458.                 'MondialrelayBundle' => 'Bluue\\MondialrelayBundle\\MondialrelayBundle',
  6459.                 'UtilityBillsBundle' => 'Bluue\\UtilityBillsBundle\\UtilityBillsBundle',
  6460.                 'PimBundle' => 'Bluue\\PimBundle\\PimBundle',
  6461.                 'OvhSmsBundle' => 'Bluue\\OvhSmsBundle\\OvhSmsBundle',
  6462.                 'RecurringInvoicesBundle' => 'Bluue\\RecurringInvoicesBundle\\RecurringInvoicesBundle',
  6463.                 'CashRegisterBundle' => 'Bluue\\CashRegisterBundle\\CashRegisterBundle',
  6464.                 'PlanningBundle' => 'Bluue\\PlanningBundle\\PlanningBundle',
  6465.                 'CustomerOutstandingBundle' => 'Bluue\\CustomerOutstandingBundle\\CustomerOutstandingBundle',
  6466.                 'ProjectsBundle' => 'Bluue\\ProjectsBundle\\ProjectsBundle',
  6467.                 'ShipmentsPictureBundle' => 'Bluue\\ShipmentsPictureBundle\\ShipmentsPictureBundle',
  6468.                 'SitesBundle' => 'Bluue\\SitesBundle\\SitesBundle',
  6469.                 'TicketsBundle' => 'Bluue\\TicketsBundle\\TicketsBundle',
  6470.                 'AdelyaBundle' => 'Bluue\\AdelyaBundle\\AdelyaBundle',
  6471.                 'Cx3Bundle' => 'Bluue\\Cx3Bundle\\Cx3Bundle',
  6472.             ],
  6473.             'kernel.bundles_metadata' => [
  6474.                 'FrameworkBundle' => [
  6475.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6476.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6477.                 ],
  6478.                 'SensioFrameworkExtraBundle' => [
  6479.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6480.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6481.                 ],
  6482.                 'TwigBundle' => [
  6483.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6484.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6485.                 ],
  6486.                 'WebProfilerBundle' => [
  6487.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6488.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6489.                 ],
  6490.                 'MonologBundle' => [
  6491.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6492.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6493.                 ],
  6494.                 'DebugBundle' => [
  6495.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6496.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6497.                 ],
  6498.                 'MakerBundle' => [
  6499.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6500.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6501.                 ],
  6502.                 'DoctrineBundle' => [
  6503.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6504.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6505.                 ],
  6506.                 'DoctrineMigrationsBundle' => [
  6507.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6508.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6509.                 ],
  6510.                 'SecurityBundle' => [
  6511.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6512.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6513.                 ],
  6514.                 'TwigExtraBundle' => [
  6515.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6516.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6517.                 ],
  6518.                 'KnpMenuBundle' => [
  6519.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  6520.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  6521.                 ],
  6522.                 'WebpackEncoreBundle' => [
  6523.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  6524.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  6525.                 ],
  6526.                 'StofDoctrineExtensionsBundle' => [
  6527.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  6528.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  6529.                 ],
  6530.                 'DoctrineFixturesBundle' => [
  6531.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  6532.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  6533.                 ],
  6534.                 'KnpPaginatorBundle' => [
  6535.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  6536.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  6537.                 ],
  6538.                 'KnpTimeBundle' => [
  6539.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src'),
  6540.                     'namespace' => 'Knp\\Bundle\\TimeBundle',
  6541.                 ],
  6542.                 'CronCronBundle' => [
  6543.                     'path' => (\dirname(__DIR__4).'/vendor/cron/cron-bundle'),
  6544.                     'namespace' => 'Cron\\CronBundle',
  6545.                 ],
  6546.                 'ApiPlatformBundle' => [
  6547.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  6548.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  6549.                 ],
  6550.                 'LexikJWTAuthenticationBundle' => [
  6551.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  6552.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  6553.                 ],
  6554.                 'ProductsBundle' => [
  6555.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/products-bundle/src'),
  6556.                     'namespace' => 'Bluue\\ProductsBundle',
  6557.                 ],
  6558.                 'CategoriesBundle' => [
  6559.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src'),
  6560.                     'namespace' => 'Bluue\\CategoriesBundle',
  6561.                 ],
  6562.                 'StocksBundle' => [
  6563.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src'),
  6564.                     'namespace' => 'Bluue\\StocksBundle',
  6565.                 ],
  6566.                 'CustomersBundle' => [
  6567.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src'),
  6568.                     'namespace' => 'Bluue\\CustomersBundle',
  6569.                 ],
  6570.                 'SalesBundle' => [
  6571.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src'),
  6572.                     'namespace' => 'Bluue\\SalesBundle',
  6573.                 ],
  6574.                 'CrmBundle' => [
  6575.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src'),
  6576.                     'namespace' => 'Bluue\\CrmBundle',
  6577.                 ],
  6578.                 'SuppliersBundle' => [
  6579.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src'),
  6580.                     'namespace' => 'Bluue\\SuppliersBundle',
  6581.                 ],
  6582.                 'SuppliersOrdersBundle' => [
  6583.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src'),
  6584.                     'namespace' => 'Bluue\\SuppliersOrdersBundle',
  6585.                 ],
  6586.                 'ProductReturnsBundle' => [
  6587.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src'),
  6588.                     'namespace' => 'Bluue\\ProductReturnsBundle',
  6589.                 ],
  6590.                 'InventoriesBundle' => [
  6591.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src'),
  6592.                     'namespace' => 'Bluue\\InventoriesBundle',
  6593.                 ],
  6594.                 'AccountingBundle' => [
  6595.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src'),
  6596.                     'namespace' => 'Bluue\\AccountingBundle',
  6597.                 ],
  6598.                 'ImportProductsBundle' => [
  6599.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src'),
  6600.                     'namespace' => 'Bluue\\ImportProductsBundle',
  6601.                 ],
  6602.                 'LabelsBundle' => [
  6603.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src'),
  6604.                     'namespace' => 'Bluue\\LabelsBundle',
  6605.                 ],
  6606.                 'StatisticsBundle' => [
  6607.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/statistics-bundle/src'),
  6608.                     'namespace' => 'Bluue\\StatisticsBundle',
  6609.                 ],
  6610.                 'ManufacturingBundle' => [
  6611.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src'),
  6612.                     'namespace' => 'Bluue\\ManufacturingBundle',
  6613.                 ],
  6614.                 'ForecastedManufacturingBundle' => [
  6615.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/forecasted-manufacturing-bundle/src'),
  6616.                     'namespace' => 'Bluue\\ForecastedManufacturingBundle',
  6617.                 ],
  6618.                 'ForecastedStockBundle' => [
  6619.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/forecasted-stock-bundle/src'),
  6620.                     'namespace' => 'Bluue\\ForecastedStockBundle',
  6621.                 ],
  6622.                 'ShipmentsBundle' => [
  6623.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src'),
  6624.                     'namespace' => 'Bluue\\ShipmentsBundle',
  6625.                 ],
  6626.                 'ApiCmsBundle' => [
  6627.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src'),
  6628.                     'namespace' => 'Bluue\\ApiCmsBundle',
  6629.                 ],
  6630.                 'PrestashopConnectorBundle' => [
  6631.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src'),
  6632.                     'namespace' => 'Bluue\\PrestashopConnectorBundle',
  6633.                 ],
  6634.                 'GocardlessBundle' => [
  6635.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src'),
  6636.                     'namespace' => 'Bluue\\GocardlessBundle',
  6637.                 ],
  6638.                 'MondialrelayBundle' => [
  6639.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/mondialrelay-bundle/src'),
  6640.                     'namespace' => 'Bluue\\MondialrelayBundle',
  6641.                 ],
  6642.                 'UtilityBillsBundle' => [
  6643.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src'),
  6644.                     'namespace' => 'Bluue\\UtilityBillsBundle',
  6645.                 ],
  6646.                 'PimBundle' => [
  6647.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/pim-bundle/src'),
  6648.                     'namespace' => 'Bluue\\PimBundle',
  6649.                 ],
  6650.                 'OvhSmsBundle' => [
  6651.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src'),
  6652.                     'namespace' => 'Bluue\\OvhSmsBundle',
  6653.                 ],
  6654.                 'RecurringInvoicesBundle' => [
  6655.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src'),
  6656.                     'namespace' => 'Bluue\\RecurringInvoicesBundle',
  6657.                 ],
  6658.                 'CashRegisterBundle' => [
  6659.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src'),
  6660.                     'namespace' => 'Bluue\\CashRegisterBundle',
  6661.                 ],
  6662.                 'PlanningBundle' => [
  6663.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src'),
  6664.                     'namespace' => 'Bluue\\PlanningBundle',
  6665.                 ],
  6666.                 'CustomerOutstandingBundle' => [
  6667.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/customer-outstanding-bundle/src'),
  6668.                     'namespace' => 'Bluue\\CustomerOutstandingBundle',
  6669.                 ],
  6670.                 'ProjectsBundle' => [
  6671.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src'),
  6672.                     'namespace' => 'Bluue\\ProjectsBundle',
  6673.                 ],
  6674.                 'ShipmentsPictureBundle' => [
  6675.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/shipments-picture-bundle/src'),
  6676.                     'namespace' => 'Bluue\\ShipmentsPictureBundle',
  6677.                 ],
  6678.                 'SitesBundle' => [
  6679.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src'),
  6680.                     'namespace' => 'Bluue\\SitesBundle',
  6681.                 ],
  6682.                 'TicketsBundle' => [
  6683.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src'),
  6684.                     'namespace' => 'Bluue\\TicketsBundle',
  6685.                 ],
  6686.                 'AdelyaBundle' => [
  6687.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/adelya-bundle/src'),
  6688.                     'namespace' => 'Bluue\\AdelyaBundle',
  6689.                 ],
  6690.                 'Cx3Bundle' => [
  6691.                     'path' => (\dirname(__DIR__4).'/vendor/bluue/cx3-bundle/src'),
  6692.                     'namespace' => 'Bluue\\Cx3Bundle',
  6693.                 ],
  6694.             ],
  6695.             'kernel.charset' => 'UTF-8',
  6696.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  6697.             'app.version' => '4.0.0',
  6698.             'locale' => 'fr',
  6699.             'event_dispatcher.event_aliases' => [
  6700.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6701.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6702.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6703.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6704.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6705.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6706.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6707.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6708.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6709.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6710.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6711.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6712.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6713.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6714.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6715.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6716.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6717.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6718.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6719.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6720.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6721.             ],
  6722.             'fragment.renderer.hinclude.global_template' => NULL,
  6723.             'fragment.path' => '/_fragment',
  6724.             'kernel.http_method_override' => false,
  6725.             'kernel.trusted_hosts' => [
  6726.             ],
  6727.             'kernel.default_locale' => 'fr',
  6728.             'kernel.enabled_locales' => [
  6729.             ],
  6730.             'kernel.error_controller' => 'error_controller',
  6731.             'debug.file_link_format' => NULL,
  6732.             'asset.request_context.base_path' => NULL,
  6733.             'asset.request_context.secure' => NULL,
  6734.             'translator.logging' => false,
  6735.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6736.             'debug.error_handler.throw_at' => -1,
  6737.             'router.request_context.host' => 'localhost',
  6738.             'router.request_context.scheme' => 'http',
  6739.             'router.request_context.base_url' => '',
  6740.             'router.resource' => 'kernel::loadRoutes',
  6741.             'request_listener.http_port' => 80,
  6742.             'request_listener.https_port' => 443,
  6743.             'session.metadata.storage_key' => '_sf2_meta',
  6744.             'session.storage.options' => [
  6745.                 'cache_limiter' => '0',
  6746.                 'cookie_secure' => 'auto',
  6747.                 'cookie_httponly' => true,
  6748.                 'cookie_samesite' => 'lax',
  6749.                 'gc_probability' => 1,
  6750.             ],
  6751.             'session.save_path' => NULL,
  6752.             'session.metadata.update_threshold' => 0,
  6753.             'form.type_extension.csrf.enabled' => true,
  6754.             'form.type_extension.csrf.field_name' => '_token',
  6755.             'validator.translation_domain' => 'validators',
  6756.             'profiler_listener.only_exceptions' => false,
  6757.             'profiler_listener.only_main_requests' => false,
  6758.             'twig.form.resources' => [
  6759.                 => '@UtilityBills/Form/utility_bill_theme.html.twig',
  6760.                 => '@Stocks/Form/Type/location_choice_type.html.twig',
  6761.                 => '@Stocks/Form/Type/sub_location_choice_type.html.twig',
  6762.                 => '@Products/Form/Type/feature_value_choice_type.html.twig',
  6763.                 => '@Products/Form/Type/feature_choice_type.html.twig',
  6764.                 => 'form_div_layout.html.twig',
  6765.                 => 'bootstrap_4_layout.html.twig',
  6766.             ],
  6767.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6768.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6769.             'web_profiler.debug_toolbar.mode' => 2,
  6770.             'monolog.use_microseconds' => true,
  6771.             'monolog.swift_mailer.handlers' => [
  6772.             ],
  6773.             'monolog.handlers_to_channels' => [
  6774.                 'monolog.handler.console' => [
  6775.                     'type' => 'exclusive',
  6776.                     'elements' => [
  6777.                         => 'event',
  6778.                         => 'doctrine',
  6779.                         => 'console',
  6780.                     ],
  6781.                 ],
  6782.                 'monolog.handler.main' => [
  6783.                     'type' => 'exclusive',
  6784.                     'elements' => [
  6785.                         => 'event',
  6786.                     ],
  6787.                 ],
  6788.             ],
  6789.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6790.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6791.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6792.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6793.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6794.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6795.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6796.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6797.             'doctrine.entity_managers' => [
  6798.                 'default' => 'doctrine.orm.default_entity_manager',
  6799.             ],
  6800.             'doctrine.default_entity_manager' => 'default',
  6801.             'doctrine.dbal.connection_factory.types' => [
  6802.                 'uuid' => [
  6803.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  6804.                 ],
  6805.                 'ulid' => [
  6806.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  6807.                 ],
  6808.             ],
  6809.             'doctrine.connections' => [
  6810.                 'default' => 'doctrine.dbal.default_connection',
  6811.             ],
  6812.             'doctrine.default_connection' => 'default',
  6813.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6814.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6815.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6816.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6817.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6818.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6819.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6820.             'doctrine.orm.cache.memcache_port' => 11211,
  6821.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6822.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6823.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6824.             'doctrine.orm.cache.memcached_port' => 11211,
  6825.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6826.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6827.             'doctrine.orm.cache.redis_host' => 'localhost',
  6828.             'doctrine.orm.cache.redis_port' => 6379,
  6829.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6830.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6831.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6832.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6833.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6834.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6835.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6836.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6837.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6838.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6839.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6840.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6841.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6842.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6843.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6844.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6845.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6846.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6847.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6848.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6849.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6850.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6851.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  6852.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6853.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6854.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6855.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6856.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6857.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6858.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6859.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6860.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6861.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  6862.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6863.             'doctrine.migrations.preferred_em' => NULL,
  6864.             'doctrine.migrations.preferred_connection' => NULL,
  6865.             'security.role_hierarchy.roles' => [
  6866.                 'ROLE_ZERO_ACCESS' => [
  6867.                     => 'ROLE_USER',
  6868.                 ],
  6869.                 'ROLE_READ_ONLY' => [
  6870.                     => 'ROLE_ZERO_ACCESS',
  6871.                 ],
  6872.                 'ROLE_SMALL_ADMIN' => [
  6873.                     => 'ROLE_READ_ONLY',
  6874.                 ],
  6875.                 'ROLE_ADMIN' => [
  6876.                     => 'ROLE_SMALL_ADMIN',
  6877.                 ],
  6878.                 'ROLE_SUPER_ADMIN' => [
  6879.                     => 'ROLE_ADMIN',
  6880.                     => 'ROLE_ALLOWED_TO_SWITCH',
  6881.                 ],
  6882.                 'ROLE__CATALOG__ZERO_ACCESS' => [
  6883.                     => 'ROLE_USER',
  6884.                 ],
  6885.                 'ROLE__CATALOG__READ_ONLY' => [
  6886.                     => 'ROLE__CATALOG__ZERO_ACCESS',
  6887.                 ],
  6888.                 'ROLE__CATALOG__SMALL_ADMIN' => [
  6889.                     => 'ROLE__CATALOG__READ_ONLY',
  6890.                 ],
  6891.                 'ROLE__CATALOG__ADMIN' => [
  6892.                     => 'ROLE__CATALOG__SMALL_ADMIN',
  6893.                 ],
  6894.                 'ROLE__CATALOG__SUPER_ADMIN' => [
  6895.                     => 'ROLE__CATALOG__ADMIN',
  6896.                 ],
  6897.                 'ROLE__STOCKS__ZERO_ACCESS' => [
  6898.                     => 'ROLE_USER',
  6899.                 ],
  6900.                 'ROLE__STOCKS__READ_ONLY' => [
  6901.                     => 'ROLE__STOCKS__ZERO_ACCESS',
  6902.                 ],
  6903.                 'ROLE__STOCKS__SMALL_ADMIN' => [
  6904.                     => 'ROLE__STOCKS__READ_ONLY',
  6905.                 ],
  6906.                 'ROLE__STOCKS__ADMIN' => [
  6907.                     => 'ROLE__STOCKS__SMALL_ADMIN',
  6908.                 ],
  6909.                 'ROLE__STOCKS__SUPER_ADMIN' => [
  6910.                     => 'ROLE__STOCKS__ADMIN',
  6911.                 ],
  6912.                 'ROLE__CUSTOMERS__ZERO_ACCESS' => [
  6913.                     => 'ROLE_USER',
  6914.                 ],
  6915.                 'ROLE__CUSTOMERS__READ_ONLY' => [
  6916.                     => 'ROLE__CUSTOMERS__ZERO_ACCESS',
  6917.                 ],
  6918.                 'ROLE__CUSTOMERS__SMALL_ADMIN' => [
  6919.                     => 'ROLE__CUSTOMERS__READ_ONLY',
  6920.                 ],
  6921.                 'ROLE__CUSTOMERS__ADMIN' => [
  6922.                     => 'ROLE__CUSTOMERS__SMALL_ADMIN',
  6923.                 ],
  6924.                 'ROLE__CUSTOMERS__SUPER_ADMIN' => [
  6925.                     => 'ROLE__CUSTOMERS__ADMIN',
  6926.                 ],
  6927.                 'ROLE__SALES__ZERO_ACCESS' => [
  6928.                     => 'ROLE_USER',
  6929.                 ],
  6930.                 'ROLE__SALES__READ_ONLY' => [
  6931.                     => 'ROLE__SALES__ZERO_ACCESS',
  6932.                 ],
  6933.                 'ROLE__SALES__SMALL_ADMIN' => [
  6934.                     => 'ROLE__SALES__READ_ONLY',
  6935.                 ],
  6936.                 'ROLE__SALES__ADMIN' => [
  6937.                     => 'ROLE__SALES__SMALL_ADMIN',
  6938.                 ],
  6939.                 'ROLE__SALES__SUPER_ADMIN' => [
  6940.                     => 'ROLE__SALES__ADMIN',
  6941.                 ],
  6942.                 'ROLE__CRM__ZERO_ACCESS' => [
  6943.                     => 'ROLE_USER',
  6944.                 ],
  6945.                 'ROLE__CRM__READ_ONLY' => [
  6946.                     => 'ROLE__CRM__ZERO_ACCESS',
  6947.                 ],
  6948.                 'ROLE__CRM__SMALL_ADMIN' => [
  6949.                     => 'ROLE__CRM__READ_ONLY',
  6950.                 ],
  6951.                 'ROLE__CRM__ADMIN' => [
  6952.                     => 'ROLE__CRM__SMALL_ADMIN',
  6953.                 ],
  6954.                 'ROLE__CRM__SUPER_ADMIN' => [
  6955.                     => 'ROLE__CRM__ADMIN',
  6956.                 ],
  6957.                 'ROLE__SUPPLIERS__ZERO_ACCESS' => [
  6958.                     => 'ROLE_USER',
  6959.                 ],
  6960.                 'ROLE__SUPPLIERS__READ_ONLY' => [
  6961.                     => 'ROLE__SUPPLIERS__ZERO_ACCESS',
  6962.                 ],
  6963.                 'ROLE__SUPPLIERS__SMALL_ADMIN' => [
  6964.                     => 'ROLE__SUPPLIERS__READ_ONLY',
  6965.                 ],
  6966.                 'ROLE__SUPPLIERS__ADMIN' => [
  6967.                     => 'ROLE__SUPPLIERS__SMALL_ADMIN',
  6968.                 ],
  6969.                 'ROLE__SUPPLIERS__SUPER_ADMIN' => [
  6970.                     => 'ROLE__SUPPLIERS__ADMIN',
  6971.                 ],
  6972.                 'ROLE__INVENTORIES__ZERO_ACCESS' => [
  6973.                     => 'ROLE_USER',
  6974.                 ],
  6975.                 'ROLE__INVENTORIES__READ_ONLY' => [
  6976.                     => 'ROLE__INVENTORIES__ZERO_ACCESS',
  6977.                 ],
  6978.                 'ROLE__INVENTORIES__SMALL_ADMIN' => [
  6979.                     => 'ROLE__INVENTORIES__READ_ONLY',
  6980.                 ],
  6981.                 'ROLE__INVENTORIES__ADMIN' => [
  6982.                     => 'ROLE__INVENTORIES__SMALL_ADMIN',
  6983.                 ],
  6984.                 'ROLE__INVENTORIES__SUPER_ADMIN' => [
  6985.                     => 'ROLE__INVENTORIES__ADMIN',
  6986.                 ],
  6987.                 'ROLE__ACCOUNTING__ZERO_ACCESS' => [
  6988.                     => 'ROLE_USER',
  6989.                 ],
  6990.                 'ROLE__ACCOUNTING__READ_ONLY' => [
  6991.                     => 'ROLE__ACCOUNTING__READ_ONLY',
  6992.                 ],
  6993.                 'ROLE__ACCOUNTING__SMALL_ADMIN' => [
  6994.                     => 'ROLE__ACCOUNTING__READ_ONLY',
  6995.                 ],
  6996.                 'ROLE__ACCOUNTING__ADMIN' => [
  6997.                     => 'ROLE__ACCOUNTING__SMALL_ADMIN',
  6998.                 ],
  6999.                 'ROLE__ACCOUNTING__SUPER_ADMIN' => [
  7000.                     => 'ROLE__ACCOUNTING__ADMIN',
  7001.                 ],
  7002.                 'ROLE__IMPORT_PRODUCTS__ZERO_ACCESS' => [
  7003.                     => 'ROLE_USER',
  7004.                 ],
  7005.                 'ROLE__IMPORT_PRODUCTS__READ_ONLY' => [
  7006.                     => 'ROLE__IMPORT_PRODUCTS__ZERO_ACCESS',
  7007.                 ],
  7008.                 'ROLE__IMPORT_PRODUCTS__SMALL_ADMIN' => [
  7009.                     => 'ROLE__IMPORT_PRODUCTS__READ_ONLY',
  7010.                 ],
  7011.                 'ROLE__IMPORT_PRODUCTS__ADMIN' => [
  7012.                     => 'ROLE__IMPORT_PRODUCTS__SMALL_ADMIN',
  7013.                 ],
  7014.                 'ROLE__IMPORT_PRODUCTS__SUPER_ADMIN' => [
  7015.                     => 'ROLE__IMPORT_PRODUCTS__ADMIN',
  7016.                 ],
  7017.                 'ROLE__LABELS__ZERO_ACCESS' => [
  7018.                     => 'ROLE_USER',
  7019.                 ],
  7020.                 'ROLE__LABELS__READ_ONLY' => [
  7021.                     => 'ROLE__LABELS__READ_ONLY',
  7022.                 ],
  7023.                 'ROLE__LABELS__SMALL_ADMIN' => [
  7024.                     => 'ROLE__LABELS__READ_ONLY',
  7025.                 ],
  7026.                 'ROLE__LABELS__ADMIN' => [
  7027.                     => 'ROLE__LABELS__SMALL_ADMIN',
  7028.                 ],
  7029.                 'ROLE__LABELS__SUPER_ADMIN' => [
  7030.                     => 'ROLE__LABELS__ADMIN',
  7031.                 ],
  7032.                 'ROLE__STATISTICS__ZERO_ACCESS' => [
  7033.                     => 'ROLE_USER',
  7034.                 ],
  7035.                 'ROLE__STATISTICS__READ_ONLY' => [
  7036.                     => 'ROLE__STATISTICS__ZERO_ACCESS',
  7037.                 ],
  7038.                 'ROLE__STATISTICS__SMALL_ADMIN' => [
  7039.                     => 'ROLE__STATISTICS__READ_ONLY',
  7040.                 ],
  7041.                 'ROLE__STATISTICS__ADMIN' => [
  7042.                     => 'ROLE__STATISTICS__SMALL_ADMIN',
  7043.                 ],
  7044.                 'ROLE__STATISTICS__SUPER_ADMIN' => [
  7045.                     => 'ROLE__STATISTICS__ADMIN',
  7046.                 ],
  7047.                 'ROLE__MANUFACTURING__ZERO_ACCESS' => [
  7048.                     => 'ROLE_USER',
  7049.                 ],
  7050.                 'ROLE__MANUFACTURING__READ_ONLY' => [
  7051.                     => 'ROLE__MANUFACTURING__ZERO_ACCESS',
  7052.                 ],
  7053.                 'ROLE__MANUFACTURING__SMALL_ADMIN' => [
  7054.                     => 'ROLE__MANUFACTURING__READ_ONLY',
  7055.                 ],
  7056.                 'ROLE__MANUFACTURING__ADMIN' => [
  7057.                     => 'ROLE__MANUFACTURING__SMALL_ADMIN',
  7058.                 ],
  7059.                 'ROLE__MANUFACTURING__SUPER_ADMIN' => [
  7060.                     => 'ROLE__MANUFACTURING__ADMIN',
  7061.                 ],
  7062.                 'ROLE__SHIPMENTS__ZERO_ACCESS' => [
  7063.                     => 'ROLE_USER',
  7064.                 ],
  7065.                 'ROLE__SHIPMENTS__READ_ONLY' => [
  7066.                     => 'ROLE__SHIPMENTS__ZERO_ACCESS',
  7067.                 ],
  7068.                 'ROLE__SHIPMENTS__SMALL_ADMIN' => [
  7069.                     => 'ROLE__SHIPMENTS__READ_ONLY',
  7070.                 ],
  7071.                 'ROLE__SHIPMENTS__ADMIN' => [
  7072.                     => 'ROLE__SHIPMENTS__SMALL_ADMIN',
  7073.                 ],
  7074.                 'ROLE__SHIPMENTS__SUPER_ADMIN' => [
  7075.                     => 'ROLE__SHIPMENTS__ADMIN',
  7076.                 ],
  7077.                 'ROLE__GOCARDLESS__ZERO_ACCESS' => [
  7078.                     => 'ROLE_USER',
  7079.                 ],
  7080.                 'ROLE__GOCARDLESS__READ_ONLY' => [
  7081.                     => 'ROLE__GOCARDLESS__ZERO_ACCESS',
  7082.                 ],
  7083.                 'ROLE__GOCARDLESS__SMALL_ADMIN' => [
  7084.                     => 'ROLE__GOCARDLESS__READ_ONLY',
  7085.                 ],
  7086.                 'ROLE__GOCARDLESS__ADMIN' => [
  7087.                     => 'ROLE__GOCARDLESS__SMALL_ADMIN',
  7088.                 ],
  7089.                 'ROLE__GOCARDLESS__SUPER_ADMIN' => [
  7090.                     => 'ROLE__GOCARDLESS__ADMIN',
  7091.                 ],
  7092.                 'ROLE__UTILITY_BILLS__ZERO_ACCESS' => [
  7093.                     => 'ROLE_USER',
  7094.                 ],
  7095.                 'ROLE__UTILITY_BILLS__READ_ONLY' => [
  7096.                     => 'ROLE__UTILITY_BILLS__ZERO_ACCESS',
  7097.                 ],
  7098.                 'ROLE__UTILITY_BILLS__SMALL_ADMIN' => [
  7099.                     => 'ROLE__UTILITY_BILLS__READ_ONLY',
  7100.                 ],
  7101.                 'ROLE__UTILITY_BILLS__ADMIN' => [
  7102.                     => 'ROLE__UTILITY_BILLS__SMALL_ADMIN',
  7103.                 ],
  7104.                 'ROLE__UTILITY_BILLS__SUPER_ADMIN' => [
  7105.                     => 'ROLE__UTILITY_BILLS__ADMIN',
  7106.                 ],
  7107.                 'ROLE__PIM__ZERO_ACCESS' => [
  7108.                     => 'ROLE_USER',
  7109.                 ],
  7110.                 'ROLE__PIM__ADMIN' => [
  7111.                     => 'ROLE__PIM__ZERO_ACCESS',
  7112.                 ],
  7113.                 'ROLE__OVH_SMS__ZERO_ACCESS' => [
  7114.                     => 'ROLE_USER',
  7115.                 ],
  7116.                 'ROLE__OVH_SMS__READ_ONLY' => [
  7117.                     => 'ROLE__OVH_SMS__ZERO_ACCESS',
  7118.                 ],
  7119.                 'ROLE__OVH_SMS__SMALL_ADMIN' => [
  7120.                     => 'ROLE__OVH_SMS__READ_ONLY',
  7121.                 ],
  7122.                 'ROLE__OVH_SMS__ADMIN' => [
  7123.                     => 'ROLE__OVH_SMS__SMALL_ADMIN',
  7124.                 ],
  7125.                 'ROLE__OVH_SMS__SUPER_ADMIN' => [
  7126.                     => 'ROLE__OVH_SMS__ADMIN',
  7127.                 ],
  7128.                 'ROLE__CASH_REGISTER__ZERO_ACCESS' => [
  7129.                     => 'ROLE_USER',
  7130.                 ],
  7131.                 'ROLE__CASH_REGISTER__READ_ONLY' => [
  7132.                     => 'ROLE__CASH_REGISTER__ZERO_ACCESS',
  7133.                 ],
  7134.                 'ROLE__CASH_REGISTER__SMALL_ADMIN' => [
  7135.                     => 'ROLE__CASH_REGISTER__READ_ONLY',
  7136.                 ],
  7137.                 'ROLE__CASH_REGISTER__ADMIN' => [
  7138.                     => 'ROLE__CASH_REGISTER__SMALL_ADMIN',
  7139.                 ],
  7140.                 'ROLE__CASH_REGISTER__SUPER_ADMIN' => [
  7141.                     => 'ROLE__CASH_REGISTER__ADMIN',
  7142.                 ],
  7143.                 'ROLE__PLANNING__ZERO_ACCESS' => [
  7144.                     => 'ROLE_USER',
  7145.                 ],
  7146.                 'ROLE__PLANNING__READ_ONLY' => [
  7147.                     => 'ROLE__PLANNING__ZERO_ACCESS',
  7148.                 ],
  7149.                 'ROLE__PLANNING__ADMIN' => [
  7150.                     => 'ROLE__PLANNING__READ_ONLY',
  7151.                 ],
  7152.                 'ROLE__PLANNING__SUPER_ADMIN' => [
  7153.                     => 'ROLE__PLANNING__ADMIN',
  7154.                 ],
  7155.                 'ROLE__CUSTOMER_OUTSTANDING__ZERO_ACCESS' => [
  7156.                     => 'ROLE_USER',
  7157.                 ],
  7158.                 'ROLE__CUSTOMER_OUTSTANDING__READ_ONLY' => [
  7159.                     => 'ROLE__CUSTOMER_OUTSTANDING__ZERO_ACCESS',
  7160.                 ],
  7161.                 'ROLE__CUSTOMER_OUTSTANDING__SMALL_ADMIN' => [
  7162.                     => 'ROLE__CUSTOMER_OUTSTANDING__READ_ONLY',
  7163.                 ],
  7164.                 'ROLE__CUSTOMER_OUTSTANDING__ADMIN' => [
  7165.                     => 'ROLE__CUSTOMER_OUTSTANDING__SMALL_ADMIN',
  7166.                 ],
  7167.                 'ROLE__CUSTOMER_OUTSTANDING__SUPER_ADMIN' => [
  7168.                     => 'ROLE__CUSTOMER_OUTSTANDING__ADMIN',
  7169.                 ],
  7170.                 'ROLE__PROJECTS__ZERO_ACCESS' => [
  7171.                     => 'ROLE_USER',
  7172.                 ],
  7173.                 'ROLE__PROJECTS__READ_ONLY' => [
  7174.                     => 'ROLE__PROJECTS__ZERO_ACCESS',
  7175.                 ],
  7176.                 'ROLE__PROJECTS__SMALL_ADMIN' => [
  7177.                     => 'ROLE__PROJECTS__READ_ONLY',
  7178.                 ],
  7179.                 'ROLE__PROJECTS__ADMIN' => [
  7180.                     => 'ROLE__PROJECTS__SMALL_ADMIN',
  7181.                 ],
  7182.                 'ROLE__PROJECTS__SUPER_ADMIN' => [
  7183.                     => 'ROLE__PROJECTS__ADMIN',
  7184.                 ],
  7185.                 'ROLE__SHIPMENTS_PICTURE__ZERO_ACCESS' => [
  7186.                     => 'ROLE_USER',
  7187.                 ],
  7188.                 'ROLE__SHIPMENTS_PICTURE__READ_ONLY' => [
  7189.                     => 'ROLE__SHIPMENTS_PICTURE__READ_ONLY',
  7190.                 ],
  7191.                 'ROLE__SHIPMENTS_PICTURE__SMALL_ADMIN' => [
  7192.                     => 'ROLE__SHIPMENTS_PICTURE__READ_ONLY',
  7193.                 ],
  7194.                 'ROLE__SHIPMENTS_PICTURE__ADMIN' => [
  7195.                     => 'ROLE__SHIPMENTS_PICTURE__SMALL_ADMIN',
  7196.                 ],
  7197.                 'ROLE__SHIPMENTS_PICTURE__SUPER_ADMIN' => [
  7198.                     => 'ROLE__SHIPMENTS_PICTURE__ADMIN',
  7199.                 ],
  7200.                 'ROLE__SITES__ZERO_ACCESS' => [
  7201.                     => 'ROLE_USER',
  7202.                 ],
  7203.                 'ROLE__SITES__READ_ONLY' => [
  7204.                     => 'ROLE__SITES__ZERO_ACCESS',
  7205.                 ],
  7206.                 'ROLE__SITES__SMALL_ADMIN' => [
  7207.                     => 'ROLE__SITES__READ_ONLY',
  7208.                 ],
  7209.                 'ROLE__SITES__ADMIN' => [
  7210.                     => 'ROLE__SITES__SMALL_ADMIN',
  7211.                 ],
  7212.                 'ROLE__SITES__SUPER_ADMIN' => [
  7213.                     => 'ROLE__SITES__ADMIN',
  7214.                 ],
  7215.                 'ROLE__TICKETS__ZERO_ACCESS' => [
  7216.                     => 'ROLE_USER',
  7217.                 ],
  7218.                 'ROLE__TICKETS__READ_ONLY' => [
  7219.                     => 'ROLE__TICKETS__READ_ONLY',
  7220.                 ],
  7221.                 'ROLE__TICKETS__SMALL_ADMIN' => [
  7222.                     => 'ROLE__TICKETS__READ_ONLY',
  7223.                 ],
  7224.                 'ROLE__TICKETS__ADMIN' => [
  7225.                     => 'ROLE__TICKETS__READ_ONLY',
  7226.                 ],
  7227.                 'ROLE__TICKETS__SUPER_ADMIN' => [
  7228.                     => 'ROLE__TICKETS__ADMIN',
  7229.                 ],
  7230.             ],
  7231.             'security.access.denied_url' => NULL,
  7232.             'security.authentication.manager.erase_credentials' => true,
  7233.             'security.authentication.session_strategy.strategy' => 'migrate',
  7234.             'security.access.always_authenticate_before_granting' => false,
  7235.             'security.authentication.hide_user_not_found' => true,
  7236.             'security.firewalls' => [
  7237.                 => 'dev',
  7238.                 => 'api_login',
  7239.                 => 'apiv2',
  7240.                 => 'main',
  7241.             ],
  7242.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  7243.             'knp_menu.renderer.list.options' => [
  7244.             ],
  7245.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  7246.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  7247.             'knp_menu.renderer.twig.options' => [
  7248.             ],
  7249.             'knp_menu.renderer.twig.template' => 'menu/menu.html.twig',
  7250.             'knp_menu.default_renderer' => 'twig',
  7251.             'stof_doctrine_extensions.listener.blameable.class' => 'App\\EventListener\\BlameableListener',
  7252.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  7253.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  7254.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  7255.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  7256.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  7257.             'stof_doctrine_extensions.translation_fallback' => false,
  7258.             'stof_doctrine_extensions.persist_default_translation' => false,
  7259.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  7260.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  7261.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  7262.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  7263.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  7264.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  7265.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  7266.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  7267.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  7268.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  7269.             'knp_paginator.page_range' => 5,
  7270.             'knp_paginator.page_limit' => NULL,
  7271.             'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
  7272.             'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
  7273.             'time.templating.helper.time.class' => 'Knp\\Bundle\\TimeBundle\\Templating\\Helper\\TimeHelper',
  7274.             'cron.resolver.class' => 'Cron\\CronBundle\\Cron\\Resolver',
  7275.             'cron.manager.class' => 'Cron\\CronBundle\\Cron\\Manager',
  7276.             'cron.command_builder.class' => 'Cron\\CronBundle\\Cron\\CommandBuilder',
  7277.             'cron.executor.class' => 'Cron\\Executor\\Executor',
  7278.             'cron.validator.class' => 'Cron\\Validator\\CrontabValidator',
  7279.             'api_platform.metadata_backward_compatibility_layer' => true,
  7280.             'api_platform.enable_entrypoint' => true,
  7281.             'api_platform.enable_docs' => true,
  7282.             'api_platform.title' => '',
  7283.             'api_platform.description' => '',
  7284.             'api_platform.version' => '0.0.0',
  7285.             'api_platform.show_webby' => true,
  7286.             'api_platform.url_generation_strategy' => 1,
  7287.             'api_platform.exception_to_status' => [
  7288.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  7289.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  7290.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  7291.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  7292.             ],
  7293.             'api_platform.formats' => [
  7294.                 'jsonld' => [
  7295.                     => 'application/ld+json',
  7296.                 ],
  7297.                 'json' => [
  7298.                     => 'application/json',
  7299.                 ],
  7300.                 'html' => [
  7301.                     => 'text/html',
  7302.                 ],
  7303.             ],
  7304.             'api_platform.patch_formats' => [
  7305.                 'json' => [
  7306.                     => 'application/json',
  7307.                 ],
  7308.             ],
  7309.             'api_platform.error_formats' => [
  7310.                 'jsonproblem' => [
  7311.                     => 'application/problem+json',
  7312.                 ],
  7313.                 'jsonld' => [
  7314.                     => 'application/ld+json',
  7315.                 ],
  7316.             ],
  7317.             'api_platform.allow_plain_identifiers' => false,
  7318.             'api_platform.eager_loading.enabled' => true,
  7319.             'api_platform.eager_loading.max_joins' => 30,
  7320.             'api_platform.eager_loading.fetch_partial' => false,
  7321.             'api_platform.eager_loading.force_eager' => true,
  7322.             'api_platform.collection.exists_parameter_name' => 'exists',
  7323.             'api_platform.collection.order' => 'ASC',
  7324.             'api_platform.collection.order_parameter_name' => 'order',
  7325.             'api_platform.collection.order_nulls_comparison' => NULL,
  7326.             'api_platform.collection.pagination.enabled' => true,
  7327.             'api_platform.collection.pagination.partial' => false,
  7328.             'api_platform.collection.pagination.client_enabled' => false,
  7329.             'api_platform.collection.pagination.client_items_per_page' => false,
  7330.             'api_platform.collection.pagination.client_partial' => false,
  7331.             'api_platform.collection.pagination.items_per_page' => 30,
  7332.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  7333.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  7334.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  7335.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  7336.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  7337.             'api_platform.collection.pagination' => [
  7338.                 'enabled' => true,
  7339.                 'partial' => false,
  7340.                 'client_enabled' => false,
  7341.                 'client_items_per_page' => false,
  7342.                 'client_partial' => false,
  7343.                 'items_per_page' => 30,
  7344.                 'maximum_items_per_page' => NULL,
  7345.                 'page_parameter_name' => 'page',
  7346.                 'enabled_parameter_name' => 'pagination',
  7347.                 'items_per_page_parameter_name' => 'itemsPerPage',
  7348.                 'partial_parameter_name' => 'partial',
  7349.             ],
  7350.             'api_platform.http_cache.etag' => true,
  7351.             'api_platform.http_cache.max_age' => NULL,
  7352.             'api_platform.http_cache.shared_max_age' => NULL,
  7353.             'api_platform.http_cache.vary' => [
  7354.                 => 'Accept',
  7355.             ],
  7356.             'api_platform.http_cache.public' => NULL,
  7357.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  7358.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  7359.             'api_platform.asset_package' => NULL,
  7360.             'api_platform.defaults' => [
  7361.                 'attributes' => [
  7362.                 ],
  7363.             ],
  7364.             'api_platform.resource_class_directories' => [
  7365.                 => (\dirname(__DIR__4).'/vendor/cron/cron-bundle/Entity'),
  7366.                 => (\dirname(__DIR__4).'/vendor/bluue/products-bundle/src/Entity'),
  7367.                 => (\dirname(__DIR__4).'/vendor/bluue/categories-bundle/src/Entity'),
  7368.                 => (\dirname(__DIR__4).'/vendor/bluue/stocks-bundle/src/Entity'),
  7369.                 => (\dirname(__DIR__4).'/vendor/bluue/customers-bundle/src/Entity'),
  7370.                 => (\dirname(__DIR__4).'/vendor/bluue/sales-bundle/src/Entity'),
  7371.                 => (\dirname(__DIR__4).'/vendor/bluue/crm-bundle/src/Entity'),
  7372.                 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-bundle/src/Entity'),
  7373.                 => (\dirname(__DIR__4).'/vendor/bluue/suppliers-orders-bundle/src/Entity'),
  7374.                 => (\dirname(__DIR__4).'/vendor/bluue/product-returns-bundle/src/Entity'),
  7375.                 10 => (\dirname(__DIR__4).'/vendor/bluue/inventories-bundle/src/Entity'),
  7376.                 11 => (\dirname(__DIR__4).'/vendor/bluue/accounting-bundle/src/Entity'),
  7377.                 12 => (\dirname(__DIR__4).'/vendor/bluue/import-products-bundle/src/Entity'),
  7378.                 13 => (\dirname(__DIR__4).'/vendor/bluue/labels-bundle/src/Entity'),
  7379.                 14 => (\dirname(__DIR__4).'/vendor/bluue/manufacturing-bundle/src/Entity'),
  7380.                 15 => (\dirname(__DIR__4).'/vendor/bluue/shipments-bundle/src/Entity'),
  7381.                 16 => (\dirname(__DIR__4).'/vendor/bluue/api-cms-bundle/src/Entity'),
  7382.                 17 => (\dirname(__DIR__4).'/vendor/bluue/prestashop-connector-bundle/src/Entity'),
  7383.                 18 => (\dirname(__DIR__4).'/vendor/bluue/gocardless-bundle/src/Entity'),
  7384.                 19 => (\dirname(__DIR__4).'/vendor/bluue/utility-bills-bundle/src/Entity'),
  7385.                 20 => (\dirname(__DIR__4).'/vendor/bluue/ovh-sms-bundle/src/Entity'),
  7386.                 21 => (\dirname(__DIR__4).'/vendor/bluue/recurring-invoices-bundle/src/Entity'),
  7387.                 22 => (\dirname(__DIR__4).'/vendor/bluue/cash-register-bundle/src/Entity'),
  7388.                 23 => (\dirname(__DIR__4).'/vendor/bluue/planning-bundle/src/Entity'),
  7389.                 24 => (\dirname(__DIR__4).'/vendor/bluue/customer-outstanding-bundle/src/Entity'),
  7390.                 25 => (\dirname(__DIR__4).'/vendor/bluue/projects-bundle/src/Entity'),
  7391.                 26 => (\dirname(__DIR__4).'/vendor/bluue/sites-bundle/src/Entity'),
  7392.                 27 => (\dirname(__DIR__4).'/vendor/bluue/tickets-bundle/src/Entity'),
  7393.                 28 => (\dirname(__DIR__4).'/vendor/bluue/cx3-bundle/src/Entity'),
  7394.                 29 => (\dirname(__DIR__4).'/src/Entity'),
  7395.             ],
  7396.             'api_platform.oauth.enabled' => false,
  7397.             'api_platform.oauth.clientId' => '',
  7398.             'api_platform.oauth.clientSecret' => '',
  7399.             'api_platform.oauth.type' => 'oauth2',
  7400.             'api_platform.oauth.flow' => 'application',
  7401.             'api_platform.oauth.tokenUrl' => '',
  7402.             'api_platform.oauth.authorizationUrl' => '',
  7403.             'api_platform.oauth.refreshUrl' => '',
  7404.             'api_platform.oauth.scopes' => [
  7405.             ],
  7406.             'api_platform.oauth.pkce' => false,
  7407.             'api_platform.openapi.termsOfService' => NULL,
  7408.             'api_platform.openapi.contact.name' => NULL,
  7409.             'api_platform.openapi.contact.url' => NULL,
  7410.             'api_platform.openapi.contact.email' => NULL,
  7411.             'api_platform.openapi.license.name' => NULL,
  7412.             'api_platform.openapi.license.url' => NULL,
  7413.             'api_platform.swagger.versions' => [
  7414.                 => 2,
  7415.                 => 3,
  7416.             ],
  7417.             'api_platform.enable_swagger_ui' => true,
  7418.             'api_platform.enable_re_doc' => true,
  7419.             'api_platform.swagger.api_keys' => [
  7420.                 'JWT' => [
  7421.                     'name' => 'Authorization',
  7422.                     'type' => 'header',
  7423.                 ],
  7424.             ],
  7425.             'api_platform.swagger_ui.extra_configuration' => [
  7426.             ],
  7427.             'api_platform.graphql.enabled' => true,
  7428.             'api_platform.graphql.graphiql.enabled' => false,
  7429.             'api_platform.graphql.graphql_playground.enabled' => true,
  7430.             'api_platform.graphql.collection.pagination' => [
  7431.                 'enabled' => true,
  7432.             ],
  7433.             'api_platform.graphql.default_ide' => 'graphiql',
  7434.             'api_platform.graphql.nesting_separator' => '_',
  7435.             'api_platform.validator.serialize_payload_fields' => [
  7436.             ],
  7437.             'api_platform.validator.query_parameter_validation' => true,
  7438.             'api_platform.elasticsearch.enabled' => false,
  7439.             'lexik_jwt_authentication.token_ttl' => 43200,
  7440.             'lexik_jwt_authentication.clock_skew' => 0,
  7441.             'lexik_jwt_authentication.user_identity_field' => 'username',
  7442.             'lexik_jwt_authentication.allow_no_expiration' => false,
  7443.             'lexik_jwt_authentication.user_id_claim' => 'username',
  7444.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  7445.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  7446.             'maker.compatible_check.doctrine.supports_attributes' => true,
  7447.             'data_collector.templates' => [
  7448.                 'data_collector.request' => [
  7449.                     => 'request',
  7450.                     => '@WebProfiler/Collector/request.html.twig',
  7451.                 ],
  7452.                 'api_platform.data_collector.request' => [
  7453.                     => 'api_platform.data_collector.request',
  7454.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  7455.                 ],
  7456.                 'data_collector.time' => [
  7457.                     => 'time',
  7458.                     => '@WebProfiler/Collector/time.html.twig',
  7459.                 ],
  7460.                 'data_collector.memory' => [
  7461.                     => 'memory',
  7462.                     => '@WebProfiler/Collector/memory.html.twig',
  7463.                 ],
  7464.                 'data_collector.validator' => [
  7465.                     => 'validator',
  7466.                     => '@WebProfiler/Collector/validator.html.twig',
  7467.                 ],
  7468.                 'data_collector.ajax' => [
  7469.                     => 'ajax',
  7470.                     => '@WebProfiler/Collector/ajax.html.twig',
  7471.                 ],
  7472.                 'data_collector.form' => [
  7473.                     => 'form',
  7474.                     => '@WebProfiler/Collector/form.html.twig',
  7475.                 ],
  7476.                 'data_collector.exception' => [
  7477.                     => 'exception',
  7478.                     => '@WebProfiler/Collector/exception.html.twig',
  7479.                 ],
  7480.                 'data_collector.logger' => [
  7481.                     => 'logger',
  7482.                     => '@WebProfiler/Collector/logger.html.twig',
  7483.                 ],
  7484.                 'data_collector.events' => [
  7485.                     => 'events',
  7486.                     => '@WebProfiler/Collector/events.html.twig',
  7487.                 ],
  7488.                 'data_collector.router' => [
  7489.                     => 'router',
  7490.                     => '@WebProfiler/Collector/router.html.twig',
  7491.                 ],
  7492.                 'data_collector.cache' => [
  7493.                     => 'cache',
  7494.                     => '@WebProfiler/Collector/cache.html.twig',
  7495.                 ],
  7496.                 'data_collector.translation' => [
  7497.                     => 'translation',
  7498.                     => '@WebProfiler/Collector/translation.html.twig',
  7499.                 ],
  7500.                 'data_collector.security' => [
  7501.                     => 'security',
  7502.                     => '@Security/Collector/security.html.twig',
  7503.                 ],
  7504.                 'data_collector.twig' => [
  7505.                     => 'twig',
  7506.                     => '@WebProfiler/Collector/twig.html.twig',
  7507.                 ],
  7508.                 'data_collector.http_client' => [
  7509.                     => 'http_client',
  7510.                     => '@WebProfiler/Collector/http_client.html.twig',
  7511.                 ],
  7512.                 'data_collector.doctrine' => [
  7513.                     => 'db',
  7514.                     => '@Doctrine/Collector/db.html.twig',
  7515.                 ],
  7516.                 'doctrine_migrations.migrations_collector' => [
  7517.                     => 'doctrine_migrations',
  7518.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  7519.                 ],
  7520.                 'data_collector.dump' => [
  7521.                     => 'dump',
  7522.                     => '@Debug/Profiler/dump.html.twig',
  7523.                 ],
  7524.                 'data_collector.messenger' => [
  7525.                     => 'messenger',
  7526.                     => '@WebProfiler/Collector/messenger.html.twig',
  7527.                 ],
  7528.                 'mailer.data_collector' => [
  7529.                     => 'mailer',
  7530.                     => '@WebProfiler/Collector/mailer.html.twig',
  7531.                 ],
  7532.                 'notifier.data_collector' => [
  7533.                     => 'notifier',
  7534.                     => '@WebProfiler/Collector/notifier.html.twig',
  7535.                 ],
  7536.                 'data_collector.config' => [
  7537.                     => 'config',
  7538.                     => '@WebProfiler/Collector/config.html.twig',
  7539.                 ],
  7540.             ],
  7541.             'console.command.ids' => [
  7542.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand',
  7543.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand',
  7544.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand',
  7545.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand',
  7546.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand',
  7547.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand',
  7548.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand',
  7549.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand',
  7550.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand',
  7551.             ],
  7552.         ];
  7553.     }
  7554.     protected function throw($message)
  7555.     {
  7556.         throw new RuntimeException($message);
  7557.     }
  7558. }