var/cache/dev/Container56BHOxG/App_KernelDevDebugContainer.php line 3731

  1. <?php
  2. namespace Container56BHOxG;
  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\LogicException;
  7. use Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException;
  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 \Closure $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService $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.             'cache.app' => 'getCache_AppService',
  35.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  36.             'cache.security_is_granted_attribute_expression_language' => 'getCache_SecurityIsGrantedAttributeExpressionLanguageService',
  37.             'cache.system' => 'getCache_SystemService',
  38.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  39.             'data_collector.dump' => 'getDataCollector_DumpService',
  40.             'doctrine' => 'getDoctrineService',
  41.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  42.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  43.             'event_dispatcher' => 'getEventDispatcherService',
  44.             'http_kernel' => 'getHttpKernelService',
  45.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  46.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  47.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  48.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  49.             'request_stack' => 'getRequestStackService',
  50.             'router' => 'getRouterService',
  51.             'translator' => 'getTranslatorService',
  52.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  53.             'profiler' => 'getProfilerService',
  54.         ];
  55.         $this->fileMap = [
  56.             'App\\Controller\\Admin\\ApplicationCrudController' => 'getApplicationCrudControllerService',
  57.             'App\\Controller\\Admin\\CurrencyExchangeRateCrudController' => 'getCurrencyExchangeRateCrudControllerService',
  58.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  59.             'App\\Controller\\Admin\\ExportExcelCrudController' => 'getExportExcelCrudControllerService',
  60.             'App\\Controller\\Admin\\FrontThemeCrudController' => 'getFrontThemeCrudControllerService',
  61.             'App\\Controller\\Admin\\ImageCrudController' => 'getImageCrudControllerService',
  62.             'App\\Controller\\Admin\\LinkCrudController' => 'getLinkCrudControllerService',
  63.             'App\\Controller\\Admin\\LinkTypeCrudController' => 'getLinkTypeCrudControllerService',
  64.             'App\\Controller\\Admin\\LogHistoryCrudController' => 'getLogHistoryCrudControllerService',
  65.             'App\\Controller\\Admin\\NotificationCrudController' => 'getNotificationCrudControllerService',
  66.             'App\\Controller\\Admin\\ProductCrudController' => 'getProductCrudControllerService',
  67.             'App\\Controller\\Admin\\RoleCrudController' => 'getRoleCrudControllerService',
  68.             'App\\Controller\\Admin\\SettingsCrudController' => 'getSettingsCrudControllerService',
  69.             'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  70.             'App\\Controller\\Admin\\UserPasswordCrudController' => 'getUserPasswordCrudControllerService',
  71.             'App\\Controller\\Admin\\WebsiteThemeCrudController' => 'getWebsiteThemeCrudControllerService',
  72.             'App\\Controller\\CommandLineController' => 'getCommandLineControllerService',
  73.             'App\\Controller\\ExcelController' => 'getExcelControllerService',
  74.             'App\\Controller\\MailTesterController' => 'getMailTesterControllerService',
  75.             'App\\Controller\\MediaController' => 'getMediaControllerService',
  76.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  77.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  78.             'App\\Controller\\TestController' => 'getTestControllerService',
  79.             'App\\Controller\\TranslationYamlController' => 'getTranslationYamlControllerService',
  80.             'App\\Flexy\\Apps\\AiBundle\\Controller\\AiRequestCrudController' => 'getAiRequestCrudControllerService',
  81.             'App\\Flexy\\Apps\\AiBundle\\Controller\\DashboardController' => 'getDashboardController2Service',
  82.             'App\\Flexy\\Apps\\AiBundle\\Controller\\TextToSpeechController' => 'getTextToSpeechControllerService',
  83.             'App\\Flexy\\Apps\\AiBundle\\Controller\\ThreadAiRequestCrudController' => 'getThreadAiRequestCrudControllerService',
  84.             'App\\Flexy\\Apps\\BookingBundle\\Controller\\CategoryOfferCrudController' => 'getCategoryOfferCrudControllerService',
  85.             'App\\Flexy\\Apps\\BookingBundle\\Controller\\DashboardController' => 'getDashboardController3Service',
  86.             'App\\Flexy\\Apps\\BookingBundle\\Controller\\OfferCrudController' => 'getOfferCrudControllerService',
  87.             'App\\Flexy\\Apps\\BookingBundle\\Controller\\ReservationCrudController' => 'getReservationCrudControllerService',
  88.             'App\\Flexy\\Apps\\CJDropShippingBundle\\Controller\\CjProductCrudController' => 'getCjProductCrudControllerService',
  89.             'App\\Flexy\\Apps\\CJDropShippingBundle\\Controller\\DashboardController' => 'getDashboardController4Service',
  90.             'App\\Flexy\\Apps\\CJDropShippingBundle\\Controller\\ListProductsController' => 'getListProductsControllerService',
  91.             'App\\Flexy\\Apps\\CueClubBundle\\Controller\\CueClubProductCrudController' => 'getCueClubProductCrudControllerService',
  92.             'App\\Flexy\\Apps\\CueClubBundle\\Controller\\DashboardController' => 'getDashboardController5Service',
  93.             'App\\Flexy\\Apps\\CueClubBundle\\Controller\\SnookerController' => 'getSnookerControllerService',
  94.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\AgentCrudController' => 'getAgentCrudControllerService',
  95.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\Agent\\DashboardController' => 'getDashboardController6Service',
  96.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\Agent\\DefaultController' => 'getDefaultControllerService',
  97.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\Agent\\OrderController' => 'getOrderControllerService',
  98.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\Agent\\OrderCrudController' => 'getOrderCrudControllerService',
  99.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => 'getOrderOldCrudControllerService',
  100.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => 'getOrderToDoCrudControllerService',
  101.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\ShippingAgent\\DashboardController' => 'getDashboardController7Service',
  102.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\ShippingAgent\\DefaultController' => 'getDefaultController2Service',
  103.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\ShippingAgent\\OrderController' => 'getOrderController2Service',
  104.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => 'getOrderCrudController2Service',
  105.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => 'getOrderOldCrudController2Service',
  106.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'getOrderToDoCrudController2Service',
  107.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\ShippingAgentCrudController' => 'getShippingAgentCrudControllerService',
  108.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\ComplaintCrudController' => 'getComplaintCrudControllerService',
  109.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\ComplaintSubjectCrudController' => 'getComplaintSubjectCrudControllerService',
  110.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerCODCrudController' => 'getCustomerCODCrudControllerService',
  111.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerCrudController' => 'getCustomerCrudControllerService',
  112.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerGroupCrudController' => 'getCustomerGroupCrudControllerService',
  113.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudControllerService',
  114.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudControllerService',
  115.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\ComplaintCrudController' => 'getComplaintCrudController2Service',
  116.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController2Service',
  117.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\DashboardController' => 'getDashboardController8Service',
  118.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\MissionCrudController' => 'getMissionCrudControllerService',
  119.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudControllerService',
  120.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\OrderCrudController' => 'getOrderCrudController3Service',
  121.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\ProductSubscriptionCrudController' => 'getProductSubscriptionCrudControllerService',
  122.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\UserPasswordCrudController' => 'getUserPasswordCrudController2Service',
  123.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\MyCustomerCrudController' => 'getMyCustomerCrudControllerService',
  124.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController2Service',
  125.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\PackCrudController' => 'getPackCrudControllerService',
  126.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\PackEngagementCrudController' => 'getPackEngagementCrudControllerService',
  127.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\DashboardController' => 'getDashboardController9Service',
  128.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\ImportExcelController' => 'getImportExcelControllerService',
  129.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\ImportExcel\\ImportCrudController' => 'getImportCrudControllerService',
  130.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\ChangeStatusOrderPaymentCrudController' => 'getChangeStatusOrderPaymentCrudControllerService',
  131.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\ChangeStatusOrderShippingCrudController' => 'getChangeStatusOrderShippingCrudControllerService',
  132.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\DemandeFundCrudController' => 'getDemandeFundCrudControllerService',
  133.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\LogHistoryOrderCrudController' => 'getLogHistoryOrderCrudControllerService',
  134.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\OrderCrudController' => 'getOrderCrudController4Service',
  135.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\PosController' => 'getPosControllerService',
  136.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Payment\\BankBookCrudController' => 'getBankBookCrudControllerService',
  137.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Payment\\PaymentMethodCrudController' => 'getPaymentMethodCrudControllerService',
  138.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Payment\\TransactionCrudController' => 'getTransactionCrudControllerService',
  139.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Payment\\TransactionListCrudController' => 'getTransactionListCrudControllerService',
  140.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\AttributCrudController' => 'getAttributCrudControllerService',
  141.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\AttributValueCrudController' => 'getAttributValueCrudControllerService',
  142.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\BrandCrudController' => 'getBrandCrudControllerService',
  143.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryOfferCrudController' => 'getCategoryOfferCrudController2Service',
  144.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryProductCrudController' => 'getCategoryProductCrudControllerService',
  145.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryProductRevenueCrudController' => 'getCategoryProductRevenueCrudControllerService',
  146.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudControllerService',
  147.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CommentCrudController' => 'getCommentCrudControllerService',
  148.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ExportExcelCategoryProductCrudController' => 'getExportExcelCategoryProductCrudControllerService',
  149.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ExportExcelProductCrudController' => 'getExportExcelProductCrudControllerService',
  150.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ImageProductEmbdedCrudController' => 'getImageProductEmbdedCrudControllerService',
  151.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ImportExcelCrudController' => 'getImportExcelCrudControllerService',
  152.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\OfferProductCrudController' => 'getOfferProductCrudControllerService',
  153.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductCrudController' => 'getProductCrudController2Service',
  154.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductPackChildCrudController' => 'getProductPackChildCrudControllerService',
  155.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductPackCrudController' => 'getProductPackCrudControllerService',
  156.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductRevenueCrudController' => 'getProductRevenueCrudControllerService',
  157.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductSubscriptionCrudController' => 'getProductSubscriptionCrudController2Service',
  158.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductVariableCrudController' => 'getProductVariableCrudControllerService',
  159.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\SubCategoryProductCrudController' => 'getSubCategoryProductCrudControllerService',
  160.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Promotion\\CouponsCrudController' => 'getCouponsCrudControllerService',
  161.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Promotion\\PromotionCrudController' => 'getPromotionCrudControllerService',
  162.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CashBoxCrudController' => 'getCashBoxCrudControllerService',
  163.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CashOnDeliveryCrudController' => 'getCashOnDeliveryCrudControllerService',
  164.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CityCrudController' => 'getCityCrudControllerService',
  165.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CityRegionCrudController' => 'getCityRegionCrudControllerService',
  166.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CountryCrudController' => 'getCountryCrudControllerService',
  167.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\DepartementCrudController' => 'getDepartementCrudControllerService',
  168.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentCollectMoneyCrudController' => 'getShipmentCollectMoneyCrudControllerService',
  169.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentCrudController' => 'getShipmentCrudControllerService',
  170.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentItemChildCrudController' => 'getShipmentItemChildCrudControllerService',
  171.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentItemCrudController' => 'getShipmentItemCrudControllerService',
  172.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentPaperCrudController' => 'getShipmentPaperCrudControllerService',
  173.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShippingCalculationMethodCrudController' => 'getShippingCalculationMethodCrudControllerService',
  174.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShippingMethodCrudController' => 'getShippingMethodCrudControllerService',
  175.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\StepTypeCrudController' => 'getStepTypeCrudControllerService',
  176.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\ShipmentCrudController' => 'getShipmentCrudController2Service',
  177.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\ShipmentTrackingController' => 'getShipmentTrackingControllerService',
  178.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'getStepFiveShipmentCrudControllerService',
  179.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepFourShipmentCrudController' => 'getStepFourShipmentCrudControllerService',
  180.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepOneShipmentCrudController' => 'getStepOneShipmentCrudControllerService',
  181.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepSixShipmentCrudController' => 'getStepSixShipmentCrudControllerService',
  182.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'getStepThreeShipmentCrudControllerService',
  183.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'getStepTwoShipmentCrudControllerService',
  184.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\TrackingStepCrudController' => 'getTrackingStepCrudControllerService',
  185.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudControllerService',
  186.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController2Service',
  187.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController2Service',
  188.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\DashboardController' => 'getDashboardController10Service',
  189.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudControllerService',
  190.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\ProductCrudController' => 'getProductCrudController3Service',
  191.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\StoreCrudController' => 'getStoreCrudControllerService',
  192.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudController2Service',
  193.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'getCategoryOfferCrudController3Service',
  194.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController3Service',
  195.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController3Service',
  196.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\DashboardController' => 'getDashboardController11Service',
  197.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\DemandeFundCrudController' => 'getDemandeFundCrudController2Service',
  198.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudController2Service',
  199.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\OfferProductCrudController' => 'getOfferProductCrudController2Service',
  200.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\ProductCrudController' => 'getProductCrudController4Service',
  201.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\VendorCrudController' => 'getVendorCrudControllerService',
  202.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\VendorStatementCrudController' => 'getVendorStatementCrudControllerService',
  203.             'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\VendorCrudController' => 'getVendorCrudController2Service',
  204.             'App\\Flexy\\Apps\\ListingBundle\\Controller\\DashboardController' => 'getDashboardController12Service',
  205.             'App\\Flexy\\Apps\\ListingBundle\\Controller\\ExportExcelListingCrudController' => 'getExportExcelListingCrudControllerService',
  206.             'App\\Flexy\\Apps\\ListingBundle\\Controller\\FrontController' => 'getFrontControllerService',
  207.             'App\\Flexy\\Apps\\ListingBundle\\Controller\\ImportExcelCrudController' => 'getImportExcelCrudController2Service',
  208.             'App\\Flexy\\Apps\\ListingBundle\\Controller\\ListingCrudController' => 'getListingCrudControllerService',
  209.             'App\\Flexy\\Apps\\MyNewBundle\\Controller\\DashboardController' => 'getDashboardController13Service',
  210.             'App\\Flexy\\Apps\\NewsletterBundle\\Controller\\DashboardController' => 'getDashboardController14Service',
  211.             'App\\Flexy\\Apps\\NewsletterBundle\\Controller\\FrontController' => 'getFrontController2Service',
  212.             'App\\Flexy\\Apps\\NewsletterBundle\\Controller\\NewsletterCompaignCrudController' => 'getNewsletterCompaignCrudControllerService',
  213.             'App\\Flexy\\Apps\\NewsletterBundle\\Controller\\NewsletterCompaignLaunchCrudController' => 'getNewsletterCompaignLaunchCrudControllerService',
  214.             'App\\Flexy\\Apps\\NewsletterBundle\\Controller\\NewsletterMailLogCrudController' => 'getNewsletterMailLogCrudControllerService',
  215.             'App\\Flexy\\Apps\\POSBundle\\Controller\\CaisseCrudController' => 'getCaisseCrudControllerService',
  216.             'App\\Flexy\\Apps\\POSBundle\\Controller\\CartController' => 'getCartControllerService',
  217.             'App\\Flexy\\Apps\\POSBundle\\Controller\\CustomerOrderCrudController' => 'getCustomerOrderCrudControllerService',
  218.             'App\\Flexy\\Apps\\POSBundle\\Controller\\DashboardController' => 'getDashboardController15Service',
  219.             'App\\Flexy\\Apps\\POSBundle\\Controller\\DefaultController' => 'getDefaultController3Service',
  220.             'App\\Flexy\\Apps\\POSBundle\\Controller\\OrderCrudController' => 'getOrderCrudController5Service',
  221.             'App\\Flexy\\Apps\\POSBundle\\Controller\\OrderOldCrudController' => 'getOrderOldCrudController3Service',
  222.             'App\\Flexy\\Apps\\POSBundle\\Controller\\OrderToDoCrudController' => 'getOrderToDoCrudController3Service',
  223.             'App\\Flexy\\Apps\\POSBundle\\Controller\\POSApiController' => 'getPOSApiControllerService',
  224.             'App\\Flexy\\Apps\\POSBundle\\Controller\\TableCrudController' => 'getTableCrudControllerService',
  225.             'App\\Flexy\\Apps\\ProjectsBundle\\Controller\\DashboardController' => 'getDashboardController16Service',
  226.             'App\\Flexy\\Apps\\ProjectsBundle\\Controller\\ProjectsController' => 'getProjectsControllerService',
  227.             'App\\Flexy\\Apps\\StockBundle\\Controller\\ArticleCrudController' => 'getArticleCrudControllerService',
  228.             'App\\Flexy\\Apps\\StockBundle\\Controller\\DashboardController' => 'getDashboardController17Service',
  229.             'App\\Flexy\\Apps\\StockBundle\\Controller\\DocumentCrudController' => 'getDocumentCrudControllerService',
  230.             'App\\Flexy\\Apps\\StockBundle\\Controller\\StockCrudController' => 'getStockCrudControllerService',
  231.             'App\\Flexy\\Apps\\SubscriptionProductBundle\\Controller\\DashboardController' => 'getDashboardController18Service',
  232.             'App\\Flexy\\Apps\\TransportBundle\\Controller\\AgentCrudController' => 'getAgentCrudController2Service',
  233.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\BlocCrudController' => 'getBlocCrudControllerService',
  234.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\FormCrudController' => 'getFormCrudControllerService',
  235.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\FormFieldCrudController' => 'getFormFieldCrudControllerService',
  236.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MasterSliderCrudController' => 'getMasterSliderCrudControllerService',
  237.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuCrudController' => 'getMenuCrudControllerService',
  238.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuItemCrudController' => 'getMenuItemCrudControllerService',
  239.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PageCrudController' => 'getPageCrudControllerService',
  240.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PageMailCrudController' => 'getPageMailCrudControllerService',
  241.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PageWidgetCrudController' => 'getPageWidgetCrudControllerService',
  242.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PubBannerCrudController' => 'getPubBannerCrudControllerService',
  243.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SectionCrudController' => 'getSectionCrudControllerService',
  244.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SlideCrudController' => 'getSlideCrudControllerService',
  245.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SliderCrudController' => 'getSliderCrudControllerService',
  246.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SubMenuItemCrudController' => 'getSubMenuItemCrudControllerService',
  247.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\DashboardController' => 'getDashboardController19Service',
  248.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Front\\CartController' => 'getCartController2Service',
  249.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Front\\CategoryProductController' => 'getCategoryProductControllerService',
  250.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Front\\CheckoutController' => 'getCheckoutControllerService',
  251.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Front\\FormRenderController' => 'getFormRenderControllerService',
  252.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Front\\HomeController' => 'getHomeControllerService',
  253.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Front\\PagesController' => 'getPagesControllerService',
  254.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Front\\PartialController' => 'getPartialControllerService',
  255.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Front\\ProductController' => 'getProductControllerService',
  256.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AgentCrudController' => 'getAgentCrudController3Service',
  257.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Agent\\DashboardController' => 'getDashboardController20Service',
  258.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributCrudController' => 'getAttributCrudController2Service',
  259.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributValueCrudController' => 'getAttributValueCrudController2Service',
  260.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\BrandCrudController' => 'getBrandCrudController2Service',
  261.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryOfferCrudController' => 'getCategoryOfferCrudController4Service',
  262.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductCrudController' => 'getCategoryProductCrudController4Service',
  263.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudController2Service',
  264.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityCrudController' => 'getCityCrudController2Service',
  265.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityRegionCrudController' => 'getCityRegionCrudController2Service',
  266.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CommentCrudController' => 'getCommentCrudController2Service',
  267.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CouponsCrudController' => 'getCouponsCrudController2Service',
  268.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerCrudController' => 'getCustomerCrudController4Service',
  269.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerGroupCrudController' => 'getCustomerGroupCrudController2Service',
  270.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudController2Service',
  271.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController3Service',
  272.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController4Service',
  273.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\DashboardController' => 'getDashboardController21Service',
  274.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\MissionCrudController' => 'getMissionCrudController2Service',
  275.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\OrderCrudController' => 'getOrderCrudController6Service',
  276.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DashboardController' => 'getDashboardController22Service',
  277.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DemandeFundCrudController' => 'getDemandeFundCrudController3Service',
  278.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DepartementCrudController' => 'getDepartementCrudController2Service',
  279.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportCrudController' => 'getImportCrudController2Service',
  280.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportExcelController' => 'getImportExcelController2Service',
  281.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportExcelCrudController' => 'getImportExcelCrudController3Service',
  282.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerCrudController' => 'getMyCustomerCrudController2Service',
  283.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController3Service',
  284.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OfferProductCrudController' => 'getOfferProductCrudController3Service',
  285.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OrderCrudController' => 'getOrderCrudController7Service',
  286.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackCrudController' => 'getPackCrudController2Service',
  287.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackEngagementCrudController' => 'getPackEngagementCrudController2Service',
  288.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PaymentMethodCrudController' => 'getPaymentMethodCrudController2Service',
  289.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ProductCrudController' => 'getProductCrudController5Service',
  290.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PromotionCrudController' => 'getPromotionCrudController2Service',
  291.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ShippingMethodCrudController' => 'getShippingMethodCrudController2Service',
  292.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\VendorCrudController' => 'getVendorCrudController3Service',
  293.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController' => 'getCatalogueProductCrudController3Service',
  294.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController' => 'getCategoryOfferCrudController5Service',
  295.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController' => 'getCategoryProductCrudController5Service',
  296.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController' => 'getCustomerCrudController5Service',
  297.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DashboardController' => 'getDashboardController23Service',
  298.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController' => 'getDemandeFundCrudController4Service',
  299.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController' => 'getMyOrdersCrudController3Service',
  300.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController' => 'getOfferProductCrudController4Service',
  301.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\PagesController' => 'getPagesController2Service',
  302.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\ProductCrudController' => 'getProductCrudController6Service',
  303.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'getVendorCrudController4Service',
  304.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController' => 'getVendorStatementCrudController2Service',
  305.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Statistics\\AdminStatsController' => 'getAdminStatsControllerService',
  306.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\BlocCrudController' => 'getBlocCrudController2Service',
  307.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MasterSliderCrudController' => 'getMasterSliderCrudController2Service',
  308.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuCrudController' => 'getMenuCrudController2Service',
  309.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuItemCrudController' => 'getMenuItemCrudController2Service',
  310.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PageCrudController' => 'getPageCrudController2Service',
  311.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PageMailCrudController' => 'getPageMailCrudController2Service',
  312.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PubBannerCrudController' => 'getPubBannerCrudController2Service',
  313.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SectionCrudController' => 'getSectionCrudController2Service',
  314.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SlideCrudController' => 'getSlideCrudController2Service',
  315.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SliderCrudController' => 'getSliderCrudController2Service',
  316.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SubMenuItemCrudController' => 'getSubMenuItemCrudController2Service',
  317.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Api\\CustomApiController' => 'getCustomApiControllerService',
  318.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\BookingController' => 'getBookingControllerService',
  319.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\CartController' => 'getCartController3Service',
  320.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\CategoryProductController' => 'getCategoryProductController2Service',
  321.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\CheckoutController' => 'getCheckoutController2Service',
  322.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\DashboardController' => 'getDashboardController24Service',
  323.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\HomeController' => 'getHomeController2Service',
  324.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\MyAccountController' => 'getMyAccountControllerService',
  325.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\OAuth\\FacebookController' => 'getFacebookControllerService',
  326.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\OAuth\\GoogleController' => 'getGoogleControllerService',
  327.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\PagesController' => 'getPagesController3Service',
  328.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\PartialController' => 'getPartialController2Service',
  329.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ProductController' => 'getProductController2Service',
  330.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  331.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\SearchController' => 'getSearchControllerService',
  332.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'getAgentCrudController4Service',
  333.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\AgentRevenueCrudController' => 'getAgentRevenueCrudControllerService',
  334.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController' => 'getDashboardController25Service',
  335.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DefaultController' => 'getDefaultController4Service',
  336.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderController' => 'getOrderController3Service',
  337.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => 'getOrderCrudController8Service',
  338.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => 'getOrderOldCrudController4Service',
  339.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => 'getOrderToDoCrudController4Service',
  340.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController' => 'getDashboardController26Service',
  341.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DefaultController' => 'getDefaultController5Service',
  342.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderController' => 'getOrderController4Service',
  343.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => 'getOrderCrudController9Service',
  344.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => 'getOrderOldCrudController5Service',
  345.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'getOrderToDoCrudController5Service',
  346.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => 'getShippingAgentCrudController2Service',
  347.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController' => 'getComplaintCrudController3Service',
  348.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController' => 'getComplaintSubjectCrudController2Service',
  349.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => 'getCustomerCODCrudController2Service',
  350.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'getCustomerCrudController6Service',
  351.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'getCustomerGroupCrudController3Service',
  352.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudController3Service',
  353.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController5Service',
  354.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\ComplaintCrudController' => 'getComplaintCrudController4Service',
  355.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController6Service',
  356.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController' => 'getDashboardController27Service',
  357.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => 'getMissionCrudController3Service',
  358.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController4Service',
  359.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => 'getOrderCrudController10Service',
  360.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\ProductSubscriptionCrudController' => 'getProductSubscriptionCrudController3Service',
  361.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController' => 'getUserPasswordCrudController3Service',
  362.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'getMyCustomerCrudController3Service',
  363.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController5Service',
  364.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackCrudController' => 'getPackCrudController3Service',
  365.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => 'getPackEngagementCrudController3Service',
  366.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\DashboardController' => 'getDashboardController28Service',
  367.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\ImportExcelController' => 'getImportExcelController3Service',
  368.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => 'getImportCrudController3Service',
  369.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController' => 'getChangeStatusOrderPaymentCrudController2Service',
  370.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController' => 'getChangeStatusOrderShippingCrudController2Service',
  371.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'getDemandeFundCrudController5Service',
  372.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController' => 'getExportExcelOrderCrudControllerService',
  373.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController' => 'getLogHistoryOrderCrudController2Service',
  374.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\OrderCrudController' => 'getOrderCrudController11Service',
  375.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => 'getBankBookCrudController2Service',
  376.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => 'getPaymentMethodCrudController3Service',
  377.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => 'getTransactionCrudController2Service',
  378.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => 'getTransactionListCrudController2Service',
  379.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributCrudController' => 'getAttributCrudController3Service',
  380.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'getAttributValueCrudController3Service',
  381.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\BrandCrudController' => 'getBrandCrudController3Service',
  382.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => 'getCategoryOfferCrudController6Service',
  383.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'getCategoryProductCrudController6Service',
  384.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => 'getCategoryProductRevenueCrudController2Service',
  385.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudController3Service',
  386.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CommentCrudController' => 'getCommentCrudController3Service',
  387.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController' => 'getExportExcelCategoryProductCrudController2Service',
  388.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController' => 'getExportExcelProductCrudController2Service',
  389.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => 'getImportExcelCrudController4Service',
  390.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => 'getOfferProductCrudController5Service',
  391.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductCrudController' => 'getProductCrudController7Service',
  392.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => 'getProductPackChildCrudController2Service',
  393.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => 'getProductPackCrudController2Service',
  394.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => 'getProductRevenueCrudController2Service',
  395.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => 'getProductSubscriptionCrudController4Service',
  396.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => 'getProductVariableCrudController2Service',
  397.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\SubCategoryProductCrudController' => 'getSubCategoryProductCrudController2Service',
  398.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'getCouponsCrudController3Service',
  399.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => 'getPromotionCrudController3Service',
  400.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => 'getCashBoxCrudController2Service',
  401.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => 'getCashOnDeliveryCrudController2Service',
  402.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => 'getCityCrudController3Service',
  403.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => 'getCityRegionCrudController3Service',
  404.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => 'getDepartementCrudController3Service',
  405.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => 'getShipmentCollectMoneyCrudController2Service',
  406.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => 'getShipmentCrudController3Service',
  407.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => 'getShipmentItemChildCrudController2Service',
  408.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'getShipmentItemCrudController2Service',
  409.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'getShipmentPaperCrudController2Service',
  410.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => 'getShippingCalculationMethodCrudController2Service',
  411.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'getShippingMethodCrudController3Service',
  412.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => 'getStepTypeCrudController2Service',
  413.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => 'getShipmentCrudController4Service',
  414.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentTrackingController' => 'getShipmentTrackingController2Service',
  415.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'getStepFiveShipmentCrudController2Service',
  416.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => 'getStepFourShipmentCrudController2Service',
  417.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => 'getStepOneShipmentCrudController2Service',
  418.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'getStepSixShipmentCrudController2Service',
  419.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'getStepThreeShipmentCrudController2Service',
  420.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'getStepTwoShipmentCrudController2Service',
  421.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => 'getTrackingStepCrudController2Service',
  422.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudController4Service',
  423.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController7Service',
  424.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController7Service',
  425.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\DashboardController' => 'getDashboardController29Service',
  426.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudController4Service',
  427.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController' => 'getProductCrudController8Service',
  428.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\StoreCrudController' => 'getStoreCrudController2Service',
  429.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudController5Service',
  430.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'getCategoryOfferCrudController7Service',
  431.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController8Service',
  432.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController8Service',
  433.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController' => 'getDashboardController30Service',
  434.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'getDemandeFundCrudController6Service',
  435.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudController5Service',
  436.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'getOfferProductCrudController6Service',
  437.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => 'getProductCrudController9Service',
  438.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => 'getVendorCrudController5Service',
  439.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => 'getVendorStatementCrudController3Service',
  440.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'getVendorCrudController6Service',
  441.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Statistics\\AdminStatsController' => 'getAdminStatsController2Service',
  442.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\VendorController' => 'getVendorControllerService',
  443.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\BlocCrudController' => 'getBlocCrudController3Service',
  444.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\CategoryPageCrudController' => 'getCategoryPageCrudControllerService',
  445.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\MasterSliderCrudController' => 'getMasterSliderCrudController3Service',
  446.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\MenuCrudController' => 'getMenuCrudController3Service',
  447.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\MenuItemCrudController' => 'getMenuItemCrudController3Service',
  448.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\PageCrudController' => 'getPageCrudController3Service',
  449.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\PageMailCrudController' => 'getPageMailCrudController3Service',
  450.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\PageWidgetCrudController' => 'getPageWidgetCrudController2Service',
  451.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\PubBannerCrudController' => 'getPubBannerCrudController3Service',
  452.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\SectionCrudController' => 'getSectionCrudController3Service',
  453.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\SlideCrudController' => 'getSlideCrudController3Service',
  454.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\SliderCrudController' => 'getSliderCrudController3Service',
  455.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\SubMenuItemCrudController' => 'getSubMenuItemCrudController3Service',
  456.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\DashboardController' => 'getDashboardController31Service',
  457.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Front\\BookingController' => 'getBookingController2Service',
  458.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Front\\CartController' => 'getCartController4Service',
  459.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Front\\CategoryProductController' => 'getCategoryProductController3Service',
  460.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Front\\CheckoutController' => 'getCheckoutController3Service',
  461.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Front\\HomeController' => 'getHomeController3Service',
  462.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Front\\MissionBookingController' => 'getMissionBookingControllerService',
  463.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Front\\MyAccountController' => 'getMyAccountController2Service',
  464.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Front\\PagesController' => 'getPagesController4Service',
  465.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Front\\PartialController' => 'getPartialController3Service',
  466.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Front\\ProductController' => 'getProductController3Service',
  467.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Front\\RegistrationController' => 'getRegistrationController2Service',
  468.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Front\\SearchController' => 'getSearchController2Service',
  469.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Front\\SectionController' => 'getSectionControllerService',
  470.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Front\\SitemapController' => 'getSitemapControllerService',
  471.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Front\\VendorController' => 'getVendorController2Service',
  472.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\OAuth\\FacebookController' => 'getFacebookController2Service',
  473.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\OAuth\\GoogleController' => 'getGoogleController2Service',
  474.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'getAgentCrudController5Service',
  475.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController' => 'getDashboardController32Service',
  476.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DefaultController' => 'getDefaultController6Service',
  477.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderController' => 'getOrderController5Service',
  478.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => 'getOrderCrudController12Service',
  479.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => 'getOrderOldCrudController6Service',
  480.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => 'getOrderToDoCrudController6Service',
  481.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController' => 'getDashboardController33Service',
  482.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DefaultController' => 'getDefaultController7Service',
  483.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderController' => 'getOrderController6Service',
  484.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => 'getOrderCrudController13Service',
  485.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => 'getOrderOldCrudController7Service',
  486.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'getOrderToDoCrudController7Service',
  487.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => 'getShippingAgentCrudController3Service',
  488.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController' => 'getComplaintCrudController5Service',
  489.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController' => 'getComplaintSubjectCrudController3Service',
  490.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => 'getCustomerCODCrudController3Service',
  491.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'getCustomerCrudController9Service',
  492.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'getCustomerGroupCrudController4Service',
  493.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudController4Service',
  494.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController7Service',
  495.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\ComplaintCrudController' => 'getComplaintCrudController6Service',
  496.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController8Service',
  497.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController' => 'getDashboardController34Service',
  498.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => 'getMissionCrudController4Service',
  499.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController6Service',
  500.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => 'getOrderCrudController14Service',
  501.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\ProductSubscriptionCrudController' => 'getProductSubscriptionCrudController5Service',
  502.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController' => 'getUserPasswordCrudController4Service',
  503.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'getMyCustomerCrudController4Service',
  504.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController7Service',
  505.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\PackCrudController' => 'getPackCrudController4Service',
  506.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => 'getPackEngagementCrudController4Service',
  507.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\DashboardController' => 'getDashboardController35Service',
  508.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\ImportExcelController' => 'getImportExcelController4Service',
  509.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => 'getImportCrudController4Service',
  510.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController' => 'getChangeStatusOrderPaymentCrudController3Service',
  511.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController' => 'getChangeStatusOrderShippingCrudController3Service',
  512.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'getDemandeFundCrudController7Service',
  513.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController' => 'getExportExcelOrderCrudController2Service',
  514.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController' => 'getLogHistoryOrderCrudController3Service',
  515.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\OrderCrudController' => 'getOrderCrudController15Service',
  516.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\PosController' => 'getPosController2Service',
  517.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => 'getBankBookCrudController3Service',
  518.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => 'getPaymentMethodCrudController4Service',
  519.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => 'getTransactionCrudController3Service',
  520.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => 'getTransactionListCrudController3Service',
  521.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\AttributCrudController' => 'getAttributCrudController4Service',
  522.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'getAttributValueCrudController4Service',
  523.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\BrandCrudController' => 'getBrandCrudController4Service',
  524.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => 'getCategoryOfferCrudController8Service',
  525.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'getCategoryProductCrudController9Service',
  526.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => 'getCategoryProductRevenueCrudController3Service',
  527.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudController4Service',
  528.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CommentCrudController' => 'getCommentCrudController4Service',
  529.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController' => 'getExportExcelCategoryProductCrudController3Service',
  530.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController' => 'getExportExcelProductCrudController3Service',
  531.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ImageProductEmbdedCrudController' => 'getImageProductEmbdedCrudController2Service',
  532.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => 'getImportExcelCrudController5Service',
  533.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\LocalProductCrudController' => 'getLocalProductCrudControllerService',
  534.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\LocalProductVariableCrudController' => 'getLocalProductVariableCrudControllerService',
  535.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => 'getOfferProductCrudController7Service',
  536.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductCrudController' => 'getProductCrudController10Service',
  537.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => 'getProductPackChildCrudController3Service',
  538.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => 'getProductPackCrudController3Service',
  539.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => 'getProductRevenueCrudController3Service',
  540.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => 'getProductSubscriptionCrudController6Service',
  541.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => 'getProductVariableCrudController3Service',
  542.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\SubCategoryProductCrudController' => 'getSubCategoryProductCrudController3Service',
  543.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'getCouponsCrudController4Service',
  544.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => 'getPromotionCrudController4Service',
  545.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => 'getCashBoxCrudController3Service',
  546.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => 'getCashOnDeliveryCrudController3Service',
  547.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => 'getCityCrudController4Service',
  548.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => 'getCityRegionCrudController4Service',
  549.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => 'getDepartementCrudController4Service',
  550.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => 'getShipmentCollectMoneyCrudController3Service',
  551.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => 'getShipmentCrudController5Service',
  552.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => 'getShipmentItemChildCrudController3Service',
  553.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'getShipmentItemCrudController3Service',
  554.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'getShipmentPaperCrudController3Service',
  555.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => 'getShippingCalculationMethodCrudController3Service',
  556.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'getShippingMethodCrudController4Service',
  557.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => 'getStepTypeCrudController3Service',
  558.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => 'getShipmentCrudController6Service',
  559.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentTrackingController' => 'getShipmentTrackingController3Service',
  560.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'getStepFiveShipmentCrudController3Service',
  561.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => 'getStepFourShipmentCrudController3Service',
  562.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => 'getStepOneShipmentCrudController3Service',
  563.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'getStepSixShipmentCrudController3Service',
  564.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'getStepThreeShipmentCrudController3Service',
  565.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'getStepTwoShipmentCrudController3Service',
  566.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => 'getTrackingStepCrudController3Service',
  567.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudController6Service',
  568.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController10Service',
  569.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController10Service',
  570.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\DashboardController' => 'getDashboardController36Service',
  571.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudController6Service',
  572.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController' => 'getProductCrudController11Service',
  573.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\StoreCrudController' => 'getStoreCrudController3Service',
  574.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudController7Service',
  575.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'getCategoryOfferCrudController9Service',
  576.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController11Service',
  577.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController11Service',
  578.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController' => 'getDashboardController37Service',
  579.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'getDemandeFundCrudController8Service',
  580.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudController7Service',
  581.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'getOfferProductCrudController8Service',
  582.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => 'getProductCrudController12Service',
  583.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => 'getVendorCrudController7Service',
  584.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => 'getVendorStatementCrudController4Service',
  585.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'getVendorCrudController8Service',
  586.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Statistics\\AdminStatsController' => 'getAdminStatsController3Service',
  587.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\BlocCrudController' => 'getBlocCrudController4Service',
  588.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MasterSliderCrudController' => 'getMasterSliderCrudController4Service',
  589.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuCrudController' => 'getMenuCrudController4Service',
  590.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuItemCrudController' => 'getMenuItemCrudController4Service',
  591.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PageCrudController' => 'getPageCrudController4Service',
  592.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PageMailCrudController' => 'getPageMailCrudController4Service',
  593.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PubBannerCrudController' => 'getPubBannerCrudController4Service',
  594.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SectionCrudController' => 'getSectionCrudController4Service',
  595.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SlideCrudController' => 'getSlideCrudController4Service',
  596.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SliderCrudController' => 'getSliderCrudController4Service',
  597.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SubMenuItemCrudController' => 'getSubMenuItemCrudController4Service',
  598.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\MissionCrudController' => 'getMissionCrudController5Service',
  599.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\MissionDraftCrudController' => 'getMissionDraftCrudControllerService',
  600.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\MissionExtraFeesCrudController' => 'getMissionExtraFeesCrudControllerService',
  601.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\MissionExtraFeesTypeCrudController' => 'getMissionExtraFeesTypeCrudControllerService',
  602.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\OrderItemMissionCrudController' => 'getOrderItemMissionCrudControllerService',
  603.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\OrderMissionCrudController' => 'getOrderMissionCrudControllerService',
  604.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\ShipmentMissionCrudController' => 'getShipmentMissionCrudControllerService',
  605.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Api\\CustomApiController' => 'getCustomApiController2Service',
  606.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\DashboardController' => 'getDashboardController38Service',
  607.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\BookingController' => 'getBookingController3Service',
  608.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\CartController' => 'getCartController5Service',
  609.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\CategoryProductController' => 'getCategoryProductController4Service',
  610.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\CheckoutController' => 'getCheckoutController4Service',
  611.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\HomeController' => 'getHomeController4Service',
  612.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\MissionBookingController' => 'getMissionBookingController2Service',
  613.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\MyAccountController' => 'getMyAccountController3Service',
  614.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\PagesController' => 'getPagesController5Service',
  615.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\PartialController' => 'getPartialController4Service',
  616.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\ProductController' => 'getProductController4Service',
  617.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\RegistrationController' => 'getRegistrationController3Service',
  618.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\SearchController' => 'getSearchController3Service',
  619.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\SectionController' => 'getSectionController2Service',
  620.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\VendorController' => 'getVendorController3Service',
  621.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\OAuth\\FacebookController' => 'getFacebookController3Service',
  622.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\OAuth\\GoogleController' => 'getGoogleController3Service',
  623.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Accounting\\EmbdedPayableInvoiceCrudController' => 'getEmbdedPayableInvoiceCrudControllerService',
  624.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Accounting\\InvoiceController' => 'getInvoiceControllerService',
  625.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Accounting\\InvoiceCrudController' => 'getInvoiceCrudControllerService',
  626.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'getAgentCrudController6Service',
  627.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController' => 'getDashboardController39Service',
  628.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DefaultController' => 'getDefaultController8Service',
  629.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderController' => 'getOrderController7Service',
  630.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => 'getOrderCrudController16Service',
  631.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => 'getOrderOldCrudController8Service',
  632.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => 'getOrderToDoCrudController8Service',
  633.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController' => 'getDashboardController40Service',
  634.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DefaultController' => 'getDefaultController9Service',
  635.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderController' => 'getOrderController8Service',
  636.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => 'getOrderCrudController17Service',
  637.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => 'getOrderOldCrudController9Service',
  638.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'getOrderToDoCrudController9Service',
  639.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => 'getShippingAgentCrudController4Service',
  640.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => 'getCustomerCODCrudController4Service',
  641.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'getCustomerCrudController12Service',
  642.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'getCustomerGroupCrudController5Service',
  643.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudController5Service',
  644.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController9Service',
  645.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController13Service',
  646.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController10Service',
  647.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController' => 'getDashboardController41Service',
  648.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\InvoiceCrudController' => 'getInvoiceCrudController2Service',
  649.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => 'getMissionCrudController6Service',
  650.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => 'getOrderCrudController18Service',
  651.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController' => 'getUserPasswordCrudController5Service',
  652.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\UsernameCrudController' => 'getUsernameCrudControllerService',
  653.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'getMyCustomerCrudController5Service',
  654.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController8Service',
  655.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackCrudController' => 'getPackCrudController5Service',
  656.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => 'getPackEngagementCrudController5Service',
  657.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\DashboardController' => 'getDashboardController42Service',
  658.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\ImportExcelController' => 'getImportExcelController5Service',
  659.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => 'getImportCrudController5Service',
  660.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'getDemandeFundCrudController9Service',
  661.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\OrderController' => 'getOrderController9Service',
  662.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\OrderCrudController' => 'getOrderCrudController19Service',
  663.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\QuotationOrderCrudController' => 'getQuotationOrderCrudControllerService',
  664.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => 'getBankBookCrudController4Service',
  665.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => 'getPaymentMethodCrudController5Service',
  666.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => 'getTransactionCrudController4Service',
  667.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => 'getTransactionListCrudController4Service',
  668.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributCrudController' => 'getAttributCrudController5Service',
  669.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'getAttributValueCrudController5Service',
  670.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\BrandCrudController' => 'getBrandCrudController5Service',
  671.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => 'getCategoryOfferCrudController10Service',
  672.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'getCategoryProductCrudController12Service',
  673.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => 'getCategoryProductRevenueCrudController4Service',
  674.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudController5Service',
  675.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CommentCrudController' => 'getCommentCrudController5Service',
  676.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => 'getImportExcelCrudController6Service',
  677.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => 'getOfferProductCrudController9Service',
  678.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductCrudController' => 'getProductCrudController13Service',
  679.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => 'getProductPackChildCrudController4Service',
  680.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => 'getProductPackCrudController4Service',
  681.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => 'getProductRevenueCrudController4Service',
  682.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => 'getProductSubscriptionCrudController7Service',
  683.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => 'getProductVariableCrudController4Service',
  684.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'getCouponsCrudController5Service',
  685.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => 'getPromotionCrudController5Service',
  686.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => 'getCashBoxCrudController4Service',
  687.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => 'getCashOnDeliveryCrudController4Service',
  688.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => 'getCityCrudController5Service',
  689.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => 'getCityRegionCrudController5Service',
  690.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => 'getDepartementCrudController5Service',
  691.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => 'getShipmentCollectMoneyCrudController4Service',
  692.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => 'getShipmentCrudController7Service',
  693.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => 'getShipmentItemChildCrudController4Service',
  694.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'getShipmentItemCrudController4Service',
  695.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'getShipmentPaperCrudController4Service',
  696.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => 'getShippingCalculationMethodCrudController4Service',
  697.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'getShippingMethodCrudController5Service',
  698.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\BodyConditionCrudController' => 'getBodyConditionCrudControllerService',
  699.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedBrakingControlCrudController' => 'getEmbdedBrakingControlCrudControllerService',
  700.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedDisplayControlCrudController' => 'getEmbdedDisplayControlCrudControllerService',
  701.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedOilMaintenanceCrudController' => 'getEmbdedOilMaintenanceCrudControllerService',
  702.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedOtherControlCrudController' => 'getEmbdedOtherControlCrudControllerService',
  703.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedPowerControlCrudController' => 'getEmbdedPowerControlCrudControllerService',
  704.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedTechnicalControlCrudController' => 'getEmbdedTechnicalControlCrudControllerService',
  705.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedTireControlCrudController' => 'getEmbdedTireControlCrudControllerService',
  706.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\ShippingVehicleCrudController' => 'getShippingVehicleCrudControllerService',
  707.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\StatusTrackingVehicleCrudController' => 'getStatusTrackingVehicleCrudControllerService',
  708.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleConsumptionCrudController' => 'getVehicleConsumptionCrudControllerService',
  709.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleIncidentCrudController' => 'getVehicleIncidentCrudControllerService',
  710.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRentCrudController' => 'getVehicleRentCrudControllerService',
  711.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRentPaymentCrudController' => 'getVehicleRentPaymentCrudControllerService',
  712.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRentTypeCrudController' => 'getVehicleRentTypeCrudControllerService',
  713.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRepairCrudController' => 'getVehicleRepairCrudControllerService',
  714.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => 'getStepTypeCrudController4Service',
  715.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => 'getShipmentCrudController8Service',
  716.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentTrackingController' => 'getShipmentTrackingController4Service',
  717.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'getStepFiveShipmentCrudController4Service',
  718.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => 'getStepFourShipmentCrudController4Service',
  719.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => 'getStepOneShipmentCrudController4Service',
  720.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'getStepSixShipmentCrudController4Service',
  721.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'getStepThreeShipmentCrudController4Service',
  722.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'getStepTwoShipmentCrudController4Service',
  723.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => 'getTrackingStepCrudController4Service',
  724.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Store\\StoreCrudController' => 'getStoreCrudController4Service',
  725.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Tax\\ValueAddedTaxCrudController' => 'getValueAddedTaxCrudControllerService',
  726.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudController8Service',
  727.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'getCategoryOfferCrudController11Service',
  728.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController13Service',
  729.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController14Service',
  730.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController' => 'getDashboardController43Service',
  731.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'getDemandeFundCrudController10Service',
  732.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudController8Service',
  733.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'getOfferProductCrudController10Service',
  734.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\PagesController' => 'getPagesController6Service',
  735.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => 'getProductCrudController14Service',
  736.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => 'getVendorCrudController9Service',
  737.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => 'getVendorStatementCrudController5Service',
  738.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'getVendorCrudController10Service',
  739.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Statistics\\AdminStatsController' => 'getAdminStatsController4Service',
  740.             'App\\Flexy\\ShopBundle\\Controller\\Accounting\\InvoiceCrudController' => 'getInvoiceCrudController3Service',
  741.             'App\\Flexy\\ShopBundle\\Controller\\Agent\\AgentCrudController' => 'getAgentCrudController7Service',
  742.             'App\\Flexy\\ShopBundle\\Controller\\Agent\\Dashboard\\DashboardController' => 'getDashboardController44Service',
  743.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCODCrudController' => 'getCustomerCODCrudController5Service',
  744.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCrudController' => 'getCustomerCrudController15Service',
  745.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerGroupCrudController' => 'getCustomerGroupCrudController6Service',
  746.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudController6Service',
  747.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController11Service',
  748.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController12Service',
  749.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\DashboardController' => 'getDashboardController45Service',
  750.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\MissionCrudController' => 'getMissionCrudController7Service',
  751.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\OrderCrudController' => 'getOrderCrudController20Service',
  752.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerCrudController' => 'getMyCustomerCrudController6Service',
  753.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController9Service',
  754.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\PackCrudController' => 'getPackCrudController6Service',
  755.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\PackEngagementCrudController' => 'getPackEngagementCrudController6Service',
  756.             'App\\Flexy\\ShopBundle\\Controller\\DashboardController' => 'getDashboardController46Service',
  757.             'App\\Flexy\\ShopBundle\\Controller\\ImportExcelController' => 'getImportExcelController6Service',
  758.             'App\\Flexy\\ShopBundle\\Controller\\ImportExcel\\ImportCrudController' => 'getImportCrudController6Service',
  759.             'App\\Flexy\\ShopBundle\\Controller\\Order\\DemandeFundCrudController' => 'getDemandeFundCrudController11Service',
  760.             'App\\Flexy\\ShopBundle\\Controller\\Order\\OrderController' => 'getOrderController10Service',
  761.             'App\\Flexy\\ShopBundle\\Controller\\Order\\OrderCrudController' => 'getOrderCrudController21Service',
  762.             'App\\Flexy\\ShopBundle\\Controller\\Payment\\BankBookCrudController' => 'getBankBookCrudController5Service',
  763.             'App\\Flexy\\ShopBundle\\Controller\\Payment\\PaymentMethodCrudController' => 'getPaymentMethodCrudController6Service',
  764.             'App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionCrudController' => 'getTransactionCrudController5Service',
  765.             'App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionListCrudController' => 'getTransactionListCrudController5Service',
  766.             'App\\Flexy\\ShopBundle\\Controller\\Product\\AttributCrudController' => 'getAttributCrudController6Service',
  767.             'App\\Flexy\\ShopBundle\\Controller\\Product\\AttributValueCrudController' => 'getAttributValueCrudController6Service',
  768.             'App\\Flexy\\ShopBundle\\Controller\\Product\\BrandCrudController' => 'getBrandCrudController6Service',
  769.             'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryOfferCrudController' => 'getCategoryOfferCrudController12Service',
  770.             'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductCrudController' => 'getCategoryProductCrudController14Service',
  771.             'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudController6Service',
  772.             'App\\Flexy\\ShopBundle\\Controller\\Product\\CommentCrudController' => 'getCommentCrudController6Service',
  773.             'App\\Flexy\\ShopBundle\\Controller\\Product\\ImportExcelCrudController' => 'getImportExcelCrudController7Service',
  774.             'App\\Flexy\\ShopBundle\\Controller\\Product\\OfferProductCrudController' => 'getOfferProductCrudController11Service',
  775.             'App\\Flexy\\ShopBundle\\Controller\\Product\\ProductCrudController' => 'getProductCrudController15Service',
  776.             'App\\Flexy\\ShopBundle\\Controller\\Product\\ProductSubscriptionCrudController' => 'getProductSubscriptionCrudController8Service',
  777.             'App\\Flexy\\ShopBundle\\Controller\\Promotion\\CouponsCrudController' => 'getCouponsCrudController6Service',
  778.             'App\\Flexy\\ShopBundle\\Controller\\Promotion\\PromotionCrudController' => 'getPromotionCrudController6Service',
  779.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashBoxCrudController' => 'getCashBoxCrudController5Service',
  780.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashOnDeliveryCrudController' => 'getCashOnDeliveryCrudController5Service',
  781.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityCrudController' => 'getCityCrudController6Service',
  782.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityRegionCrudController' => 'getCityRegionCrudController6Service',
  783.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\DepartementCrudController' => 'getDepartementCrudController6Service',
  784.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCollectMoneyCrudController' => 'getShipmentCollectMoneyCrudController5Service',
  785.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCrudController' => 'getShipmentCrudController9Service',
  786.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemChildCrudController' => 'getShipmentItemChildCrudController5Service',
  787.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemCrudController' => 'getShipmentItemCrudController5Service',
  788.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentPaperCrudController' => 'getShipmentPaperCrudController5Service',
  789.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingCalculationMethodCrudController' => 'getShippingCalculationMethodCrudController5Service',
  790.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingMethodCrudController' => 'getShippingMethodCrudController6Service',
  791.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\StepTypeCrudController' => 'getStepTypeCrudController5Service',
  792.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\ShipmentCrudController' => 'getShipmentCrudController10Service',
  793.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\ShipmentTrackingController' => 'getShipmentTrackingController5Service',
  794.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'getStepFiveShipmentCrudController5Service',
  795.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFourShipmentCrudController' => 'getStepFourShipmentCrudController5Service',
  796.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepOneShipmentCrudController' => 'getStepOneShipmentCrudController5Service',
  797.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepSixShipmentCrudController' => 'getStepSixShipmentCrudController5Service',
  798.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'getStepThreeShipmentCrudController5Service',
  799.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'getStepTwoShipmentCrudController5Service',
  800.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\TrackingStepCrudController' => 'getTrackingStepCrudController5Service',
  801.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\EquipmentVehicleCrudController' => 'getEquipmentVehicleCrudControllerService',
  802.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\FuelTypeCrudController' => 'getFuelTypeCrudControllerService',
  803.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\ShippingVehicleCrudController' => 'getShippingVehicleCrudController2Service',
  804.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\ShippingVehicleTypeCrudController' => 'getShippingVehicleTypeCrudControllerService',
  805.             'App\\Flexy\\ShopBundle\\Controller\\Store\\StoreCrudController' => 'getStoreCrudController5Service',
  806.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudController9Service',
  807.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'getCategoryOfferCrudController13Service',
  808.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController15Service',
  809.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController16Service',
  810.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DashboardController' => 'getDashboardController47Service',
  811.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DemandeFundCrudController' => 'getDemandeFundCrudController12Service',
  812.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudController9Service',
  813.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\OfferProductCrudController' => 'getOfferProductCrudController12Service',
  814.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\PagesController' => 'getPagesController7Service',
  815.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\ProductCrudController' => 'getProductCrudController16Service',
  816.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorCrudController' => 'getVendorCrudController11Service',
  817.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorStatementCrudController' => 'getVendorStatementCrudController6Service',
  818.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\VendorCrudController' => 'getVendorCrudController12Service',
  819.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  820.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  821.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  822.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  823.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  824.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  825.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  826.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  827.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  828.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  829.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  830.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  831.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  832.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  833.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  834.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  835.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  836.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  837.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  838.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  839.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  840.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  841.             'cache.app_clearer' => 'getCache_AppClearerService',
  842.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  843.             'cache.system_clearer' => 'getCache_SystemClearerService',
  844.             'cache_warmer' => 'getCacheWarmerService',
  845.             'console.command_loader' => 'getConsole_CommandLoaderService',
  846.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  847.             'container.get_routing_condition_service' => 'getContainer_GetRoutingConditionServiceService',
  848.             'error_controller' => 'getErrorControllerService',
  849.             'gregwar_captcha.captcha_builder' => 'getGregwarCaptcha_CaptchaBuilderService',
  850.             'gregwar_captcha.controller' => 'getGregwarCaptcha_ControllerService',
  851.             'gregwar_captcha.generator' => 'getGregwarCaptcha_GeneratorService',
  852.             'gregwar_captcha.image_file_handler' => 'getGregwarCaptcha_ImageFileHandlerService',
  853.             'gregwar_captcha.phrase_builder' => 'getGregwarCaptcha_PhraseBuilderService',
  854.             'gregwar_captcha.type' => 'getGregwarCaptcha_TypeService',
  855.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  856.             'knp_paginator' => 'getKnpPaginatorService',
  857.             'knpu.oauth2.client.facebook_main' => 'getKnpu_Oauth2_Client_FacebookMainService',
  858.             'knpu.oauth2.client.google' => 'getKnpu_Oauth2_Client_GoogleService',
  859.             'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
  860.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  861.             'routing.loader' => 'getRouting_LoaderService',
  862.             'services_resetter' => 'getServicesResetterService',
  863.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  864.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  865.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  866.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  867.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  868.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  869.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  870.         ];
  871.         $this->aliases = [
  872.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  873.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  874.             'App\\Kernel' => 'kernel',
  875.             'Gregwar\\CaptchaBundle\\Controller\\CaptchaController' => 'gregwar_captcha.controller',
  876.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  877.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  878.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  879.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  880.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  881.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  882.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  883.             'database_connection' => 'doctrine.dbal.default_connection',
  884.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  885.             'oauth2.registry' => 'knpu.oauth2.registry',
  886.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  887.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  888.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  889.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  890.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  891.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  892.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  893.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  894.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  895.         ];
  896.         $this->privates['service_container'] = function () {
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  903.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  904.             include_once \dirname(__DIR__4).'/src/Doctrine/Extensions/GlobalHintExtension.php';
  905.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/EventSubscriber/ApiPlatformKernelListener.php';
  906.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/EventSubscriber/BootstrapKernelListener.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  908.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/EventSubscriber/HookSubscriber.php';
  909.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/EventSubscriber/KernelListener.php';
  910.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LicenseValidationListener.php';
  911.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Service/CartService.php';
  912.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Service/FlexyFrontProvider.php';
  913.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Service/FormBuilderService.php';
  914.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Service/HookService.php';
  915.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Service/HookUtilityService.php';
  916.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Themes/Niiamart/EventListener/KernelListener.php';
  917.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Themes/Niiamart/Service/CartService.php';
  918.             include_once \dirname(__DIR__4).'/src/Flexy/ShopBundle/Service/FlexyShippingProvider.php';
  919.             include_once \dirname(__DIR__4).'/src/Flexy/ShopBundle/Service/FlexyShopProvider.php';
  920.             include_once \dirname(__DIR__4).'/src/Flexy/ShopBundle/Service/FlexyShopStatisticProvider.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-chartjs/src/Builder/ChartBuilderInterface.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-chartjs/src/Builder/ChartBuilder.php';
  923.             include_once \dirname(__DIR__4).'/src/Service/FlexyGeolocationProvider.php';
  924.             include_once \dirname(__DIR__4).'/src/Service/FlexyNotificationProvider.php';
  925.             include_once \dirname(__DIR__4).'/src/Service/FlexySettingsProvider.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/CacheAttributeListener.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  937.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  940.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  948.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  955.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  961.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  962.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  963.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/RateLimiterFactory.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/StorageInterface.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/CacheStorage.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/LockFactory.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/PersistingStoreInterface.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/StoreFactory.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  1128.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  1129.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  1130.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  1131.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  1132.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  1133.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  1134.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  1135.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  1136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  1137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  1138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  1139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  1140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  1141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  1142.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  1143.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  1144.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  1145.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  1146.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  1147.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1148.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1149.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1150.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  1151.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  1152.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  1153.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  1154.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  1155.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  1156.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  1157.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  1158.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  1159.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  1160.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  1161.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  1162.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  1163.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  1164.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  1165.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  1166.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  1167.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  1168.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  1169.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1170.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1171.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1172.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1173.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1174.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1175.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1176.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1177.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1178.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1179.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1180.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1183.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1184.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1185.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1186.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1188.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1189.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1190.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1191.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1192.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1193.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1194.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1196.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1197.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1198.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1199.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1200.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1201.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1202.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1203.             include_once \dirname(__DIR__4).'/src/Flexy/Apps/ListingBundle/TwigExtension/ListingExtension.php';
  1204.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Service/ShortcodeConditionExtension.php';
  1205.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Service/ShortcodeExtension.php';
  1206.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Service/ShortcodeImgToWebpExtension.php';
  1207.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Service/ShortcodeLoopExtension.php';
  1208.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Themes/Default/TwigExtension/FrontExtension.php';
  1209.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Themes/Niiamart/TwigExtension/CartExtension.php';
  1210.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Themes/Taxiciel/Twig/TaxicielTwigExtension.php';
  1211.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/TwigExtension/CartExtension.php';
  1212.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/TwigExtension/CheckoutExtension.php';
  1213.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/TwigExtension/FrontHelpersExtension.php';
  1214.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/TwigExtension/HookExtension.php';
  1215.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/TwigExtension/ShopHelpersExtension.php';
  1216.             include_once \dirname(__DIR__4).'/src/Twig/BarcodeGeneratorExtension.php';
  1217.             include_once \dirname(__DIR__4).'/src/Twig/CalculationExtension.php';
  1218.             include_once \dirname(__DIR__4).'/src/Twig/HandleImageExtension.php';
  1219.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1220.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1221.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1222.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1223.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1224.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1225.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1226.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1227.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  1228.             include_once \dirname(__DIR__4).'/vendor/twig/inky-extra/InkyExtension.php';
  1229.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1230.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  1231.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1232.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1233.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1234.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1235.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  1236.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  1237.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1238.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  1239.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-chartjs/src/Twig/ChartExtension.php';
  1240.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Twig/MercureExtension.php';
  1241.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Authorization.php';
  1242.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1243.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-turbo/src/Twig/TwigExtension.php';
  1244.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-notify/src/Twig/NotifyExtension.php';
  1245.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1246.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1247.             include_once \dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/src/Twig/UxControllersTwigExtension.php';
  1248.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-react/src/Twig/ReactComponentExtension.php';
  1249.             include_once \dirname(__DIR__4).'/vendor/tattali/mobile-detect-bundle/src/Twig/Extension/MobileDetectExtension.php';
  1250.             include_once \dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/src/Twig/StimulusTwigExtension.php';
  1251.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1252.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1253.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1254.             include_once \dirname(__DIR__4).'/src/Flexy/Apps/TransportBundle/Service/FlexyTransportProvider.php';
  1255.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1256.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1257.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  1258.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1259.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1260.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1261.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1262.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  1263.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1264.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1265.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1266.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1267.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1268.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1269.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1270.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1271.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1272.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  1273.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  1274.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  1275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  1276.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  1277.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  1278.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  1279.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  1280.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  1281.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  1282.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  1283.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  1284.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  1285.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  1286.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  1287.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  1288.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  1289.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  1290.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  1291.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  1292.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  1293.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  1294.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  1295.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  1296.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  1297.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  1298.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  1299.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  1300.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  1301.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  1302.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  1303.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  1304.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  1305.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  1306.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  1307.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  1308.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  1309.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  1310.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  1311.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  1312.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  1313.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  1314.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  1315.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  1316.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  1317.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  1318.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  1319.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  1320.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1321.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  1322.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1323.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  1324.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  1325.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security.php';
  1326.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  1327.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  1328.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  1329.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  1330.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  1331.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  1332.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  1333.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/IsGrantedAttributeListener.php';
  1334.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  1335.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  1336.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  1337.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  1338.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  1339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  1340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  1341.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  1342.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  1343.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  1344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  1345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  1346.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1347.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1348.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1349.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  1351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  1352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  1353.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  1354.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  1355.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  1356.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  1357.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  1358.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Factory/MenuFactoryInterface.php';
  1359.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  1360.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Menu/MenuItemMatcherInterface.php';
  1361.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcher.php';
  1362.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  1363.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  1364.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGeneratorInterface.php';
  1365.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  1366.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  1367.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  1368.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormLayoutFactory.php';
  1369.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  1370.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  1371.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  1372.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  1373.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  1374.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  1375.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  1376.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  1377.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  1378.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1379.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1380.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1381.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1382.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  1383.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  1384.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  1385.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  1386.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  1387.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  1388.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  1389.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  1390.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  1391.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  1392.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  1393.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  1394.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  1395.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  1396.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  1397.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  1398.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  1399.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  1400.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  1401.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  1402.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  1403.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  1404.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  1405.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  1406.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  1407.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  1408.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  1409.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  1410.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  1411.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  1412.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  1413.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  1414.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  1415.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  1416.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  1417.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  1418.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  1419.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  1420.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  1421.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  1422.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  1423.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  1424.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  1425.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  1426.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  1427.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  1428.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  1429.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  1430.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  1431.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  1432.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  1433.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  1434.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  1435.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  1436.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  1437.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  1438.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  1439.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  1440.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  1441.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  1442.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  1443.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  1444.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  1445.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  1446.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  1447.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  1448.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  1449.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  1450.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  1451.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  1452.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  1453.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  1454.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  1455.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  1456.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  1457.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  1458.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  1459.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  1460.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  1461.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  1462.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  1463.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  1464.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  1465.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  1466.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  1467.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  1468.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  1469.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  1470.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  1471.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  1472.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  1473.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddLinkHeaderListener.php';
  1474.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Discovery.php';
  1475.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  1476.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  1477.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  1478.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  1479.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  1480.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  1481.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  1482.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  1483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  1484.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  1485.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  1486.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  1487.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1488.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1489.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  1490.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  1491.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  1492.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  1493.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  1494.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  1495.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
  1496.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  1497.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  1498.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  1499.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  1500.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  1501.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  1502.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  1503.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  1504.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  1505.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  1506.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  1507.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  1508.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  1509.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  1510.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  1511.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  1512.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  1513.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  1514.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  1515.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  1516.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  1517.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  1518.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  1519.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/HubInterface.php';
  1520.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Debug/TraceableHub.php';
  1521.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Hub.php';
  1522.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/TokenProviderInterface.php';
  1523.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/FactoryTokenProvider.php';
  1524.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/TokenFactoryInterface.php';
  1525.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/LcobucciFactory.php';
  1526.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/HubRegistry.php';
  1527.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/EventSubscriber/SetCookieSubscriber.php';
  1528.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  1529.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  1530.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  1531.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  1532.             include_once \dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/src/Helper/StimulusHelper.php';
  1533.             include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  1534.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  1535.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Loader/SymfonyBridgeLoader.php';
  1536.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Loader/SymfonyFixturesLoader.php';
  1537.             include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  1538.             include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  1539.             include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  1540.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/ORMFixtureInterface.php';
  1541.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Fixture.php';
  1542.             include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  1543.             include_once \dirname(__DIR__4).'/vendor/tattali/mobile-detect-bundle/src/EventListener/RequestResponseListener.php';
  1544.             include_once \dirname(__DIR__4).'/vendor/tattali/mobile-detect-bundle/src/Helper/DeviceView.php';
  1545.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  1546.             include_once \dirname(__DIR__4).'/vendor/tattali/mobile-detect-bundle/src/DeviceDetector/MobileDetectorInterface.php';
  1547.             include_once \dirname(__DIR__4).'/vendor/tattali/mobile-detect-bundle/src/DeviceDetector/MobileDetector.php';
  1548.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  1549.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  1551.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  1552.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1553.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1554.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1555.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1556.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  1557.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  1558.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  1559.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  1560.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  1561.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  1562.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  1563.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  1564.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  1565.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1566.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1567.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  1572.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1574.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1575.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1579.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1580.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1581.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1582.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1583.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  1584.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1585.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1586.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  1587.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  1588.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  1589.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1590.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  1591.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  1592.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  1593.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/DataCollector/MercureDataCollector.php';
  1594.             include_once \dirname(__DIR__4).'/vendor/tattali/mobile-detect-bundle/src/DataCollector/DeviceDataCollector.php';
  1595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1596.         };
  1597.     }
  1598.     public function compile(): void
  1599.     {
  1600.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1601.     }
  1602.     public function isCompiled(): bool
  1603.     {
  1604.         return true;
  1605.     }
  1606.     public function getRemovedIds(): array
  1607.     {
  1608.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1609.     }
  1610.     protected function load($file$lazyLoad true)
  1611.     {
  1612.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1613.             return $class::do($this$lazyLoad);
  1614.         }
  1615.         if ('.' === $file[-4]) {
  1616.             $class substr($class0, -4);
  1617.         } else {
  1618.             $file .= '.php';
  1619.         }
  1620.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1621.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1622.     }
  1623.     protected function createProxy($class\Closure $factory)
  1624.     {
  1625.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1626.         return $factory();
  1627.     }
  1628.     /**
  1629.      * Gets the public '.container.private.profiler' shared service.
  1630.      *
  1631.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1632.      */
  1633.     protected function get_Container_Private_ProfilerService()
  1634.     {
  1635.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1636.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1637.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1638.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1639.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1640.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1641.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1642.         $c = ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack());
  1643.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1644.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1645.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1646.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1647.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1648.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1649.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1650.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  1651.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1652.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1653.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1654.         $d->addInstance('cache.doctrine.orm.default.second_level.region_driver', ($this->privates['cache.doctrine.orm.default.second_level.region_driver'] ?? $this->getCache_Doctrine_Orm_Default_SecondLevel_RegionDriverService()));
  1655.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1656.         $d->addInstance('cache.security_is_granted_attribute_expression_language', ($this->services['cache.security_is_granted_attribute_expression_language'] ?? $this->getCache_SecurityIsGrantedAttributeExpressionLanguageService()));
  1657.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  1658.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1659.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1660.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1661.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1662.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1663.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1664.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1665.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1666.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1667.         $f = new \MobileDetectBundle\DataCollector\DeviceDataCollector(($this->privates['MobileDetectBundle\\Helper\\DeviceView'] ?? $this->getDeviceViewService()));
  1668.         $f->setRedirectConfig($this->parameters['mobile_detect.redirect']);
  1669.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1670.         if ($this->has('kernel')) {
  1671.             $g->setKernel($b);
  1672.         }
  1673.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1674.         $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->getApiPlatform_FilterLocatorService()), ($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())));
  1675.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1676.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1677.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  1678.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1679.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1680.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1681.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1682.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1683.         $instance->add(($this->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1684.         $instance->add($d);
  1685.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1686.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), ($this->privates['security.role_hierarchy'] ??= new \Symfony\Component\Security\Core\Role\RoleHierarchy([])), ($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())));
  1687.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($this->privates['twig'] ?? $this->getTwigService())));
  1688.         $instance->add($e);
  1689.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ??= new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))));
  1690.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1691.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1692.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessageLoggerListener())));
  1693.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ??= new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener())));
  1694.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  1695.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1696.         $instance->add(new \Symfony\Bundle\MercureBundle\DataCollector\MercureDataCollector(new RewindableGenerator(function () {
  1697.             yield 'default' => ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  1698.         }, 1)));
  1699.         $instance->add($f);
  1700.         $instance->add($g);
  1701.         return $instance;
  1702.     }
  1703.     /**
  1704.      * Gets the public 'cache.app' shared service.
  1705.      *
  1706.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1707.      */
  1708.     protected function getCache_AppService()
  1709.     {
  1710.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('3QDazmtWCv'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ??= new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue)));
  1711.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1712.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1713.     }
  1714.     /**
  1715.      * Gets the public 'cache.rate_limiter' shared service.
  1716.      *
  1717.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1718.      */
  1719.     protected function getCache_RateLimiterService()
  1720.     {
  1721.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('bF8tvYF3-E'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ??= new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue)));
  1722.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1723.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1724.     }
  1725.     /**
  1726.      * Gets the public 'cache.security_is_granted_attribute_expression_language' shared service.
  1727.      *
  1728.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1729.      */
  1730.     protected function getCache_SecurityIsGrantedAttributeExpressionLanguageService()
  1731.     {
  1732.         return $this->services['cache.security_is_granted_attribute_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3-TUMnrYMB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1733.     }
  1734.     /**
  1735.      * Gets the public 'cache.system' shared service.
  1736.      *
  1737.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1738.      */
  1739.     protected function getCache_SystemService()
  1740.     {
  1741.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SZ2nxtgYxb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1742.     }
  1743.     /**
  1744.      * Gets the public 'cache.validator_expression_language' shared service.
  1745.      *
  1746.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1747.      */
  1748.     protected function getCache_ValidatorExpressionLanguageService()
  1749.     {
  1750.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Um2Mg8V7wy'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1751.     }
  1752.     /**
  1753.      * Gets the public 'data_collector.dump' shared service.
  1754.      *
  1755.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1756.      */
  1757.     protected function getDataCollector_DumpService()
  1758.     {
  1759.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($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'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1760.     }
  1761.     /**
  1762.      * Gets the public 'doctrine' shared service.
  1763.      *
  1764.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1765.      */
  1766.     protected function getDoctrineService()
  1767.     {
  1768.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1769.     }
  1770.     /**
  1771.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1772.      *
  1773.      * @return \Doctrine\DBAL\Connection
  1774.      */
  1775.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1776.     {
  1777.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1778.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1779.             return $this->services['doctrine.dbal.default_connection'];
  1780.         }
  1781.         $b = new \Doctrine\DBAL\Configuration();
  1782.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1783.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1784.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1785.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1786.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ??= new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])), ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1787.         $d->setConnectionName('default');
  1788.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1789.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1790.         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''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, ['enum' => 'string']);
  1791.     }
  1792.     /**
  1793.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1794.      *
  1795.      * @return \Doctrine\ORM\EntityManager
  1796.      */
  1797.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1798.     {
  1799.         if (true === $lazyLoad) {
  1800.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManagerGhost51e8656', fn () => \EntityManagerGhost51e8656::createLazyGhost($this->getDoctrine_Orm_DefaultEntityManagerService(...)));
  1801.         }
  1802.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1803.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1804.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1805.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1806.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1807.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1808.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/CacheConfiguration.php';
  1809.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLogger.php';
  1810.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLoggerChain.php';
  1811.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/StatisticsCacheLogger.php';
  1812.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/CacheFactory.php';
  1813.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/DefaultCacheFactory.php';
  1814.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/RegionsConfiguration.php';
  1815.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/MultiGetRegion.php';
  1816.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Region.php';
  1817.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Region/DefaultRegion.php';
  1818.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1819.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1820.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1821.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1822.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1823.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1824.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1825.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1826.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1827.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1828.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1829.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1830.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1831.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1832.         $a = new \Doctrine\ORM\Configuration();
  1833.         $b = new \Doctrine\ORM\Cache\CacheConfiguration();
  1834.         $c = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  1835.         $c->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  1836.         $d = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  1837.         $d->setLifetime('write_rare'864000);
  1838.         $d->setLifetime('append_only'8640000);
  1839.         $e = new \Doctrine\ORM\Cache\DefaultCacheFactory($d, ($this->privates['cache.doctrine.orm.default.second_level.region_driver'] ?? $this->getCache_Doctrine_Orm_Default_SecondLevel_RegionDriverService()));
  1840.         $f = ($this->services['cache.app'] ?? $this->getCache_AppService());
  1841.         $e->setRegion(new \Doctrine\ORM\Cache\Region\DefaultRegion('write_rare'$f864000));
  1842.         $e->setRegion(new \Doctrine\ORM\Cache\Region\DefaultRegion('append_only'$f8640000));
  1843.         $b->setCacheLogger($c);
  1844.         $b->setCacheFactory($e);
  1845.         $b->setRegionsConfiguration($d);
  1846.         $g = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1847.         $h = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAttributeMetadataDriverService());
  1848.         $g->addDriver($h'App\\Entity');
  1849.         $g->addDriver($h'Gedmo\\Translatable\\Entity');
  1850.         $g->addDriver($h'App\\Flexy\\Apps\\POSBundle\\Entity');
  1851.         $g->addDriver($h'App\\Flexy\\Apps\\StockBundle\\Entity');
  1852.         $g->addDriver($h'App\\Flexy\\FrontBundle\\Entity');
  1853.         $g->addDriver($h'App\\Flexy\\ShopBundle\\Entity');
  1854.         $g->addDriver($h'App\\Flexy\\Apps\\BookingBundle\\Entity');
  1855.         $g->addDriver($h'App\\Flexy\\Apps\\TransportBundle\\Entity');
  1856.         $g->addDriver($h'App\\Flexy\\Apps\\CJDropShippingBundle\\Entity');
  1857.         $g->addDriver($h'App\\Flexy\\Apps\\CueClubBundle\\Entity');
  1858.         $g->addDriver($h'App\\Flexy\\Apps\\ListingBundle\\Entity');
  1859.         $g->addDriver($h'App\\Flexy\\Apps\\NewsletterBundle\\Entity');
  1860.         $g->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  1861.         $a->setEntityNamespaces(['App' => 'App\\Entity''translatable' => 'Gedmo\\Translatable\\Entity''FlexyPOSBundle' => 'App\\Flexy\\Apps\\POSBundle\\Entity''FlexyStockBundle' => 'App\\Flexy\\Apps\\StockBundle\\Entity''FlexyFrontBundle' => 'App\\Flexy\\FrontBundle\\Entity''FlexyShopBundle' => 'App\\Flexy\\ShopBundle\\Entity''FlexyBookingBundle' => 'App\\Flexy\\Apps\\BookingBundle\\Entity''FlexyTransportBundle' => 'App\\Flexy\\Apps\\TransportBundle\\Entity''FlexyCJDropShippingBundle' => 'App\\Flexy\\Apps\\CJDropShippingBundle\\Entity''FlexyCueClubBundle' => 'App\\Flexy\\Apps\\CueClubBundle\\Entity''FlexyListingBundle' => 'App\\Flexy\\Apps\\ListingBundle\\Entity''FlexyNewsletterBundle' => 'App\\Flexy\\Apps\\NewsletterBundle\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1862.         $a->setSecondLevelCacheEnabled(true);
  1863.         $a->setSecondLevelCacheConfiguration($b);
  1864.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1865.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1866.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1867.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($g, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1868.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1869.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1870.         ], [
  1871.             'doctrine.ulid_generator' => '?',
  1872.             'doctrine.uuid_generator' => '?',
  1873.         ])));
  1874.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1875.         $a->setProxyNamespace('Proxies');
  1876.         $a->setAutoGenerateProxyClasses(true);
  1877.         $a->setSchemaIgnoreClasses([]);
  1878.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1879.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1880.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1881.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1882.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1883.         $a->setLazyGhostObjectEnabled(false);
  1884.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1885.             'App\\Flexy\\Apps\\CueClubBundle\\Repository\\OrderCueClubRepository' => ['privates''App\\Flexy\\Apps\\CueClubBundle\\Repository\\OrderCueClubRepository''getOrderCueClubRepositoryService'true],
  1886.             'App\\Flexy\\Apps\\POSBundle\\Repository\\CaisseRepository' => ['privates''App\\Flexy\\Apps\\POSBundle\\Repository\\CaisseRepository''getCaisseRepositoryService'true],
  1887.             'App\\Flexy\\Apps\\POSBundle\\Repository\\TableRepository' => ['privates''App\\Flexy\\Apps\\POSBundle\\Repository\\TableRepository''getTableRepositoryService'true],
  1888.             'App\\Flexy\\Apps\\StockBundle\\Repository\\ArticleRepository' => ['privates''App\\Flexy\\Apps\\StockBundle\\Repository\\ArticleRepository''getArticleRepositoryService'true],
  1889.             'App\\Flexy\\Apps\\StockBundle\\Repository\\DocumentRepository' => ['privates''App\\Flexy\\Apps\\StockBundle\\Repository\\DocumentRepository''getDocumentRepositoryService'true],
  1890.             'App\\Flexy\\Apps\\StockBundle\\Repository\\StockRepository' => ['privates''App\\Flexy\\Apps\\StockBundle\\Repository\\StockRepository''getStockRepositoryService'true],
  1891.             'App\\Flexy\\Apps\\TransportBundle\\Repository\\MissionRepository' => ['privates''App\\Flexy\\Apps\\TransportBundle\\Repository\\MissionRepository''getMissionRepositoryService'true],
  1892.             'App\\Flexy\\Apps\\TransportBundle\\Repository\\RequestMissionRepository' => ['privates''App\\Flexy\\Apps\\TransportBundle\\Repository\\RequestMissionRepository''getRequestMissionRepositoryService'true],
  1893.             'App\\Flexy\\FrontBundle\\Repository\\BlocRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\BlocRepository''getBlocRepositoryService'true],
  1894.             'App\\Flexy\\FrontBundle\\Repository\\CategoryOfferRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\CategoryOfferRepository''getCategoryOfferRepositoryService'true],
  1895.             'App\\Flexy\\FrontBundle\\Repository\\CategoryProductFrontRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\CategoryProductFrontRepository''getCategoryProductFrontRepositoryService'true],
  1896.             'App\\Flexy\\FrontBundle\\Repository\\MasterSliderRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\MasterSliderRepository''getMasterSliderRepositoryService'true],
  1897.             'App\\Flexy\\FrontBundle\\Repository\\MenuItemRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\MenuItemRepository''getMenuItemRepositoryService'true],
  1898.             'App\\Flexy\\FrontBundle\\Repository\\MenuRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\MenuRepository''getMenuRepositoryService'true],
  1899.             'App\\Flexy\\FrontBundle\\Repository\\OfferRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\OfferRepository''getOfferRepositoryService'true],
  1900.             'App\\Flexy\\FrontBundle\\Repository\\PageRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\PageRepository''getPageRepositoryService'true],
  1901.             'App\\Flexy\\FrontBundle\\Repository\\ProductFrontRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\ProductFrontRepository''getProductFrontRepository2Service'true],
  1902.             'App\\Flexy\\FrontBundle\\Repository\\PubBannerRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\PubBannerRepository''getPubBannerRepositoryService'true],
  1903.             'App\\Flexy\\FrontBundle\\Repository\\ReservationRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\ReservationRepository''getReservationRepositoryService'true],
  1904.             'App\\Flexy\\FrontBundle\\Repository\\SectionRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\SectionRepository''getSectionRepositoryService'true],
  1905.             'App\\Flexy\\FrontBundle\\Repository\\SlideRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\SlideRepository''getSlideRepositoryService'true],
  1906.             'App\\Flexy\\FrontBundle\\Repository\\SliderRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\SliderRepository''getSliderRepositoryService'true],
  1907.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Repository\\ProductFrontRepository' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Repository\\ProductFrontRepository''getProductFrontRepositoryService'true],
  1908.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerAddressRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerAddressRepository''getCustomerAddressRepository2Service'true],
  1909.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerGroupRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerGroupRepository''getCustomerGroupRepositoryService'true],
  1910.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerRepository''getCustomerRepositoryService'true],
  1911.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerWalletPointRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerWalletPointRepository''getCustomerWalletPointRepositoryService'true],
  1912.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\PackEngagementRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Customer\\PackEngagementRepository''getPackEngagementRepository2Service'true],
  1913.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\PackRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Customer\\PackRepository''getPackRepository2Service'true],
  1914.             'App\\Flexy\\ShopBundle\\Repository\\Order\\AdjustmentRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Order\\AdjustmentRepository''getAdjustmentRepositoryService'true],
  1915.             'App\\Flexy\\ShopBundle\\Repository\\Order\\OrderItemRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Order\\OrderItemRepository''getOrderItemRepositoryService'true],
  1916.             'App\\Flexy\\ShopBundle\\Repository\\Order\\OrderRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Order\\OrderRepository''getOrderRepositoryService'true],
  1917.             'App\\Flexy\\ShopBundle\\Repository\\Payment\\PaymentMethodRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Payment\\PaymentMethodRepository''getPaymentMethodRepositoryService'true],
  1918.             'App\\Flexy\\ShopBundle\\Repository\\Payment\\PaymentRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Payment\\PaymentRepository''getPaymentRepositoryService'true],
  1919.             'App\\Flexy\\ShopBundle\\Repository\\ProductShopRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\ProductShopRepository''getProductShopRepositoryService'true],
  1920.             'App\\Flexy\\ShopBundle\\Repository\\Product\\AttributRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Product\\AttributRepository''getAttributRepositoryService'true],
  1921.             'App\\Flexy\\ShopBundle\\Repository\\Product\\AttributValueRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Product\\AttributValueRepository''getAttributValueRepositoryService'true],
  1922.             'App\\Flexy\\ShopBundle\\Repository\\Product\\CategoryProductRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Product\\CategoryProductRepository''getCategoryProductRepositoryService'true],
  1923.             'App\\Flexy\\ShopBundle\\Repository\\Product\\CommentRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Product\\CommentRepository''getCommentRepositoryService'true],
  1924.             'App\\Flexy\\ShopBundle\\Repository\\Product\\ProductRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Product\\ProductRepository''getProductRepositoryService'true],
  1925.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\CouponRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Promotion\\CouponRepository''getCouponRepositoryService'true],
  1926.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionActionRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionActionRepository''getPromotionActionRepositoryService'true],
  1927.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionRepository''getPromotionRepositoryService'true],
  1928.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionRuleRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionRuleRepository''getPromotionRuleRepositoryService'true],
  1929.             'App\\Flexy\\ShopBundle\\Repository\\Resource\\AgentRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Resource\\AgentRepository''getAgentRepositoryService'true],
  1930.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\CashBoxRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\CashBoxRepository''getCashBoxRepositoryService'true],
  1931.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\CityRegionRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\CityRegionRepository''getCityRegionRepositoryService'true],
  1932.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\CityRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\CityRepository''getCityRepositoryService'true],
  1933.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\DepartementRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\DepartementRepository''getDepartementRepository2Service'true],
  1934.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShipmentItemRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShipmentItemRepository''getShipmentItemRepositoryService'true],
  1935.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShipmentRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShipmentRepository''getShipmentRepositoryService'true],
  1936.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingMethodRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingMethodRepository''getShippingMethodRepositoryService'true],
  1937.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingRuleRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingRuleRepository''getShippingRuleRepositoryService'true],
  1938.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingVehicleRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingVehicleRepository''getShippingVehicleRepositoryService'true],
  1939.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingVehicleTypeRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingVehicleTypeRepository''getShippingVehicleTypeRepositoryService'true],
  1940.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\StepTypeRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\StepTypeRepository''getStepTypeRepositoryService'true],
  1941.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\TrackingStepRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\TrackingStepRepository''getTrackingStepRepositoryService'true],
  1942.             'App\\Flexy\\ShopBundle\\Repository\\VendorRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\VendorRepository''getVendorRepositoryService'true],
  1943.             'App\\Repository\\AiRequestRepository' => ['privates''App\\Repository\\AiRequestRepository''getAiRequestRepositoryService'true],
  1944.             'App\\Repository\\ApplicationRepository' => ['privates''App\\Repository\\ApplicationRepository''getApplicationRepositoryService'true],
  1945.             'App\\Repository\\CurrencyExchangeRateRepository' => ['privates''App\\Repository\\CurrencyExchangeRateRepository''getCurrencyExchangeRateRepositoryService'true],
  1946.             'App\\Repository\\Entity\\CategoryPageRepository' => ['privates''App\\Repository\\Entity\\CategoryPageRepository''getCategoryPageRepositoryService'true],
  1947.             'App\\Repository\\Entity\\FormDataRepository' => ['privates''App\\Repository\\Entity\\FormDataRepository''getFormDataRepositoryService'true],
  1948.             'App\\Repository\\Entity\\FormFieldRepository' => ['privates''App\\Repository\\Entity\\FormFieldRepository''getFormFieldRepositoryService'true],
  1949.             'App\\Repository\\Entity\\FormRepository' => ['privates''App\\Repository\\Entity\\FormRepository''getFormRepositoryService'true],
  1950.             'App\\Repository\\Entity\\SettingsRepository' => ['privates''App\\Repository\\Entity\\SettingsRepository''getSettingsRepository2Service'true],
  1951.             'App\\Repository\\ExportExcelRepository' => ['privates''App\\Repository\\ExportExcelRepository''getExportExcelRepositoryService'true],
  1952.             'App\\Repository\\Flexy\\Apps\\CJDropshippingBundle\\Entity\\CJProductRepository' => ['privates''App\\Repository\\Flexy\\Apps\\CJDropshippingBundle\\Entity\\CJProductRepository''getCJProductRepositoryService'true],
  1953.             'App\\Repository\\Flexy\\Apps\\CueClubBundle\\Entity\\CueClubProductRepository' => ['privates''App\\Repository\\Flexy\\Apps\\CueClubBundle\\Entity\\CueClubProductRepository''getCueClubProductRepositoryService'true],
  1954.             'App\\Repository\\Flexy\\Apps\\ListingBundle\\Entity\\ListingOptionRepository' => ['privates''App\\Repository\\Flexy\\Apps\\ListingBundle\\Entity\\ListingOptionRepository''getListingOptionRepositoryService'true],
  1955.             'App\\Repository\\Flexy\\Apps\\ListingBundle\\Entity\\ListingRepository' => ['privates''App\\Repository\\Flexy\\Apps\\ListingBundle\\Entity\\ListingRepository''getListingRepositoryService'true],
  1956.             'App\\Repository\\Flexy\\Apps\\NewsletterBundle\\Entity\\NewsletterCompaignLaunchRepository' => ['privates''App\\Repository\\Flexy\\Apps\\NewsletterBundle\\Entity\\NewsletterCompaignLaunchRepository''getNewsletterCompaignLaunchRepositoryService'true],
  1957.             'App\\Repository\\Flexy\\Apps\\NewsletterBundle\\Entity\\NewsletterCompaignRepository' => ['privates''App\\Repository\\Flexy\\Apps\\NewsletterBundle\\Entity\\NewsletterCompaignRepository''getNewsletterCompaignRepositoryService'true],
  1958.             'App\\Repository\\Flexy\\Apps\\NewsletterBundle\\Entity\\NewsletterMailLogRepository' => ['privates''App\\Repository\\Flexy\\Apps\\NewsletterBundle\\Entity\\NewsletterMailLogRepository''getNewsletterMailLogRepositoryService'true],
  1959.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\CategoryOfferRepository' => ['privates''App\\Repository\\Flexy\\BookingBundle\\Entity\\CategoryOfferRepository''getCategoryOfferRepository2Service'true],
  1960.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\MenuRepository' => ['privates''App\\Repository\\Flexy\\BookingBundle\\Entity\\MenuRepository''getMenuRepository2Service'true],
  1961.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\OfferRepository' => ['privates''App\\Repository\\Flexy\\BookingBundle\\Entity\\OfferRepository''getOfferRepository2Service'true],
  1962.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\ReservationRepository' => ['privates''App\\Repository\\Flexy\\BookingBundle\\Entity\\ReservationRepository''getReservationRepository2Service'true],
  1963.             'App\\Repository\\Flexy\\FrontBundle\\Entity\\PageRepository' => ['privates''App\\Repository\\Flexy\\FrontBundle\\Entity\\PageRepository''getPageRepository2Service'true],
  1964.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\AccountClassRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\AccountClassRepository''getAccountClassRepositoryService'true],
  1965.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\AccountRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\AccountRepository''getAccountRepositoryService'true],
  1966.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\FinancialPeriodRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\FinancialPeriodRepository''getFinancialPeriodRepositoryService'true],
  1967.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\FinancialYearRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\FinancialYearRepository''getFinancialYearRepositoryService'true],
  1968.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\InvoiceRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\InvoiceRepository''getInvoiceRepositoryService'true],
  1969.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\JournalEntryItemRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\JournalEntryItemRepository''getJournalEntryItemRepositoryService'true],
  1970.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\JournalEntryRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\JournalEntryRepository''getJournalEntryRepositoryService'true],
  1971.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\PayableInvoiceRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\PayableInvoiceRepository''getPayableInvoiceRepositoryService'true],
  1972.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\AttributRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\AttributRepository''getAttributRepository2Service'true],
  1973.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\BrandRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\BrandRepository''getBrandRepositoryService'true],
  1974.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintRepository''getComplaintRepositoryService'true],
  1975.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintSubjectRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintSubjectRepository''getComplaintSubjectRepositoryService'true],
  1976.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerAddressRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1977.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagementRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagementRepository''getPackEngagementRepositoryService'true],
  1978.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\PackRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\PackRepository''getPackRepositoryService'true],
  1979.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcelRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcelRepository''getImportExcelRepositoryService'true],
  1980.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\AdjustmentRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\AdjustmentRepository''getAdjustmentRepository2Service'true],
  1981.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFundRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFundRepository''getDemandeFundRepositoryService'true],
  1982.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\OrderItemNoteRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\OrderItemNoteRepository''getOrderItemNoteRepositoryService'true],
  1983.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankBookItemRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankBookItemRepository''getBankBookItemRepositoryService'true],
  1984.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankBookRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankBookRepository''getBankBookRepositoryService'true],
  1985.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankRepository''getBankRepositoryService'true],
  1986.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentRepository''getPaymentRepository2Service'true],
  1987.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionListRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionListRepository''getTransactionListRepositoryService'true],
  1988.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionRepository''getTransactionRepositoryService'true],
  1989.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ImageProductRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ImageProductRepository''getImageProductRepositoryService'true],
  1990.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcelRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcelRepository''getImportExcelRepository2Service'true],
  1991.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductPackRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductPackRepository''getProductPackRepositoryService'true],
  1992.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductSubscriptionRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductSubscriptionRepository''getProductSubscriptionRepositoryService'true],
  1993.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductVariantRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductVariantRepository''getProductVariantRepositoryService'true],
  1994.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\PromotionActionRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\PromotionActionRepository''getPromotionActionRepository2Service'true],
  1995.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Promotion\\PromotionRuleRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Promotion\\PromotionRuleRepository''getPromotionRuleRepository2Service'true],
  1996.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion\\CouponsRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion\\CouponsRepository''getCouponsRepositoryService'true],
  1997.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Resource\\AgentTypeRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Resource\\AgentTypeRepository''getAgentTypeRepositoryService'true],
  1998.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\CashOnDeliveryRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\CashOnDeliveryRepository''getCashOnDeliveryRepositoryService'true],
  1999.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\CountryRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\CountryRepository''getCountryRepositoryService'true],
  2000.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\DepartementRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\DepartementRepository''getDepartementRepositoryService'true],
  2001.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentCollectMoneyRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentCollectMoneyRepository''getShipmentCollectMoneyRepositoryService'true],
  2002.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemChildRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemChildRepository''getShipmentItemChildRepositoryService'true],
  2003.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemRepository''getShipmentItemRepository2Service'true],
  2004.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemTypeRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemTypeRepository''getShipmentItemTypeRepositoryService'true],
  2005.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaperRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaperRepository''getShipmentPaperRepositoryService'true],
  2006.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentRepository''getShipmentRepository2Service'true],
  2007.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingCalculationMethodRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingCalculationMethodRepository''getShippingCalculationMethodRepositoryService'true],
  2008.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingRepository''getShippingRepositoryService'true],
  2009.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingRuleRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingRuleRepository''getShippingRuleRepository2Service'true],
  2010.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingVehicleRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingVehicleRepository''getShippingVehicleRepository2Service'true],
  2011.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\StatusTrackingVehicleRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\StatusTrackingVehicleRepository''getStatusTrackingVehicleRepositoryService'true],
  2012.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\VehicleConsumptionRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\VehicleConsumptionRepository''getVehicleConsumptionRepositoryService'true],
  2013.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\VehicleIncidentRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\VehicleIncidentRepository''getVehicleIncidentRepositoryService'true],
  2014.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\VehicleRepairRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\VehicleRepairRepository''getVehicleRepairRepositoryService'true],
  2015.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\BodyConditionRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\BodyConditionRepository''getBodyConditionRepositoryService'true],
  2016.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\BrakingControlRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\BrakingControlRepository''getBrakingControlRepositoryService'true],
  2017.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\DisplayControlRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\DisplayControlRepository''getDisplayControlRepositoryService'true],
  2018.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\EquipmentVehicleRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\EquipmentVehicleRepository''getEquipmentVehicleRepositoryService'true],
  2019.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\FuelTypeRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\FuelTypeRepository''getFuelTypeRepositoryService'true],
  2020.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\OilMaintenanceRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\OilMaintenanceRepository''getOilMaintenanceRepositoryService'true],
  2021.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\OtherControlRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\OtherControlRepository''getOtherControlRepositoryService'true],
  2022.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\PowerControlRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\PowerControlRepository''getPowerControlRepositoryService'true],
  2023.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\TechnicalControlRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\TechnicalControlRepository''getTechnicalControlRepositoryService'true],
  2024.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\TireControlRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\TireControlRepository''getTireControlRepositoryService'true],
  2025.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\VehicleRentRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\VehicleRentRepository''getVehicleRentRepositoryService'true],
  2026.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\VehicleRentTypeRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\VehicleRentTypeRepository''getVehicleRentTypeRepositoryService'true],
  2027.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Store\\StoreRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Store\\StoreRepository''getStoreRepositoryService'true],
  2028.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Supplier\\SupplierRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Supplier\\SupplierRepository''getSupplierRepositoryService'true],
  2029.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Taxes\\ShippingTaxRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Taxes\\ShippingTaxRepository''getShippingTaxRepositoryService'true],
  2030.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Taxes\\ValueAddedTaxRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Taxes\\ValueAddedTaxRepository''getValueAddedTaxRepositoryService'true],
  2031.             'App\\Repository\\Flexy\\ShopBundle\\Form\\Product\\ProductVariantRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Form\\Product\\ProductVariantRepository''getProductVariantRepository2Service'true],
  2032.             'App\\Repository\\Flexy\\ShopBunlde\\Entity\\Shipping\\ShipmentItemChildRepository' => ['privates''App\\Repository\\Flexy\\ShopBunlde\\Entity\\Shipping\\ShipmentItemChildRepository''getShipmentItemChildRepository2Service'true],
  2033.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\MissionExtraFeesRepository' => ['privates''App\\Repository\\Flexy\\TransportBundle\\Entity\\MissionExtraFeesRepository''getMissionExtraFeesRepositoryService'true],
  2034.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\MissionExtraFeesTypeRepository' => ['privates''App\\Repository\\Flexy\\TransportBundle\\Entity\\MissionExtraFeesTypeRepository''getMissionExtraFeesTypeRepositoryService'true],
  2035.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\MissionRepository' => ['privates''App\\Repository\\Flexy\\TransportBundle\\Entity\\MissionRepository''getMissionRepository2Service'true],
  2036.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\OrderMissionRepository' => ['privates''App\\Repository\\Flexy\\TransportBundle\\Entity\\OrderMissionRepository''getOrderMissionRepositoryService'true],
  2037.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\RequestMissionRepository' => ['privates''App\\Repository\\Flexy\\TransportBundle\\Entity\\RequestMissionRepository''getRequestMissionRepository2Service'true],
  2038.             'App\\Repository\\FrontThemeRepository' => ['privates''App\\Repository\\FrontThemeRepository''getFrontThemeRepositoryService'true],
  2039.             'App\\Repository\\ImageRepository' => ['privates''App\\Repository\\ImageRepository''getImageRepositoryService'true],
  2040.             'App\\Repository\\LinkRepository' => ['privates''App\\Repository\\LinkRepository''getLinkRepositoryService'true],
  2041.             'App\\Repository\\LinkTypeRepository' => ['privates''App\\Repository\\LinkTypeRepository''getLinkTypeRepositoryService'true],
  2042.             'App\\Repository\\LogHistoryRepository' => ['privates''App\\Repository\\LogHistoryRepository''getLogHistoryRepositoryService'true],
  2043.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'true],
  2044.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  2045.             'App\\Repository\\RoleRepository' => ['privates''App\\Repository\\RoleRepository''getRoleRepositoryService'true],
  2046.             'App\\Repository\\SettingsRepository' => ['privates''App\\Repository\\SettingsRepository''getSettingsRepositoryService'true],
  2047.             'App\\Repository\\ThreadAiRequestRepository' => ['privates''App\\Repository\\ThreadAiRequestRepository''getThreadAiRequestRepositoryService'true],
  2048.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  2049.             'App\\Repository\\WebsiteThemeRepository' => ['privates''App\\Repository\\WebsiteThemeRepository''getWebsiteThemeRepositoryService'true],
  2050.         ], [
  2051.             'App\\Flexy\\Apps\\CueClubBundle\\Repository\\OrderCueClubRepository' => '?',
  2052.             'App\\Flexy\\Apps\\POSBundle\\Repository\\CaisseRepository' => '?',
  2053.             'App\\Flexy\\Apps\\POSBundle\\Repository\\TableRepository' => '?',
  2054.             'App\\Flexy\\Apps\\StockBundle\\Repository\\ArticleRepository' => '?',
  2055.             'App\\Flexy\\Apps\\StockBundle\\Repository\\DocumentRepository' => '?',
  2056.             'App\\Flexy\\Apps\\StockBundle\\Repository\\StockRepository' => '?',
  2057.             'App\\Flexy\\Apps\\TransportBundle\\Repository\\MissionRepository' => '?',
  2058.             'App\\Flexy\\Apps\\TransportBundle\\Repository\\RequestMissionRepository' => '?',
  2059.             'App\\Flexy\\FrontBundle\\Repository\\BlocRepository' => '?',
  2060.             'App\\Flexy\\FrontBundle\\Repository\\CategoryOfferRepository' => '?',
  2061.             'App\\Flexy\\FrontBundle\\Repository\\CategoryProductFrontRepository' => '?',
  2062.             'App\\Flexy\\FrontBundle\\Repository\\MasterSliderRepository' => '?',
  2063.             'App\\Flexy\\FrontBundle\\Repository\\MenuItemRepository' => '?',
  2064.             'App\\Flexy\\FrontBundle\\Repository\\MenuRepository' => '?',
  2065.             'App\\Flexy\\FrontBundle\\Repository\\OfferRepository' => '?',
  2066.             'App\\Flexy\\FrontBundle\\Repository\\PageRepository' => '?',
  2067.             'App\\Flexy\\FrontBundle\\Repository\\ProductFrontRepository' => '?',
  2068.             'App\\Flexy\\FrontBundle\\Repository\\PubBannerRepository' => '?',
  2069.             'App\\Flexy\\FrontBundle\\Repository\\ReservationRepository' => '?',
  2070.             'App\\Flexy\\FrontBundle\\Repository\\SectionRepository' => '?',
  2071.             'App\\Flexy\\FrontBundle\\Repository\\SlideRepository' => '?',
  2072.             'App\\Flexy\\FrontBundle\\Repository\\SliderRepository' => '?',
  2073.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Repository\\ProductFrontRepository' => '?',
  2074.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerAddressRepository' => '?',
  2075.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerGroupRepository' => '?',
  2076.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerRepository' => '?',
  2077.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerWalletPointRepository' => '?',
  2078.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\PackEngagementRepository' => '?',
  2079.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\PackRepository' => '?',
  2080.             'App\\Flexy\\ShopBundle\\Repository\\Order\\AdjustmentRepository' => '?',
  2081.             'App\\Flexy\\ShopBundle\\Repository\\Order\\OrderItemRepository' => '?',
  2082.             'App\\Flexy\\ShopBundle\\Repository\\Order\\OrderRepository' => '?',
  2083.             'App\\Flexy\\ShopBundle\\Repository\\Payment\\PaymentMethodRepository' => '?',
  2084.             'App\\Flexy\\ShopBundle\\Repository\\Payment\\PaymentRepository' => '?',
  2085.             'App\\Flexy\\ShopBundle\\Repository\\ProductShopRepository' => '?',
  2086.             'App\\Flexy\\ShopBundle\\Repository\\Product\\AttributRepository' => '?',
  2087.             'App\\Flexy\\ShopBundle\\Repository\\Product\\AttributValueRepository' => '?',
  2088.             'App\\Flexy\\ShopBundle\\Repository\\Product\\CategoryProductRepository' => '?',
  2089.             'App\\Flexy\\ShopBundle\\Repository\\Product\\CommentRepository' => '?',
  2090.             'App\\Flexy\\ShopBundle\\Repository\\Product\\ProductRepository' => '?',
  2091.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\CouponRepository' => '?',
  2092.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionActionRepository' => '?',
  2093.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionRepository' => '?',
  2094.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionRuleRepository' => '?',
  2095.             'App\\Flexy\\ShopBundle\\Repository\\Resource\\AgentRepository' => '?',
  2096.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\CashBoxRepository' => '?',
  2097.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\CityRegionRepository' => '?',
  2098.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\CityRepository' => '?',
  2099.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\DepartementRepository' => '?',
  2100.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShipmentItemRepository' => '?',
  2101.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShipmentRepository' => '?',
  2102.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingMethodRepository' => '?',
  2103.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingRuleRepository' => '?',
  2104.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingVehicleRepository' => '?',
  2105.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingVehicleTypeRepository' => '?',
  2106.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\StepTypeRepository' => '?',
  2107.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\TrackingStepRepository' => '?',
  2108.             'App\\Flexy\\ShopBundle\\Repository\\VendorRepository' => '?',
  2109.             'App\\Repository\\AiRequestRepository' => '?',
  2110.             'App\\Repository\\ApplicationRepository' => '?',
  2111.             'App\\Repository\\CurrencyExchangeRateRepository' => '?',
  2112.             'App\\Repository\\Entity\\CategoryPageRepository' => '?',
  2113.             'App\\Repository\\Entity\\FormDataRepository' => '?',
  2114.             'App\\Repository\\Entity\\FormFieldRepository' => '?',
  2115.             'App\\Repository\\Entity\\FormRepository' => '?',
  2116.             'App\\Repository\\Entity\\SettingsRepository' => '?',
  2117.             'App\\Repository\\ExportExcelRepository' => '?',
  2118.             'App\\Repository\\Flexy\\Apps\\CJDropshippingBundle\\Entity\\CJProductRepository' => '?',
  2119.             'App\\Repository\\Flexy\\Apps\\CueClubBundle\\Entity\\CueClubProductRepository' => '?',
  2120.             'App\\Repository\\Flexy\\Apps\\ListingBundle\\Entity\\ListingOptionRepository' => '?',
  2121.             'App\\Repository\\Flexy\\Apps\\ListingBundle\\Entity\\ListingRepository' => '?',
  2122.             'App\\Repository\\Flexy\\Apps\\NewsletterBundle\\Entity\\NewsletterCompaignLaunchRepository' => '?',
  2123.             'App\\Repository\\Flexy\\Apps\\NewsletterBundle\\Entity\\NewsletterCompaignRepository' => '?',
  2124.             'App\\Repository\\Flexy\\Apps\\NewsletterBundle\\Entity\\NewsletterMailLogRepository' => '?',
  2125.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\CategoryOfferRepository' => '?',
  2126.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\MenuRepository' => '?',
  2127.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\OfferRepository' => '?',
  2128.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\ReservationRepository' => '?',
  2129.             'App\\Repository\\Flexy\\FrontBundle\\Entity\\PageRepository' => '?',
  2130.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\AccountClassRepository' => '?',
  2131.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\AccountRepository' => '?',
  2132.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\FinancialPeriodRepository' => '?',
  2133.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\FinancialYearRepository' => '?',
  2134.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\InvoiceRepository' => '?',
  2135.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\JournalEntryItemRepository' => '?',
  2136.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\JournalEntryRepository' => '?',
  2137.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\PayableInvoiceRepository' => '?',
  2138.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\AttributRepository' => '?',
  2139.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\BrandRepository' => '?',
  2140.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintRepository' => '?',
  2141.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintSubjectRepository' => '?',
  2142.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerAddressRepository' => '?',
  2143.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagementRepository' => '?',
  2144.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\PackRepository' => '?',
  2145.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcelRepository' => '?',
  2146.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\AdjustmentRepository' => '?',
  2147.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFundRepository' => '?',
  2148.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\OrderItemNoteRepository' => '?',
  2149.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankBookItemRepository' => '?',
  2150.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankBookRepository' => '?',
  2151.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankRepository' => '?',
  2152.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentRepository' => '?',
  2153.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionListRepository' => '?',
  2154.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionRepository' => '?',
  2155.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ImageProductRepository' => '?',
  2156.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcelRepository' => '?',
  2157.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductPackRepository' => '?',
  2158.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductSubscriptionRepository' => '?',
  2159.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductVariantRepository' => '?',
  2160.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\PromotionActionRepository' => '?',
  2161.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Promotion\\PromotionRuleRepository' => '?',
  2162.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion\\CouponsRepository' => '?',
  2163.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Resource\\AgentTypeRepository' => '?',
  2164.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\CashOnDeliveryRepository' => '?',
  2165.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\CountryRepository' => '?',
  2166.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\DepartementRepository' => '?',
  2167.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentCollectMoneyRepository' => '?',
  2168.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemChildRepository' => '?',
  2169.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemRepository' => '?',
  2170.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemTypeRepository' => '?',
  2171.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaperRepository' => '?',
  2172.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentRepository' => '?',
  2173.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingCalculationMethodRepository' => '?',
  2174.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingRepository' => '?',
  2175.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingRuleRepository' => '?',
  2176.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingVehicleRepository' => '?',
  2177.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\StatusTrackingVehicleRepository' => '?',
  2178.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\VehicleConsumptionRepository' => '?',
  2179.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\VehicleIncidentRepository' => '?',
  2180.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\VehicleRepairRepository' => '?',
  2181.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\BodyConditionRepository' => '?',
  2182.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\BrakingControlRepository' => '?',
  2183.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\DisplayControlRepository' => '?',
  2184.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\EquipmentVehicleRepository' => '?',
  2185.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\FuelTypeRepository' => '?',
  2186.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\OilMaintenanceRepository' => '?',
  2187.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\OtherControlRepository' => '?',
  2188.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\PowerControlRepository' => '?',
  2189.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\TechnicalControlRepository' => '?',
  2190.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\TireControlRepository' => '?',
  2191.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\VehicleRentRepository' => '?',
  2192.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\VehicleRentTypeRepository' => '?',
  2193.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Store\\StoreRepository' => '?',
  2194.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Supplier\\SupplierRepository' => '?',
  2195.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Taxes\\ShippingTaxRepository' => '?',
  2196.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Taxes\\ValueAddedTaxRepository' => '?',
  2197.             'App\\Repository\\Flexy\\ShopBundle\\Form\\Product\\ProductVariantRepository' => '?',
  2198.             'App\\Repository\\Flexy\\ShopBunlde\\Entity\\Shipping\\ShipmentItemChildRepository' => '?',
  2199.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\MissionExtraFeesRepository' => '?',
  2200.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\MissionExtraFeesTypeRepository' => '?',
  2201.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\MissionRepository' => '?',
  2202.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\OrderMissionRepository' => '?',
  2203.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\RequestMissionRepository' => '?',
  2204.             'App\\Repository\\FrontThemeRepository' => '?',
  2205.             'App\\Repository\\ImageRepository' => '?',
  2206.             'App\\Repository\\LinkRepository' => '?',
  2207.             'App\\Repository\\LinkTypeRepository' => '?',
  2208.             'App\\Repository\\LogHistoryRepository' => '?',
  2209.             'App\\Repository\\NotificationRepository' => '?',
  2210.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  2211.             'App\\Repository\\RoleRepository' => '?',
  2212.             'App\\Repository\\SettingsRepository' => '?',
  2213.             'App\\Repository\\ThreadAiRequestRepository' => '?',
  2214.             'App\\Repository\\UserRepository' => '?',
  2215.             'App\\Repository\\WebsiteThemeRepository' => '?',
  2216.         ])));
  2217.         $a->addCustomStringFunction('JSON_CONTAINS''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonContains');
  2218.         $a->addCustomStringFunction('JSON_EXTRACT''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
  2219.         $a->addCustomStringFunction('JSON_UNQUOTE''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonUnquote');
  2220.         $a->addCustomNumericFunction('WEEK''App\\Doctrine\\Functions\\WeekFunction');
  2221.         $a->addCustomNumericFunction('MONTH''App\\Doctrine\\Functions\\MonthFunction');
  2222.         $a->addCustomNumericFunction('YEAR''App\\Doctrine\\Functions\\YearFunction');
  2223.         $a->addCustomNumericFunction('YEARWEEK''App\\Doctrine\\Functions\\YearWeekFunction');
  2224.         $a->addCustomNumericFunction('ROUND''App\\Doctrine\\Functions\\RoundFunction');
  2225.         $a->addCustomNumericFunction('DATE_FORMAT''App\\Doctrine\\Functions\\DateFormatFunction');
  2226.         $a->addCustomNumericFunction('DATE''App\\Doctrine\\Functions\\DateFunction');
  2227.         $a->addCustomNumericFunction('DAY''App\\Doctrine\\Functions\\DayFunction');
  2228.         $a->addCustomNumericFunction('CAST''App\\Doctrine\\Functions\\CastFunction');
  2229.         $a->addCustomNumericFunction('RAND''App\\Doctrine\\Functions\\RandFunction');
  2230.         $a->addCustomNumericFunction('st_contains''CrEOF\\Spatial\\ORM\\Query\\AST\\Functions\\MySql\\STContains');
  2231.         $a->addCustomNumericFunction('contains''CrEOF\\Spatial\\ORM\\Query\\AST\\Functions\\MySql\\Contains');
  2232.         $a->addCustomNumericFunction('st_area''CrEOF\\Spatial\\ORM\\Query\\AST\\Functions\\MySql\\Area');
  2233.         $a->addCustomNumericFunction('st_geomfromtext''CrEOF\\Spatial\\ORM\\Query\\AST\\Functions\\MySql\\GeomFromText');
  2234.         $a->addCustomNumericFunction('st_intersects''CrEOF\\Spatial\\ORM\\Query\\AST\\Functions\\MySql\\STIntersects');
  2235.         $a->addCustomNumericFunction('st_buffer''CrEOF\\Spatial\\ORM\\Query\\AST\\Functions\\MySql\\STBuffer');
  2236.         $a->addCustomNumericFunction('point''CrEOF\\Spatial\\ORM\\Query\\AST\\Functions\\MySql\\Point');
  2237.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  2238.         $instance = ($lazyLoad->__construct(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService())) && false ?: $lazyLoad);
  2239.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  2240.         return $instance;
  2241.     }
  2242.     /**
  2243.      * Gets the public 'event_dispatcher' shared service.
  2244.      *
  2245.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2246.      */
  2247.     protected function getEventDispatcherService()
  2248.     {
  2249.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2250.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2251.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2252.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2253.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)), $a, ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  2254.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> #[\Closure(name'flexy_shop_api.event.jwt_created_listener', class: 'App\\Flexy\\ShopBundle\\EventSubscriber\\JWTCreatedListener')] function () {
  2255.             return ($this->privates['flexy_shop_api.event.jwt_created_listener'] ?? $this->load('getFlexyShopApi_Event_JwtCreatedListenerService'));
  2256.         }, => 'onJWTCreated'], 0);
  2257.         $instance->addListener('kernel.request', [=> #[\Closure(name'App\\Doctrine\\Extensions\\GlobalHintExtension')] function () {
  2258.             return ($this->privates['App\\Doctrine\\Extensions\\GlobalHintExtension'] ?? $this->getGlobalHintExtensionService());
  2259.         }, => 'onKernelRequest'], 0);
  2260.         $instance->addListener('kernel.exception', [=> #[\Closure(name'App\\Doctrine\\Extensions\\GlobalHintExtension')] function () {
  2261.             return ($this->privates['App\\Doctrine\\Extensions\\GlobalHintExtension'] ?? $this->getGlobalHintExtensionService());
  2262.         }, => 'onKernelException'], 0);
  2263.         $instance->addListener('kernel.request', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\ApiPlatformKernelListener')] function () {
  2264.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\ApiPlatformKernelListener'] ?? $this->getApiPlatformKernelListenerService());
  2265.         }, => 'onKernelRequest'], 0);
  2266.         $instance->addListener('kernel.request', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\BootstrapKernelListener')] function () {
  2267.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\BootstrapKernelListener'] ?? $this->getBootstrapKernelListenerService());
  2268.         }, => 'onKernelRequest'], 0);
  2269.         $instance->addListener('kernel.request', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\KernelListener')] function () {
  2270.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\KernelListener'] ?? $this->getKernelListenerService());
  2271.         }, => 'onKernelRequest'], 0);
  2272.         $instance->addListener('kernel.exception', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\KernelListener')] function () {
  2273.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\KernelListener'] ?? $this->getKernelListenerService());
  2274.         }, => 'onKernelException'], 0);
  2275.         $instance->addListener('kernel.request', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\EventListener\\KernelListener')] function () {
  2276.             return ($this->privates['App\\Flexy\\FrontBundle\\Themes\\Niiamart\\EventListener\\KernelListener'] ??= new \App\Flexy\FrontBundle\Themes\Niiamart\EventListener\KernelListener());
  2277.         }, => 'onKernelRequest'], 0);
  2278.         $instance->addListener('kernel.exception', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\EventListener\\KernelListener')] function () {
  2279.             return ($this->privates['App\\Flexy\\FrontBundle\\Themes\\Niiamart\\EventListener\\KernelListener'] ??= new \App\Flexy\FrontBundle\Themes\Niiamart\EventListener\KernelListener());
  2280.         }, => 'onKernelException'], 0);
  2281.         $instance->addListener('kernel.controller', [=> #[\Closure(name'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] function () {
  2282.             return ($this->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector());
  2283.         }, => 'onKernelController'], 0);
  2284.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  2285.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2286.         }, => 'checkPassport'], 1024);
  2287.         $instance->addListener('kernel.response', [=> #[\Closure(name'security.context_listener.0', class: 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener')] function () {
  2288.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  2289.         }, => 'onKernelResponse'], 0);
  2290.         $instance->addListener('kernel.exception', [=> #[\Closure(name'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener')] function () {
  2291.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  2292.         }, => 'onKernelException'], -64);
  2293.         $instance->addListener('kernel.view', [=> #[\Closure(name'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener')] function () {
  2294.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  2295.         }, => 'onKernelView'], 0);
  2296.         $instance->addListener('kernel.request', [=> #[\Closure(name'nelmio_cors.cors_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CorsListener')] function () {
  2297.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2298.         }, => 'onKernelRequest'], 250);
  2299.         $instance->addListener('kernel.response', [=> #[\Closure(name'nelmio_cors.cors_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CorsListener')] function () {
  2300.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2301.         }, => 'onKernelResponse'], 0);
  2302.         $instance->addListener('kernel.response', [=> #[\Closure(name'nelmio_cors.cacheable_response_vary_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener')] function () {
  2303.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ??= new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener());
  2304.         }, => 'onResponse'], -10);
  2305.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] function () {
  2306.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2307.         }, => 'onKernelRequest'], 28);
  2308.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] function () {
  2309.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2310.         }, => 'onKernelRequest'], 2);
  2311.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] function () {
  2312.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  2313.         }, => 'onKernelView'], 16);
  2314.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.respond', class: 'ApiPlatform\\Symfony\\EventListener\\RespondListener')] function () {
  2315.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  2316.         }, => 'onKernelView'], 8);
  2317.         $instance->addListener('kernel.exception', [=> #[\Closure(name'api_platform.listener.exception.validation', class: 'ApiPlatform\\Symfony\\Validator\\EventListener\\ValidationExceptionListener')] function () {
  2318.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  2319.         }, => 'onKernelException'], 0);
  2320.         $instance->addListener('kernel.exception', [=> #[\Closure(name'api_platform.listener.exception', class: 'ApiPlatform\\Symfony\\EventListener\\ExceptionListener')] function () {
  2321.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  2322.         }, => 'onKernelException'], -96);
  2323.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] function () {
  2324.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  2325.         }, => 'onKernelView'], 32);
  2326.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] function () {
  2327.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  2328.         }, => 'onKernelRequest'], 4);
  2329.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] function () {
  2330.             return ($this->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener());
  2331.         }, => 'onKernelRequest'], 0);
  2332.         $instance->addListener('kernel.response', [=> #[\Closure(name'api_platform.http_cache.listener.response.configure', class: 'ApiPlatform\\HttpCache\\EventListener\\AddHeadersListener')] function () {
  2333.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2334.         }, => 'onKernelResponse'], -1);
  2335.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] function () {
  2336.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  2337.         }, => 'onKernelView'], 64);
  2338.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] function () {
  2339.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2340.         }, => 'onKernelRequest'], 16);
  2341.         $instance->addListener('kernel.response', [=> #[\Closure(name'api_platform.mercure.listener.response.add_link_header', class: 'ApiPlatform\\Symfony\\EventListener\\AddLinkHeaderListener')] function () {
  2342.             return ($this->privates['api_platform.mercure.listener.response.add_link_header'] ?? $this->getApiPlatform_Mercure_Listener_Response_AddLinkHeaderService());
  2343.         }, => 'onKernelResponse'], 0);
  2344.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] function () {
  2345.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2346.         }, => 'onSecurity'], 3);
  2347.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] function () {
  2348.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2349.         }, => 'onSecurityPostDenormalize'], 1);
  2350.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] function () {
  2351.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2352.         }, => 'onSecurityPostValidation'], 63);
  2353.         $instance->addListener('kernel.exception', [=> #[\Closure(name'webpack_encore.exception_listener', class: 'Symfony\\WebpackEncoreBundle\\EventListener\\ExceptionListener')] function () {
  2354.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  2355.         }, => 'onKernelException'], 0);
  2356.         $instance->addListener('kernel.request', [=> #[\Closure(name'knp_paginator.subscriber.sliding_pagination', class: 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber')] function () {
  2357.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2358.         }, => 'onKernelRequest'], 0);
  2359.         $instance->addListener('kernel.request', [=> #[\Closure(name'MobileDetectBundle\\EventListener\\RequestResponseListener')] function () {
  2360.             return ($this->privates['MobileDetectBundle\\EventListener\\RequestResponseListener'] ?? $this->getRequestResponseListenerService());
  2361.         }, => 'handleRequest'], 1);
  2362.         $instance->addListener('kernel.response', [=> #[\Closure(name'MobileDetectBundle\\EventListener\\RequestResponseListener')] function () {
  2363.             return ($this->privates['MobileDetectBundle\\EventListener\\RequestResponseListener'] ?? $this->getRequestResponseListenerService());
  2364.         }, => 'handleResponse'], 0);
  2365.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2366.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber2Service'));
  2367.         }, => 'beforePersist'], 0);
  2368.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2369.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber2Service'));
  2370.         }, => 'beforeUpdated'], 0);
  2371.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityDeletedEvent', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2372.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber2Service'));
  2373.         }, => 'beforeDeleted'], 0);
  2374.         $instance->addListener('kernel.view', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\EventsApiSubscriber')] function () {
  2375.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\EventsApiSubscriber'] ?? $this->load('getEventsApiSubscriberService'));
  2376.         }, => 'postWrite'], 31);
  2377.         $instance->addListener('kernel.request', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\HookSubscriber')] function () {
  2378.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\HookSubscriber'] ?? $this->getHookSubscriberService());
  2379.         }, => 'onKernelRequest'], 0);
  2380.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> #[\Closure(name'App\\Flexy\\ShopBundle\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2381.             return ($this->privates['App\\Flexy\\ShopBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber3Service'));
  2382.         }, => 'beforePersist'], 0);
  2383.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [=> #[\Closure(name'App\\Flexy\\ShopBundle\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2384.             return ($this->privates['App\\Flexy\\ShopBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber3Service'));
  2385.         }, => 'beforeUpdated'], 0);
  2386.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterCrudActionEvent', [=> #[\Closure(name'App\\Flexy\\ShopBundle\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2387.             return ($this->privates['App\\Flexy\\ShopBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber3Service'));
  2388.         }, => 'afterAction'], 0);
  2389.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> #[\Closure(name'App\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2390.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  2391.         }, => 'beforePersist'], 0);
  2392.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [=> #[\Closure(name'App\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2393.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  2394.         }, => 'beforeUpdated'], 0);
  2395.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityDeletedEvent', [=> #[\Closure(name'App\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2396.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  2397.         }, => 'beforeDelete'], 0);
  2398.         $instance->addListener('kernel.controller', [=> #[\Closure(name'App\\EventSubscriber\\LicenseValidationListener')] function () {
  2399.             return ($this->privates['App\\EventSubscriber\\LicenseValidationListener'] ?? $this->getLicenseValidationListenerService());
  2400.         }, => 'onKernelController'], 0);
  2401.         $instance->addListener('kernel.view', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\EventSubscriber\\EventsApiSubscriber')] function () {
  2402.             return ($this->privates['App\\Flexy\\FrontBundle\\Themes\\IlaveU\\EventSubscriber\\EventsApiSubscriber'] ?? $this->load('getEventsApiSubscriber2Service'));
  2403.         }, => 'sendMail'], 33);
  2404.         $instance->addListener('kernel.response', [=> #[\Closure(name'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] function () {
  2405.             return ($this->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false));
  2406.         }, => 'onKernelResponse'], 0);
  2407.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  2408.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2409.         }, => 'setDefaultLocale'], 100);
  2410.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  2411.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2412.         }, => 'onKernelRequest'], 16);
  2413.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  2414.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2415.         }, => 'onKernelFinishRequest'], 0);
  2416.         $instance->addListener('kernel.request', [=> #[\Closure(name'validate_request_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener')] function () {
  2417.             return ($this->privates['validate_request_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener());
  2418.         }, => 'onKernelRequest'], 256);
  2419.         $instance->addListener('kernel.response', [=> #[\Closure(name'disallow_search_engine_index_response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener')] function () {
  2420.             return ($this->privates['disallow_search_engine_index_response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener());
  2421.         }, => 'onResponse'], -255);
  2422.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  2423.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2424.         }, => 'onControllerArguments'], 0);
  2425.         $instance->addListener('kernel.exception', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  2426.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2427.         }, => 'logKernelException'], 0);
  2428.         $instance->addListener('kernel.exception', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  2429.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2430.         }, => 'onKernelException'], -128);
  2431.         $instance->addListener('kernel.response', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  2432.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2433.         }, => 'removeCspHeader'], -128);
  2434.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'controller.cache_attribute_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener')] function () {
  2435.             return ($this->privates['controller.cache_attribute_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\CacheAttributeListener());
  2436.         }, => 'onKernelControllerArguments'], 10);
  2437.         $instance->addListener('kernel.response', [=> #[\Closure(name'controller.cache_attribute_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener')] function () {
  2438.             return ($this->privates['controller.cache_attribute_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\CacheAttributeListener());
  2439.         }, => 'onKernelResponse'], -10);
  2440.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_aware_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener')] function () {
  2441.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2442.         }, => 'onKernelRequest'], 15);
  2443.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'locale_aware_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener')] function () {
  2444.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2445.         }, => 'onKernelFinishRequest'], -15);
  2446.         $instance->addListener('console.error', [=> #[\Closure(name'console.error_listener', class: 'Symfony\\Component\\Console\\EventListener\\ErrorListener')] function () {
  2447.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2448.         }, => 'onConsoleError'], -128);
  2449.         $instance->addListener('console.terminate', [=> #[\Closure(name'console.error_listener', class: 'Symfony\\Component\\Console\\EventListener\\ErrorListener')] function () {
  2450.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2451.         }, => 'onConsoleTerminate'], -128);
  2452.         $instance->addListener('console.error', [=> #[\Closure(name'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] function () {
  2453.             return ($this->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber());
  2454.         }, => 'onConsoleError'], 0);
  2455.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'mailer.envelope_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\EnvelopeListener')] function () {
  2456.             return ($this->privates['mailer.envelope_listener'] ??= new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL));
  2457.         }, => 'onMessage'], -255);
  2458.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'mailer.message_logger_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessageLoggerListener')] function () {
  2459.             return ($this->privates['mailer.message_logger_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessageLoggerListener());
  2460.         }, => 'onMessage'], -255);
  2461.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'mailer.messenger_transport_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessengerTransportListener')] function () {
  2462.             return ($this->privates['mailer.messenger_transport_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessengerTransportListener());
  2463.         }, => 'onMessage'], 0);
  2464.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.debug_handlers_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener')] function () {
  2465.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2466.         }, => 'configure'], 2048);
  2467.         $instance->addListener('console.command', [=> #[\Closure(name'debug.debug_handlers_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener')] function () {
  2468.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2469.         }, => 'configure'], 2048);
  2470.         $instance->addListener('kernel.request', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  2471.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2472.         }, => 'onKernelRequest'], 32);
  2473.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  2474.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2475.         }, => 'onKernelFinishRequest'], 0);
  2476.         $instance->addListener('kernel.exception', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  2477.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2478.         }, => 'onKernelException'], -64);
  2479.         $instance->addListener('kernel.response', [=> #[\Closure(name'web_link.add_link_header_listener', class: 'Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener')] function () {
  2480.             return ($this->privates['web_link.add_link_header_listener'] ??= new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener());
  2481.         }, => 'onKernelResponse'], 0);
  2482.         $instance->addListener('kernel.request', [=> #[\Closure(name'session_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener')] function () {
  2483.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2484.         }, => 'onKernelRequest'], 128);
  2485.         $instance->addListener('kernel.response', [=> #[\Closure(name'session_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener')] function () {
  2486.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2487.         }, => 'onKernelResponse'], -1000);
  2488.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> #[\Closure(name'notifier.logger_notification_listener', class: 'Symfony\\Component\\Notifier\\EventListener\\NotificationLoggerListener')] function () {
  2489.             return ($this->privates['notifier.logger_notification_listener'] ??= new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener());
  2490.         }, => 'onNotification'], -255);
  2491.         $instance->addListener('kernel.response', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  2492.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2493.         }, => 'onKernelResponse'], -100);
  2494.         $instance->addListener('kernel.exception', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  2495.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2496.         }, => 'onKernelException'], 0);
  2497.         $instance->addListener('kernel.terminate', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  2498.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2499.         }, => 'onKernelTerminate'], -1024);
  2500.         $instance->addListener('kernel.controller', [=> #[\Closure(name'data_collector.request', class: 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector')] function () {
  2501.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2502.         }, => 'onKernelController'], 0);
  2503.         $instance->addListener('kernel.response', [=> #[\Closure(name'data_collector.request', class: 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector')] function () {
  2504.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2505.         }, => 'onKernelResponse'], 0);
  2506.         $instance->addListener('kernel.controller', [=> #[\Closure(name'sensio_framework_extra.controller.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener')] function () {
  2507.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2508.         }, => 'onKernelController'], 0);
  2509.         $instance->addListener('kernel.controller', [=> #[\Closure(name'sensio_framework_extra.converter.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener')] function () {
  2510.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2511.         }, => 'onKernelController'], 0);
  2512.         $instance->addListener('kernel.controller', [=> #[\Closure(name'sensio_framework_extra.view.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener')] function () {
  2513.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2514.         }, => 'onKernelController'], -128);
  2515.         $instance->addListener('kernel.view', [=> #[\Closure(name'sensio_framework_extra.view.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener')] function () {
  2516.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2517.         }, => 'onKernelView'], 0);
  2518.         $instance->addListener('kernel.controller', [=> #[\Closure(name'sensio_framework_extra.cache.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener')] function () {
  2519.             return ($this->privates['sensio_framework_extra.cache.listener'] ??= new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener());
  2520.         }, => 'onKernelController'], 0);
  2521.         $instance->addListener('kernel.response', [=> #[\Closure(name'sensio_framework_extra.cache.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener')] function () {
  2522.             return ($this->privates['sensio_framework_extra.cache.listener'] ??= new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener());
  2523.         }, => 'onKernelResponse'], 0);
  2524.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'sensio_framework_extra.security.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener')] function () {
  2525.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2526.         }, => 'onKernelControllerArguments'], 0);
  2527.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'framework_extra_bundle.event.is_granted', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener')] function () {
  2528.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2529.         }, => 'onKernelControllerArguments'], 0);
  2530.         $instance->addListener('kernel.view', [=> #[\Closure(name'controller.template_attribute_listener', class: 'Symfony\\Bridge\\Twig\\EventListener\\TemplateAttributeListener')] function () {
  2531.             return ($this->privates['controller.template_attribute_listener'] ?? $this->load('getController_TemplateAttributeListenerService'));
  2532.         }, => 'onKernelView'], -128);
  2533.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'twig.mailer.message_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessageListener')] function () {
  2534.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2535.         }, => 'onMessage'], 0);
  2536.         $instance->addListener('kernel.response', [=> #[\Closure(name'web_profiler.debug_toolbar', class: 'Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener')] function () {
  2537.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2538.         }, => 'onKernelResponse'], -128);
  2539.         $instance->addListener('console.command', [=> #[\Closure(name'monolog.handler.console', class: 'Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler')] function () {
  2540.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2541.         }, => 'onCommand'], 255);
  2542.         $instance->addListener('console.terminate', [=> #[\Closure(name'monolog.handler.console', class: 'Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler')] function () {
  2543.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2544.         }, => 'onTerminate'], -255);
  2545.         $instance->addListener('console.command', [=> #[\Closure(name'debug.dump_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DumpListener')] function () {
  2546.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2547.         }, => 'configure'], 1024);
  2548.         $instance->addListener('console.error', [=> #[\Closure(name'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] function () {
  2549.             return ($this->privates['maker.console_error_listener'] ??= new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber());
  2550.         }, => 'onConsoleError'], 0);
  2551.         $instance->addListener('console.terminate', [=> #[\Closure(name'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] function () {
  2552.             return ($this->privates['maker.console_error_listener'] ??= new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber());
  2553.         }, => 'onConsoleTerminate'], 0);
  2554.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'controller.is_granted_attribute_listener', class: 'Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener')] function () {
  2555.             return ($this->privates['controller.is_granted_attribute_listener'] ?? $this->getController_IsGrantedAttributeListenerService());
  2556.         }, => 'onKernelControllerArguments'], 20);
  2557.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] function () {
  2558.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2559.         }, => 'checkPassport'], 0);
  2560.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] function () {
  2561.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2562.         }, => 'onLoginSuccess'], 0);
  2563.         $instance->addListener('debug.security.authorization.vote', [=> #[\Closure(name'debug.security.voter.vote_listener', class: 'Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener')] function () {
  2564.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2565.         }, => 'onVoterVote'], 0);
  2566.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  2567.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2568.         }, => 'configureLogoutUrlGenerator'], 8);
  2569.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  2570.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2571.         }, => 'onKernelRequest'], 8);
  2572.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  2573.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2574.         }, => 'onKernelFinishRequest'], 0);
  2575.         $instance->addListener('kernel.response', [=> #[\Closure(name'security.rememberme.response_listener', class: 'Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener')] function () {
  2576.             return ($this->privates['security.rememberme.response_listener'] ??= new \Symfony\Component\Security\Http\RememberMe\ResponseListener());
  2577.         }, => 'onKernelResponse'], 0);
  2578.         $instance->addListener('kernel.request', [=> #[\Closure(name'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber')] function () {
  2579.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  2580.         }, => 'onKernelRequest'], 0);
  2581.         $instance->addListener('kernel.controller', [=> #[\Closure(name'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber')] function () {
  2582.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  2583.         }, => 'onKernelController'], 128);
  2584.         $instance->addListener('kernel.request', [=> #[\Closure(name'stof_doctrine_extensions.event_listener.blame', class: 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener')] function () {
  2585.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2586.         }, => 'onKernelRequest'], 0);
  2587.         $instance->addListener('kernel.request', [=> #[\Closure(name'stof_doctrine_extensions.event_listener.logger', class: 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener')] function () {
  2588.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  2589.         }, => 'onKernelRequest'], 0);
  2590.         $instance->addListener('kernel.request', [=> #[\Closure(name'stof_doctrine_extensions.event_listener.locale', class: 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener')] function () {
  2591.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  2592.         }, => 'onKernelRequest'], 0);
  2593.         $instance->addListener('kernel.response', [=> #[\Closure(name'Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber')] function () {
  2594.             return ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] ??= new \Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber());
  2595.         }, => 'onKernelResponse'], 0);
  2596.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener')] function () {
  2597.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2598.         }, => 'resetAssets'], 0);
  2599.         $instance->addListener('knp_pager.before', [=> #[\Closure(name'knp_paginator.subscriber.paginate', class: 'Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber')] function () {
  2600.             return ($this->privates['knp_paginator.subscriber.paginate'] ??= new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber());
  2601.         }, => 'before'], 0);
  2602.         $instance->addListener('knp_pager.pagination', [=> #[\Closure(name'knp_paginator.subscriber.paginate', class: 'Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber')] function () {
  2603.             return ($this->privates['knp_paginator.subscriber.paginate'] ??= new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber());
  2604.         }, => 'pagination'], 0);
  2605.         $instance->addListener('knp_pager.before', [=> #[\Closure(name'knp_paginator.subscriber.sortable', class: 'Knp\\Component\\Pager\\Event\\Subscriber\\Sortable\\SortableSubscriber')] function () {
  2606.             return ($this->privates['knp_paginator.subscriber.sortable'] ??= new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber());
  2607.         }, => 'before'], 1);
  2608.         $instance->addListener('knp_pager.before', [=> #[\Closure(name'knp_paginator.subscriber.filtration', class: 'Knp\\Component\\Pager\\Event\\Subscriber\\Filtration\\FiltrationSubscriber')] function () {
  2609.             return ($this->privates['knp_paginator.subscriber.filtration'] ??= new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber());
  2610.         }, => 'before'], 1);
  2611.         $instance->addListener('knp_pager.pagination', [=> #[\Closure(name'knp_paginator.subscriber.sliding_pagination', class: 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber')] function () {
  2612.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2613.         }, => 'pagination'], 1);
  2614.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] function () {
  2615.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2616.         }, => 'checkPassport'], 512);
  2617.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] function () {
  2618.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2619.         }, => 'onLogout'], 0);
  2620.         return $instance;
  2621.     }
  2622.     /**
  2623.      * Gets the public 'http_kernel' shared service.
  2624.      *
  2625.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2626.      */
  2627.     protected function getHttpKernelService()
  2628.     {
  2629.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2630.         if (isset($this->services['http_kernel'])) {
  2631.             return $this->services['http_kernel'];
  2632.         }
  2633.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($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'] ??= new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory()), new RewindableGenerator(function () {
  2634.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2635.             yield => ($this->privates['debug.doctrine.orm.entity_value_resolver'] ?? $this->load('getDebug_Doctrine_Orm_EntityValueResolverService'));
  2636.             yield => ($this->privates['debug.argument_resolver.backed_enum_resolver'] ?? $this->load('getDebug_ArgumentResolver_BackedEnumResolverService'));
  2637.             yield => ($this->privates['debug.argument_resolver.uid'] ?? $this->load('getDebug_ArgumentResolver_UidService'));
  2638.             yield => ($this->privates['debug.argument_resolver.datetime'] ?? $this->load('getDebug_ArgumentResolver_DatetimeService'));
  2639.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2640.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2641.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2642.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  2643.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  2644.             yield 10 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2645.             yield 11 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2646.             yield 12 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2647.             yield 13 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2648.         }, 14)), ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))), false);
  2649.     }
  2650.     /**
  2651.      * Gets the public 'knp_menu.matcher' shared service.
  2652.      *
  2653.      * @return \Knp\Menu\Matcher\Matcher
  2654.      */
  2655.     protected function getKnpMenu_MatcherService()
  2656.     {
  2657.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2658.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  2659.         }, 1));
  2660.     }
  2661.     /**
  2662.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  2663.      *
  2664.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  2665.      */
  2666.     protected function getLexikJwtAuthentication_EncoderService()
  2667.     {
  2668.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl''RS256'6048000false));
  2669.     }
  2670.     /**
  2671.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  2672.      *
  2673.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  2674.      */
  2675.     protected function getLexikJwtAuthentication_JwtManagerService()
  2676.     {
  2677.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2678.         if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
  2679.             return $this->services['lexik_jwt_authentication.jwt_manager'];
  2680.         }
  2681.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), $a'username');
  2682.         $instance->setUserIdentityField('username'false);
  2683.         return $instance;
  2684.     }
  2685.     /**
  2686.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  2687.      *
  2688.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  2689.      */
  2690.     protected function getLexikJwtAuthentication_KeyLoaderService()
  2691.     {
  2692.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), []);
  2693.     }
  2694.     /**
  2695.      * Gets the public 'request_stack' shared service.
  2696.      *
  2697.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2698.      */
  2699.     protected function getRequestStackService()
  2700.     {
  2701.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2702.     }
  2703.     /**
  2704.      * Gets the public 'router' shared service.
  2705.      *
  2706.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2707.      */
  2708.     protected function getRouterService()
  2709.     {
  2710.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2711.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2712.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2713.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2714.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2715.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2716.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2717.         ], [
  2718.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2719.         ]))->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'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)), $a$this->getEnv('LOCALE'));
  2720.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2721.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2722.         return $instance;
  2723.     }
  2724.     /**
  2725.      * Gets the public 'translator' shared service.
  2726.      *
  2727.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2728.      */
  2729.     protected function getTranslatorService()
  2730.     {
  2731.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2732.     }
  2733.     /**
  2734.      * Gets the public 'var_dumper.cloner' shared service.
  2735.      *
  2736.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2737.      */
  2738.     protected function getVarDumper_ClonerService()
  2739.     {
  2740.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2741.         $instance->setMaxItems(2500);
  2742.         $instance->setMinDepth(1);
  2743.         $instance->setMaxString(-1);
  2744.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2745.         return $instance;
  2746.     }
  2747.     /**
  2748.      * Gets the private '.debug.http_client' shared service.
  2749.      *
  2750.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2751.      */
  2752.     protected function get_Debug_HttpClientService()
  2753.     {
  2754.         $a \Symfony\Component\HttpClient\HttpClient::create(['verify_peer' => false'headers' => [], 'resolve' => []], 6);
  2755.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2756.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2757.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2758.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2759.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2760.         $a->setLogger($b);
  2761.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2762.     }
  2763.     /**
  2764.      * Gets the private '.service_locator.JZEla2M' shared service.
  2765.      *
  2766.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2767.      */
  2768.     protected function get_ServiceLocator_JZEla2MService()
  2769.     {
  2770.         return $this->privates['.service_locator.JZEla2M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2771.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2772.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2773.             'security.firewall.map.context.image_resolver' => ['privates''security.firewall.map.context.image_resolver''getSecurity_Firewall_Map_Context_ImageResolverService'true],
  2774.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2775.         ], [
  2776.             'security.firewall.map.context.api' => '?',
  2777.             'security.firewall.map.context.dev' => '?',
  2778.             'security.firewall.map.context.image_resolver' => '?',
  2779.             'security.firewall.map.context.main' => '?',
  2780.         ]);
  2781.     }
  2782.     /**
  2783.      * Gets the private 'App\Doctrine\Extensions\GlobalHintExtension' shared autowired service.
  2784.      *
  2785.      * @return \App\Doctrine\Extensions\GlobalHintExtension
  2786.      */
  2787.     protected function getGlobalHintExtensionService()
  2788.     {
  2789.         return $this->privates['App\\Doctrine\\Extensions\\GlobalHintExtension'] = new \App\Doctrine\Extensions\GlobalHintExtension(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()), ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  2790.     }
  2791.     /**
  2792.      * Gets the private 'App\EventSubscriber\LicenseValidationListener' shared autowired service.
  2793.      *
  2794.      * @return \App\EventSubscriber\LicenseValidationListener
  2795.      */
  2796.     protected function getLicenseValidationListenerService()
  2797.     {
  2798.         return $this->privates['App\\EventSubscriber\\LicenseValidationListener'] = new \App\EventSubscriber\LicenseValidationListener(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  2799.     }
  2800.     /**
  2801.      * Gets the private 'App\Flexy\FrontBundle\EventSubscriber\ApiPlatformKernelListener' shared autowired service.
  2802.      *
  2803.      * @return \App\Flexy\FrontBundle\EventSubscriber\ApiPlatformKernelListener
  2804.      */
  2805.     protected function getApiPlatformKernelListenerService()
  2806.     {
  2807.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2808.         if (isset($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\ApiPlatformKernelListener'])) {
  2809.             return $this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\ApiPlatformKernelListener'];
  2810.         }
  2811.         return $this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\ApiPlatformKernelListener'] = new \App\Flexy\FrontBundle\EventSubscriber\ApiPlatformKernelListener(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2812.     }
  2813.     /**
  2814.      * Gets the private 'App\Flexy\FrontBundle\EventSubscriber\BootstrapKernelListener' shared autowired service.
  2815.      *
  2816.      * @return \App\Flexy\FrontBundle\EventSubscriber\BootstrapKernelListener
  2817.      */
  2818.     protected function getBootstrapKernelListenerService()
  2819.     {
  2820.         return $this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\BootstrapKernelListener'] = new \App\Flexy\FrontBundle\EventSubscriber\BootstrapKernelListener(($this->privates['filesystem'] ??= new \Symfony\Component\Filesystem\Filesystem()));
  2821.     }
  2822.     /**
  2823.      * Gets the private 'App\Flexy\FrontBundle\EventSubscriber\HookSubscriber' shared autowired service.
  2824.      *
  2825.      * @return \App\Flexy\FrontBundle\EventSubscriber\HookSubscriber
  2826.      */
  2827.     protected function getHookSubscriberService()
  2828.     {
  2829.         $a = ($this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'] ?? $this->getFlexyFrontProviderService());
  2830.         if (isset($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\HookSubscriber'])) {
  2831.             return $this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\HookSubscriber'];
  2832.         }
  2833.         return $this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\HookSubscriber'] = new \App\Flexy\FrontBundle\EventSubscriber\HookSubscriber(($this->privates['App\\Flexy\\FrontBundle\\Service\\HookService'] ?? $this->getHookServiceService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2834.     }
  2835.     /**
  2836.      * Gets the private 'App\Flexy\FrontBundle\EventSubscriber\KernelListener' shared autowired service.
  2837.      *
  2838.      * @return \App\Flexy\FrontBundle\EventSubscriber\KernelListener
  2839.      */
  2840.     protected function getKernelListenerService()
  2841.     {
  2842.         return $this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\KernelListener'] = new \App\Flexy\FrontBundle\EventSubscriber\KernelListener(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\FlexyGeolocationProvider'] ?? $this->getFlexyGeolocationProviderService()), ($this->privates['limiter.api_limit'] ?? $this->getLimiter_ApiLimitService()));
  2843.     }
  2844.     /**
  2845.      * Gets the private 'App\Flexy\FrontBundle\Service\CartService' shared autowired service.
  2846.      *
  2847.      * @return \App\Flexy\FrontBundle\Service\CartService
  2848.      */
  2849.     protected function getCartService2Service()
  2850.     {
  2851.         return $this->privates['App\\Flexy\\FrontBundle\\Service\\CartService'] = new \App\Flexy\FrontBundle\Service\CartService(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopProvider'] ?? $this->getFlexyShopProviderService()));
  2852.     }
  2853.     /**
  2854.      * Gets the private 'App\Flexy\FrontBundle\Service\FlexyFrontProvider' shared autowired service.
  2855.      *
  2856.      * @return \App\Flexy\FrontBundle\Service\FlexyFrontProvider
  2857.      */
  2858.     protected function getFlexyFrontProviderService()
  2859.     {
  2860.         $a = ($this->privates['App\\Service\\FlexySettingsProvider'] ?? $this->getFlexySettingsProviderService());
  2861.         if (isset($this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'])) {
  2862.             return $this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'];
  2863.         }
  2864.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2865.         if (isset($this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'])) {
  2866.             return $this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'];
  2867.         }
  2868.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2869.         if (isset($this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'])) {
  2870.             return $this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'];
  2871.         }
  2872.         $d = ($this->privates['twig'] ?? $this->getTwigService());
  2873.         if (isset($this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'])) {
  2874.             return $this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'];
  2875.         }
  2876.         $e = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  2877.         if (isset($this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'])) {
  2878.             return $this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'];
  2879.         }
  2880.         return $this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'] = new \App\Flexy\FrontBundle\Service\FlexyFrontProvider(($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $a$b, ($this->services['router'] ?? $this->getRouterService()), $c$d, ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $e);
  2881.     }
  2882.     /**
  2883.      * Gets the private 'App\Flexy\FrontBundle\Service\FormBuilderService' shared autowired service.
  2884.      *
  2885.      * @return \App\Flexy\FrontBundle\Service\FormBuilderService
  2886.      */
  2887.     protected function getFormBuilderServiceService()
  2888.     {
  2889.         $a = ($this->privates['form.factory'] ?? $this->getForm_FactoryService());
  2890.         if (isset($this->privates['App\\Flexy\\FrontBundle\\Service\\FormBuilderService'])) {
  2891.             return $this->privates['App\\Flexy\\FrontBundle\\Service\\FormBuilderService'];
  2892.         }
  2893.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2894.         if (isset($this->privates['App\\Flexy\\FrontBundle\\Service\\FormBuilderService'])) {
  2895.             return $this->privates['App\\Flexy\\FrontBundle\\Service\\FormBuilderService'];
  2896.         }
  2897.         return $this->privates['App\\Flexy\\FrontBundle\\Service\\FormBuilderService'] = new \App\Flexy\FrontBundle\Service\FormBuilderService($a$b, ($this->services['router'] ?? $this->getRouterService()));
  2898.     }
  2899.     /**
  2900.      * Gets the private 'App\Flexy\FrontBundle\Service\HookService' shared autowired service.
  2901.      *
  2902.      * @return \App\Flexy\FrontBundle\Service\HookService
  2903.      */
  2904.     protected function getHookServiceService()
  2905.     {
  2906.         $a = ($this->privates['twig'] ?? $this->getTwigService());
  2907.         if (isset($this->privates['App\\Flexy\\FrontBundle\\Service\\HookService'])) {
  2908.             return $this->privates['App\\Flexy\\FrontBundle\\Service\\HookService'];
  2909.         }
  2910.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  2911.         if (isset($this->privates['App\\Flexy\\FrontBundle\\Service\\HookService'])) {
  2912.             return $this->privates['App\\Flexy\\FrontBundle\\Service\\HookService'];
  2913.         }
  2914.         return $this->privates['App\\Flexy\\FrontBundle\\Service\\HookService'] = new \App\Flexy\FrontBundle\Service\HookService(new \App\Flexy\FrontBundle\Service\HookUtilityService($a$b, ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($this->services['router'] ?? $this->getRouterService())));
  2915.     }
  2916.     /**
  2917.      * Gets the private 'App\Flexy\FrontBundle\Themes\Niiamart\Service\CartService' shared autowired service.
  2918.      *
  2919.      * @return \App\Flexy\FrontBundle\Themes\Niiamart\Service\CartService
  2920.      */
  2921.     protected function getCartServiceService()
  2922.     {
  2923.         return $this->privates['App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Service\\CartService'] = new \App\Flexy\FrontBundle\Themes\Niiamart\Service\CartService(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopProvider'] ?? $this->getFlexyShopProviderService()));
  2924.     }
  2925.     /**
  2926.      * Gets the private 'App\Flexy\ShopBundle\Service\FlexyShippingProvider' shared autowired service.
  2927.      *
  2928.      * @return \App\Flexy\ShopBundle\Service\FlexyShippingProvider
  2929.      */
  2930.     protected function getFlexyShippingProviderService()
  2931.     {
  2932.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2933.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'])) {
  2934.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'];
  2935.         }
  2936.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2937.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'])) {
  2938.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'];
  2939.         }
  2940.         $c = ($this->privates['App\\Service\\FlexyNotificationProvider'] ?? $this->getFlexyNotificationProviderService());
  2941.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'])) {
  2942.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'];
  2943.         }
  2944.         $d = ($this->privates['twig'] ?? $this->getTwigService());
  2945.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'])) {
  2946.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'];
  2947.         }
  2948.         return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'] = new \App\Flexy\ShopBundle\Service\FlexyShippingProvider($a$b$c$d);
  2949.     }
  2950.     /**
  2951.      * Gets the private 'App\Flexy\ShopBundle\Service\FlexyShopProvider' shared autowired service.
  2952.      *
  2953.      * @return \App\Flexy\ShopBundle\Service\FlexyShopProvider
  2954.      */
  2955.     protected function getFlexyShopProviderService()
  2956.     {
  2957.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2958.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopProvider'])) {
  2959.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopProvider'];
  2960.         }
  2961.         $b = ($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'] ?? $this->getFlexyShippingProviderService());
  2962.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopProvider'])) {
  2963.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopProvider'];
  2964.         }
  2965.         return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopProvider'] = new \App\Flexy\ShopBundle\Service\FlexyShopProvider($a, ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $b);
  2966.     }
  2967.     /**
  2968.      * Gets the private 'App\Flexy\ShopBundle\Service\FlexyShopStatisticProvider' shared autowired service.
  2969.      *
  2970.      * @return \App\Flexy\ShopBundle\Service\FlexyShopStatisticProvider
  2971.      */
  2972.     protected function getFlexyShopStatisticProviderService()
  2973.     {
  2974.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2975.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopStatisticProvider'])) {
  2976.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopStatisticProvider'];
  2977.         }
  2978.         $b = ($this->privates['App\\Service\\FlexySettingsProvider'] ?? $this->getFlexySettingsProviderService());
  2979.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopStatisticProvider'])) {
  2980.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopStatisticProvider'];
  2981.         }
  2982.         return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopStatisticProvider'] = new \App\Flexy\ShopBundle\Service\FlexyShopStatisticProvider($a, ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $b, new \Symfony\UX\Chartjs\Builder\ChartBuilder());
  2983.     }
  2984.     /**
  2985.      * Gets the private 'App\Service\FlexyGeolocationProvider' shared autowired service.
  2986.      *
  2987.      * @return \App\Service\FlexyGeolocationProvider
  2988.      */
  2989.     protected function getFlexyGeolocationProviderService()
  2990.     {
  2991.         return $this->privates['App\\Service\\FlexyGeolocationProvider'] = new \App\Service\FlexyGeolocationProvider(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2992.     }
  2993.     /**
  2994.      * Gets the private 'App\Service\FlexyNotificationProvider' shared autowired service.
  2995.      *
  2996.      * @return \App\Service\FlexyNotificationProvider
  2997.      */
  2998.     protected function getFlexyNotificationProviderService()
  2999.     {
  3000.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3001.         if (isset($this->privates['App\\Service\\FlexyNotificationProvider'])) {
  3002.             return $this->privates['App\\Service\\FlexyNotificationProvider'];
  3003.         }
  3004.         $b = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  3005.         if (isset($this->privates['App\\Service\\FlexyNotificationProvider'])) {
  3006.             return $this->privates['App\\Service\\FlexyNotificationProvider'];
  3007.         }
  3008.         $c = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  3009.         if (isset($this->privates['App\\Service\\FlexyNotificationProvider'])) {
  3010.             return $this->privates['App\\Service\\FlexyNotificationProvider'];
  3011.         }
  3012.         $d = ($this->privates['App\\Service\\FlexySettingsProvider'] ?? $this->getFlexySettingsProviderService());
  3013.         if (isset($this->privates['App\\Service\\FlexyNotificationProvider'])) {
  3014.             return $this->privates['App\\Service\\FlexyNotificationProvider'];
  3015.         }
  3016.         return $this->privates['App\\Service\\FlexyNotificationProvider'] = new \App\Service\FlexyNotificationProvider(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a$b, ($this->services['router'] ?? $this->getRouterService()), $c$d);
  3017.     }
  3018.     /**
  3019.      * Gets the private 'App\Service\FlexySettingsProvider' shared autowired service.
  3020.      *
  3021.      * @return \App\Service\FlexySettingsProvider
  3022.      */
  3023.     protected function getFlexySettingsProviderService()
  3024.     {
  3025.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3026.         if (isset($this->privates['App\\Service\\FlexySettingsProvider'])) {
  3027.             return $this->privates['App\\Service\\FlexySettingsProvider'];
  3028.         }
  3029.         $b = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  3030.         if (isset($this->privates['App\\Service\\FlexySettingsProvider'])) {
  3031.             return $this->privates['App\\Service\\FlexySettingsProvider'];
  3032.         }
  3033.         return $this->privates['App\\Service\\FlexySettingsProvider'] = new \App\Service\FlexySettingsProvider($a, ($this->privates['doctrine.fixtures.loader'] ?? $this->getDoctrine_Fixtures_LoaderService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $b);
  3034.     }
  3035.     /**
  3036.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  3037.      *
  3038.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  3039.      */
  3040.     protected function getAdminRouterSubscriberService()
  3041.     {
  3042.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  3043.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  3044.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  3045.         }
  3046.         $b = ($this->services['router'] ?? $this->getRouterService());
  3047.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.'', ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), new \EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher()), new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry(['App\\Controller\\Admin\\ApplicationCrudController' => 'App\\Entity\\Application''App\\Controller\\Admin\\CurrencyExchangeRateCrudController' => 'App\\Entity\\CurrencyExchangeRate''App\\Controller\\Admin\\ExportExcelCrudController' => 'App\\Entity\\ExportExcel''App\\Controller\\Admin\\FrontThemeCrudController' => 'App\\Entity\\FrontTheme''App\\Controller\\Admin\\ImageCrudController' => 'App\\Entity\\Image''App\\Controller\\Admin\\LinkCrudController' => 'App\\Entity\\Link''App\\Controller\\Admin\\LinkTypeCrudController' => 'App\\Entity\\LinkType''App\\Controller\\Admin\\LogHistoryCrudController' => 'App\\Entity\\LogHistory''App\\Controller\\Admin\\NotificationCrudController' => 'App\\Entity\\Notification''App\\Controller\\Admin\\ProductCrudController' => 'App\\Entity\\Product''App\\Controller\\Admin\\RoleCrudController' => 'App\\Entity\\Role''App\\Controller\\Admin\\SettingsCrudController' => 'App\\Entity\\Settings''App\\Controller\\Admin\\UserCrudController' => 'App\\Entity\\User''App\\Controller\\Admin\\UserPasswordCrudController' => 'App\\Entity\\User''App\\Controller\\Admin\\WebsiteThemeCrudController' => 'App\\Entity\\WebsiteTheme''App\\Flexy\\Apps\\AiBundle\\Controller\\AiRequestCrudController' => 'App\\Entity\\AiRequest''App\\Flexy\\Apps\\AiBundle\\Controller\\ThreadAiRequestCrudController' => 'App\\Entity\\ThreadAiRequest''App\\Flexy\\Apps\\BookingBundle\\Controller\\CategoryOfferCrudController' => 'App\\Flexy\\Apps\\BookingBundle\\Entity\\CategoryOffer''App\\Flexy\\Apps\\BookingBundle\\Controller\\OfferCrudController' => 'App\\Flexy\\Apps\\BookingBundle\\Entity\\Offer''App\\Flexy\\Apps\\BookingBundle\\Controller\\ReservationCrudController' => 'App\\Flexy\\Apps\\BookingBundle\\Entity\\Reservation''App\\Flexy\\Apps\\CJDropShippingBundle\\Controller\\CjProductCrudController' => 'App\\Flexy\\Apps\\CJDropShippingBundle\\Entity\\CjProduct''App\\Flexy\\Apps\\CueClubBundle\\Controller\\CueClubProductCrudController' => 'App\\Flexy\\Apps\\CueClubBundle\\Entity\\CueClubProduct''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\AgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\Agent\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\ShippingAgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\ComplaintCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Complaint''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\ComplaintSubjectCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintSubject''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerCODCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerGroupCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerGroup''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerPackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\ComplaintCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Complaint''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\MissionCrudController' => 'App\\Flexy\\Apps\\TransportBundle\\Entity\\Mission''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\MyCustomerWalletCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\ProductSubscriptionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ProductSubscription''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\UserPasswordCrudController' => 'App\\Entity\\User''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\MyCustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\MyCustomerWalletCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\PackCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Pack''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\PackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\ImportExcel\\ImportCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcel''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\ChangeStatusOrderPaymentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\ChangeStatusOrderShippingCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\LogHistoryOrderCrudController' => 'App\\Entity\\LogHistory''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Payment\\BankBookCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\BankBook''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Payment\\PaymentMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentMethod''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Payment\\TransactionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\Transaction''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Payment\\TransactionListCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionList''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\AttributCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Attribut''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\AttributValueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\AttributValue''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\BrandCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Brand''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryProductRevenueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryProductShopCrudController' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryProductShop''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CommentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Comment''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ExportExcelCategoryProductCrudController' => 'App\\Entity\\ExportExcel''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ExportExcelProductCrudController' => 'App\\Entity\\ExportExcel''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ImageProductEmbdedCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ImageProduct''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ImportExcelCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcel''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductPackChildCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ProductPack''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductPackCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductRevenueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductSubscriptionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductVariableCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\SubCategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Promotion\\CouponsCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Coupon''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Promotion\\PromotionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CashBoxCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CashBox''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CashOnDeliveryCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CashOnDelivery''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CityCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\City''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CityRegionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CityRegion''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CountryCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Country''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\DepartementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Departement''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentCollectMoneyCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaper''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentItemChildCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemChild''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentItemCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItem''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentPaperCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaper''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShippingCalculationMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingCalculationMethod''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShippingMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingMethod''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\StepTypeCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\StepType''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\ShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepFourShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepOneShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepSixShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\TrackingStepCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\TrackingStep''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\CatalogueProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\CategoryProductShop''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\MyOrdersCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\StoreCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Store\\Store''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\CategoryProductShop''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\MyOrdersCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\VendorCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\VendorStatementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\VendorCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor''App\\Flexy\\Apps\\ListingBundle\\Controller\\ExportExcelListingCrudController' => 'App\\Entity\\ExportExcel''App\\Flexy\\Apps\\ListingBundle\\Controller\\ImportExcelCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcel''App\\Flexy\\Apps\\ListingBundle\\Controller\\ListingCrudController' => 'App\\Flexy\\Apps\\ListingBundle\\Entity\\Listing''App\\Flexy\\Apps\\NewsletterBundle\\Controller\\NewsletterCompaignCrudController' => 'App\\Flexy\\Apps\\NewsletterBundle\\Entity\\NewsletterCompaign''App\\Flexy\\Apps\\NewsletterBundle\\Controller\\NewsletterCompaignLaunchCrudController' => 'App\\Flexy\\Apps\\NewsletterBundle\\Entity\\NewsletterCompaignLaunch''App\\Flexy\\Apps\\NewsletterBundle\\Controller\\NewsletterMailLogCrudController' => 'App\\Flexy\\Apps\\NewsletterBundle\\Entity\\NewsletterMailLog''App\\Flexy\\Apps\\POSBundle\\Controller\\CaisseCrudController' => 'App\\Flexy\\Apps\\POSBundle\\Entity\\Caisse''App\\Flexy\\Apps\\POSBundle\\Controller\\CustomerOrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\Apps\\POSBundle\\Controller\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\Apps\\POSBundle\\Controller\\OrderOldCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\Apps\\POSBundle\\Controller\\OrderToDoCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\Apps\\POSBundle\\Controller\\TableCrudController' => 'App\\Flexy\\Apps\\POSBundle\\Entity\\Table''App\\Flexy\\Apps\\StockBundle\\Controller\\ArticleCrudController' => 'App\\Flexy\\Apps\\StockBundle\\Entity\\Article''App\\Flexy\\Apps\\StockBundle\\Controller\\DocumentCrudController' => 'App\\Flexy\\Apps\\StockBundle\\Entity\\Document''App\\Flexy\\Apps\\StockBundle\\Controller\\StockCrudController' => 'App\\Flexy\\Apps\\StockBundle\\Entity\\Stock''App\\Flexy\\Apps\\TransportBundle\\Controller\\AgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\BlocCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Bloc''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\FormCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Form''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\FormFieldCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\FormField''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MasterSliderCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MasterSlider''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Menu''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuItemCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MenuItem''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PageCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Page''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PageMailCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Page''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PageWidgetCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Page''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PubBannerCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\PubBanner''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SectionCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Section''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SlideCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Slide''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SliderCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Slider''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SubMenuItemCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MenuItem''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Attribut''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributValueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\AttributValue''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\BrandCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Brand''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductShopCrudController' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\City''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityRegionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CityRegion''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CommentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Comment''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CouponsCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Coupon''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\MissionCrudController' => 'App\\Flexy\\Apps\\TransportBundle\\Entity\\Mission''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerGroupCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerGroup''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DepartementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Departement''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcel''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportExcelCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcel''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerWalletCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Pack''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PaymentMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentMethod''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PromotionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ShippingMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingMethod''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\VendorCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\BlocCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Bloc''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MasterSliderCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MasterSlider''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Menu''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuItemCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MenuItem''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PageCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Page''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PageMailCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Page''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PubBannerCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\PubBanner''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SectionCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Section''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SlideCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Slide''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SliderCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Slider''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SubMenuItemCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MenuItem''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\AgentRevenueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Complaint''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintSubject''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerGroup''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\ComplaintCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Complaint''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => 'App\\Flexy\\Apps\\TransportBundle\\Entity\\Mission''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\MyCustomerWalletCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\ProductSubscriptionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ProductSubscription''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController' => 'App\\Entity\\User''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Pack''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcel''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController' => 'App\\Entity\\ExportExcel''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController' => 'App\\Entity\\LogHistory''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\BankBook''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentMethod''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\Transaction''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionList''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Attribut''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\AttributValue''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\BrandCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Brand''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CommentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Comment''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController' => 'App\\Entity\\ExportExcel''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController' => 'App\\Entity\\ExportExcel''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcel''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ProductPack''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\SubCategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Coupon''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CashBox''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CashOnDelivery''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\City''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CityRegion''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Departement''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaper''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemChild''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItem''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaper''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingCalculationMethod''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingMethod''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\StepType''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\TrackingStep''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\StoreCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Store\\Store''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\BlocCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Bloc''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\CategoryPageCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\CategoryPage''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\MasterSliderCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MasterSlider''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\MenuCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Menu''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\MenuItemCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MenuItem''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\PageCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Page''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\PageMailCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Page''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\PageWidgetCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Page''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\PubBannerCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\PubBanner''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\SectionCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Section''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\SlideCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Slide''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\SliderCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Slider''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\SubMenuItemCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MenuItem''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Complaint''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintSubject''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerGroup''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\ComplaintCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Complaint''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => 'App\\Flexy\\TransportBundle\\Entity\\Mission''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\MyCustomerWalletCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\ProductSubscriptionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ProductSubscription''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController' => 'App\\Entity\\User''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\PackCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Pack''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcel''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController' => 'App\\Entity\\ExportExcel''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController' => 'App\\Entity\\LogHistory''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\BankBook''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentMethod''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\Transaction''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionList''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\AttributCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Attribut''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\AttributValue''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\BrandCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Brand''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CommentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Comment''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController' => 'App\\Entity\\ExportExcel''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController' => 'App\\Entity\\ExportExcel''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ImageProductEmbdedCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ImageProduct''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcel''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\LocalProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\LocalProductVariableCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ProductPack''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\SubCategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Coupon''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CashBox''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CashOnDelivery''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\City''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CityRegion''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Departement''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaper''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemChild''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItem''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaper''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingCalculationMethod''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingMethod''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\StepType''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\TrackingStep''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\StoreCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Store\\Store''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\BlocCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Bloc''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MasterSliderCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MasterSlider''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Menu''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuItemCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MenuItem''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PageCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Page''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PageMailCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Page''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PubBannerCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\PubBanner''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SectionCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Section''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SlideCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Slide''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SliderCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Slider''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SubMenuItemCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MenuItem''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\MissionCrudController' => 'App\\Flexy\\Apps\\TransportBundle\\Entity\\Mission''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\MissionDraftCrudController' => 'App\\Flexy\\Apps\\TransportBundle\\Entity\\Mission''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\MissionExtraFeesCrudController' => 'App\\Flexy\\Apps\\TransportBundle\\Entity\\MissionExtraFees''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\MissionExtraFeesTypeCrudController' => 'App\\Flexy\\Apps\\TransportBundle\\Entity\\MissionExtraFeesType''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\OrderItemMissionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\OrderItem''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\OrderMissionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\ShipmentMissionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Accounting\\EmbdedPayableInvoiceCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Accounting\\Invoice''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Accounting\\InvoiceCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Accounting\\Invoice''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerGroup''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\InvoiceCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Accounting\\Invoice''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => 'App\\Flexy\\Apps\\TransportBundle\\Entity\\Mission''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController' => 'App\\Entity\\User''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\UsernameCrudController' => 'App\\Entity\\User''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Pack''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcel''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\QuotationOrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\BankBook''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentMethod''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\Transaction''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionList''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Attribut''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\AttributValue''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\BrandCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Brand''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CommentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Comment''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcel''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ProductPack''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Coupon''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CashBox''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CashOnDelivery''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\City''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CityRegion''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Departement''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaper''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemChild''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItem''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaper''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingCalculationMethod''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingMethod''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\BodyConditionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\BodyCondition''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedBrakingControlCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\BrakingControl''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedDisplayControlCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\DisplayControl''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedOilMaintenanceCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\OilMaintenance''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedOtherControlCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\OtherControl''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedPowerControlCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\PowerControl''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedTechnicalControlCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\TechnicalControl''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedTireControlCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\TireControl''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\ShippingVehicleCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\ShippingVehicle''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\StatusTrackingVehicleCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\StatusTrackingVehicle''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleConsumptionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\VehicleConsumption''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleIncidentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\VehicleIncident''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\VehicleRent''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRentPaymentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\Payment''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRentTypeCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\VehicleRentType''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRepairCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\VehicleRepair''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\StepType''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\TrackingStep''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Store\\StoreCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Store\\Store''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Tax\\ValueAddedTaxCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Taxes\\ValueAddedTax''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor''App\\Flexy\\ShopBundle\\Controller\\Accounting\\InvoiceCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Accounting\\Invoice''App\\Flexy\\ShopBundle\\Controller\\Agent\\AgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCODCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerGroupCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerGroup''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerPackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\MissionCrudController' => 'App\\Flexy\\Apps\\TransportBundle\\Entity\\Mission''App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerWalletCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\ShopBundle\\Controller\\Customer\\PackCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Pack''App\\Flexy\\ShopBundle\\Controller\\Customer\\PackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\ShopBundle\\Controller\\ImportExcel\\ImportCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcel''App\\Flexy\\ShopBundle\\Controller\\Order\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\ShopBundle\\Controller\\Order\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\ShopBundle\\Controller\\Payment\\BankBookCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\BankBook''App\\Flexy\\ShopBundle\\Controller\\Payment\\PaymentMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentMethod''App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\Transaction''App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionListCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionList''App\\Flexy\\ShopBundle\\Controller\\Product\\AttributCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Attribut''App\\Flexy\\ShopBundle\\Controller\\Product\\AttributValueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\AttributValue''App\\Flexy\\ShopBundle\\Controller\\Product\\BrandCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Brand''App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductShopCrudController' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductShop''App\\Flexy\\ShopBundle\\Controller\\Product\\CommentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Comment''App\\Flexy\\ShopBundle\\Controller\\Product\\ImportExcelCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcel''App\\Flexy\\ShopBundle\\Controller\\Product\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\ShopBundle\\Controller\\Product\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\ShopBundle\\Controller\\Product\\ProductSubscriptionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ProductSubscription''App\\Flexy\\ShopBundle\\Controller\\Promotion\\CouponsCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Coupon''App\\Flexy\\ShopBundle\\Controller\\Promotion\\PromotionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion''App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashBoxCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CashBox''App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashOnDeliveryCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CashOnDelivery''App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\City''App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityRegionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CityRegion''App\\Flexy\\ShopBundle\\Controller\\Shipping\\DepartementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Departement''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCollectMoneyCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaper''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemChildCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemChild''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItem''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentPaperCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaper''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingCalculationMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingCalculationMethod''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingMethod''App\\Flexy\\ShopBundle\\Controller\\Shipping\\StepTypeCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\StepType''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\ShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFourShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepOneShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepSixShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\ShopBundle\\Controller\\Shipping\\TrackingStepCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\TrackingStep''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\EquipmentVehicleCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\EquipmentVehicle''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\FuelTypeCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\FuelType''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\ShippingVehicleCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\ShippingVehicle''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\ShippingVehicleTypeCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\ShippingVehicleType''App\\Flexy\\ShopBundle\\Controller\\Store\\StoreCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Store\\Store''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\CategoryProductShop''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\MyOrdersCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorStatementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\ShopBundle\\Controller\\Vendor\\VendorCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor'], ['App\\Controller\\Admin\\ApplicationCrudController' => 'd4ef574''App\\Controller\\Admin\\CurrencyExchangeRateCrudController' => 'd519a5b''App\\Controller\\Admin\\ExportExcelCrudController' => '6c747c7''App\\Controller\\Admin\\FrontThemeCrudController' => 'b548490''App\\Controller\\Admin\\ImageCrudController' => 'bec4fdd''App\\Controller\\Admin\\LinkCrudController' => '8295f06''App\\Controller\\Admin\\LinkTypeCrudController' => 'd285050''App\\Controller\\Admin\\LogHistoryCrudController' => 'dd9b0dc''App\\Controller\\Admin\\NotificationCrudController' => '4de7f4c''App\\Controller\\Admin\\ProductCrudController' => '22ac6a2''App\\Controller\\Admin\\RoleCrudController' => 'fd34eb2''App\\Controller\\Admin\\SettingsCrudController' => '3b9e9c4''App\\Controller\\Admin\\UserCrudController' => 'f76b6f5''App\\Controller\\Admin\\UserPasswordCrudController' => '8e0e2b2''App\\Controller\\Admin\\WebsiteThemeCrudController' => 'a5a8d7a''App\\Flexy\\Apps\\AiBundle\\Controller\\AiRequestCrudController' => '85aef67''App\\Flexy\\Apps\\AiBundle\\Controller\\ThreadAiRequestCrudController' => '6578e49''App\\Flexy\\Apps\\BookingBundle\\Controller\\CategoryOfferCrudController' => '5d7f9b1''App\\Flexy\\Apps\\BookingBundle\\Controller\\OfferCrudController' => '08b8d2e''App\\Flexy\\Apps\\BookingBundle\\Controller\\ReservationCrudController' => 'a6170e3''App\\Flexy\\Apps\\CJDropShippingBundle\\Controller\\CjProductCrudController' => 'c443e41''App\\Flexy\\Apps\\CueClubBundle\\Controller\\CueClubProductCrudController' => '89c6cbe''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\AgentCrudController' => '349fe68''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\Agent\\OrderCrudController' => '5348ec3''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => 'c8b62dd''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => '5da0a1f''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => 'e8ed9b1''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => '71644f5''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'e74bfcf''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\ShippingAgentCrudController' => 'fdd27e3''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\ComplaintCrudController' => '8924f21''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\ComplaintSubjectCrudController' => '9fb6f3c''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerCODCrudController' => 'a498fe1''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerCrudController' => '5809721''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerGroupCrudController' => '906472f''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerPackEngagementCrudController' => '555f46b''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerWalletPointCrudController' => '84f2911''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\ComplaintCrudController' => 'af67b24''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\CustomerWalletPointCrudController' => '60d6eea''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\MissionCrudController' => 'fd04c86''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\MyCustomerWalletCrudController' => 'b236448''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\OrderCrudController' => 'c7d11cf''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\ProductSubscriptionCrudController' => '15a5634''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\UserPasswordCrudController' => '2a24448''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\MyCustomerCrudController' => '5c4280d''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\MyCustomerWalletCrudController' => '308d73d''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\PackCrudController' => '57a71c4''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\PackEngagementCrudController' => 'a1ad2a9''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\ImportExcel\\ImportCrudController' => '6ec85c9''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\ChangeStatusOrderPaymentCrudController' => '03616dc''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\ChangeStatusOrderShippingCrudController' => '3d93575''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\DemandeFundCrudController' => '81a39e8''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\LogHistoryOrderCrudController' => '51129e6''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\OrderCrudController' => 'afa9f98''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Payment\\BankBookCrudController' => 'd2d073c''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Payment\\PaymentMethodCrudController' => 'b89021b''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Payment\\TransactionCrudController' => 'b3b7411''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Payment\\TransactionListCrudController' => 'e32a5e4''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\AttributCrudController' => 'ee79485''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\AttributValueCrudController' => '7407bcd''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\BrandCrudController' => '87a057c''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryOfferCrudController' => '0327a02''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryProductCrudController' => '2b508c4''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryProductRevenueCrudController' => '9ec83cb''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryProductShopCrudController' => 'c45db05''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CommentCrudController' => 'db63426''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ExportExcelCategoryProductCrudController' => '786d8e7''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ExportExcelProductCrudController' => 'a8b3dc4''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ImageProductEmbdedCrudController' => '7d23f8b''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ImportExcelCrudController' => 'c044903''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\OfferProductCrudController' => '2466f82''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductCrudController' => '3a57cca''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductPackChildCrudController' => 'c6cda80''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductPackCrudController' => '2582779''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductRevenueCrudController' => '30cb499''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductSubscriptionCrudController' => '7e8e8ef''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductVariableCrudController' => '1e5e96c''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\SubCategoryProductCrudController' => 'a3061d5''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Promotion\\CouponsCrudController' => '27fe9e1''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Promotion\\PromotionCrudController' => '581ed3a''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CashBoxCrudController' => '75ca9b8''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CashOnDeliveryCrudController' => '4702a42''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CityCrudController' => 'd92765e''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CityRegionCrudController' => '189ddf5''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CountryCrudController' => '428b9b7''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\DepartementCrudController' => 'd6e8dc0''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentCollectMoneyCrudController' => 'b08e364''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentCrudController' => 'c894a83''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentItemChildCrudController' => '2fe482f''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentItemCrudController' => 'b5a8c0f''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentPaperCrudController' => '586a75c''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShippingCalculationMethodCrudController' => '645eac4''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShippingMethodCrudController' => '367a6a7''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\StepTypeCrudController' => '0a1586d''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\ShipmentCrudController' => '72b9fb5''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'a12bdf5''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepFourShipmentCrudController' => '06747dd''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepOneShipmentCrudController' => '6af2ae7''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepSixShipmentCrudController' => '18b7c83''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'f3a4591''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepTwoShipmentCrudController' => '419ddc7''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\TrackingStepCrudController' => '0c08bd5''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\CatalogueProductCrudController' => '322d4d5''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\CategoryProductCrudController' => '40dfedd''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\CustomerCrudController' => 'a356572''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\MyOrdersCrudController' => '179fad4''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\ProductCrudController' => 'f6b340d''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\StoreCrudController' => 'a4c951b''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\CatalogueProductCrudController' => '0c364da''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\CategoryOfferCrudController' => '3f86752''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\CategoryProductCrudController' => 'fcc38c3''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\CustomerCrudController' => 'bc64be8''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\DemandeFundCrudController' => '15a5797''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\MyOrdersCrudController' => '5837263''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\OfferProductCrudController' => '283c932''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\ProductCrudController' => '06ed809''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\VendorCrudController' => '4d470af''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\VendorStatementCrudController' => 'ae44fa8''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\VendorCrudController' => 'c64f044''App\\Flexy\\Apps\\ListingBundle\\Controller\\ExportExcelListingCrudController' => '27b1ee1''App\\Flexy\\Apps\\ListingBundle\\Controller\\ImportExcelCrudController' => 'cc4fd45''App\\Flexy\\Apps\\ListingBundle\\Controller\\ListingCrudController' => '1797da3''App\\Flexy\\Apps\\NewsletterBundle\\Controller\\NewsletterCompaignCrudController' => 'feaab9a''App\\Flexy\\Apps\\NewsletterBundle\\Controller\\NewsletterCompaignLaunchCrudController' => 'c73a3f0''App\\Flexy\\Apps\\NewsletterBundle\\Controller\\NewsletterMailLogCrudController' => 'ee497e4''App\\Flexy\\Apps\\POSBundle\\Controller\\CaisseCrudController' => '70a7bb5''App\\Flexy\\Apps\\POSBundle\\Controller\\CustomerOrderCrudController' => 'c9db71d''App\\Flexy\\Apps\\POSBundle\\Controller\\OrderCrudController' => 'eeb02a9''App\\Flexy\\Apps\\POSBundle\\Controller\\OrderOldCrudController' => 'a332bc2''App\\Flexy\\Apps\\POSBundle\\Controller\\OrderToDoCrudController' => '40758b9''App\\Flexy\\Apps\\POSBundle\\Controller\\TableCrudController' => '28642de''App\\Flexy\\Apps\\StockBundle\\Controller\\ArticleCrudController' => 'da430a9''App\\Flexy\\Apps\\StockBundle\\Controller\\DocumentCrudController' => 'a856bcd''App\\Flexy\\Apps\\StockBundle\\Controller\\StockCrudController' => 'd9a574f''App\\Flexy\\Apps\\TransportBundle\\Controller\\AgentCrudController' => '06b39d7''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\BlocCrudController' => 'ed6d9dd''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\FormCrudController' => 'cf22c51''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\FormFieldCrudController' => 'afa9a02''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MasterSliderCrudController' => '8a478eb''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuCrudController' => 'f7c6ad2''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuItemCrudController' => 'd5f1b1a''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PageCrudController' => '1220cc7''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PageMailCrudController' => '4c61260''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PageWidgetCrudController' => 'ee6425c''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PubBannerCrudController' => '1562da4''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SectionCrudController' => '7a1c4db''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SlideCrudController' => '160dec8''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SliderCrudController' => '0ac1df3''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SubMenuItemCrudController' => '866ab85''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AgentCrudController' => '727a0ab''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributCrudController' => '681270e''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributValueCrudController' => 'f7c60d4''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\BrandCrudController' => 'a965699''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryOfferCrudController' => '9e0d068''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductCrudController' => '84babde''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductShopCrudController' => '2667ab6''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityCrudController' => '38eacf5''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityRegionCrudController' => 'a3db88c''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CommentCrudController' => 'ee97431''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CouponsCrudController' => 'ded1832''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => '376c024''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\MissionCrudController' => '44d42e1''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\OrderCrudController' => '39b7f3e''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerCrudController' => 'f40dd5f''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerGroupCrudController' => 'ee603c3''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController' => '3d1e701''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerWalletPointCrudController' => 'f37828e''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DemandeFundCrudController' => '75dd3cc''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DepartementCrudController' => '2b880f8''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportCrudController' => 'e622e27''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportExcelCrudController' => 'f844c56''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerCrudController' => '9fbd2e3''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerWalletCrudController' => '795fd5a''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OfferProductCrudController' => 'a87f728''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OrderCrudController' => '4d6da99''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackCrudController' => '9f708fb''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackEngagementCrudController' => 'f0e71c8''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PaymentMethodCrudController' => '6ebaa0c''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ProductCrudController' => 'b6d36ca''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PromotionCrudController' => 'f7dbdda''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ShippingMethodCrudController' => 'e9f0e37''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController' => '9c61741''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController' => '64be9b4''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController' => '7fdd333''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController' => 'f1c7eff''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController' => 'd805a47''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController' => 'ad18449''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController' => '6a4d5be''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\ProductCrudController' => '8f7a3b3''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => '3836e4d''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController' => '9789936''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\VendorCrudController' => 'ab94216''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\BlocCrudController' => '20d353a''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MasterSliderCrudController' => '7d0aec9''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuCrudController' => '0c937bd''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuItemCrudController' => '5a16c0a''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PageCrudController' => '04bad5e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PageMailCrudController' => '602b18d''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PubBannerCrudController' => 'ce3a376''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SectionCrudController' => '4e68595''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SlideCrudController' => 'd0c6010''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SliderCrudController' => '4c88364''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SubMenuItemCrudController' => '03781f5''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'c31f6c7''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\AgentRevenueCrudController' => 'b56a53e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => '5af0219''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => '6d22952''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => '8338764''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => 'b36ed91''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => '098262d''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'a6fab3e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => 'b242042''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController' => 'bca152f''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController' => '6b09166''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => '0c82699''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => '0f85820''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'e224cd7''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'c85dc65''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => '45feb4e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\ComplaintCrudController' => '26e9194''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => '1d3a217''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => '8478445''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\MyCustomerWalletCrudController' => 'df14d97''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => '40fed42''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\ProductSubscriptionCrudController' => '11f1181''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController' => '8713916''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'fe1c4d4''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => '85b5573''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackCrudController' => 'f42310d''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => 'bbf09e0''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => 'c7b2db8''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController' => '111905b''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController' => 'df98f2e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'bdad2af''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController' => 'e781809''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController' => 'e60bc9e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\OrderCrudController' => '0806eb5''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => '7553422''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => 'e4cde17''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => '762665a''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => '3d4aca0''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributCrudController' => 'c8dd6c6''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'd9ee060''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\BrandCrudController' => '2cb0c4f''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => 'a5f9953''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'a6fef40''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => 'fa40343''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => 'd7f27bf''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CommentCrudController' => 'becad1c''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController' => '0e4505f''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController' => 'acf6fd0''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => '50b52bb''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => '0df58c4''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductCrudController' => '301cd6d''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => '67855a0''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => '808a9e5''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => 'b902daa''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => 'f913ad2''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => 'a9b342f''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\SubCategoryProductCrudController' => 'ff66c8e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'cce97af''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => 'ea5505f''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => '8951cc1''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => '097cc66''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => '5cb4b79''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => '19944dd''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => 'dc48c9e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => '71b5486''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => '35fd1ed''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => '85f2a29''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => '706ca21''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'd8af5f9''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => '5c06fe0''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => '70222f9''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => '9f448a5''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => '423125b''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => '034f68b''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => 'e4d9b40''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => '1547049''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'a27111c''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => '67a47ff''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'cdccf08''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => 'f689d7c''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController' => 'f6be666''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController' => '094dabc''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController' => 'e7d97fc''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController' => '2d82eda''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController' => 'edbe245''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\StoreCrudController' => '8c8824e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'f430b24''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => '4d636a1''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => '6315f57''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => '5b2dd9b''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'f51a81b''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => 'f0e629b''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => '23667fd''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => 'fe1877d''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => '9e9d63a''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => '444ee02''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'd172823''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\BlocCrudController' => 'c28efaa''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\CategoryPageCrudController' => '5af89a8''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\MasterSliderCrudController' => 'e0076b8''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\MenuCrudController' => '296b601''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\MenuItemCrudController' => '1216108''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\PageCrudController' => '255626e''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\PageMailCrudController' => 'fecc668''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\PageWidgetCrudController' => '62cef0c''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\PubBannerCrudController' => 'e4ccfe3''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\SectionCrudController' => '646a356''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\SlideCrudController' => '4222ec8''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\SliderCrudController' => 'f533d39''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\SubMenuItemCrudController' => 'c1f422f''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => '3a24b89''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => '40e1ff9''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => '93cd087''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => '6afaacd''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => '8382e09''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => '716f6d3''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'e5d5f86''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => 'b12ce77''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController' => 'd8377a1''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController' => '5068151''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => 'b9327a9''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => '844e34e''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'bab5731''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => '5ec2208''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'b2c5ba4''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\ComplaintCrudController' => '98c8b31''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'b92529e''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => '23f5891''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\MyCustomerWalletCrudController' => '1601147''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => '07b5bb7''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\ProductSubscriptionCrudController' => '4fa613c''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController' => 'edeac72''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => '7800506''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => '4215730''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\PackCrudController' => '4ca0fa3''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => '2038ff8''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => '1c178c8''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController' => '3ef3e15''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController' => '5ea1aa9''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => '16d1c93''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController' => 'bc69dc1''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController' => 'fc7825d''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\OrderCrudController' => '861582e''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => '179a978''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => 'b7cd961''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => '78834cf''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => '9b2deed''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\AttributCrudController' => 'a9adf13''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'bf8cd1d''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\BrandCrudController' => 'cf0bd89''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => 'e7eb45b''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'bfb27aa''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => 'd5ad64e''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => 'afba486''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CommentCrudController' => '5e93327''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController' => '2de4046''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController' => '4962894''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ImageProductEmbdedCrudController' => '90e561d''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => '95c347c''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\LocalProductCrudController' => 'a2b7bdc''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\LocalProductVariableCrudController' => 'f4176ab''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => '5e6341c''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductCrudController' => 'ffd0320''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => 'f23989f''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => 'f89bf0e''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => '985ebe5''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => '30f7e5a''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => '50a6d53''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\SubCategoryProductCrudController' => '18a1987''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'f6fa085''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => '9cda864''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => 'a91b479''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => '7ffaeef''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => 'd218348''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => '60c2b08''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => '876ee87''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => '9d5597d''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => '6cd33c7''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => '9248f7c''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'e6ef40f''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => '844ac9a''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => '0e549cd''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'cece89e''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => 'becb3bb''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => 'dd00f58''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => '0457c4b''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => '44df75b''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => '89722ac''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => '71234b7''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => '74aeddf''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => '4ff2279''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => '9963b7d''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController' => '11b6c9d''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController' => '7c54080''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController' => 'ce68b0c''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController' => 'b612ef2''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController' => 'dbdea61''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\StoreCrudController' => 'd56c5d0''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => '75157d4''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => '6b17fc7''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'b381ac4''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => '7cdccbb''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'd3246e8''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => '14cc98e''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => '8c565af''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => '95cb6fa''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => '15fbdba''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => 'f60513e''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => '29de640''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\BlocCrudController' => '800de34''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MasterSliderCrudController' => 'df995e1''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuCrudController' => '868459b''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuItemCrudController' => 'c53b17f''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PageCrudController' => 'ba2e3ef''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PageMailCrudController' => '936f2ba''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PubBannerCrudController' => 'cc6df90''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SectionCrudController' => 'd5572a9''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SlideCrudController' => 'cb38f1b''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SliderCrudController' => 'e7158a1''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SubMenuItemCrudController' => 'cceff62''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\MissionCrudController' => '41bc474''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\MissionDraftCrudController' => '2adad2e''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\MissionExtraFeesCrudController' => 'a9f6f63''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\MissionExtraFeesTypeCrudController' => '058d555''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\OrderItemMissionCrudController' => 'e25e1ef''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\OrderMissionCrudController' => '4151ba7''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\ShipmentMissionCrudController' => '1602d88''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Accounting\\EmbdedPayableInvoiceCrudController' => '504c143''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Accounting\\InvoiceCrudController' => 'd1f5249''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => '63a43e6''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => '5e83002''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => '9fc2d96''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => '9365b38''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => '855ebc7''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => 'ed69c76''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => '4556435''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => '40b2c11''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => 'a59c632''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => '4df3b60''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'c5e34e0''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'e8199dd''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => '4d6e6d9''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerCrudController' => 'a3ab598''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => '7bd5ff6''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\InvoiceCrudController' => 'b2da23a''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => 'cbbde86''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => 'a44354c''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController' => '488ab0d''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\UsernameCrudController' => '7e657e2''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'fa620ab''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => '422c96d''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackCrudController' => 'a3222e8''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => '4f103c1''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => '7734057''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'b5186ff''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\OrderCrudController' => '7f9fbf2''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\QuotationOrderCrudController' => 'db9353f''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => '57cc1e9''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => '91d8a3c''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => 'ec1838d''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => 'b20f561''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributCrudController' => '2ed7412''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => '5a17be8''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\BrandCrudController' => 'c21480b''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => '9b61425''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => '858d789''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => 'b9a6a29''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => '3402a2b''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CommentCrudController' => '6e9281d''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => '5506400''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => 'b084a08''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductCrudController' => '5749288''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => '76a4d63''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => '4f885e5''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => 'ff3e2bb''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => 'ffc5401''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => 'f584888''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'd94247d''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => '4c29e26''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => '1f3004d''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => '02d4599''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => 'c6031ba''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => '1044c2e''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => 'e2298ab''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => '19982e5''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => '9f885af''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => 'b769b57''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'be743d2''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'd3cf861''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => '1134250''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'ae06d58''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\BodyConditionCrudController' => 'ebb4b38''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedBrakingControlCrudController' => '5d5fa7a''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedDisplayControlCrudController' => 'ec1c5ae''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedOilMaintenanceCrudController' => '312dd80''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedOtherControlCrudController' => 'a6d732a''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedPowerControlCrudController' => 'f2acf83''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedTechnicalControlCrudController' => '2d0728c''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedTireControlCrudController' => 'c154ca1''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\ShippingVehicleCrudController' => '9c54153''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\StatusTrackingVehicleCrudController' => '1336cc8''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleConsumptionCrudController' => '324acd0''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleIncidentCrudController' => '65e4d86''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRentCrudController' => '2d5ba2e''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRentPaymentCrudController' => '7c97734''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRentTypeCrudController' => '76285dd''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRepairCrudController' => 'ba25499''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => 'b4bdf41''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => '1f9f5b2''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'd4d6cbb''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => 'c0aeff4''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => '165f2c1''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'd8028f2''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => '88f3b6c''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'cfa509f''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => '7b9e9ff''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Store\\StoreCrudController' => 'd02a2ec''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Tax\\ValueAddedTaxCrudController' => 'f5d02a1''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => '8353a1b''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => '6eb5dd2''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'f482245''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'be93fd9''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'ce4bd4b''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => '3c27b5e''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => '055ddb6''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => '7759474''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => '8e2fb10''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => '6b3a463''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => '96e2313''App\\Flexy\\ShopBundle\\Controller\\Accounting\\InvoiceCrudController' => '20b4f90''App\\Flexy\\ShopBundle\\Controller\\Agent\\AgentCrudController' => '44b3a4b''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCODCrudController' => '8de1926''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCrudController' => '043ef7d''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerGroupCrudController' => '4bea42c''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerPackEngagementCrudController' => '8e34cd8''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerWalletPointCrudController' => '8dee652''App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\CustomerWalletPointCrudController' => '60d027a''App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\MissionCrudController' => '557d00c''App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\OrderCrudController' => '1375ec8''App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerCrudController' => '28e4d54''App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerWalletCrudController' => 'b0618f3''App\\Flexy\\ShopBundle\\Controller\\Customer\\PackCrudController' => 'b130a34''App\\Flexy\\ShopBundle\\Controller\\Customer\\PackEngagementCrudController' => '277ee37''App\\Flexy\\ShopBundle\\Controller\\ImportExcel\\ImportCrudController' => 'e86dcb0''App\\Flexy\\ShopBundle\\Controller\\Order\\DemandeFundCrudController' => 'a182a21''App\\Flexy\\ShopBundle\\Controller\\Order\\OrderCrudController' => 'be5d899''App\\Flexy\\ShopBundle\\Controller\\Payment\\BankBookCrudController' => '8c61234''App\\Flexy\\ShopBundle\\Controller\\Payment\\PaymentMethodCrudController' => 'd074ccd''App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionCrudController' => '2f93d1a''App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionListCrudController' => 'f03dead''App\\Flexy\\ShopBundle\\Controller\\Product\\AttributCrudController' => 'fe4aca9''App\\Flexy\\ShopBundle\\Controller\\Product\\AttributValueCrudController' => 'e758f28''App\\Flexy\\ShopBundle\\Controller\\Product\\BrandCrudController' => '5136a49''App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryOfferCrudController' => '1bdef30''App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductCrudController' => '58da7f9''App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductShopCrudController' => 'dda9863''App\\Flexy\\ShopBundle\\Controller\\Product\\CommentCrudController' => 'ee8041b''App\\Flexy\\ShopBundle\\Controller\\Product\\ImportExcelCrudController' => 'aeeb724''App\\Flexy\\ShopBundle\\Controller\\Product\\OfferProductCrudController' => '0042f1c''App\\Flexy\\ShopBundle\\Controller\\Product\\ProductCrudController' => '5f36f56''App\\Flexy\\ShopBundle\\Controller\\Product\\ProductSubscriptionCrudController' => 'c6570cc''App\\Flexy\\ShopBundle\\Controller\\Promotion\\CouponsCrudController' => 'a6132ec''App\\Flexy\\ShopBundle\\Controller\\Promotion\\PromotionCrudController' => 'c17aa1e''App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashBoxCrudController' => 'b222ac1''App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashOnDeliveryCrudController' => 'bcd7325''App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityCrudController' => '6f9be8d''App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityRegionCrudController' => '3dfb536''App\\Flexy\\ShopBundle\\Controller\\Shipping\\DepartementCrudController' => 'cb1119b''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCollectMoneyCrudController' => 'c9ea4a5''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCrudController' => 'c9057f8''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemChildCrudController' => '2d94cff''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemCrudController' => '856db3a''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentPaperCrudController' => '6c93639''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingCalculationMethodCrudController' => '4488a5d''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingMethodCrudController' => 'a3f494b''App\\Flexy\\ShopBundle\\Controller\\Shipping\\StepTypeCrudController' => '3943757''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\ShipmentCrudController' => 'a4cb24a''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'a2c8f90''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFourShipmentCrudController' => '9a342e0''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepOneShipmentCrudController' => '97cfab5''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepSixShipmentCrudController' => '00fa1c9''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepThreeShipmentCrudController' => '9382bd6''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'fddd2de''App\\Flexy\\ShopBundle\\Controller\\Shipping\\TrackingStepCrudController' => '7affc57''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\EquipmentVehicleCrudController' => 'afe0990''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\FuelTypeCrudController' => 'b40dc02''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\ShippingVehicleCrudController' => '8b7fee1''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\ShippingVehicleTypeCrudController' => '457913d''App\\Flexy\\ShopBundle\\Controller\\Store\\StoreCrudController' => '7a7a15e''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CatalogueProductCrudController' => '5104af5''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryOfferCrudController' => '9c885db''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryProductCrudController' => 'e513b15''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CustomerCrudController' => '3e086f4''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DemandeFundCrudController' => '6513f56''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\MyOrdersCrudController' => 'bf88337''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\OfferProductCrudController' => 'fcf1271''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\ProductCrudController' => 'b484a5e''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorCrudController' => '1d055f7''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorStatementCrudController' => '4297446''App\\Flexy\\ShopBundle\\Controller\\Vendor\\VendorCrudController' => '91c56e0'], ['App\\Entity\\Application' => 'App\\Controller\\Admin\\ApplicationCrudController''App\\Entity\\CurrencyExchangeRate' => 'App\\Controller\\Admin\\CurrencyExchangeRateCrudController''App\\Entity\\ExportExcel' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController''App\\Entity\\FrontTheme' => 'App\\Controller\\Admin\\FrontThemeCrudController''App\\Entity\\Image' => 'App\\Controller\\Admin\\ImageCrudController''App\\Entity\\Link' => 'App\\Controller\\Admin\\LinkCrudController''App\\Entity\\LinkType' => 'App\\Controller\\Admin\\LinkTypeCrudController''App\\Entity\\LogHistory' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController''App\\Entity\\Notification' => 'App\\Controller\\Admin\\NotificationCrudController''App\\Entity\\Product' => 'App\\Controller\\Admin\\ProductCrudController''App\\Entity\\Role' => 'App\\Controller\\Admin\\RoleCrudController''App\\Entity\\Settings' => 'App\\Controller\\Admin\\SettingsCrudController''App\\Entity\\User' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\UsernameCrudController''App\\Entity\\WebsiteTheme' => 'App\\Controller\\Admin\\WebsiteThemeCrudController''App\\Entity\\AiRequest' => 'App\\Flexy\\Apps\\AiBundle\\Controller\\AiRequestCrudController''App\\Entity\\ThreadAiRequest' => 'App\\Flexy\\Apps\\AiBundle\\Controller\\ThreadAiRequestCrudController''App\\Flexy\\Apps\\BookingBundle\\Entity\\CategoryOffer' => 'App\\Flexy\\Apps\\BookingBundle\\Controller\\CategoryOfferCrudController''App\\Flexy\\Apps\\BookingBundle\\Entity\\Offer' => 'App\\Flexy\\Apps\\BookingBundle\\Controller\\OfferCrudController''App\\Flexy\\Apps\\BookingBundle\\Entity\\Reservation' => 'App\\Flexy\\Apps\\BookingBundle\\Controller\\ReservationCrudController''App\\Flexy\\Apps\\CJDropShippingBundle\\Entity\\CjProduct' => 'App\\Flexy\\Apps\\CJDropShippingBundle\\Controller\\CjProductCrudController''App\\Flexy\\Apps\\CueClubBundle\\Entity\\CueClubProduct' => 'App\\Flexy\\Apps\\CueClubBundle\\Controller\\CueClubProductCrudController''App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent' => 'App\\Flexy\\ShopBundle\\Controller\\Agent\\AgentCrudController''App\\Flexy\\ShopBundle\\Entity\\Order\\Order' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorStatementCrudController''App\\Flexy\\ShopBundle\\Entity\\Customer\\Complaint' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\ComplaintCrudController''App\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintSubject' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController''App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CustomerCrudController''App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerGroup' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerGroupCrudController''App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\PackEngagementCrudController''App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\CustomerWalletPointCrudController''App\\Flexy\\Apps\\TransportBundle\\Entity\\Mission' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\MissionCrudController''App\\Flexy\\ShopBundle\\Entity\\Product\\ProductSubscription' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\ProductSubscriptionCrudController''App\\Flexy\\ShopBundle\\Entity\\Customer\\Pack' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\PackCrudController''App\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcel' => 'App\\Flexy\\ShopBundle\\Controller\\ImportExcel\\ImportCrudController''App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DemandeFundCrudController''App\\Flexy\\ShopBundle\\Entity\\Payment\\BankBook' => 'App\\Flexy\\ShopBundle\\Controller\\Payment\\BankBookCrudController''App\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentMethod' => 'App\\Flexy\\ShopBundle\\Controller\\Payment\\PaymentMethodCrudController''App\\Flexy\\ShopBundle\\Entity\\Payment\\Transaction' => 'App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionCrudController''App\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionList' => 'App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionListCrudController''App\\Flexy\\ShopBundle\\Entity\\Product\\Attribut' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\AttributCrudController''App\\Flexy\\ShopBundle\\Entity\\Product\\AttributValue' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\AttributValueCrudController''App\\Flexy\\ShopBundle\\Entity\\Brand' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\BrandCrudController''App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryOfferCrudController''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryProductShop' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryProductShopCrudController''App\\Flexy\\ShopBundle\\Entity\\Product\\Comment' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\CommentCrudController''App\\Flexy\\ShopBundle\\Entity\\Product\\ImageProduct' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ImageProductEmbdedCrudController''App\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcel' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\ImportExcelCrudController''App\\Flexy\\ShopBundle\\Entity\\Product\\Product' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\ProductCrudController''App\\Flexy\\ShopBundle\\Entity\\Product\\ProductPack' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController''App\\Flexy\\ShopBundle\\Entity\\Promotion\\Coupon' => 'App\\Flexy\\ShopBundle\\Controller\\Promotion\\CouponsCrudController''App\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion' => 'App\\Flexy\\ShopBundle\\Controller\\Promotion\\PromotionCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\CashBox' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashBoxCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\CashOnDelivery' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashOnDeliveryCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\City' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\CityRegion' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityRegionCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Country' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CountryCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Departement' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\DepartementCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaper' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentPaperCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepTwoShipmentCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemChild' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemChildCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItem' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingCalculationMethod' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingCalculationMethodCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingMethod' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingMethodCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\StepType' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\StepTypeCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\TrackingStep' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\TrackingStepCrudController''App\\Flexy\\ShopBundle\\Entity\\CategoryProductShop' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryProductCrudController''App\\Flexy\\ShopBundle\\Entity\\Store\\Store' => 'App\\Flexy\\ShopBundle\\Controller\\Store\\StoreCrudController''App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\VendorCrudController''App\\Flexy\\Apps\\ListingBundle\\Entity\\Listing' => 'App\\Flexy\\Apps\\ListingBundle\\Controller\\ListingCrudController''App\\Flexy\\Apps\\NewsletterBundle\\Entity\\NewsletterCompaign' => 'App\\Flexy\\Apps\\NewsletterBundle\\Controller\\NewsletterCompaignCrudController''App\\Flexy\\Apps\\NewsletterBundle\\Entity\\NewsletterCompaignLaunch' => 'App\\Flexy\\Apps\\NewsletterBundle\\Controller\\NewsletterCompaignLaunchCrudController''App\\Flexy\\Apps\\NewsletterBundle\\Entity\\NewsletterMailLog' => 'App\\Flexy\\Apps\\NewsletterBundle\\Controller\\NewsletterMailLogCrudController''App\\Flexy\\Apps\\POSBundle\\Entity\\Caisse' => 'App\\Flexy\\Apps\\POSBundle\\Controller\\CaisseCrudController''App\\Flexy\\Apps\\POSBundle\\Entity\\Table' => 'App\\Flexy\\Apps\\POSBundle\\Controller\\TableCrudController''App\\Flexy\\Apps\\StockBundle\\Entity\\Article' => 'App\\Flexy\\Apps\\StockBundle\\Controller\\ArticleCrudController''App\\Flexy\\Apps\\StockBundle\\Entity\\Document' => 'App\\Flexy\\Apps\\StockBundle\\Controller\\DocumentCrudController''App\\Flexy\\Apps\\StockBundle\\Entity\\Stock' => 'App\\Flexy\\Apps\\StockBundle\\Controller\\StockCrudController''App\\Flexy\\FrontBundle\\Entity\\Bloc' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\BlocCrudController''App\\Flexy\\FrontBundle\\Entity\\Form' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\FormCrudController''App\\Flexy\\FrontBundle\\Entity\\FormField' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\FormFieldCrudController''App\\Flexy\\FrontBundle\\Entity\\MasterSlider' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MasterSliderCrudController''App\\Flexy\\FrontBundle\\Entity\\Menu' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuCrudController''App\\Flexy\\FrontBundle\\Entity\\MenuItem' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SubMenuItemCrudController''App\\Flexy\\FrontBundle\\Entity\\Page' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PageMailCrudController''App\\Flexy\\FrontBundle\\Entity\\PubBanner' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PubBannerCrudController''App\\Flexy\\FrontBundle\\Entity\\Section' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SectionCrudController''App\\Flexy\\FrontBundle\\Entity\\Slide' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SlideCrudController''App\\Flexy\\FrontBundle\\Entity\\Slider' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SliderCrudController''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductShop' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductShopCrudController''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductShop' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController''App\\Flexy\\FrontBundle\\Entity\\CategoryPage' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\CategoryPageCrudController''App\\Flexy\\TransportBundle\\Entity\\Mission' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryProductShop' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController''App\\Flexy\\Apps\\TransportBundle\\Entity\\MissionExtraFees' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\MissionExtraFeesCrudController''App\\Flexy\\Apps\\TransportBundle\\Entity\\MissionExtraFeesType' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\MissionExtraFeesTypeCrudController''App\\Flexy\\ShopBundle\\Entity\\Order\\OrderItem' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\OrderItemMissionCrudController''App\\Flexy\\ShopBundle\\Entity\\Accounting\\Invoice' => 'App\\Flexy\\ShopBundle\\Controller\\Accounting\\InvoiceCrudController''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductShop' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\BodyCondition' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\BodyConditionCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\BrakingControl' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedBrakingControlCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\DisplayControl' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedDisplayControlCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\OilMaintenance' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedOilMaintenanceCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\OtherControl' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedOtherControlCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\PowerControl' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedPowerControlCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\TechnicalControl' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedTechnicalControlCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\TireControl' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedTireControlCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\ShippingVehicle' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\ShippingVehicleCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\StatusTrackingVehicle' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\StatusTrackingVehicleCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\VehicleConsumption' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleConsumptionCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\VehicleIncident' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleIncidentCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\VehicleRent' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRentCrudController''App\\Flexy\\ShopBundle\\Entity\\Payment\\Payment' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRentPaymentCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\VehicleRentType' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRentTypeCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\VehicleRepair' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRepairCrudController''App\\Flexy\\ShopBundle\\Entity\\Taxes\\ValueAddedTax' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Tax\\ValueAddedTaxCrudController''App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductShop' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductShopCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\EquipmentVehicle' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\EquipmentVehicleCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\FuelType' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\FuelTypeCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Vehicle\\ShippingVehicleType' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\ShippingVehicleTypeCrudController'], ['d4ef574' => 'App\\Controller\\Admin\\ApplicationCrudController''d519a5b' => 'App\\Controller\\Admin\\CurrencyExchangeRateCrudController''6c747c7' => 'App\\Controller\\Admin\\ExportExcelCrudController''b548490' => 'App\\Controller\\Admin\\FrontThemeCrudController''bec4fdd' => 'App\\Controller\\Admin\\ImageCrudController''8295f06' => 'App\\Controller\\Admin\\LinkCrudController''d285050' => 'App\\Controller\\Admin\\LinkTypeCrudController''dd9b0dc' => 'App\\Controller\\Admin\\LogHistoryCrudController''4de7f4c' => 'App\\Controller\\Admin\\NotificationCrudController''22ac6a2' => 'App\\Controller\\Admin\\ProductCrudController''fd34eb2' => 'App\\Controller\\Admin\\RoleCrudController''3b9e9c4' => 'App\\Controller\\Admin\\SettingsCrudController''f76b6f5' => 'App\\Controller\\Admin\\UserCrudController''8e0e2b2' => 'App\\Controller\\Admin\\UserPasswordCrudController''a5a8d7a' => 'App\\Controller\\Admin\\WebsiteThemeCrudController''85aef67' => 'App\\Flexy\\Apps\\AiBundle\\Controller\\AiRequestCrudController''6578e49' => 'App\\Flexy\\Apps\\AiBundle\\Controller\\ThreadAiRequestCrudController''5d7f9b1' => 'App\\Flexy\\Apps\\BookingBundle\\Controller\\CategoryOfferCrudController''08b8d2e' => 'App\\Flexy\\Apps\\BookingBundle\\Controller\\OfferCrudController''a6170e3' => 'App\\Flexy\\Apps\\BookingBundle\\Controller\\ReservationCrudController''c443e41' => 'App\\Flexy\\Apps\\CJDropShippingBundle\\Controller\\CjProductCrudController''89c6cbe' => 'App\\Flexy\\Apps\\CueClubBundle\\Controller\\CueClubProductCrudController''349fe68' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\AgentCrudController''5348ec3' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\Agent\\OrderCrudController''c8b62dd' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\Agent\\OrderOldCrudController''5da0a1f' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\Agent\\OrderToDoCrudController''e8ed9b1' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController''71644f5' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController''e74bfcf' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController''fdd27e3' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\ShippingAgentCrudController''8924f21' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\ComplaintCrudController''9fb6f3c' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\ComplaintSubjectCrudController''a498fe1' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerCODCrudController'5809721 => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerCrudController''906472f' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerGroupCrudController''555f46b' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerPackEngagementCrudController''84f2911' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\CustomerWalletPointCrudController''af67b24' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\ComplaintCrudController''60d6eea' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\CustomerWalletPointCrudController''fd04c86' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\MissionCrudController''b236448' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\MyCustomerWalletCrudController''c7d11cf' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\OrderCrudController''15a5634' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\ProductSubscriptionCrudController''2a24448' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\UserPasswordCrudController''5c4280d' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\MyCustomerCrudController''308d73d' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\MyCustomerWalletCrudController''57a71c4' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\PackCrudController''a1ad2a9' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\PackEngagementCrudController''6ec85c9' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\ImportExcel\\ImportCrudController''03616dc' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\ChangeStatusOrderPaymentCrudController''3d93575' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\ChangeStatusOrderShippingCrudController''81a39e8' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\DemandeFundCrudController''51129e6' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\LogHistoryOrderCrudController''afa9f98' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Order\\OrderCrudController''d2d073c' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Payment\\BankBookCrudController''b89021b' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Payment\\PaymentMethodCrudController''b3b7411' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Payment\\TransactionCrudController''e32a5e4' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Payment\\TransactionListCrudController''ee79485' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\AttributCrudController''7407bcd' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\AttributValueCrudController''87a057c' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\BrandCrudController''0327a02' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryOfferCrudController''2b508c4' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryProductCrudController''9ec83cb' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryProductRevenueCrudController''c45db05' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CategoryProductShopCrudController''db63426' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\CommentCrudController''786d8e7' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ExportExcelCategoryProductCrudController''a8b3dc4' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ExportExcelProductCrudController''7d23f8b' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ImageProductEmbdedCrudController''c044903' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ImportExcelCrudController''2466f82' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\OfferProductCrudController''3a57cca' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductCrudController''c6cda80' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductPackChildCrudController'2582779 => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductPackCrudController''30cb499' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductRevenueCrudController''7e8e8ef' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductSubscriptionCrudController''1e5e96c' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\ProductVariableCrudController''a3061d5' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Product\\SubCategoryProductCrudController''27fe9e1' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Promotion\\CouponsCrudController''581ed3a' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Promotion\\PromotionCrudController''75ca9b8' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CashBoxCrudController''4702a42' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CashOnDeliveryCrudController''d92765e' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CityCrudController''189ddf5' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CityRegionCrudController''428b9b7' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\CountryCrudController''d6e8dc0' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\DepartementCrudController''b08e364' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentCollectMoneyCrudController''c894a83' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentCrudController''2fe482f' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentItemChildCrudController''b5a8c0f' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentItemCrudController''586a75c' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShipmentPaperCrudController''645eac4' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShippingCalculationMethodCrudController''367a6a7' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\ShippingMethodCrudController''0a1586d' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\StepTypeCrudController''72b9fb5' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\ShipmentCrudController''a12bdf5' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepFiveShipmentCrudController''06747dd' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepFourShipmentCrudController''6af2ae7' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepOneShipmentCrudController''18b7c83' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepSixShipmentCrudController''f3a4591' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepThreeShipmentCrudController''419ddc7' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\Steps\\StepTwoShipmentCrudController''0c08bd5' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Shipping\\TrackingStepCrudController''322d4d5' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\CatalogueProductCrudController''40dfedd' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\CategoryProductCrudController''a356572' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\CustomerCrudController''179fad4' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\MyOrdersCrudController''f6b340d' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\ProductCrudController''a4c951b' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\StoreCrudController''0c364da' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\CatalogueProductCrudController''3f86752' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\CategoryOfferCrudController''fcc38c3' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\CategoryProductCrudController''bc64be8' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\CustomerCrudController''15a5797' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\DemandeFundCrudController'5837263 => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\MyOrdersCrudController''283c932' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\OfferProductCrudController''06ed809' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\ProductCrudController''4d470af' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\VendorCrudController''ae44fa8' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\VendorStatementCrudController''c64f044' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\VendorCrudController''27b1ee1' => 'App\\Flexy\\Apps\\ListingBundle\\Controller\\ExportExcelListingCrudController''cc4fd45' => 'App\\Flexy\\Apps\\ListingBundle\\Controller\\ImportExcelCrudController''1797da3' => 'App\\Flexy\\Apps\\ListingBundle\\Controller\\ListingCrudController''feaab9a' => 'App\\Flexy\\Apps\\NewsletterBundle\\Controller\\NewsletterCompaignCrudController''c73a3f0' => 'App\\Flexy\\Apps\\NewsletterBundle\\Controller\\NewsletterCompaignLaunchCrudController''ee497e4' => 'App\\Flexy\\Apps\\NewsletterBundle\\Controller\\NewsletterMailLogCrudController''70a7bb5' => 'App\\Flexy\\Apps\\POSBundle\\Controller\\CaisseCrudController''c9db71d' => 'App\\Flexy\\Apps\\POSBundle\\Controller\\CustomerOrderCrudController''eeb02a9' => 'App\\Flexy\\Apps\\POSBundle\\Controller\\OrderCrudController''a332bc2' => 'App\\Flexy\\Apps\\POSBundle\\Controller\\OrderOldCrudController''40758b9' => 'App\\Flexy\\Apps\\POSBundle\\Controller\\OrderToDoCrudController''28642de' => 'App\\Flexy\\Apps\\POSBundle\\Controller\\TableCrudController''da430a9' => 'App\\Flexy\\Apps\\StockBundle\\Controller\\ArticleCrudController''a856bcd' => 'App\\Flexy\\Apps\\StockBundle\\Controller\\DocumentCrudController''d9a574f' => 'App\\Flexy\\Apps\\StockBundle\\Controller\\StockCrudController''06b39d7' => 'App\\Flexy\\Apps\\TransportBundle\\Controller\\AgentCrudController''ed6d9dd' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\BlocCrudController''cf22c51' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\FormCrudController''afa9a02' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\FormFieldCrudController''8a478eb' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MasterSliderCrudController''f7c6ad2' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuCrudController''d5f1b1a' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuItemCrudController''1220cc7' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PageCrudController''4c61260' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PageMailCrudController''ee6425c' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PageWidgetCrudController''1562da4' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PubBannerCrudController''7a1c4db' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SectionCrudController''160dec8' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SlideCrudController''0ac1df3' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SliderCrudController''866ab85' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SubMenuItemCrudController''727a0ab' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AgentCrudController''681270e' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributCrudController''f7c60d4' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributValueCrudController''a965699' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\BrandCrudController''9e0d068' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryOfferCrudController''84babde' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductCrudController''2667ab6' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductShopCrudController''38eacf5' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityCrudController''a3db88c' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityRegionCrudController''ee97431' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CommentCrudController''ded1832' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CouponsCrudController''376c024' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController''44d42e1' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\MissionCrudController''39b7f3e' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\OrderCrudController''f40dd5f' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerCrudController''ee603c3' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerGroupCrudController''3d1e701' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController''f37828e' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerWalletPointCrudController''75dd3cc' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DemandeFundCrudController''2b880f8' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DepartementCrudController''e622e27' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportCrudController''f844c56' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportExcelCrudController''9fbd2e3' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerCrudController''795fd5a' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerWalletCrudController''a87f728' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OfferProductCrudController''4d6da99' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OrderCrudController''9f708fb' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackCrudController''f0e71c8' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackEngagementCrudController''6ebaa0c' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PaymentMethodCrudController''b6d36ca' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ProductCrudController''f7dbdda' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PromotionCrudController''e9f0e37' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ShippingMethodCrudController''9c61741' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController''64be9b4' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController''7fdd333' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController''f1c7eff' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController''d805a47' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController''ad18449' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController''6a4d5be' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController''8f7a3b3' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\ProductCrudController''3836e4d' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorCrudController'9789936 => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController''ab94216' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\VendorCrudController''20d353a' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\BlocCrudController''7d0aec9' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MasterSliderCrudController''0c937bd' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuCrudController''5a16c0a' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuItemCrudController''04bad5e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PageCrudController''602b18d' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PageMailCrudController''ce3a376' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PubBannerCrudController''4e68595' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SectionCrudController''d0c6010' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SlideCrudController''4c88364' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SliderCrudController''03781f5' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SubMenuItemCrudController''c31f6c7' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\AgentCrudController''b56a53e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\AgentRevenueCrudController''5af0219' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController''6d22952' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController'8338764 => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController''b36ed91' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController''098262d' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController''a6fab3e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController''b242042' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController''bca152f' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController''6b09166' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController''0c82699' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController''0f85820' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCrudController''e224cd7' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController''c85dc65' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController''45feb4e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController''26e9194' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\ComplaintCrudController''1d3a217' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController'8478445 => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController''df14d97' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\MyCustomerWalletCrudController''40fed42' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController''11f1181' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\ProductSubscriptionCrudController'8713916 => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController''fe1c4d4' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController''85b5573' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController''f42310d' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackCrudController''bbf09e0' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController''c7b2db8' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController''111905b' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController''df98f2e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController''bdad2af' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController''e781809' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController''e60bc9e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController''0806eb5' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\OrderCrudController'7553422 => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\BankBookCrudController''e4cde17' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController''762665a' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionCrudController''3d4aca0' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController''c8dd6c6' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributCrudController''d9ee060' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributValueCrudController''2cb0c4f' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\BrandCrudController''a5f9953' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController''a6fef40' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController''fa40343' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController''d7f27bf' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController''becad1c' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CommentCrudController''0e4505f' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController''acf6fd0' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController''50b52bb' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController''0df58c4' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\OfferProductCrudController''301cd6d' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductCrudController''67855a0' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController''808a9e5' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackCrudController''b902daa' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController''f913ad2' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController''a9b342f' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController''ff66c8e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\SubCategoryProductCrudController''cce97af' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController''ea5505f' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController''8951cc1' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController''097cc66' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController''5cb4b79' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityCrudController''19944dd' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController''dc48c9e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController''71b5486' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController''35fd1ed' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController''85f2a29' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController''706ca21' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController''d8af5f9' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController''5c06fe0' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController''70222f9' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController''9f448a5' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController''423125b' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController''034f68b' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController''e4d9b40' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController'1547049 => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController''a27111c' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController''67a47ff' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController''cdccf08' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController''f689d7c' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController''f6be666' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController''094dabc' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController''e7d97fc' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController''2d82eda' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController''edbe245' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController''8c8824e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\StoreCrudController''f430b24' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController''4d636a1' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController''6315f57' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController''5b2dd9b' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController''f51a81b' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController''f0e629b' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController''23667fd' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController''fe1877d' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController''9e9d63a' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController''444ee02' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController''d172823' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\VendorCrudController''c28efaa' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\BlocCrudController''5af89a8' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\CategoryPageCrudController''e0076b8' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\MasterSliderCrudController''296b601' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\MenuCrudController'1216108 => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\MenuItemCrudController''255626e' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\PageCrudController''fecc668' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\PageMailCrudController''62cef0c' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\PageWidgetCrudController''e4ccfe3' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\PubBannerCrudController''646a356' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\SectionCrudController''4222ec8' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\SlideCrudController''f533d39' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\SliderCrudController''c1f422f' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\Admin\\SubMenuItemCrudController''3a24b89' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\AgentCrudController''40e1ff9' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController''93cd087' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController''6afaacd' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController''8382e09' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController''716f6d3' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController''e5d5f86' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController''b12ce77' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController''d8377a1' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController'5068151 => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController''b9327a9' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController''844e34e' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerCrudController''bab5731' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController''5ec2208' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController''b2c5ba4' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController''98c8b31' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\ComplaintCrudController''b92529e' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController''23f5891' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController'1601147 => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\MyCustomerWalletCrudController''07b5bb7' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController''4fa613c' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\ProductSubscriptionCrudController''edeac72' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController'7800506 => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController'4215730 => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController''4ca0fa3' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\PackCrudController''2038ff8' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController''1c178c8' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController''3ef3e15' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController''5ea1aa9' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController''16d1c93' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController''bc69dc1' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController''fc7825d' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController''861582e' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Order\\OrderCrudController''179a978' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Payment\\BankBookCrudController''b7cd961' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController''78834cf' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Payment\\TransactionCrudController''9b2deed' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController''a9adf13' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\AttributCrudController''bf8cd1d' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\AttributValueCrudController''cf0bd89' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\BrandCrudController''e7eb45b' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController''bfb27aa' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController''d5ad64e' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController''afba486' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController''5e93327' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\CommentCrudController''2de4046' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController'4962894 => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController''90e561d' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ImageProductEmbdedCrudController''95c347c' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController''a2b7bdc' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\LocalProductCrudController''f4176ab' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\LocalProductVariableCrudController''5e6341c' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\OfferProductCrudController''ffd0320' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductCrudController''f23989f' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController''f89bf0e' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductPackCrudController''985ebe5' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController''30f7e5a' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController''50a6d53' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController''18a1987' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Product\\SubCategoryProductCrudController''f6fa085' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController''9cda864' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController''a91b479' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController''7ffaeef' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController''d218348' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\CityCrudController''60c2b08' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController''876ee87' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController''9d5597d' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController''6cd33c7' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController''9248f7c' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController''e6ef40f' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController''844ac9a' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController''0e549cd' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController''cece89e' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController''becb3bb' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController''dd00f58' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController''0457c4b' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController''44df75b' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController''89722ac' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController''71234b7' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController''74aeddf' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController''4ff2279' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController''9963b7d' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController''11b6c9d' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController''7c54080' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController''ce68b0c' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController''b612ef2' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController''dbdea61' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController''d56c5d0' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\StoreCrudController''75157d4' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController''6b17fc7' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController''b381ac4' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController''7cdccbb' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController''d3246e8' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController''14cc98e' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController''8c565af' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController''95cb6fa' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController''15fbdba' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController''f60513e' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController''29de640' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\VendorCrudController''800de34' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\BlocCrudController''df995e1' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MasterSliderCrudController''868459b' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuCrudController''c53b17f' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuItemCrudController''ba2e3ef' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PageCrudController''936f2ba' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PageMailCrudController''cc6df90' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PubBannerCrudController''d5572a9' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SectionCrudController''cb38f1b' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SlideCrudController''e7158a1' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SliderCrudController''cceff62' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SubMenuItemCrudController''41bc474' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\MissionCrudController''2adad2e' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\MissionDraftCrudController''a9f6f63' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\MissionExtraFeesCrudController''058d555' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\MissionExtraFeesTypeCrudController''e25e1ef' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\OrderItemMissionCrudController''4151ba7' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\OrderMissionCrudController''1602d88' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\Transport\\ShipmentMissionCrudController''504c143' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Accounting\\EmbdedPayableInvoiceCrudController''d1f5249' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Accounting\\InvoiceCrudController''63a43e6' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\AgentCrudController''5e83002' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController''9fc2d96' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController''9365b38' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController''855ebc7' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController''ed69c76' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController'4556435 => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController''40b2c11' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController''a59c632' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController''4df3b60' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCrudController''c5e34e0' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController''e8199dd' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController''4d6e6d9' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController''a3ab598' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerCrudController''7bd5ff6' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController''b2da23a' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\InvoiceCrudController''cbbde86' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController''a44354c' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController''488ab0d' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController''7e657e2' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\UsernameCrudController''fa620ab' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController''422c96d' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController''a3222e8' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackCrudController''4f103c1' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController'7734057 => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController''b5186ff' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController''7f9fbf2' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\OrderCrudController''db9353f' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\QuotationOrderCrudController''57cc1e9' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\BankBookCrudController''91d8a3c' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController''ec1838d' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionCrudController''b20f561' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController''2ed7412' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributCrudController''5a17be8' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributValueCrudController''c21480b' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\BrandCrudController''9b61425' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController''858d789' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController''b9a6a29' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController''3402a2b' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController''6e9281d' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CommentCrudController'5506400 => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController''b084a08' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\OfferProductCrudController'5749288 => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductCrudController''76a4d63' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController''4f885e5' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductPackCrudController''ff3e2bb' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController''ffc5401' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController''f584888' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController''d94247d' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController''4c29e26' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController''1f3004d' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController''02d4599' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController''c6031ba' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityCrudController''1044c2e' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController''e2298ab' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController''19982e5' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController''9f885af' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController''b769b57' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController''be743d2' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController''d3cf861' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController'1134250 => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController''ae06d58' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController''ebb4b38' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\BodyConditionCrudController''5d5fa7a' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedBrakingControlCrudController''ec1c5ae' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedDisplayControlCrudController''312dd80' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedOilMaintenanceCrudController''a6d732a' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedOtherControlCrudController''f2acf83' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedPowerControlCrudController''2d0728c' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedTechnicalControlCrudController''c154ca1' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\Embded\\EmbdedTireControlCrudController''9c54153' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\ShippingVehicleCrudController''1336cc8' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\StatusTrackingVehicleCrudController''324acd0' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleConsumptionCrudController''65e4d86' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleIncidentCrudController''2d5ba2e' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRentCrudController''7c97734' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRentPaymentCrudController''76285dd' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRentTypeCrudController''ba25499' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingVehicle\\VehicleRepairCrudController''b4bdf41' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController''1f9f5b2' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController''d4d6cbb' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController''c0aeff4' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController''165f2c1' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController''d8028f2' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController''88f3b6c' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController''cfa509f' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController''7b9e9ff' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController''d02a2ec' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Store\\StoreCrudController''f5d02a1' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Tax\\ValueAddedTaxCrudController''8353a1b' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController''6eb5dd2' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController''f482245' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController''be93fd9' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController''ce4bd4b' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController''3c27b5e' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController''055ddb6' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController'7759474 => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController''8e2fb10' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController''6b3a463' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController''96e2313' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\VendorCrudController''20b4f90' => 'App\\Flexy\\ShopBundle\\Controller\\Accounting\\InvoiceCrudController''44b3a4b' => 'App\\Flexy\\ShopBundle\\Controller\\Agent\\AgentCrudController''8de1926' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCODCrudController''043ef7d' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCrudController''4bea42c' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerGroupCrudController''8e34cd8' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerPackEngagementCrudController''8dee652' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerWalletPointCrudController''60d027a' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\CustomerWalletPointCrudController''557d00c' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\MissionCrudController''1375ec8' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\OrderCrudController''28e4d54' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerCrudController''b0618f3' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerWalletCrudController''b130a34' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\PackCrudController''277ee37' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\PackEngagementCrudController''e86dcb0' => 'App\\Flexy\\ShopBundle\\Controller\\ImportExcel\\ImportCrudController''a182a21' => 'App\\Flexy\\ShopBundle\\Controller\\Order\\DemandeFundCrudController''be5d899' => 'App\\Flexy\\ShopBundle\\Controller\\Order\\OrderCrudController''8c61234' => 'App\\Flexy\\ShopBundle\\Controller\\Payment\\BankBookCrudController''d074ccd' => 'App\\Flexy\\ShopBundle\\Controller\\Payment\\PaymentMethodCrudController''2f93d1a' => 'App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionCrudController''f03dead' => 'App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionListCrudController''fe4aca9' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\AttributCrudController''e758f28' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\AttributValueCrudController''5136a49' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\BrandCrudController''1bdef30' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryOfferCrudController''58da7f9' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductCrudController''dda9863' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductShopCrudController''ee8041b' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\CommentCrudController''aeeb724' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\ImportExcelCrudController''0042f1c' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\OfferProductCrudController''5f36f56' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\ProductCrudController''c6570cc' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\ProductSubscriptionCrudController''a6132ec' => 'App\\Flexy\\ShopBundle\\Controller\\Promotion\\CouponsCrudController''c17aa1e' => 'App\\Flexy\\ShopBundle\\Controller\\Promotion\\PromotionCrudController''b222ac1' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashBoxCrudController''bcd7325' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashOnDeliveryCrudController''6f9be8d' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityCrudController''3dfb536' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityRegionCrudController''cb1119b' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\DepartementCrudController''c9ea4a5' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCollectMoneyCrudController''c9057f8' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCrudController''2d94cff' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemChildCrudController''856db3a' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemCrudController''6c93639' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentPaperCrudController''4488a5d' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingCalculationMethodCrudController''a3f494b' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingMethodCrudController'3943757 => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\StepTypeCrudController''a4cb24a' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\ShipmentCrudController''a2c8f90' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFiveShipmentCrudController''9a342e0' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFourShipmentCrudController''97cfab5' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepOneShipmentCrudController''00fa1c9' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepSixShipmentCrudController''9382bd6' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepThreeShipmentCrudController''fddd2de' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepTwoShipmentCrudController''7affc57' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\TrackingStepCrudController''afe0990' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\EquipmentVehicleCrudController''b40dc02' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\FuelTypeCrudController''8b7fee1' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\ShippingVehicleCrudController''457913d' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Vehicle\\ShippingVehicleTypeCrudController''7a7a15e' => 'App\\Flexy\\ShopBundle\\Controller\\Store\\StoreCrudController''5104af5' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CatalogueProductCrudController''9c885db' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryOfferCrudController''e513b15' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryProductCrudController''3e086f4' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CustomerCrudController''6513f56' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DemandeFundCrudController''bf88337' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\MyOrdersCrudController''fcf1271' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\OfferProductCrudController''b484a5e' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\ProductCrudController''1d055f7' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorCrudController'4297446 => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorStatementCrudController''91c56e0' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\VendorCrudController']), $a), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $b$b);
  3048.     }
  3049.     /**
  3050.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  3051.      *
  3052.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  3053.      */
  3054.     protected function getActionFactoryService()
  3055.     {
  3056.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->privates['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  3057.     }
  3058.     /**
  3059.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  3060.      *
  3061.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  3062.      */
  3063.     protected function getControllerFactoryService()
  3064.     {
  3065.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  3066.     }
  3067.     /**
  3068.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  3069.      *
  3070.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  3071.      */
  3072.     protected function getEntityFactoryService()
  3073.     {
  3074.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3075.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  3076.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  3077.         }
  3078.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  3079.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $b, new RewindableGenerator(function () {
  3080.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  3081.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator());
  3082.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  3083.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator());
  3084.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  3085.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator());
  3086.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? $this->load('getCollectionConfiguratorService'));
  3087.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  3088.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator());
  3089.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  3090.             yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator());
  3091.             yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator());
  3092.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator());
  3093.             yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__4)));
  3094.             yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator());
  3095.             yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator());
  3096.             yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator());
  3097.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  3098.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  3099.             yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? $this->load('getPercentConfiguratorService'));
  3100.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator());
  3101.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator());
  3102.             yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator());
  3103.             yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator());
  3104.             yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator());
  3105.             yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator());
  3106.             yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator());
  3107.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  3108.         }, 28), new \EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  3109.     }
  3110.     /**
  3111.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  3112.      *
  3113.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  3114.      */
  3115.     protected function getAdminContextProviderService()
  3116.     {
  3117.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  3118.     }
  3119.     /**
  3120.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry' shared service.
  3121.      *
  3122.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry
  3123.      */
  3124.     protected function getDashboardControllerRegistryService()
  3125.     {
  3126.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->targetDir.'', ['App\\Controller\\Admin\\DashboardController' => '502bcf9''App\\Flexy\\Apps\\AiBundle\\Controller\\DashboardController' => '1535752''App\\Flexy\\Apps\\BookingBundle\\Controller\\DashboardController' => 'ef19da2''App\\Flexy\\Apps\\CJDropShippingBundle\\Controller\\DashboardController' => '26f7fe0''App\\Flexy\\Apps\\CueClubBundle\\Controller\\DashboardController' => '18f4bd4''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\Agent\\DashboardController' => 'aa5d41e''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\ShippingAgent\\DashboardController' => '8ed66cb''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\DashboardController' => '58e81f1''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\DashboardController' => 'ef3e8cf''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\DashboardController' => 'efee8f2''App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\DashboardController' => '0800615''App\\Flexy\\Apps\\ListingBundle\\Controller\\DashboardController' => '9c20041''App\\Flexy\\Apps\\MyNewBundle\\Controller\\DashboardController' => '7f395dd''App\\Flexy\\Apps\\NewsletterBundle\\Controller\\DashboardController' => '853a4aa''App\\Flexy\\Apps\\POSBundle\\Controller\\DashboardController' => '0a4c5ef''App\\Flexy\\Apps\\ProjectsBundle\\Controller\\DashboardController' => '057e178''App\\Flexy\\Apps\\StockBundle\\Controller\\DashboardController' => 'f245062''App\\Flexy\\Apps\\SubscriptionProductBundle\\Controller\\DashboardController' => 'e830d50''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\DashboardController' => '6a18203''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Agent\\DashboardController' => 'c646f93''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\DashboardController' => 'd09929b''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DashboardController' => '616f1b9''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DashboardController' => '505baf2''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\DashboardController' => '6984b5a''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController' => 'b0247ef''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController' => 'a2c229a''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController' => '8396e62''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\DashboardController' => 'aecbcb2''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\DashboardController' => '8d329da''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController' => '7d9d297''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\DashboardController' => '6ebeeaa''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController' => 'c421102''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController' => '2fa7e2e''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController' => '649b5df''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\DashboardController' => 'f5daad4''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\DashboardController' => 'e55454a''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController' => '793487e''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\DashboardController' => 'aeeff4c''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController' => '9309759''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController' => 'de0d2ec''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController' => '24c87c7''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\DashboardController' => '7ad7ec3''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController' => 'ef60733''App\\Flexy\\ShopBundle\\Controller\\Agent\\Dashboard\\DashboardController' => 'd922ba5''App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\DashboardController' => 'b08e980''App\\Flexy\\ShopBundle\\Controller\\DashboardController' => '4f347d8''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DashboardController' => 'fde6e0f'], ['502bcf9' => 'App\\Controller\\Admin\\DashboardController'1535752 => 'App\\Flexy\\Apps\\AiBundle\\Controller\\DashboardController''ef19da2' => 'App\\Flexy\\Apps\\BookingBundle\\Controller\\DashboardController''26f7fe0' => 'App\\Flexy\\Apps\\CJDropShippingBundle\\Controller\\DashboardController''18f4bd4' => 'App\\Flexy\\Apps\\CueClubBundle\\Controller\\DashboardController''aa5d41e' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\Agent\\DashboardController''8ed66cb' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Agent\\Dashboard\\ShippingAgent\\DashboardController''58e81f1' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Customer\\Dashboard\\DashboardController''ef3e8cf' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\DashboardController''efee8f2' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Store\\Dashboard\\DashboardController''0800615' => 'App\\Flexy\\Apps\\EcommerceBundle\\Controller\\Vendor\\Dashboard\\DashboardController''9c20041' => 'App\\Flexy\\Apps\\ListingBundle\\Controller\\DashboardController''7f395dd' => 'App\\Flexy\\Apps\\MyNewBundle\\Controller\\DashboardController''853a4aa' => 'App\\Flexy\\Apps\\NewsletterBundle\\Controller\\DashboardController''0a4c5ef' => 'App\\Flexy\\Apps\\POSBundle\\Controller\\DashboardController''057e178' => 'App\\Flexy\\Apps\\ProjectsBundle\\Controller\\DashboardController''f245062' => 'App\\Flexy\\Apps\\StockBundle\\Controller\\DashboardController''e830d50' => 'App\\Flexy\\Apps\\SubscriptionProductBundle\\Controller\\DashboardController''6a18203' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\DashboardController''c646f93' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Agent\\DashboardController''d09929b' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\DashboardController''616f1b9' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DashboardController''505baf2' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DashboardController''6984b5a' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\DashboardController''b0247ef' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController''a2c229a' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController''8396e62' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController''aecbcb2' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\DashboardController''8d329da' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\DashboardController''7d9d297' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController''6ebeeaa' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\DashboardController''c421102' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController''2fa7e2e' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController''649b5df' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController''f5daad4' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\DashboardController''e55454a' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Store\\Dashboard\\DashboardController''793487e' => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController''aeeff4c' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\DashboardController'9309759 => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController''de0d2ec' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController''24c87c7' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController''7ad7ec3' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\DashboardController''ef60733' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController''d922ba5' => 'App\\Flexy\\ShopBundle\\Controller\\Agent\\Dashboard\\DashboardController''b08e980' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\DashboardController''4f347d8' => 'App\\Flexy\\ShopBundle\\Controller\\DashboardController''fde6e0f' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DashboardController']);
  3127.     }
  3128.     /**
  3129.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  3130.      *
  3131.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  3132.      */
  3133.     protected function getAdminUrlGeneratorService()
  3134.     {
  3135.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  3136.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? $this->getDashboardControllerRegistryService()));
  3137.         };
  3138.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  3139.     }
  3140.     /**
  3141.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  3142.      *
  3143.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  3144.      */
  3145.     protected function getAuthorizationCheckerService()
  3146.     {
  3147.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  3148.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  3149.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  3150.         }
  3151.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  3152.     }
  3153.     /**
  3154.      * Gets the private 'MobileDetectBundle\EventListener\RequestResponseListener' shared service.
  3155.      *
  3156.      * @return \MobileDetectBundle\EventListener\RequestResponseListener
  3157.      */
  3158.     protected function getRequestResponseListenerService()
  3159.     {
  3160.         return $this->privates['MobileDetectBundle\\EventListener\\RequestResponseListener'] = new \MobileDetectBundle\EventListener\RequestResponseListener(($this->privates['MobileDetectBundle\\DeviceDetector\\MobileDetector'] ??= new \MobileDetectBundle\DeviceDetector\MobileDetector()), ($this->privates['MobileDetectBundle\\Helper\\DeviceView'] ?? $this->getDeviceViewService()), ($this->services['router'] ?? $this->getRouterService()), $this->parameters['mobile_detect.redirect'], true);
  3161.     }
  3162.     /**
  3163.      * Gets the private 'MobileDetectBundle\Helper\DeviceView' shared service.
  3164.      *
  3165.      * @return \MobileDetectBundle\Helper\DeviceView
  3166.      */
  3167.     protected function getDeviceViewService()
  3168.     {
  3169.         $this->privates['MobileDetectBundle\\Helper\\DeviceView'] = $instance = new \MobileDetectBundle\Helper\DeviceView(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  3170.         $instance->setCookieDomain('');
  3171.         $instance->setCookieExpireDatetimeModifier('1 month');
  3172.         $instance->setCookieHttpOnly(true);
  3173.         $instance->setCookieKey('device_view');
  3174.         $instance->setCookiePath('/');
  3175.         $instance->setCookieSecure(false);
  3176.         $instance->setRedirectConfig($this->parameters['mobile_detect.redirect']);
  3177.         $instance->setSwitchParam('device_view');
  3178.         return $instance;
  3179.     }
  3180.     /**
  3181.      * Gets the private 'Symfony\Component\Mercure\HubRegistry' shared service.
  3182.      *
  3183.      * @return \Symfony\Component\Mercure\HubRegistry
  3184.      */
  3185.     protected function getHubRegistryService()
  3186.     {
  3187.         $a = ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  3188.         return $this->privates['Symfony\\Component\\Mercure\\HubRegistry'] = new \Symfony\Component\Mercure\HubRegistry($a, ['default' => $a]);
  3189.     }
  3190.     /**
  3191.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3192.      *
  3193.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3194.      */
  3195.     protected function getResetAssetsEventListenerService()
  3196.     {
  3197.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  3198.     }
  3199.     /**
  3200.      * Gets the private 'annotations.cache_adapter' shared service.
  3201.      *
  3202.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3203.      */
  3204.     protected function getAnnotations_CacheAdapterService()
  3205.     {
  3206.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3207.     }
  3208.     /**
  3209.      * Gets the private 'annotations.cached_reader' shared service.
  3210.      *
  3211.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3212.      */
  3213.     protected function getAnnotations_CachedReaderService()
  3214.     {
  3215.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3216.     }
  3217.     /**
  3218.      * Gets the private 'annotations.reader' shared service.
  3219.      *
  3220.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3221.      */
  3222.     protected function getAnnotations_ReaderService()
  3223.     {
  3224.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3225.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3226.         $a->registerUniqueLoader('class_exists');
  3227.         $instance->addGlobalIgnoredName('required'$a);
  3228.         return $instance;
  3229.     }
  3230.     /**
  3231.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  3232.      *
  3233.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3234.      */
  3235.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  3236.     {
  3237.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('m1v-jXB+4I'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3238.     }
  3239.     /**
  3240.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  3241.      *
  3242.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3243.      */
  3244.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  3245.     {
  3246.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yqsKA7BMQB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3247.     }
  3248.     /**
  3249.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  3250.      *
  3251.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3252.      */
  3253.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  3254.     {
  3255.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uyThXDLDkf'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3256.     }
  3257.     /**
  3258.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  3259.      *
  3260.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3261.      */
  3262.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  3263.     {
  3264.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('l0f07UsGWt'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3265.     }
  3266.     /**
  3267.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  3268.      *
  3269.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3270.      */
  3271.     protected function getApiPlatform_Cache_RouteNameResolverService()
  3272.     {
  3273.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IZrg97-wa9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3274.     }
  3275.     /**
  3276.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  3277.      *
  3278.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3279.      */
  3280.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  3281.     {
  3282.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NRrBWMjSFB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3283.     }
  3284.     /**
  3285.      * Gets the private 'api_platform.filter_locator' shared service.
  3286.      *
  3287.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3288.      */
  3289.     protected function getApiPlatform_FilterLocatorService()
  3290.     {
  3291.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3292.             'annotated_app_entity_currency_exchange_rate_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_currency_exchange_rate_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityCurrencyExchangeRateApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3293.             'annotated_app_entity_link_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_link_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityLinkApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3294.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityUserApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3295.             'annotated_app_flexy_front_bundle_entity_page_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_flexy_front_bundle_entity_page_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppFlexyFrontBundleEntityPageApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3296.             'annotated_app_flexy_shop_bundle_entity_accounting_invoice_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_flexy_shop_bundle_entity_accounting_invoice_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppFlexyShopBundleEntityAccountingInvoiceApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3297.             'annotated_app_flexy_shop_bundle_entity_customer_complaint_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_flexy_shop_bundle_entity_customer_complaint_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppFlexyShopBundleEntityCustomerComplaintApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3298.             'annotated_app_flexy_shop_bundle_entity_customer_complaint_subject_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_flexy_shop_bundle_entity_customer_complaint_subject_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppFlexyShopBundleEntityCustomerComplaintSubjectApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3299.             'annotated_app_flexy_shop_bundle_entity_customer_customer_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_flexy_shop_bundle_entity_customer_customer_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppFlexyShopBundleEntityCustomerCustomerApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  3300.             'annotated_app_flexy_shop_bundle_entity_customer_customer_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_flexy_shop_bundle_entity_customer_customer_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppFlexyShopBundleEntityCustomerCustomerApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3301.             'annotated_app_flexy_shop_bundle_entity_customer_pack_engagement_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_flexy_shop_bundle_entity_customer_pack_engagement_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppFlexyShopBundleEntityCustomerPackEngagementApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3302.             'annotated_app_flexy_shop_bundle_entity_order_order_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_flexy_shop_bundle_entity_order_order_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppFlexyShopBundleEntityOrderOrderApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3303.             'annotated_app_flexy_shop_bundle_entity_payment_payment_method_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_flexy_shop_bundle_entity_payment_payment_method_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppFlexyShopBundleEntityPaymentPaymentMethodApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3304.             'annotated_app_flexy_shop_bundle_entity_product_category_product_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => ['privates''annotated_app_flexy_shop_bundle_entity_product_category_product_api_platform_core_bridge_doctrine_orm_filter_exists_filter''getAnnotatedAppFlexyShopBundleEntityProductCategoryProductApiPlatformCoreBridgeDoctrineOrmFilterExistsFilterService'true],
  3305.             'annotated_app_flexy_shop_bundle_entity_product_category_product_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_flexy_shop_bundle_entity_product_category_product_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppFlexyShopBundleEntityProductCategoryProductApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3306.             'annotated_app_flexy_shop_bundle_entity_product_product_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_flexy_shop_bundle_entity_product_product_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppFlexyShopBundleEntityProductProductApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3307.             'annotated_app_flexy_shop_bundle_entity_promotion_coupon_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_flexy_shop_bundle_entity_promotion_coupon_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppFlexyShopBundleEntityPromotionCouponApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3308.             'annotated_app_flexy_shop_bundle_entity_resource_agent_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_flexy_shop_bundle_entity_resource_agent_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppFlexyShopBundleEntityResourceAgentApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3309.             'annotated_app_flexy_shop_bundle_entity_shipping_city_region_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_flexy_shop_bundle_entity_shipping_city_region_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppFlexyShopBundleEntityShippingCityRegionApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'true],
  3310.         ], [
  3311.             'annotated_app_entity_currency_exchange_rate_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3312.             'annotated_app_entity_link_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3313.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3314.             'annotated_app_flexy_front_bundle_entity_page_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3315.             'annotated_app_flexy_shop_bundle_entity_accounting_invoice_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3316.             'annotated_app_flexy_shop_bundle_entity_customer_complaint_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3317.             'annotated_app_flexy_shop_bundle_entity_customer_complaint_subject_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3318.             'annotated_app_flexy_shop_bundle_entity_customer_customer_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3319.             'annotated_app_flexy_shop_bundle_entity_customer_customer_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3320.             'annotated_app_flexy_shop_bundle_entity_customer_pack_engagement_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3321.             'annotated_app_flexy_shop_bundle_entity_order_order_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3322.             'annotated_app_flexy_shop_bundle_entity_payment_payment_method_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3323.             'annotated_app_flexy_shop_bundle_entity_product_category_product_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => '?',
  3324.             'annotated_app_flexy_shop_bundle_entity_product_category_product_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3325.             'annotated_app_flexy_shop_bundle_entity_product_product_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3326.             'annotated_app_flexy_shop_bundle_entity_promotion_coupon_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3327.             'annotated_app_flexy_shop_bundle_entity_resource_agent_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3328.             'annotated_app_flexy_shop_bundle_entity_shipping_city_region_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  3329.         ]);
  3330.     }
  3331.     /**
  3332.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  3333.      *
  3334.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  3335.      */
  3336.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  3337.     {
  3338.         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()));
  3339.     }
  3340.     /**
  3341.      * Gets the private 'api_platform.identifier.converter' shared service.
  3342.      *
  3343.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  3344.      */
  3345.     protected function getApiPlatform_Identifier_ConverterService()
  3346.     {
  3347.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  3348.             yield => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  3349.             yield => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
  3350.             yield => ($this->privates['api_platform.identifier.integer'] ??= new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer());
  3351.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ??= new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer());
  3352.         }, 4));
  3353.     }
  3354.     /**
  3355.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  3356.      *
  3357.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  3358.      */
  3359.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  3360.     {
  3361.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  3362.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  3363.         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(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$btrue), $a$b);
  3364.     }
  3365.     /**
  3366.      * Gets the private 'api_platform.json_schema.schema_factory' shared service.
  3367.      *
  3368.      * @return \ApiPlatform\Core\JsonSchema\SchemaFactory
  3369.      */
  3370.     protected function getApiPlatform_JsonSchema_SchemaFactoryService()
  3371.     {
  3372.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  3373.         if (isset($this->privates['api_platform.json_schema.schema_factory'])) {
  3374.             return $this->privates['api_platform.json_schema.schema_factory'];
  3375.         }
  3376.         return $this->privates['api_platform.json_schema.schema_factory'] = new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  3377.     }
  3378.     /**
  3379.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  3380.      *
  3381.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  3382.      */
  3383.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  3384.     {
  3385.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  3386.         $instance->setSchemaFactory(($this->privates['api_platform.json_schema.schema_factory'] ?? $this->getApiPlatform_JsonSchema_SchemaFactoryService()));
  3387.         return $instance;
  3388.     }
  3389.     /**
  3390.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  3391.      *
  3392.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  3393.      */
  3394.     protected function getApiPlatform_Listener_Request_AddFormatService()
  3395.     {
  3396.         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']);
  3397.     }
  3398.     /**
  3399.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  3400.      *
  3401.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  3402.      */
  3403.     protected function getApiPlatform_Listener_Request_DeserializeService()
  3404.     {
  3405.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->privates['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  3406.     }
  3407.     /**
  3408.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  3409.      *
  3410.      * @return \ApiPlatform\Core\EventListener\ReadListener
  3411.      */
  3412.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  3413.     {
  3414.         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['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($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()));
  3415.     }
  3416.     /**
  3417.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  3418.      *
  3419.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  3420.      */
  3421.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  3422.     {
  3423.         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->getApiPlatform_FilterLocatorService())), true);
  3424.     }
  3425.     /**
  3426.      * Gets the private 'api_platform.mercure.listener.response.add_link_header' shared service.
  3427.      *
  3428.      * @return \ApiPlatform\Symfony\EventListener\AddLinkHeaderListener
  3429.      */
  3430.     protected function getApiPlatform_Mercure_Listener_Response_AddLinkHeaderService()
  3431.     {
  3432.         return $this->privates['api_platform.mercure.listener.response.add_link_header'] = new \ApiPlatform\Symfony\EventListener\AddLinkHeaderListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \Symfony\Component\Mercure\Discovery(($this->privates['Symfony\\Component\\Mercure\\HubRegistry'] ?? $this->getHubRegistryService())));
  3433.     }
  3434.     /**
  3435.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  3436.      *
  3437.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  3438.      */
  3439.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  3440.     {
  3441.         $a = ($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService());
  3442.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  3443.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  3444.         }
  3445.         $b = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  3446.         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'] ??= new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([=> (\dirname(__DIR__4).'/config/packages/api_platform/resources.yaml')], $this)), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($b, 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(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($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 () {
  3447.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction());
  3448.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  3449.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction());
  3450.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction());
  3451.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction());
  3452.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction());
  3453.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction());
  3454.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction());
  3455.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  3456.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction());
  3457.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction());
  3458.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat());
  3459.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction());
  3460.         }, 13)));
  3461.     }
  3462.     /**
  3463.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  3464.      *
  3465.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  3466.      */
  3467.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  3468.     {
  3469.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3470.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  3471.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  3472.         }
  3473.         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'] ??= new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a)));
  3474.     }
  3475.     /**
  3476.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  3477.      *
  3478.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  3479.      */
  3480.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  3481.     {
  3482.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  3483.         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'] ??= new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([=> (\dirname(__DIR__4).'/config/packages/api_platform/resources.yaml')], $this)), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($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']));
  3484.     }
  3485.     /**
  3486.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  3487.      *
  3488.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  3489.      */
  3490.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  3491.     {
  3492.         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'] ??= new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([=> (\dirname(__DIR__4).'/config/packages/api_platform/resources.yaml')], $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'] ??= new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))))));
  3493.     }
  3494.     /**
  3495.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  3496.      *
  3497.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  3498.      */
  3499.     protected function getApiPlatform_OperationPathResolver_CustomService()
  3500.     {
  3501.         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'] ??= new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())));
  3502.     }
  3503.     /**
  3504.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  3505.      *
  3506.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  3507.      */
  3508.     protected function getApiPlatform_OperationPathResolver_RouterService()
  3509.     {
  3510.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  3511.     }
  3512.     /**
  3513.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  3514.      *
  3515.      * @return \ApiPlatform\Api\ResourceClassResolver
  3516.      */
  3517.     protected function getApiPlatform_ResourceClassResolverService()
  3518.     {
  3519.         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()));
  3520.     }
  3521.     /**
  3522.      * Gets the private 'api_platform.router' shared service.
  3523.      *
  3524.      * @return \ApiPlatform\Symfony\Routing\Router
  3525.      */
  3526.     protected function getApiPlatform_RouterService()
  3527.     {
  3528.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  3529.     }
  3530.     /**
  3531.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  3532.      *
  3533.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  3534.      */
  3535.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  3536.     {
  3537.         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()));
  3538.     }
  3539.     /**
  3540.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  3541.      *
  3542.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  3543.      */
  3544.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  3545.     {
  3546.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  3547.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  3548.             return $this->privates['api_platform.security.resource_access_checker'];
  3549.         }
  3550.         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'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), ($this->privates['security.role_hierarchy'] ??= new \Symfony\Component\Security\Core\Role\RoleHierarchy([])), ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $afalse);
  3551.     }
  3552.     /**
  3553.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  3554.      *
  3555.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  3556.      */
  3557.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  3558.     {
  3559.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  3560.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  3561.     }
  3562.     /**
  3563.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  3564.      *
  3565.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  3566.      */
  3567.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  3568.     {
  3569.         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()))])));
  3570.     }
  3571.     /**
  3572.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  3573.      *
  3574.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  3575.      */
  3576.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  3577.     {
  3578.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  3579.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  3580.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  3581.         }
  3582.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  3583.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  3584.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  3585.         }
  3586.         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$b, ($this->privates['api_platform.path_segment_name_generator.underscore'] ??= new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  3587.     }
  3588.     /**
  3589.      * Gets the private 'assets.packages' shared service.
  3590.      *
  3591.      * @return \Symfony\Component\Asset\Packages
  3592.      */
  3593.     protected function getAssets_PackagesService()
  3594.     {
  3595.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3596.         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'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  3597.             yield 'easyadmin.assets.package' => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage'] ?? $this->load('getAssetPackageService'));
  3598.         }, 1));
  3599.     }
  3600.     /**
  3601.      * Gets the private 'cache.annotations' shared service.
  3602.      *
  3603.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3604.      */
  3605.     protected function getCache_AnnotationsService()
  3606.     {
  3607.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IXxZx3xjHI'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3608.     }
  3609.     /**
  3610.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3611.      *
  3612.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3613.      */
  3614.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3615.     {
  3616.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3617.     }
  3618.     /**
  3619.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3620.      *
  3621.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3622.      */
  3623.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3624.     {
  3625.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3626.     }
  3627.     /**
  3628.      * Gets the private 'cache.doctrine.orm.default.second_level.region_driver' shared service.
  3629.      *
  3630.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3631.      */
  3632.     protected function getCache_Doctrine_Orm_Default_SecondLevel_RegionDriverService()
  3633.     {
  3634.         return $this->privates['cache.doctrine.orm.default.second_level.region_driver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3635.     }
  3636.     /**
  3637.      * Gets the private 'cache.property_info' shared service.
  3638.      *
  3639.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3640.      */
  3641.     protected function getCache_PropertyInfoService()
  3642.     {
  3643.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qSR6eAHgNH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3644.     }
  3645.     /**
  3646.      * Gets the private 'cache.security_expression_language' shared service.
  3647.      *
  3648.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3649.      */
  3650.     protected function getCache_SecurityExpressionLanguageService()
  3651.     {
  3652.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lDzcjFrZ-6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3653.     }
  3654.     /**
  3655.      * Gets the private 'cache.security_token_verifier' shared service.
  3656.      *
  3657.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3658.      */
  3659.     protected function getCache_SecurityTokenVerifierService()
  3660.     {
  3661.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jdHjmKW+zA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3662.     }
  3663.     /**
  3664.      * Gets the private 'cache.serializer' shared service.
  3665.      *
  3666.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3667.      */
  3668.     protected function getCache_SerializerService()
  3669.     {
  3670.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SPcJvE83iN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3671.     }
  3672.     /**
  3673.      * Gets the private 'cache.validator' shared service.
  3674.      *
  3675.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3676.      */
  3677.     protected function getCache_ValidatorService()
  3678.     {
  3679.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CwxrGhiEHX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3680.     }
  3681.     /**
  3682.      * Gets the private 'cache.webpack_encore' shared service.
  3683.      *
  3684.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3685.      */
  3686.     protected function getCache_WebpackEncoreService()
  3687.     {
  3688.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7sYKmLMHXO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3689.     }
  3690.     /**
  3691.      * Gets the private 'config_cache_factory' shared service.
  3692.      *
  3693.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3694.      */
  3695.     protected function getConfigCacheFactoryService()
  3696.     {
  3697.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3698.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ??= new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this));
  3699.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ??= new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker());
  3700.         }, 2));
  3701.     }
  3702.     /**
  3703.      * Gets the private 'controller.is_granted_attribute_listener' shared service.
  3704.      *
  3705.      * @return \Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener
  3706.      */
  3707.     protected function getController_IsGrantedAttributeListenerService()
  3708.     {
  3709.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  3710.         if (isset($this->privates['controller.is_granted_attribute_listener'])) {
  3711.             return $this->privates['controller.is_granted_attribute_listener'];
  3712.         }
  3713.         return $this->privates['controller.is_granted_attribute_listener'] = new \Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener($a, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.security_is_granted_attribute_expression_language'] ?? $this->getCache_SecurityIsGrantedAttributeExpressionLanguageService())));
  3714.     }
  3715.     /**
  3716.      * Gets the private 'data_collector.form' shared service.
  3717.      *
  3718.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3719.      */
  3720.     protected function getDataCollector_FormService()
  3721.     {
  3722.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3723.     }
  3724.     /**
  3725.      * Gets the private 'data_collector.request' shared service.
  3726.      *
  3727.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3728.      */
  3729.     protected function getDataCollector_RequestService()
  3730.     {
  3731.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  3732.     }
  3733.     /**
  3734.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  3735.      *
  3736.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  3737.      */
  3738.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  3739.     {
  3740.         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 () {
  3741.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  3742.         }, 1)));
  3743.     }
  3744.     /**
  3745.      * Gets the private 'debug.api_platform.data_persister' shared service.
  3746.      *
  3747.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  3748.      */
  3749.     protected function getDebug_ApiPlatform_DataPersisterService()
  3750.     {
  3751.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  3752.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  3753.         }, 1)));
  3754.     }
  3755.     /**
  3756.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  3757.      *
  3758.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  3759.      */
  3760.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  3761.     {
  3762.         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 () {
  3763.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  3764.         }, 1)));
  3765.     }
  3766.     /**
  3767.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  3768.      *
  3769.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  3770.      */
  3771.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  3772.     {
  3773.         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 () {
  3774.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  3775.         }, 1)));
  3776.     }
  3777.     /**
  3778.      * Gets the private 'debug.controller_resolver' shared service.
  3779.      *
  3780.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3781.      */
  3782.     protected function getDebug_ControllerResolverService()
  3783.     {
  3784.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3785.     }
  3786.     /**
  3787.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3788.      *
  3789.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3790.      */
  3791.     protected function getDebug_DebugHandlersListenerService()
  3792.     {
  3793.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3794.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3795.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3796.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3797.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3798.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3799.     }
  3800.     /**
  3801.      * Gets the private 'debug.file_link_formatter' shared service.
  3802.      *
  3803.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3804.      */
  3805.     protected function getDebug_FileLinkFormatterService()
  3806.     {
  3807.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter($this->getEnv('default::SYMFONY_IDE'), ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), \dirname(__DIR__4), #[\Closure(name'debug.file_link_formatter.url_format', class: 'string')] function () {
  3808.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3809.         });
  3810.     }
  3811.     /**
  3812.      * Gets the private 'debug.log_processor' shared service.
  3813.      *
  3814.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3815.      */
  3816.     protected function getDebug_LogProcessorService()
  3817.     {
  3818.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  3819.     }
  3820.     /**
  3821.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3822.      *
  3823.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3824.      */
  3825.     protected function getDebug_Security_Access_DecisionManagerService()
  3826.     {
  3827.         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 () {
  3828.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3829.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3830.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3831.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  3832.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3833.     }
  3834.     /**
  3835.      * Gets the private 'debug.security.firewall' shared service.
  3836.      *
  3837.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3838.      */
  3839.     protected function getDebug_Security_FirewallService()
  3840.     {
  3841.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3842.         if (isset($this->privates['debug.security.firewall'])) {
  3843.             return $this->privates['debug.security.firewall'];
  3844.         }
  3845.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3846.         if (isset($this->privates['debug.security.firewall'])) {
  3847.             return $this->privates['debug.security.firewall'];
  3848.         }
  3849.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3850.     }
  3851.     /**
  3852.      * Gets the private 'debug.validator' shared service.
  3853.      *
  3854.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  3855.      */
  3856.     protected function getDebug_ValidatorService()
  3857.     {
  3858.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  3859.         if (isset($this->privates['debug.validator'])) {
  3860.             return $this->privates['debug.validator'];
  3861.         }
  3862.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  3863.     }
  3864.     /**
  3865.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3866.      *
  3867.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3868.      */
  3869.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3870.     {
  3871.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3872.             'App\\EventSubscriber\\EventDoctrineSubscriber' => ['privates''App\\EventSubscriber\\EventDoctrineSubscriber''getEventDoctrineSubscriberService'true],
  3873.             'App\\Flexy\\Apps\\CJDropShippingBundle\\EventSubscriber\\EventDoctrineSubscriber' => ['privates''App\\Flexy\\Apps\\CJDropShippingBundle\\EventSubscriber\\EventDoctrineSubscriber''getEventDoctrineSubscriber2Service'true],
  3874.             'App\\Flexy\\Apps\\CueClubBundle\\EventSubscriber\\EventDoctrineSubscriber' => ['privates''App\\Flexy\\Apps\\CueClubBundle\\EventSubscriber\\EventDoctrineSubscriber''getEventDoctrineSubscriber3Service'true],
  3875.             'App\\Flexy\\FrontBundle\\EventSubscriber\\EventDoctrineSubscriber' => ['privates''App\\Flexy\\FrontBundle\\EventSubscriber\\EventDoctrineSubscriber''getEventDoctrineSubscriber4Service'true],
  3876.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\EventSubscriber\\EventDoctrineSubscriber' => ['privates''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\EventSubscriber\\EventDoctrineSubscriber''getEventDoctrineSubscriber5Service'true],
  3877.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\EventListener\\EventDoctrineSubscriber' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\EventListener\\EventDoctrineSubscriber''getEventDoctrineSubscriber6Service'true],
  3878.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\EventSubscriber\\EventDoctrineSubscriber' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\EventSubscriber\\EventDoctrineSubscriber''getEventDoctrineSubscriber7Service'true],
  3879.             'api_platform.doctrine.orm.listener.mercure.publish' => ['privates''api_platform.doctrine.orm.listener.mercure.publish''getApiPlatform_Doctrine_Orm_Listener_Mercure_PublishService'true],
  3880.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  3881.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3882.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3883.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  3884.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  3885.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'true],
  3886.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'true],
  3887.             'stof_doctrine_extensions.listener.sortable' => ['privates''stof_doctrine_extensions.listener.sortable''getStofDoctrineExtensions_Listener_SortableService'true],
  3888.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  3889.             'stof_doctrine_extensions.listener.translatable' => ['privates''stof_doctrine_extensions.listener.translatable''getStofDoctrineExtensions_Listener_TranslatableService'false],
  3890.             'turbo.doctrine.event_listener' => ['privates''turbo.doctrine.event_listener''getTurbo_Doctrine_EventListenerService'true],
  3891.             'vich_uploader.listener.clean.join_images' => ['privates''vich_uploader.listener.clean.join_images''getVichUploader_Listener_Clean_JoinImagesService'true],
  3892.             'vich_uploader.listener.clean.product_images' => ['privates''vich_uploader.listener.clean.product_images''getVichUploader_Listener_Clean_ProductImagesService'true],
  3893.             'vich_uploader.listener.remove.join_images' => ['privates''vich_uploader.listener.remove.join_images''getVichUploader_Listener_Remove_JoinImagesService'true],
  3894.             'vich_uploader.listener.remove.product_images' => ['privates''vich_uploader.listener.remove.product_images''getVichUploader_Listener_Remove_ProductImagesService'true],
  3895.             'vich_uploader.listener.upload.join_images' => ['privates''vich_uploader.listener.upload.join_images''getVichUploader_Listener_Upload_JoinImagesService'true],
  3896.             'vich_uploader.listener.upload.product_images' => ['privates''vich_uploader.listener.upload.product_images''getVichUploader_Listener_Upload_ProductImagesService'true],
  3897.         ], [
  3898.             'App\\EventSubscriber\\EventDoctrineSubscriber' => '?',
  3899.             'App\\Flexy\\Apps\\CJDropShippingBundle\\EventSubscriber\\EventDoctrineSubscriber' => '?',
  3900.             'App\\Flexy\\Apps\\CueClubBundle\\EventSubscriber\\EventDoctrineSubscriber' => '?',
  3901.             'App\\Flexy\\FrontBundle\\EventSubscriber\\EventDoctrineSubscriber' => '?',
  3902.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\EventSubscriber\\EventDoctrineSubscriber' => '?',
  3903.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\EventListener\\EventDoctrineSubscriber' => '?',
  3904.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\EventSubscriber\\EventDoctrineSubscriber' => '?',
  3905.             'api_platform.doctrine.orm.listener.mercure.publish' => '?',
  3906.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3907.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3908.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3909.             'stof_doctrine_extensions.listener.blameable' => '?',
  3910.             'stof_doctrine_extensions.listener.loggable' => '?',
  3911.             'stof_doctrine_extensions.listener.sluggable' => '?',
  3912.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  3913.             'stof_doctrine_extensions.listener.sortable' => '?',
  3914.             'stof_doctrine_extensions.listener.timestampable' => '?',
  3915.             'stof_doctrine_extensions.listener.translatable' => '?',
  3916.             'turbo.doctrine.event_listener' => '?',
  3917.             'vich_uploader.listener.clean.join_images' => '?',
  3918.             'vich_uploader.listener.clean.product_images' => '?',
  3919.             'vich_uploader.listener.remove.join_images' => '?',
  3920.             'vich_uploader.listener.remove.product_images' => '?',
  3921.             'vich_uploader.listener.upload.join_images' => '?',
  3922.             'vich_uploader.listener.upload.product_images' => '?',
  3923.         ]), [=> 'vich_uploader.listener.clean.product_images'=> 'vich_uploader.listener.clean.join_images'=> [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.loggable'], => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.loggable'], => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.loggable'], => 'App\\Flexy\\FrontBundle\\EventSubscriber\\EventDoctrineSubscriber'=> 'App\\EventSubscriber\\EventDoctrineSubscriber'=> 'App\\Flexy\\Apps\\CJDropShippingBundle\\EventSubscriber\\EventDoctrineSubscriber'=> 'App\\Flexy\\Apps\\CueClubBundle\\EventSubscriber\\EventDoctrineSubscriber'=> 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\EventSubscriber\\EventDoctrineSubscriber'10 => 'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\EventListener\\EventDoctrineSubscriber'11 => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\EventSubscriber\\EventDoctrineSubscriber'12 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'13 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'14 => 'vich_uploader.listener.remove.product_images'15 => 'vich_uploader.listener.upload.product_images'16 => 'vich_uploader.listener.remove.join_images'17 => 'vich_uploader.listener.upload.join_images'18 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 19 => [=> [=> 'onFlush'], => 'api_platform.doctrine.orm.listener.mercure.publish'], 20 => [=> [=> 'postFlush'], => 'api_platform.doctrine.orm.listener.mercure.publish'], 21 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.sluggable'], 22 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.sluggable'], 23 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.sluggable'], 24 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.softdeleteable'], 25 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.softdeleteable'], 26 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.sortable'], 27 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.sortable'], 28 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.sortable'], 29 => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.sortable'], 30 => [=> [=> 'preUpdate'], => 'stof_doctrine_extensions.listener.sortable'], 31 => [=> [=> 'postRemove'], => 'stof_doctrine_extensions.listener.sortable'], 32 => [=> [=> 'postFlush'], => 'stof_doctrine_extensions.listener.sortable'], 33 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.timestampable'], 34 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.timestampable'], 35 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.timestampable'], 36 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.blameable'], 37 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.blameable'], 38 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.blameable'], 39 => [=> [=> 'onFlush'], => 'turbo.doctrine.event_listener'], 40 => [=> [=> 'postFlush'], => 'turbo.doctrine.event_listener'], 41 => [=> [=> 'postLoad'], => 'stof_doctrine_extensions.listener.translatable'], 42 => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.translatable'], 43 => [=> [=> 'preFlush'], => 'stof_doctrine_extensions.listener.translatable'], 44 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.translatable'], 45 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.translatable']]);
  3924.     }
  3925.     /**
  3926.      * Gets the private 'doctrine.fixtures.loader' shared service.
  3927.      *
  3928.      * @return \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader
  3929.      */
  3930.     protected function getDoctrine_Fixtures_LoaderService()
  3931.     {
  3932.         $this->privates['doctrine.fixtures.loader'] = $instance = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  3933.         $instance->addFixtures([=> ['fixture' => new \App\DataFixtures\AppFixtures(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())), 'groups' => []]]);
  3934.         return $instance;
  3935.     }
  3936.     /**
  3937.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3938.      *
  3939.      * @return \Doctrine\Migrations\DependencyFactory
  3940.      */
  3941.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3942.     {
  3943.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3944.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  3945.         $a->setAllOrNothing(false);
  3946.         $a->setCheckDatabasePlatform(true);
  3947.         $a->setTransactional(true);
  3948.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3949.         $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()));
  3950.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', #[\Closure(name'doctrine.migrations.container_aware_migrations_factory', class: 'Doctrine\\Bundle\\MigrationsBundle\\MigrationsFactory\\ContainerAwareMigrationFactory')] function () {
  3951.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3952.         });
  3953.         return $instance;
  3954.     }
  3955.     /**
  3956.      * Gets the private 'doctrine.orm.default_attribute_metadata_driver' shared service.
  3957.      *
  3958.      * @return \Doctrine\ORM\Mapping\Driver\AttributeDriver
  3959.      */
  3960.     protected function getDoctrine_Orm_DefaultAttributeMetadataDriverService()
  3961.     {
  3962.         return $this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/Entity'), => (\dirname(__DIR__4).'/src/Flexy/Apps/POSBundle/Entity'), => (\dirname(__DIR__4).'/src/Flexy/Apps/StockBundle/Entity'), => (\dirname(__DIR__4).'/src/Flexy/FrontBundle/Entity'), => (\dirname(__DIR__4).'/src/Flexy/ShopBundle/Entity'), => (\dirname(__DIR__4).'/src/Flexy/Apps/BookingBundle/Entity'), => (\dirname(__DIR__4).'/src/Flexy/Apps/TransportBundle/Entity'), => (\dirname(__DIR__4).'/src/Flexy/Apps/CJDropShippingBundle/Entity'), => (\dirname(__DIR__4).'/src/Flexy/Apps/CueClubBundle/Entity'), 10 => (\dirname(__DIR__4).'/src/Flexy/Apps/ListingBundle/Entity'), 11 => (\dirname(__DIR__4).'/src/Flexy/Apps/NewsletterBundle/Entity')], false);
  3963.     }
  3964.     /**
  3965.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  3966.      *
  3967.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  3968.      */
  3969.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  3970.     {
  3971.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml'false);
  3972.         $instance->setGlobalBasename('mapping');
  3973.         return $instance;
  3974.     }
  3975.     /**
  3976.      * Gets the private 'exception_listener' shared service.
  3977.      *
  3978.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3979.      */
  3980.     protected function getExceptionListener2Service()
  3981.     {
  3982.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3983.     }
  3984.     /**
  3985.      * Gets the private 'form.factory' shared service.
  3986.      *
  3987.      * @return \Symfony\Component\Form\FormFactory
  3988.      */
  3989.     protected function getForm_FactoryService()
  3990.     {
  3991.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  3992.         if (isset($this->privates['form.factory'])) {
  3993.             return $this->privates['form.factory'];
  3994.         }
  3995.         return $this->privates['form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  3996.     }
  3997.     /**
  3998.      * Gets the private 'form.registry' shared service.
  3999.      *
  4000.      * @return \Symfony\Component\Form\FormRegistry
  4001.      */
  4002.     protected function getForm_RegistryService()
  4003.     {
  4004.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4005.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Customer\\CustomerAddressType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Customer\\CustomerAddressType''getCustomerAddressTypeService'true],
  4006.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Menu\\MenuAttributesType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Menu\\MenuAttributesType''getMenuAttributesTypeService'true],
  4007.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Menu\\MenuItemType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Menu\\MenuItemType''getMenuItemTypeService'true],
  4008.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Menu\\SubMenuItemType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Menu\\SubMenuItemType''getSubMenuItemTypeService'true],
  4009.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Mission\\MissionType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Mission\\MissionType''getMissionTypeService'true],
  4010.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Mission\\RequestMissionType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Mission\\RequestMissionType''getRequestMissionTypeService'true],
  4011.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Mission\\ShipmentType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Mission\\ShipmentType''getShipmentTypeService'true],
  4012.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Order\\CustomerOrderType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Order\\CustomerOrderType''getCustomerOrderTypeService'true],
  4013.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Order\\OrderItemType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Order\\OrderItemType''getOrderItemTypeService'true],
  4014.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Order\\OrderStepInfosType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Order\\OrderStepInfosType''getOrderStepInfosTypeService'true],
  4015.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Order\\OrderType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Order\\OrderType''getOrderTypeService'true],
  4016.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\RegistrationCustomerFormType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\RegistrationCustomerFormType''getRegistrationCustomerFormTypeService'true],
  4017.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\RegistrationCustomerPasswordFormType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\RegistrationCustomerPasswordFormType''getRegistrationCustomerPasswordFormTypeService'true],
  4018.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\RegistrationCustomerProfilFormType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\RegistrationCustomerProfilFormType''getRegistrationCustomerProfilFormTypeService'true],
  4019.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\RegistrationVendorFormType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\RegistrationVendorFormType''getRegistrationVendorFormTypeService'true],
  4020.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Customer\\ComplaintType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Customer\\ComplaintType''getComplaintTypeService'true],
  4021.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Customer\\CustomerAddressType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Customer\\CustomerAddressType''getCustomerAddressType2Service'true],
  4022.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Menu\\MenuAttributesType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Menu\\MenuAttributesType''getMenuAttributesType2Service'true],
  4023.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Menu\\MenuItemType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Menu\\MenuItemType''getMenuItemType2Service'true],
  4024.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Menu\\SubMenuItemType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Menu\\SubMenuItemType''getSubMenuItemType2Service'true],
  4025.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Order\\CustomerOrderType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Order\\CustomerOrderType''getCustomerOrderType2Service'true],
  4026.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Order\\MetaDataType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Order\\MetaDataType''getMetaDataTypeService'true],
  4027.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Order\\OrderType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Order\\OrderType''getOrderType2Service'true],
  4028.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Product\\MetaDataType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Product\\MetaDataType''getMetaDataType2Service'true],
  4029.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\RegistrationCustomerFormType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\RegistrationCustomerFormType''getRegistrationCustomerFormType2Service'true],
  4030.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\RegistrationCustomerPasswordFormType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\RegistrationCustomerPasswordFormType''getRegistrationCustomerPasswordFormType2Service'true],
  4031.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\RegistrationCustomerProfilFormType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\RegistrationCustomerProfilFormType''getRegistrationCustomerProfilFormType2Service'true],
  4032.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\RegistrationVendorFormType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\RegistrationVendorFormType''getRegistrationVendorFormType2Service'true],
  4033.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\UserPasswordFormType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\UserPasswordFormType''getUserPasswordFormTypeService'true],
  4034.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Customer\\CustomerAddressType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Customer\\CustomerAddressType''getCustomerAddressType3Service'true],
  4035.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Menu\\MenuAttributesType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Menu\\MenuAttributesType''getMenuAttributesType3Service'true],
  4036.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Menu\\MenuItemType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Menu\\MenuItemType''getMenuItemType3Service'true],
  4037.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Menu\\SubMenuItemType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Menu\\SubMenuItemType''getSubMenuItemType3Service'true],
  4038.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Mission\\MissionType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Mission\\MissionType''getMissionType2Service'true],
  4039.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Mission\\RequestMissionType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Mission\\RequestMissionType''getRequestMissionType2Service'true],
  4040.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Mission\\ShipmentType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Mission\\ShipmentType''getShipmentType2Service'true],
  4041.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Order\\CustomerOrderType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Order\\CustomerOrderType''getCustomerOrderType3Service'true],
  4042.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Order\\OrderItemType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Order\\OrderItemType''getOrderItemType2Service'true],
  4043.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Order\\OrderStepInfosType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Order\\OrderStepInfosType''getOrderStepInfosType2Service'true],
  4044.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Order\\OrderType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Order\\OrderType''getOrderType3Service'true],
  4045.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\RegistrationCustomerFormType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\RegistrationCustomerFormType''getRegistrationCustomerFormType3Service'true],
  4046.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\RegistrationCustomerPasswordFormType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\RegistrationCustomerPasswordFormType''getRegistrationCustomerPasswordFormType3Service'true],
  4047.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\RegistrationCustomerProfilFormType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\RegistrationCustomerProfilFormType''getRegistrationCustomerProfilFormType3Service'true],
  4048.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\RegistrationVendorFormType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\RegistrationVendorFormType''getRegistrationVendorFormType3Service'true],
  4049.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Admin\\Transport\\OrderItemType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Admin\\Transport\\OrderItemType''getOrderItemType3Service'true],
  4050.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Customer\\CustomerAddressType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Customer\\CustomerAddressType''getCustomerAddressType4Service'true],
  4051.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Invoice\\CustomerInvoiceType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Invoice\\CustomerInvoiceType''getCustomerInvoiceTypeService'true],
  4052.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Invoice\\InvoiceStepInfoType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Invoice\\InvoiceStepInfoType''getInvoiceStepInfoTypeService'true],
  4053.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Invoice\\InvoiceType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Invoice\\InvoiceType''getInvoiceTypeService'true],
  4054.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Menu\\MenuAttributesType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Menu\\MenuAttributesType''getMenuAttributesType4Service'true],
  4055.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Menu\\MenuItemType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Menu\\MenuItemType''getMenuItemType4Service'true],
  4056.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Menu\\SubMenuItemType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Menu\\SubMenuItemType''getSubMenuItemType4Service'true],
  4057.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Mission\\MissionType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Mission\\MissionType''getMissionType3Service'true],
  4058.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Mission\\RequestMissionType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Mission\\RequestMissionType''getRequestMissionType3Service'true],
  4059.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Mission\\ShipmentType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Mission\\ShipmentType''getShipmentType3Service'true],
  4060.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Order\\CustomerOrderType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Order\\CustomerOrderType''getCustomerOrderType4Service'true],
  4061.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Order\\OrderItemType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Order\\OrderItemType''getOrderItemType4Service'true],
  4062.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Order\\OrderStepInfosType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Order\\OrderStepInfosType''getOrderStepInfosType3Service'true],
  4063.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Order\\OrderType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Order\\OrderType''getOrderType4Service'true],
  4064.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\RegistrationCustomerFormType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\RegistrationCustomerFormType''getRegistrationCustomerFormType4Service'true],
  4065.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\RegistrationCustomerPasswordFormType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\RegistrationCustomerPasswordFormType''getRegistrationCustomerPasswordFormType4Service'true],
  4066.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\RegistrationCustomerProfilFormType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\RegistrationCustomerProfilFormType''getRegistrationCustomerProfilFormType4Service'true],
  4067.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\RegistrationVendorFormType' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\RegistrationVendorFormType''getRegistrationVendorFormType4Service'true],
  4068.             'App\\Flexy\\ShopBundle\\Filter\\Customer\\RevenueBetweenFilterType' => ['privates''App\\Flexy\\ShopBundle\\Filter\\Customer\\RevenueBetweenFilterType''getRevenueBetweenFilterTypeService'true],
  4069.             'App\\Flexy\\ShopBundle\\Form\\Customer\\CustomerWalletPointType' => ['privates''App\\Flexy\\ShopBundle\\Form\\Customer\\CustomerWalletPointType''getCustomerWalletPointTypeService'true],
  4070.             'App\\Flexy\\ShopBundle\\Form\\ImageProductType' => ['privates''App\\Flexy\\ShopBundle\\Form\\ImageProductType''getImageProductTypeService'true],
  4071.             'App\\Flexy\\ShopBundle\\Form\\Order\\OrderItemType' => ['privates''App\\Flexy\\ShopBundle\\Form\\Order\\OrderItemType''getOrderItemType5Service'true],
  4072.             'App\\Flexy\\ShopBundle\\Form\\Product\\AttributValueEditType' => ['privates''App\\Flexy\\ShopBundle\\Form\\Product\\AttributValueEditType''getAttributValueEditTypeService'true],
  4073.             'App\\Flexy\\ShopBundle\\Form\\Product\\AttributValueType' => ['privates''App\\Flexy\\ShopBundle\\Form\\Product\\AttributValueType''getAttributValueTypeService'true],
  4074.             'App\\Flexy\\ShopBundle\\Form\\Product\\CustomerAddressType' => ['privates''App\\Flexy\\ShopBundle\\Form\\Product\\CustomerAddressType''getCustomerAddressType5Service'true],
  4075.             'App\\Flexy\\ShopBundle\\Form\\Product\\MetaDataType' => ['privates''App\\Flexy\\ShopBundle\\Form\\Product\\MetaDataType''getMetaDataType3Service'true],
  4076.             'App\\Flexy\\ShopBundle\\Form\\Product\\ProductVariantType' => ['privates''App\\Flexy\\ShopBundle\\Form\\Product\\ProductVariantType''getProductVariantTypeService'true],
  4077.             'App\\Flexy\\ShopBundle\\Form\\Shipping\\ShippingCalculationType' => ['privates''App\\Flexy\\ShopBundle\\Form\\Shipping\\ShippingCalculationType''getShippingCalculationTypeService'true],
  4078.             'App\\Flexy\\ShopBundle\\Form\\Shipping\\ShippingRuleType' => ['privates''App\\Flexy\\ShopBundle\\Form\\Shipping\\ShippingRuleType''getShippingRuleTypeService'true],
  4079.             'App\\Form\\ChangePasswordFormType' => ['privates''App\\Form\\ChangePasswordFormType''getChangePasswordFormTypeService'true],
  4080.             'App\\Form\\ExcludeDaysType' => ['privates''App\\Form\\ExcludeDaysType''getExcludeDaysTypeService'true],
  4081.             'App\\Form\\ResetPasswordRequestFormType' => ['privates''App\\Form\\ResetPasswordRequestFormType''getResetPasswordRequestFormTypeService'true],
  4082.             'App\\Form\\ShipmentTrackingType' => ['privates''App\\Form\\ShipmentTrackingType''getShipmentTrackingTypeService'true],
  4083.             'App\\Form\\ShipmentType' => ['privates''App\\Form\\ShipmentType''getShipmentType4Service'true],
  4084.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType''getCrudFormTypeService'true],
  4085.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType''getFileUploadTypeService'true],
  4086.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType''getFiltersFormTypeService'true],
  4087.             'Gregwar\\CaptchaBundle\\Type\\CaptchaType' => ['services''gregwar_captcha.type''getGregwarCaptcha_TypeService'true],
  4088.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  4089.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  4090.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  4091.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['privates''form.type.file''getForm_Type_FileService'true],
  4092.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  4093.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'true],
  4094.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'true],
  4095.         ], [
  4096.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Customer\\CustomerAddressType' => '?',
  4097.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Menu\\MenuAttributesType' => '?',
  4098.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Menu\\MenuItemType' => '?',
  4099.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Menu\\SubMenuItemType' => '?',
  4100.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Mission\\MissionType' => '?',
  4101.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Mission\\RequestMissionType' => '?',
  4102.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Mission\\ShipmentType' => '?',
  4103.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Order\\CustomerOrderType' => '?',
  4104.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Order\\OrderItemType' => '?',
  4105.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Order\\OrderStepInfosType' => '?',
  4106.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\Order\\OrderType' => '?',
  4107.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\RegistrationCustomerFormType' => '?',
  4108.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\RegistrationCustomerPasswordFormType' => '?',
  4109.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\RegistrationCustomerProfilFormType' => '?',
  4110.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Form\\RegistrationVendorFormType' => '?',
  4111.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Customer\\ComplaintType' => '?',
  4112.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Customer\\CustomerAddressType' => '?',
  4113.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Menu\\MenuAttributesType' => '?',
  4114.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Menu\\MenuItemType' => '?',
  4115.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Menu\\SubMenuItemType' => '?',
  4116.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Order\\CustomerOrderType' => '?',
  4117.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Order\\MetaDataType' => '?',
  4118.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Order\\OrderType' => '?',
  4119.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\Product\\MetaDataType' => '?',
  4120.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\RegistrationCustomerFormType' => '?',
  4121.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\RegistrationCustomerPasswordFormType' => '?',
  4122.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\RegistrationCustomerProfilFormType' => '?',
  4123.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\RegistrationVendorFormType' => '?',
  4124.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Form\\UserPasswordFormType' => '?',
  4125.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Customer\\CustomerAddressType' => '?',
  4126.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Menu\\MenuAttributesType' => '?',
  4127.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Menu\\MenuItemType' => '?',
  4128.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Menu\\SubMenuItemType' => '?',
  4129.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Mission\\MissionType' => '?',
  4130.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Mission\\RequestMissionType' => '?',
  4131.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Mission\\ShipmentType' => '?',
  4132.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Order\\CustomerOrderType' => '?',
  4133.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Order\\OrderItemType' => '?',
  4134.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Order\\OrderStepInfosType' => '?',
  4135.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\Order\\OrderType' => '?',
  4136.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\RegistrationCustomerFormType' => '?',
  4137.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\RegistrationCustomerPasswordFormType' => '?',
  4138.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\RegistrationCustomerProfilFormType' => '?',
  4139.             'App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Form\\RegistrationVendorFormType' => '?',
  4140.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Admin\\Transport\\OrderItemType' => '?',
  4141.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Customer\\CustomerAddressType' => '?',
  4142.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Invoice\\CustomerInvoiceType' => '?',
  4143.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Invoice\\InvoiceStepInfoType' => '?',
  4144.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Invoice\\InvoiceType' => '?',
  4145.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Menu\\MenuAttributesType' => '?',
  4146.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Menu\\MenuItemType' => '?',
  4147.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Menu\\SubMenuItemType' => '?',
  4148.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Mission\\MissionType' => '?',
  4149.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Mission\\RequestMissionType' => '?',
  4150.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Mission\\ShipmentType' => '?',
  4151.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Order\\CustomerOrderType' => '?',
  4152.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Order\\OrderItemType' => '?',
  4153.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Order\\OrderStepInfosType' => '?',
  4154.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\Order\\OrderType' => '?',
  4155.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\RegistrationCustomerFormType' => '?',
  4156.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\RegistrationCustomerPasswordFormType' => '?',
  4157.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\RegistrationCustomerProfilFormType' => '?',
  4158.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Form\\RegistrationVendorFormType' => '?',
  4159.             'App\\Flexy\\ShopBundle\\Filter\\Customer\\RevenueBetweenFilterType' => '?',
  4160.             'App\\Flexy\\ShopBundle\\Form\\Customer\\CustomerWalletPointType' => '?',
  4161.             'App\\Flexy\\ShopBundle\\Form\\ImageProductType' => '?',
  4162.             'App\\Flexy\\ShopBundle\\Form\\Order\\OrderItemType' => '?',
  4163.             'App\\Flexy\\ShopBundle\\Form\\Product\\AttributValueEditType' => '?',
  4164.             'App\\Flexy\\ShopBundle\\Form\\Product\\AttributValueType' => '?',
  4165.             'App\\Flexy\\ShopBundle\\Form\\Product\\CustomerAddressType' => '?',
  4166.             'App\\Flexy\\ShopBundle\\Form\\Product\\MetaDataType' => '?',
  4167.             'App\\Flexy\\ShopBundle\\Form\\Product\\ProductVariantType' => '?',
  4168.             'App\\Flexy\\ShopBundle\\Form\\Shipping\\ShippingCalculationType' => '?',
  4169.             'App\\Flexy\\ShopBundle\\Form\\Shipping\\ShippingRuleType' => '?',
  4170.             'App\\Form\\ChangePasswordFormType' => '?',
  4171.             'App\\Form\\ExcludeDaysType' => '?',
  4172.             'App\\Form\\ResetPasswordRequestFormType' => '?',
  4173.             'App\\Form\\ShipmentTrackingType' => '?',
  4174.             'App\\Form\\ShipmentType' => '?',
  4175.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => '?',
  4176.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  4177.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => '?',
  4178.             'Gregwar\\CaptchaBundle\\Type\\CaptchaType' => '?',
  4179.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4180.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4181.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4182.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4183.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4184.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  4185.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  4186.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4187.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  4188.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  4189.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  4190.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  4191.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  4192.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  4193.             yield => ($this->privates['form.type_extension.form.password_hasher'] ?? $this->load('getForm_TypeExtension_Form_PasswordHasherService'));
  4194.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'] ?? $this->load('getEaCrudFormTypeExtensionService'));
  4195.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4196.             yield => ($this->privates['form.type_extension.repeated.validator'] ??= new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension());
  4197.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4198.             yield => ($this->privates['form.type_extension.submit.validator'] ??= new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension());
  4199.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\PasswordType' => new RewindableGenerator(function () {
  4200.             yield => ($this->privates['form.type_extension.password.password_hasher'] ?? $this->load('getForm_TypeExtension_Password_PasswordHasherService'));
  4201.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
  4202.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\CollectionTypeExtension());
  4203.         }, 1)], new RewindableGenerator(function () {
  4204.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  4205.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  4206.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4207.     }
  4208.     /**
  4209.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4210.      *
  4211.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4212.      */
  4213.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4214.     {
  4215.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ??= new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory()));
  4216.     }
  4217.     /**
  4218.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4219.      *
  4220.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4221.      */
  4222.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4223.     {
  4224.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  4225.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  4226.             return $this->privates['framework_extra_bundle.event.is_granted'];
  4227.         }
  4228.         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);
  4229.     }
  4230.     /**
  4231.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  4232.      *
  4233.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  4234.      */
  4235.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  4236.     {
  4237.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/bootstrap_v5_pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  4238.     }
  4239.     /**
  4240.      * Gets the private 'limiter.api_limit' shared service.
  4241.      *
  4242.      * @return \Symfony\Component\RateLimiter\RateLimiterFactory
  4243.      */
  4244.     protected function getLimiter_ApiLimitService()
  4245.     {
  4246.         $a = new \Symfony\Component\Lock\LockFactory(\Symfony\Component\Lock\Store\StoreFactory::createStore($this->getEnv('LOCK_DSN')));
  4247.         $b = new \Symfony\Bridge\Monolog\Logger('lock');
  4248.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4249.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4250.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4251.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  4252.         $a->setLogger($b);
  4253.         return $this->privates['limiter.api_limit'] = new \Symfony\Component\RateLimiter\RateLimiterFactory(['policy' => 'fixed_window''limit' => 100'interval' => '1 minute''id' => 'api_limit'], new \Symfony\Component\RateLimiter\Storage\CacheStorage(($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService())), $a);
  4254.     }
  4255.     /**
  4256.      * Gets the private 'locale_aware_listener' shared service.
  4257.      *
  4258.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4259.      */
  4260.     protected function getLocaleAwareListenerService()
  4261.     {
  4262.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4263.             yield => ($this->privates['slugger'] ??= new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('LOCALE')));
  4264.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4265.             yield => ($this->privates['translation.locale_switcher'] ?? $this->load('getTranslation_LocaleSwitcherService'));
  4266.         }, 3), ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  4267.     }
  4268.     /**
  4269.      * Gets the private 'locale_listener' shared service.
  4270.      *
  4271.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4272.      */
  4273.     protected function getLocaleListenerService()
  4274.     {
  4275.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $this->getEnv('LOCALE'), ($this->services['router'] ?? $this->getRouterService()), false, []);
  4276.     }
  4277.     /**
  4278.      * Gets the private 'mailer.mailer' shared service.
  4279.      *
  4280.      * @return \Symfony\Component\Mailer\Mailer
  4281.      */
  4282.     protected function getMailer_MailerService()
  4283.     {
  4284.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  4285.         if (isset($this->privates['mailer.mailer'])) {
  4286.             return $this->privates['mailer.mailer'];
  4287.         }
  4288.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4289.         if (isset($this->privates['mailer.mailer'])) {
  4290.             return $this->privates['mailer.mailer'];
  4291.         }
  4292.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($aNULL$b);
  4293.     }
  4294.     /**
  4295.      * Gets the private 'mailer.transports' shared service.
  4296.      *
  4297.      * @return \Symfony\Component\Mailer\Transport\Transports
  4298.      */
  4299.     protected function getMailer_TransportsService()
  4300.     {
  4301.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  4302.             yield => ($this->privates['mailer.transport_factory.gmail'] ?? $this->load('getMailer_TransportFactory_GmailService'));
  4303.             yield => ($this->privates['mailer.transport_factory.mailjet'] ?? $this->load('getMailer_TransportFactory_MailjetService'));
  4304.             yield => ($this->privates['mailer.transport_factory.postmark'] ?? $this->load('getMailer_TransportFactory_PostmarkService'));
  4305.             yield => ($this->privates['mailer.transport_factory.sendgrid'] ?? $this->load('getMailer_TransportFactory_SendgridService'));
  4306.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  4307.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  4308.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  4309.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  4310.         }, 8)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  4311.     }
  4312.     /**
  4313.      * Gets the private 'mercure.hub.default.traceable' shared service.
  4314.      *
  4315.      * @return \Symfony\Component\Mercure\Debug\TraceableHub
  4316.      */
  4317.     protected function getMercure_Hub_Default_TraceableService()
  4318.     {
  4319.         $a = new \Symfony\Component\Mercure\Jwt\LcobucciFactory($this->getEnv('MERCURE_JWT_SECRET'), 'hmac.sha256'NULL'');
  4320.         return $this->privates['mercure.hub.default.traceable'] = new \Symfony\Component\Mercure\Debug\TraceableHub(new \Symfony\Component\Mercure\Hub($this->getEnv('MERCURE_URL'), new \Symfony\Component\Mercure\Jwt\FactoryTokenProvider($a, [], [=> '*']), $a$this->getEnv('MERCURE_PUBLIC_URL'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())), ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)));
  4321.     }
  4322.     /**
  4323.      * Gets the private 'mime_types' shared service.
  4324.      *
  4325.      * @return \Symfony\Component\Mime\MimeTypes
  4326.      */
  4327.     protected function getMimeTypesService()
  4328.     {
  4329.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  4330.         $instance->setDefault($instance);
  4331.         return $instance;
  4332.     }
  4333.     /**
  4334.      * Gets the private 'monolog.handler.console' shared service.
  4335.      *
  4336.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4337.      */
  4338.     protected function getMonolog_Handler_ConsoleService()
  4339.     {
  4340.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4341.     }
  4342.     /**
  4343.      * Gets the private 'monolog.handler.main' shared service.
  4344.      *
  4345.      * @return \Monolog\Handler\StreamHandler
  4346.      */
  4347.     protected function getMonolog_Handler_MainService()
  4348.     {
  4349.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  4350.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  4351.         return $instance;
  4352.     }
  4353.     /**
  4354.      * Gets the private 'monolog.logger' shared service.
  4355.      *
  4356.      * @return \Symfony\Bridge\Monolog\Logger
  4357.      */
  4358.     protected function getMonolog_LoggerService()
  4359.     {
  4360.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4361.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4362.         $instance->useMicrosecondTimestamps(true);
  4363.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4364.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4365.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4366.         return $instance;
  4367.     }
  4368.     /**
  4369.      * Gets the private 'monolog.logger.cache' shared service.
  4370.      *
  4371.      * @return \Symfony\Bridge\Monolog\Logger
  4372.      */
  4373.     protected function getMonolog_Logger_CacheService()
  4374.     {
  4375.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4376.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4377.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4378.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4379.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4380.         return $instance;
  4381.     }
  4382.     /**
  4383.      * Gets the private 'monolog.logger.request' shared service.
  4384.      *
  4385.      * @return \Symfony\Bridge\Monolog\Logger
  4386.      */
  4387.     protected function getMonolog_Logger_RequestService()
  4388.     {
  4389.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4390.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4391.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4392.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4393.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4394.         return $instance;
  4395.     }
  4396.     /**
  4397.      * Gets the private 'monolog.logger.security' shared service.
  4398.      *
  4399.      * @return \Symfony\Bridge\Monolog\Logger
  4400.      */
  4401.     protected function getMonolog_Logger_SecurityService()
  4402.     {
  4403.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  4404.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4405.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4406.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4407.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4408.         return $instance;
  4409.     }
  4410.     /**
  4411.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  4412.      *
  4413.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  4414.      */
  4415.     protected function getNelmioCors_CorsListenerService()
  4416.     {
  4417.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  4418.     }
  4419.     /**
  4420.      * Gets the private 'parameter_bag' shared service.
  4421.      *
  4422.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4423.      */
  4424.     protected function getParameterBagService()
  4425.     {
  4426.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4427.     }
  4428.     /**
  4429.      * Gets the private 'profiler_listener' shared service.
  4430.      *
  4431.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4432.      */
  4433.     protected function getProfilerListenerService()
  4434.     {
  4435.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4436.         if (isset($this->privates['profiler_listener'])) {
  4437.             return $this->privates['profiler_listener'];
  4438.         }
  4439.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), NULLfalsefalseNULL);
  4440.     }
  4441.     /**
  4442.      * Gets the private 'property_accessor' shared service.
  4443.      *
  4444.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  4445.      */
  4446.     protected function getPropertyAccessorService()
  4447.     {
  4448.         $a = ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  4449.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  4450.     }
  4451.     /**
  4452.      * Gets the private 'property_info' shared service.
  4453.      *
  4454.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4455.      */
  4456.     protected function getPropertyInfoService()
  4457.     {
  4458.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4459.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4460.             yield => ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  4461.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4462.         }, 3), new RewindableGenerator(function () {
  4463.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4464.             yield => ($this->privates['property_info.phpstan_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor());
  4465.             yield => ($this->privates['property_info.php_doc_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor());
  4466.             yield => ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  4467.         }, 4), new RewindableGenerator(function () {
  4468.             yield => ($this->privates['property_info.php_doc_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor());
  4469.         }, 1), new RewindableGenerator(function () {
  4470.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4471.             yield => ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  4472.         }, 2), new RewindableGenerator(function () {
  4473.             yield => ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  4474.         }, 1));
  4475.     }
  4476.     /**
  4477.      * Gets the private 'router.expression_language_provider' shared service.
  4478.      *
  4479.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4480.      */
  4481.     protected function getRouter_ExpressionLanguageProviderService()
  4482.     {
  4483.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4484.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4485.             'service' => ['services''container.get_routing_condition_service''getContainer_GetRoutingConditionServiceService'true],
  4486.         ], [
  4487.             'env' => 'Closure',
  4488.             'service' => 'Closure',
  4489.         ]));
  4490.     }
  4491.     /**
  4492.      * Gets the private 'router.request_context' shared service.
  4493.      *
  4494.      * @return \Symfony\Component\Routing\RequestContext
  4495.      */
  4496.     protected function getRouter_RequestContextService()
  4497.     {
  4498.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4499.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4500.         return $instance;
  4501.     }
  4502.     /**
  4503.      * Gets the private 'router_listener' shared service.
  4504.      *
  4505.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4506.      */
  4507.     protected function getRouterListenerService()
  4508.     {
  4509.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($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);
  4510.     }
  4511.     /**
  4512.      * Gets the private 'security.authorization_checker' shared service.
  4513.      *
  4514.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  4515.      */
  4516.     protected function getSecurity_AuthorizationCheckerService()
  4517.     {
  4518.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4519.         if (isset($this->privates['security.authorization_checker'])) {
  4520.             return $this->privates['security.authorization_checker'];
  4521.         }
  4522.         return $this->privates['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $afalsefalse);
  4523.     }
  4524.     /**
  4525.      * Gets the private 'security.context_listener.0' shared service.
  4526.      *
  4527.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4528.      */
  4529.     protected function getSecurity_ContextListener_0Service()
  4530.     {
  4531.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  4532.         if (isset($this->privates['security.context_listener.0'])) {
  4533.             return $this->privates['security.context_listener.0'];
  4534.         }
  4535.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), new RewindableGenerator(function () {
  4536.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  4537.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), [=> ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  4538.     }
  4539.     /**
  4540.      * Gets the private 'security.csrf.token_manager' shared service.
  4541.      *
  4542.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  4543.      */
  4544.     protected function getSecurity_Csrf_TokenManagerService()
  4545.     {
  4546.         return $this->privates['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  4547.     }
  4548.     /**
  4549.      * Gets the private 'security.csrf.token_storage' shared service.
  4550.      *
  4551.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  4552.      */
  4553.     protected function getSecurity_Csrf_TokenStorageService()
  4554.     {
  4555.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  4556.     }
  4557.     /**
  4558.      * Gets the private 'security.event_dispatcher.main' shared service.
  4559.      *
  4560.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4561.      */
  4562.     protected function getSecurity_EventDispatcher_MainService()
  4563.     {
  4564.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4565.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.main.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  4566.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  4567.         }, => 'checkPassport'], 2048);
  4568.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.session.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\SessionStrategyListener')] function () {
  4569.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  4570.         }, => 'onSuccessfulLogin'], 0);
  4571.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.default.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\DefaultLogoutListener')] function () {
  4572.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  4573.         }, => 'onLogout'], 64);
  4574.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.session.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\SessionLogoutListener')] function () {
  4575.             return ($this->privates['security.logout.listener.session.main'] ??= new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener());
  4576.         }, => 'onLogout'], 0);
  4577.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.check_remember_me_conditions.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckRememberMeConditionsListener')] function () {
  4578.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  4579.         }, => 'onSuccessfulLogin'], -32);
  4580.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.remember_me.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\RememberMeListener')] function () {
  4581.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  4582.         }, => 'onSuccessfulLogin'], -64);
  4583.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> #[\Closure(name'security.listener.remember_me.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\RememberMeListener')] function () {
  4584.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  4585.         }, => 'clearCookie'], 0);
  4586.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.listener.remember_me.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\RememberMeListener')] function () {
  4587.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  4588.         }, => 'clearCookie'], 0);
  4589.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> #[\Closure(name'security.listener.remember_me.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\RememberMeListener')] function () {
  4590.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  4591.         }, => 'clearCookie'], 0);
  4592.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_checker.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] function () {
  4593.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  4594.         }, => 'preCheckCredentials'], 256);
  4595.         $instance->addListener('security.authentication.success', [=> #[\Closure(name'security.listener.user_checker.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] function () {
  4596.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  4597.         }, => 'postCheckCredentials'], 256);
  4598.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  4599.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4600.         }, => 'checkPassport'], 1024);
  4601.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] function () {
  4602.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  4603.         }, => 'checkPassport'], 0);
  4604.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] function () {
  4605.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  4606.         }, => 'onLoginSuccess'], 0);
  4607.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] function () {
  4608.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  4609.         }, => 'checkPassport'], 512);
  4610.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] function () {
  4611.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  4612.         }, => 'onLogout'], 0);
  4613.         return $instance;
  4614.     }
  4615.     /**
  4616.      * Gets the private 'security.expression_language' shared service.
  4617.      *
  4618.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  4619.      */
  4620.     protected function getSecurity_ExpressionLanguageService()
  4621.     {
  4622.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  4623.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ??= new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider()));
  4624.         return $instance;
  4625.     }
  4626.     /**
  4627.      * Gets the private 'security.firewall.map' shared service.
  4628.      *
  4629.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4630.      */
  4631.     protected function getSecurity_Firewall_MapService()
  4632.     {
  4633.         $a = ($this->privates['.service_locator.JZEla2M'] ?? $this->get_ServiceLocator_JZEla2MService());
  4634.         if (isset($this->privates['security.firewall.map'])) {
  4635.             return $this->privates['security.firewall.map'];
  4636.         }
  4637.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4638.             yield 'security.firewall.map.context.image_resolver' => ($this->privates['.security.request_matcher.3gEPr8U'] ?? $this->load('get_Security_RequestMatcher_3gEPr8UService'));
  4639.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.8AnR0v7'] ?? $this->load('get_Security_RequestMatcher_8AnR0v7Service'));
  4640.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.kLbKLHa'] ?? $this->load('get_Security_RequestMatcher_KLbKLHaService'));
  4641.             yield 'security.firewall.map.context.main' => NULL;
  4642.         }, 4));
  4643.     }
  4644.     /**
  4645.      * Gets the private 'security.helper' shared service.
  4646.      *
  4647.      * @return \Symfony\Bundle\SecurityBundle\Security
  4648.      */
  4649.     protected function getSecurity_HelperService()
  4650.     {
  4651.         return $this->privates['security.helper'] = new \Symfony\Bundle\SecurityBundle\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4652.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4653.             'security.authenticator.managers_locator' => ['privates''security.authenticator.managers_locator''getSecurity_Authenticator_ManagersLocatorService'true],
  4654.             'security.authorization_checker' => ['privates''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4655.             'security.csrf.token_manager' => ['privates''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  4656.             'security.firewall.event_dispatcher_locator' => ['privates''security.firewall.event_dispatcher_locator''getSecurity_Firewall_EventDispatcherLocatorService'true],
  4657.             'security.firewall.map' => ['privates''security.firewall.map''getSecurity_Firewall_MapService'false],
  4658.             'security.token_storage' => ['privates''security.token_storage''getSecurity_TokenStorageService'false],
  4659.             'security.user_checker' => ['privates''security.user_checker''getSecurity_UserCheckerService'true],
  4660.         ], [
  4661.             'request_stack' => '?',
  4662.             'security.authenticator.managers_locator' => '?',
  4663.             'security.authorization_checker' => '?',
  4664.             'security.csrf.token_manager' => '?',
  4665.             'security.firewall.event_dispatcher_locator' => '?',
  4666.             'security.firewall.map' => '?',
  4667.             'security.token_storage' => '?',
  4668.             'security.user_checker' => '?',
  4669.         ]), ['image_resolver' => NULL'api' => new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4670.             'security.authenticator.jwt.api' => ['privates''security.authenticator.jwt.api''getSecurity_Authenticator_Jwt_ApiService'true],
  4671.         ], [
  4672.             'security.authenticator.jwt.api' => '?',
  4673.         ]), 'dev' => NULL'main' => new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4674.             'App\\Security\\AppAuthenticator' => ['privates''App\\Security\\AppAuthenticator''getAppAuthenticatorService'true],
  4675.             'App\\Security\\FacebookAuthenticator' => ['privates''App\\Security\\FacebookAuthenticator''getFacebookAuthenticatorService'true],
  4676.             'App\\Security\\GoogleAuthenticator' => ['privates''App\\Security\\GoogleAuthenticator''getGoogleAuthenticatorService'true],
  4677.             'security.authenticator.form_login.main' => ['privates''security.authenticator.form_login.main''getSecurity_Authenticator_FormLogin_MainService'true],
  4678.             'security.authenticator.json_login.main' => ['privates''security.authenticator.json_login.main''getSecurity_Authenticator_JsonLogin_MainService'true],
  4679.             'security.authenticator.remember_me.main' => ['privates''security.authenticator.remember_me.main''getSecurity_Authenticator_RememberMe_MainService'true],
  4680.         ], [
  4681.             'App\\Security\\AppAuthenticator' => '?',
  4682.             'App\\Security\\FacebookAuthenticator' => '?',
  4683.             'App\\Security\\GoogleAuthenticator' => '?',
  4684.             'security.authenticator.form_login.main' => '?',
  4685.             'security.authenticator.json_login.main' => '?',
  4686.             'security.authenticator.remember_me.main' => '?',
  4687.         ])]);
  4688.     }
  4689.     /**
  4690.      * Gets the private 'security.logout_url_generator' shared service.
  4691.      *
  4692.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4693.      */
  4694.     protected function getSecurity_LogoutUrlGeneratorService()
  4695.     {
  4696.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  4697.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  4698.         return $instance;
  4699.     }
  4700.     /**
  4701.      * Gets the private 'security.password_hasher_factory' shared service.
  4702.      *
  4703.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  4704.      */
  4705.     protected function getSecurity_PasswordHasherFactoryService()
  4706.     {
  4707.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  4708.     }
  4709.     /**
  4710.      * Gets the private 'security.token_storage' shared service.
  4711.      *
  4712.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  4713.      */
  4714.     protected function getSecurity_TokenStorageService()
  4715.     {
  4716.         return $this->privates['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4717.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4718.         ], [
  4719.             'request_stack' => '?',
  4720.         ]));
  4721.     }
  4722.     /**
  4723.      * Gets the private 'security.user_password_hasher' shared service.
  4724.      *
  4725.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  4726.      */
  4727.     protected function getSecurity_UserPasswordHasherService()
  4728.     {
  4729.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  4730.     }
  4731.     /**
  4732.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4733.      *
  4734.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4735.      */
  4736.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4737.     {
  4738.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4739.     }
  4740.     /**
  4741.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4742.      *
  4743.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4744.      */
  4745.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4746.     {
  4747.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4748.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4749.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4750.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4751.     }
  4752.     /**
  4753.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4754.      *
  4755.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4756.      */
  4757.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4758.     {
  4759.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  4760.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4761.             return $this->privates['sensio_framework_extra.security.listener'];
  4762.         }
  4763.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  4764.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ??= new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider()));
  4765.         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'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), ($this->privates['security.role_hierarchy'] ??= new \Symfony\Component\Security\Core\Role\RoleHierarchy([])), ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4766.     }
  4767.     /**
  4768.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4769.      *
  4770.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4771.      */
  4772.     protected function getSensioFrameworkExtra_View_ListenerService()
  4773.     {
  4774.         $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))));
  4775.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4776.             'twig' => ['privates''twig''getTwigService'false],
  4777.         ], [
  4778.             'twig' => 'Twig\\Environment',
  4779.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4780.         return $instance;
  4781.     }
  4782.     /**
  4783.      * Gets the private 'serializer' shared service.
  4784.      *
  4785.      * @return \Symfony\Component\Serializer\Serializer
  4786.      */
  4787.     protected function getSerializerService()
  4788.     {
  4789.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  4790.         if (isset($this->privates['serializer'])) {
  4791.             return $this->privates['serializer'];
  4792.         }
  4793.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  4794.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4795.         $d = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  4796.         $e = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$b$c)], [=> $d]));
  4797.         $f = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($e);
  4798.         $g = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  4799.         $h = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  4800.         $i = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  4801.         $j = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($g$h$i, ($this->privates['api_platform.json_schema.schema_factory'] ?? $this->getApiPlatform_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), NULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), false'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLtrue$e));
  4802.         $k = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  4803.         $l = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  4804.         $m = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($l);
  4805.         return $this->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => $f=> $j=> new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $k), => $j=> $f=> new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \ApiPlatform\Serializer\ItemNormalizer($h$i, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService')), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), $b$k$l, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  4806.             return new \EmptyIterator();
  4807.         }, 0), $g$a), 10 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), 12 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($l$k$c$mNULL)), 13 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 15 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 18 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 19 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($l$k$b$c$mNULL)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $d=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  4808.     }
  4809.     /**
  4810.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  4811.      *
  4812.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  4813.      */
  4814.     protected function getSerializer_NameConverter_MetadataAwareService()
  4815.     {
  4816.         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()));
  4817.     }
  4818.     /**
  4819.      * Gets the private 'session_listener' shared service.
  4820.      *
  4821.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4822.      */
  4823.     protected function getSessionListenerService()
  4824.     {
  4825.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4826.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4827.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4828.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  4829.         ], [
  4830.             'logger' => '?',
  4831.             'session_collector' => '?',
  4832.             'session_factory' => '?',
  4833.         ]), true$this->parameters['session.storage.options']);
  4834.     }
  4835.     /**
  4836.      * Gets the private 'stimulus.helper' shared service.
  4837.      *
  4838.      * @return \Symfony\UX\StimulusBundle\Helper\StimulusHelper
  4839.      */
  4840.     protected function getStimulus_HelperService()
  4841.     {
  4842.         $a = ($this->privates['twig'] ?? $this->getTwigService());
  4843.         if (isset($this->privates['stimulus.helper'])) {
  4844.             return $this->privates['stimulus.helper'];
  4845.         }
  4846.         return $this->privates['stimulus.helper'] = new \Symfony\UX\StimulusBundle\Helper\StimulusHelper($a);
  4847.     }
  4848.     /**
  4849.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  4850.      *
  4851.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  4852.      */
  4853.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  4854.     {
  4855.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  4856.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  4857.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  4858.         }
  4859.         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->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $a);
  4860.     }
  4861.     /**
  4862.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  4863.      *
  4864.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  4865.      */
  4866.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  4867.     {
  4868.         return $this->privates['stof_doctrine_extensions.event_listener.locale'] = new \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
  4869.     }
  4870.     /**
  4871.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  4872.      *
  4873.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  4874.      */
  4875.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  4876.     {
  4877.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  4878.         if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
  4879.             return $this->privates['stof_doctrine_extensions.event_listener.logger'];
  4880.         }
  4881.         return $this->privates['stof_doctrine_extensions.event_listener.logger'] = new \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener(($this->privates['stof_doctrine_extensions.listener.loggable'] ?? $this->getStofDoctrineExtensions_Listener_LoggableService()), ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $a);
  4882.     }
  4883.     /**
  4884.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  4885.      *
  4886.      * @return \Gedmo\Blameable\BlameableListener
  4887.      */
  4888.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  4889.     {
  4890.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  4891.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ??= new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  4892.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4893.         return $instance;
  4894.     }
  4895.     /**
  4896.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  4897.      *
  4898.      * @return \Gedmo\Loggable\LoggableListener
  4899.      */
  4900.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  4901.     {
  4902.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  4903.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ??= new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  4904.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4905.         return $instance;
  4906.     }
  4907.     /**
  4908.      * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  4909.      *
  4910.      * @return \Gedmo\Translatable\TranslatableListener
  4911.      */
  4912.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  4913.     {
  4914.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  4915.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ??= new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  4916.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4917.         $instance->setDefaultLocale($this->getEnv('LOCALE'));
  4918.         $instance->setTranslatableLocale($this->getEnv('LOCALE'));
  4919.         $instance->setTranslationFallback(false);
  4920.         $instance->setPersistDefaultLocaleTranslation(false);
  4921.         $instance->setSkipOnLoad(false);
  4922.         return $instance;
  4923.     }
  4924.     /**
  4925.      * Gets the private 'translator.default' shared service.
  4926.      *
  4927.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4928.      */
  4929.     protected function getTranslator_DefaultService()
  4930.     {
  4931.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4932.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4933.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4934.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4935.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4936.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4937.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4938.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4939.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4940.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4941.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4942.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4943.         ], [
  4944.             'translation.loader.csv' => '?',
  4945.             'translation.loader.dat' => '?',
  4946.             'translation.loader.ini' => '?',
  4947.             'translation.loader.json' => '?',
  4948.             'translation.loader.mo' => '?',
  4949.             'translation.loader.php' => '?',
  4950.             'translation.loader.po' => '?',
  4951.             'translation.loader.qt' => '?',
  4952.             'translation.loader.res' => '?',
  4953.             'translation.loader.xliff' => '?',
  4954.             'translation.loader.yml' => '?',
  4955.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('LOCALE'), ['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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ar.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/translations/niiamart/niiamart.ar.yaml')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.bg.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.bg.yml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.cs.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.de.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.en.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/translations/admin.en.yaml'), 10 => (\dirname(__DIR__4).'/translations/ilaveu/ilaveu.en.yaml'), 11 => (\dirname(__DIR__4).'/translations/messages.en.yaml'), 12 => (\dirname(__DIR__4).'/translations/niiamart/niiamart.en.yaml')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.es.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php'), => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/src/Flexy/FrontBundle/translations/admin.fr.yaml'), => (\dirname(__DIR__4).'/src/Flexy/FrontBundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.fr.yml'), 10 => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.fr.yml'), 11 => (\dirname(__DIR__4).'/translations/admin.fr.yaml'), 12 => (\dirname(__DIR__4).'/translations/ilaveu/ilaveu-admin.fr.yaml'), 13 => (\dirname(__DIR__4).'/translations/ilaveu/ilaveu.fr.yaml'), 14 => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), 15 => (\dirname(__DIR__4).'/translations/niiamart/niiamart.fr.yaml'), 16 => (\dirname(__DIR__4).'/translations/taxiciel/taxiciel-admin.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.he.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php'), => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hy.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.it.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.it.yml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.nl.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php'), => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.pl.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.pt_BR.yml')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ro.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.ro.yml')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ru.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sk.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.tr.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.uk.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.uk.yml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], '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')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.mk.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.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/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/src/Flexy/FrontBundle/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Flexy/Apps/POSBundle/translations'), 24 => (\dirname(__DIR__4).'/src/Flexy/Apps/EcommerceBundle/translations'), 25 => (\dirname(__DIR__4).'/src/Flexy/Apps/AiBundle/translations'), 26 => (\dirname(__DIR__4).'/src/Flexy/Apps/SubscriptionProductBundle/translations'), 27 => (\dirname(__DIR__4).'/src/Flexy/Apps/StockBundle/translations'), 28 => (\dirname(__DIR__4).'/src/Flexy/ShopBundle/translations'), 29 => (\dirname(__DIR__4).'/src/Flexy/Apps/BookingBundle/translations'), 30 => (\dirname(__DIR__4).'/src/Flexy/Apps/TransportBundle/translations'), 31 => (\dirname(__DIR__4).'/src/Flexy/Apps/CJDropShippingBundle/translations'), 32 => (\dirname(__DIR__4).'/src/Flexy/Apps/CueClubBundle/translations'), 33 => (\dirname(__DIR__4).'/src/Flexy/Apps/ListingBundle/translations'), 34 => (\dirname(__DIR__4).'/src/Flexy/Apps/NewsletterBundle/translations'), 35 => (\dirname(__DIR__4).'/src/Flexy/Apps/ProjectsBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 38 => (\dirname(__DIR__4).'/vendor/symfony/ux-chartjs/translations'), 39 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/translations'), 41 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 42 => (\dirname(__DIR__4).'/vendor/symfony/ux-turbo/translations'), 43 => (\dirname(__DIR__4).'/vendor/symfony/ux-notify/translations'), 44 => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/translations'), 45 => (\dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/translations'), 46 => (\dirname(__DIR__4).'/vendor/symfony/ux-swup/translations'), 47 => (\dirname(__DIR__4).'/vendor/symfony/ux-react/translations'), 48 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 49 => (\dirname(__DIR__4).'/vendor/tattali/mobile-detect-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'src/Flexy/FrontBundle/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/gregwar/captcha-bundle/Resources/translations'=> 'translations'10 => 'vendor/symfony/framework-bundle/translations'11 => 'vendor/sensio/framework-extra-bundle/src/translations'12 => 'vendor/symfony/twig-bundle/translations'13 => 'vendor/symfony/web-profiler-bundle/translations'14 => 'vendor/symfony/monolog-bundle/translations'15 => 'vendor/symfony/debug-bundle/translations'16 => 'vendor/symfony/maker-bundle/src/translations'17 => 'vendor/doctrine/doctrine-bundle/translations'18 => 'vendor/doctrine/doctrine-migrations-bundle/translations'19 => 'vendor/symfony/security-bundle/translations'20 => 'vendor/twig/extra-bundle/translations'21 => 'vendor/nelmio/cors-bundle/translations'22 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'23 => 'src/Flexy/Apps/POSBundle/translations'24 => 'src/Flexy/Apps/EcommerceBundle/translations'25 => 'src/Flexy/Apps/AiBundle/translations'26 => 'src/Flexy/Apps/SubscriptionProductBundle/translations'27 => 'src/Flexy/Apps/StockBundle/translations'28 => 'src/Flexy/ShopBundle/translations'29 => 'src/Flexy/Apps/BookingBundle/translations'30 => 'src/Flexy/Apps/TransportBundle/translations'31 => 'src/Flexy/Apps/CJDropShippingBundle/translations'32 => 'src/Flexy/Apps/CueClubBundle/translations'33 => 'src/Flexy/Apps/ListingBundle/translations'34 => 'src/Flexy/Apps/NewsletterBundle/translations'35 => 'src/Flexy/Apps/ProjectsBundle/translations'36 => 'vendor/knplabs/knp-menu-bundle/translations'37 => 'vendor/stof/doctrine-extensions-bundle/src/translations'38 => 'vendor/symfony/ux-chartjs/translations'39 => 'vendor/lexik/jwt-authentication-bundle/translations'40 => 'vendor/symfony/mercure-bundle/src/translations'41 => 'vendor/symfony/webpack-encore-bundle/src/translations'42 => 'vendor/symfony/ux-turbo/translations'43 => 'vendor/symfony/ux-notify/translations'44 => 'vendor/knpuniversity/oauth2-client-bundle/src/translations'45 => 'vendor/symfony/stimulus-bundle/translations'46 => 'vendor/symfony/ux-swup/translations'47 => 'vendor/symfony/ux-react/translations'48 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'49 => 'vendor/tattali/mobile-detect-bundle/src/translations']]], []);
  4956.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4957.         $instance->setFallbackLocales([=> $this->getEnv('LOCALE')]);
  4958.         return $instance;
  4959.     }
  4960.     /**
  4961.      * Gets the private 'twig' shared service.
  4962.      *
  4963.      * @return \Twig\Environment
  4964.      */
  4965.     protected function getTwigService()
  4966.     {
  4967.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  4968.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  4969.         $a->addPath((\dirname(__DIR__4).'/src/Flexy'), 'Flexy');
  4970.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  4971.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  4972.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4973.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4974.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4975.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4976.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  4977.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  4978.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  4979.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  4980.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4981.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4982.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  4983.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  4984.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  4985.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  4986.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  4987.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/Apps/POSBundle/templates'), 'FlexyPOS');
  4988.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/Apps/POSBundle/templates'), '!FlexyPOS');
  4989.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/Apps/EcommerceBundle/templates'), 'FlexyEcommerce');
  4990.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/Apps/EcommerceBundle/templates'), '!FlexyEcommerce');
  4991.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/Apps/AiBundle/templates'), 'FlexyAi');
  4992.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/Apps/AiBundle/templates'), '!FlexyAi');
  4993.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/Apps/StockBundle/templates'), 'FlexyStock');
  4994.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/Apps/StockBundle/templates'), '!FlexyStock');
  4995.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/ShopBundle/templates'), 'FlexyShop');
  4996.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/ShopBundle/templates'), '!FlexyShop');
  4997.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/Apps/CJDropShippingBundle/templates'), 'FlexyCJDropShipping');
  4998.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/Apps/CJDropShippingBundle/templates'), '!FlexyCJDropShipping');
  4999.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/Apps/CueClubBundle/templates'), 'FlexyCueClub');
  5000.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/Apps/CueClubBundle/templates'), '!FlexyCueClub');
  5001.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/Apps/ListingBundle/templates'), 'FlexyListing');
  5002.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/Apps/ListingBundle/templates'), '!FlexyListing');
  5003.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/Apps/ProjectsBundle/templates'), 'FlexyProjects');
  5004.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/Apps/ProjectsBundle/templates'), '!FlexyProjects');
  5005.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
  5006.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
  5007.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  5008.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  5009.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/Resources/views'), 'Mercure');
  5010.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/Resources/views'), '!Mercure');
  5011.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  5012.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  5013.         $a->addPath((\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/views'), 'GregwarCaptcha');
  5014.         $a->addPath((\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/views'), '!GregwarCaptcha');
  5015.         $a->addPath((\dirname(__DIR__4).'/vendor/tattali/mobile-detect-bundle/src/Resources/views'), 'MobileDetect');
  5016.         $a->addPath((\dirname(__DIR__4).'/vendor/tattali/mobile-detect-bundle/src/Resources/views'), '!MobileDetect');
  5017.         $a->addPath((\dirname(__DIR__4).'/templates'));
  5018.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  5019.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  5020.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  5021.         $this->privates['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  5022.         $b = ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true));
  5023.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  5024.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  5025.         $e = ($this->services['router'] ?? $this->getRouterService());
  5026.         $f = ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack());
  5027.         $g = ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  5028.         $h = ($this->services['doctrine'] ?? $this->getDoctrineService());
  5029.         $i = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5030.         $j = ($this->privates['App\\Flexy\\FrontBundle\\Service\\CartService'] ?? $this->getCartService2Service());
  5031.         $k = ($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopProvider'] ?? $this->getFlexyShopProviderService());
  5032.         $l = ($this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'] ?? $this->getFlexyFrontProviderService());
  5033.         $m = ($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopStatisticProvider'] ?? $this->getFlexyShopStatisticProviderService());
  5034.         $n = ($this->privates['App\\Service\\FlexySettingsProvider'] ?? $this->getFlexySettingsProviderService());
  5035.         $o = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  5036.         $o->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  5037.         $p = new \Knp\Menu\Util\MenuManipulator();
  5038.         $q = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  5039.         $r = ($this->privates['stimulus.helper'] ?? $this->getStimulus_HelperService());
  5040.         $s = ($this->privates['Symfony\\Component\\Mercure\\HubRegistry'] ?? $this->getHubRegistryService());
  5041.         $t = new \Symfony\Bridge\Twig\AppVariable();
  5042.         $t->setEnvironment('dev');
  5043.         $t->setDebug(true);
  5044.         $t->setTokenStorage($g);
  5045.         if ($this->has('request_stack')) {
  5046.             $t->setRequestStack($f);
  5047.         }
  5048.         $u = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  5049.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  5050.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), $b));
  5051.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  5052.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  5053.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  5054.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  5055.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  5056.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  5057.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  5058.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  5059.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  5060.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  5061.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  5062.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  5063.         $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())));
  5064.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  5065.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  5066.         $instance->addExtension(new \App\Flexy\Apps\ListingBundle\TwigExtension\ListingExtension($h));
  5067.         $instance->addExtension(new \App\Flexy\FrontBundle\Service\ShortcodeConditionExtension());
  5068.         $instance->addExtension(new \App\Flexy\FrontBundle\Service\ShortcodeExtension($c$i$e, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $instance, ($this->privates['App\\Flexy\\FrontBundle\\Service\\FormBuilderService'] ?? $this->getFormBuilderServiceService()), $f));
  5069.         $instance->addExtension(new \App\Flexy\FrontBundle\Service\ShortcodeImgToWebpExtension($h));
  5070.         $instance->addExtension(new \App\Flexy\FrontBundle\Service\ShortcodeLoopExtension());
  5071.         $instance->addExtension(new \App\Flexy\FrontBundle\Themes\Default\TwigExtension\FrontExtension($j$h$instance));
  5072.         $instance->addExtension(new \App\Flexy\FrontBundle\Themes\Niiamart\TwigExtension\CartExtension(($this->privates['App\\Flexy\\FrontBundle\\Themes\\Niiamart\\Service\\CartService'] ?? $this->getCartServiceService()), $h));
  5073.         $instance->addExtension(new \App\Flexy\FrontBundle\Themes\Taxiciel\Twig\TaxicielTwigExtension($i));
  5074.         $instance->addExtension(new \App\Flexy\FrontBundle\TwigExtension\CartExtension($j));
  5075.         $instance->addExtension(new \App\Flexy\FrontBundle\TwigExtension\CheckoutExtension($j$h$f$k));
  5076.         $instance->addExtension(new \App\Flexy\FrontBundle\TwigExtension\FrontHelpersExtension($k$l$j$h$instance$f));
  5077.         $instance->addExtension(new \App\Flexy\FrontBundle\TwigExtension\HookExtension(($this->privates['App\\Flexy\\FrontBundle\\Service\\HookService'] ?? $this->getHookServiceService())));
  5078.         $instance->addExtension(new \App\Flexy\FrontBundle\TwigExtension\ShopHelpersExtension($k$m$j$h$instance$f));
  5079.         $instance->addExtension(new \App\Twig\BarcodeGeneratorExtension());
  5080.         $instance->addExtension(new \App\Twig\CalculationExtension());
  5081.         $instance->addExtension(new \App\Twig\HandleImageExtension($n));
  5082.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($o));
  5083.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  5084.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  5085.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  5086.         $instance->addExtension(new \Twig\Extra\Inky\InkyExtension());
  5087.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5088.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  5089.         ], [
  5090.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  5091.         ]), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), NULL$c));
  5092.         $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, [
  5093.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  5094.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  5095.         ], [
  5096.             'list' => '?',
  5097.             'twig' => '?',
  5098.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  5099.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ??= new \Knp\Menu\Provider\LazyProvider([]));
  5100.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  5101.         }, 2)), $p$q), $q$p));
  5102.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  5103.         $instance->addExtension(new \Symfony\UX\Chartjs\Twig\ChartExtension($r));
  5104.         $instance->addExtension(new \Symfony\Component\Mercure\Twig\MercureExtension($s, new \Symfony\Component\Mercure\Authorization($sNULL), $f));
  5105.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5106.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  5107.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  5108.         ], [
  5109.             'webpack_encore.entrypoint_lookup_collection' => '?',
  5110.             'webpack_encore.tag_renderer' => '?',
  5111.         ])));
  5112.         $instance->addExtension(new \Symfony\UX\Turbo\Twig\TwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5113.             'default' => ['privates''turbo.mercure.default.renderer''getTurbo_Mercure_Default_RendererService'true],
  5114.         ], [
  5115.             'default' => 'Symfony\\UX\\Turbo\\Bridge\\Mercure\\TurboStreamListenRenderer',
  5116.         ]), 'default'));
  5117.         $instance->addExtension(new \Symfony\UX\Notify\Twig\NotifyExtension());
  5118.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  5119.         $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\UxControllersTwigExtension());
  5120.         $instance->addExtension(new \Symfony\UX\React\Twig\ReactComponentExtension($r));
  5121.         $instance->addExtension(new \MobileDetectBundle\Twig\Extension\MobileDetectExtension($f, ($this->privates['MobileDetectBundle\\DeviceDetector\\MobileDetector'] ??= new \MobileDetectBundle\DeviceDetector\MobileDetector()), ($this->privates['MobileDetectBundle\\Helper\\DeviceView'] ?? $this->getDeviceViewService()), $this->parameters['mobile_detect.redirect']));
  5122.         $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\StimulusTwigExtension($r));
  5123.         $instance->addGlobal('app'$t);
  5124.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5125.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  5126.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  5127.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  5128.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  5129.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  5130.             'Symfony\\UX\\Notify\\Twig\\NotifyRuntime' => ['privates''notify.twig_runtime''getNotify_TwigRuntimeService'true],
  5131.         ], [
  5132.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  5133.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  5134.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  5135.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  5136.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  5137.             'Symfony\\UX\\Notify\\Twig\\NotifyRuntime' => '?',
  5138.         ])));
  5139.         $instance->addGlobal('transportProvider', new \App\Flexy\Apps\TransportBundle\Service\FlexyTransportProvider($i));
  5140.         $instance->addGlobal('shopProvider'$k);
  5141.         $instance->addGlobal('shopStatisticProvider'$m);
  5142.         $instance->addGlobal('shippingProvider', ($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'] ?? $this->getFlexyShippingProviderService()));
  5143.         $instance->addGlobal('front'$l);
  5144.         $instance->addGlobal('notifications', ($this->privates['App\\Service\\FlexyNotificationProvider'] ?? $this->getFlexyNotificationProviderService()));
  5145.         $instance->addGlobal('settings'$n);
  5146.         $instance->addGlobal('urlSite''http://127.0.0.1:8000');
  5147.         $instance->registerUndefinedFilterCallback([=> $u=> 'suggestFilter']);
  5148.         $instance->registerUndefinedFunctionCallback([=> $u=> 'suggestFunction']);
  5149.         $instance->registerUndefinedTokenParserCallback([=> $u=> 'suggestTag']);
  5150.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  5151.         return $instance;
  5152.     }
  5153.     /**
  5154.      * Gets the private 'validator.builder' shared service.
  5155.      *
  5156.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5157.      */
  5158.     protected function getValidator_BuilderService()
  5159.     {
  5160.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5161.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5162.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5163.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Constraints\\EmailConstraintValidator' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Constraints\\EmailConstraintValidator''getEmailConstraintValidatorService'true],
  5164.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Constraints\\FullNameConstraintValidator' => ['privates''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Constraints\\FullNameConstraintValidator''getFullNameConstraintValidatorService'true],
  5165.             'App\\Flexy\\ShopBundle\\Validator\\UniqueShippingRuleValidator' => ['privates''App\\Flexy\\ShopBundle\\Validator\\UniqueShippingRuleValidator''getUniqueShippingRuleValidatorService'true],
  5166.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5167.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5168.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  5169.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5170.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  5171.             'Symfony\\Component\\Validator\\Constraints\\WhenValidator' => ['privates''validator.when''getValidator_WhenService'true],
  5172.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5173.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5174.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5175.         ], [
  5176.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Constraints\\EmailConstraintValidator' => '?',
  5177.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Constraints\\FullNameConstraintValidator' => '?',
  5178.             'App\\Flexy\\ShopBundle\\Validator\\UniqueShippingRuleValidator' => '?',
  5179.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5180.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5181.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5182.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5183.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5184.             'Symfony\\Component\\Validator\\Constraints\\WhenValidator' => '?',
  5185.             'doctrine.orm.validator.unique' => '?',
  5186.             'security.validator.user_password' => '?',
  5187.             'validator.expression' => '?',
  5188.         ])));
  5189.         if ($this->has('translator')) {
  5190.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5191.         }
  5192.         $instance->setTranslationDomain('validators');
  5193.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5194.         $instance->enableAnnotationMapping(true);
  5195.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5196.         $instance->addMethodMapping('loadValidatorMetadata');
  5197.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5198.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5199.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5200.         return $instance;
  5201.     }
  5202.     /**
  5203.      * Gets the private 'var_dumper.html_dumper' shared service.
  5204.      *
  5205.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5206.      */
  5207.     protected function getVarDumper_HtmlDumperService()
  5208.     {
  5209.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5210.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5211.         return $instance;
  5212.     }
  5213.     /**
  5214.      * Gets the private 'var_dumper.server_connection' shared service.
  5215.      *
  5216.      * @return \Symfony\Component\VarDumper\Server\Connection
  5217.      */
  5218.     protected function getVarDumper_ServerConnectionService()
  5219.     {
  5220.         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'] ??= new \Symfony\Component\HttpFoundation\RequestStack())), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  5221.     }
  5222.     /**
  5223.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  5224.      *
  5225.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  5226.      */
  5227.     protected function getVichUploader_MetadataReaderService()
  5228.     {
  5229.         $a = new \Metadata\Driver\FileLocator([]);
  5230.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  5231.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  5232.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  5233.     }
  5234.     /**
  5235.      * Gets the private 'web_profiler.csp.handler' shared service.
  5236.      *
  5237.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5238.      */
  5239.     protected function getWebProfiler_Csp_HandlerService()
  5240.     {
  5241.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5242.     }
  5243.     /**
  5244.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5245.      *
  5246.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5247.      */
  5248.     protected function getWebProfiler_DebugToolbarService()
  5249.     {
  5250.         $a = ($this->privates['twig'] ?? $this->getTwigService());
  5251.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5252.             return $this->privates['web_profiler.debug_toolbar'];
  5253.         }
  5254.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  5255.     }
  5256.     /**
  5257.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  5258.      *
  5259.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  5260.      */
  5261.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  5262.     {
  5263.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5264.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  5265.         ], [
  5266.             '_default' => '?',
  5267.         ]), '_default');
  5268.     }
  5269.     /**
  5270.      * Gets the public 'profiler' alias.
  5271.      *
  5272.      * @return object The ".container.private.profiler" service.
  5273.      */
  5274.     protected function getProfilerService()
  5275.     {
  5276.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5277.         return $this->get('.container.private.profiler');
  5278.     }
  5279.     public function getParameter(string $name): array|bool|string|int|float|\UnitEnum|null
  5280.     {
  5281.         if (isset($this->buildParameters[$name])) {
  5282.             return $this->buildParameters[$name];
  5283.         }
  5284.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5285.             throw new ParameterNotFoundException($name);
  5286.         }
  5287.         if (isset($this->loadedDynamicParameters[$name])) {
  5288.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5289.         }
  5290.         return $this->parameters[$name];
  5291.     }
  5292.     public function hasParameter(string $name): bool
  5293.     {
  5294.         if (isset($this->buildParameters[$name])) {
  5295.             return true;
  5296.         }
  5297.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5298.     }
  5299.     public function setParameter(string $name$value): void
  5300.     {
  5301.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5302.     }
  5303.     public function getParameterBag(): ParameterBagInterface
  5304.     {
  5305.         if (null === $this->parameterBag) {
  5306.             $parameters $this->parameters;
  5307.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5308.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5309.             }
  5310.             foreach ($this->buildParameters as $name => $value) {
  5311.                 $parameters[$name] = $value;
  5312.             }
  5313.             $this->parameterBag = new FrozenParameterBag($parameters);
  5314.         }
  5315.         return $this->parameterBag;
  5316.     }
  5317.     private $loadedDynamicParameters = [
  5318.         'kernel.runtime_environment' => false,
  5319.         'kernel.build_dir' => false,
  5320.         'kernel.cache_dir' => false,
  5321.         'app_toolbar' => false,
  5322.         'kernel.secret' => false,
  5323.         'kernel.default_locale' => false,
  5324.         'debug.file_link_format' => false,
  5325.         'debug.container.dump' => false,
  5326.         'router.cache_dir' => false,
  5327.         'serializer.mapping.cache.file' => false,
  5328.         'validator.mapping.cache.file' => false,
  5329.         'profiler.storage.dsn' => false,
  5330.         'doctrine.orm.proxy_dir' => false,
  5331.         'nelmio_cors.defaults' => false,
  5332.         'stof_doctrine_extensions.default_locale' => false,
  5333.         'lexik_jwt_authentication.pass_phrase' => false,
  5334.         'mercure.hubs' => false,
  5335.         'mercure.default_hub' => false,
  5336.     ];
  5337.     private $dynamicParameters = [];
  5338.     private function getDynamicParameter(string $name)
  5339.     {
  5340.         $value = match ($name) {
  5341.             'kernel.runtime_environment' => $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'),
  5342.             'kernel.build_dir' => $this->targetDir.'',
  5343.             'kernel.cache_dir' => $this->targetDir.'',
  5344.             'app_toolbar' => $this->getEnv('bool:APP_TOOLBAR'),
  5345.             'kernel.secret' => $this->getEnv('APP_SECRET'),
  5346.             'kernel.default_locale' => $this->getEnv('LOCALE'),
  5347.             'debug.file_link_format' => $this->getEnv('default::SYMFONY_IDE'),
  5348.             'debug.container.dump' => ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'),
  5349.             'router.cache_dir' => $this->targetDir.'',
  5350.             'serializer.mapping.cache.file' => ($this->targetDir.''.'/serialization.php'),
  5351.             'validator.mapping.cache.file' => ($this->targetDir.''.'/validation.php'),
  5352.             'profiler.storage.dsn' => ('file:'.$this->targetDir.''.'/profiler'),
  5353.             'doctrine.orm.proxy_dir' => ($this->targetDir.''.'/doctrine/orm/Proxies'),
  5354.             'nelmio_cors.defaults' => [
  5355.                 'allow_origin' => [
  5356.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  5357.                 ],
  5358.                 'allow_credentials' => false,
  5359.                 'allow_headers' => [
  5360.                     => 'content-type',
  5361.                     => 'authorization',
  5362.                 ],
  5363.                 'allow_private_network' => false,
  5364.                 'expose_headers' => [
  5365.                     => 'Link',
  5366.                 ],
  5367.                 'allow_methods' => [
  5368.                     => 'GET',
  5369.                     => 'OPTIONS',
  5370.                     => 'POST',
  5371.                     => 'PUT',
  5372.                     => 'PATCH',
  5373.                     => 'DELETE',
  5374.                 ],
  5375.                 'max_age' => 3600,
  5376.                 'hosts' => [
  5377.                 ],
  5378.                 'origin_regex' => true,
  5379.                 'forced_allow_origin_value' => NULL,
  5380.                 'skip_same_as_origin' => true,
  5381.             ],
  5382.             'stof_doctrine_extensions.default_locale' => $this->getEnv('LOCALE'),
  5383.             'lexik_jwt_authentication.pass_phrase' => $this->getEnv('JWT_PASSPHRASE'),
  5384.             'mercure.hubs' => [
  5385.                 'default' => $this->getEnv('MERCURE_URL'),
  5386.             ],
  5387.             'mercure.default_hub' => $this->getEnv('MERCURE_URL'),
  5388.             default => throw new ParameterNotFoundException($name),
  5389.         };
  5390.         $this->loadedDynamicParameters[$name] = true;
  5391.         return $this->dynamicParameters[$name] = $value;
  5392.     }
  5393.     protected function getDefaultParameters(): array
  5394.     {
  5395.         return [
  5396.             'kernel.project_dir' => \dirname(__DIR__4),
  5397.             'kernel.environment' => 'dev',
  5398.             'kernel.debug' => true,
  5399.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  5400.             'kernel.bundles' => [
  5401.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5402.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  5403.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5404.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5405.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5406.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5407.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  5408.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5409.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  5410.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5411.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  5412.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  5413.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  5414.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  5415.                 'FlexyPOSBundle' => 'App\\Flexy\\Apps\\POSBundle\\FlexyPOSBundle',
  5416.                 'FlexyEcommerceBundle' => 'App\\Flexy\\Apps\\EcommerceBundle\\FlexyEcommerceBundle',
  5417.                 'FlexyAiBundle' => 'App\\Flexy\\Apps\\AiBundle\\FlexyAiBundle',
  5418.                 'FlexySubscriptionProductBundle' => 'App\\Flexy\\Apps\\SubscriptionProductBundle\\FlexySubscriptionProductBundle',
  5419.                 'FlexyStockBundle' => 'App\\Flexy\\Apps\\StockBundle\\FlexyStockBundle',
  5420.                 'FlexyFrontBundle' => 'App\\Flexy\\FrontBundle\\FlexyFrontBundle',
  5421.                 'FlexyShopBundle' => 'App\\Flexy\\ShopBundle\\FlexyShopBundle',
  5422.                 'FlexyBookingBundle' => 'App\\Flexy\\Apps\\BookingBundle\\FlexyBookingBundle',
  5423.                 'FlexyTransportBundle' => 'App\\Flexy\\Apps\\TransportBundle\\FlexyTransportBundle',
  5424.                 'FlexyCJDropShippingBundle' => 'App\\Flexy\\Apps\\CJDropShippingBundle\\FlexyCJDropShippingBundle',
  5425.                 'FlexyCueClubBundle' => 'App\\Flexy\\Apps\\CueClubBundle\\FlexyCueClubBundle',
  5426.                 'FlexyListingBundle' => 'App\\Flexy\\Apps\\ListingBundle\\FlexyListingBundle',
  5427.                 'FlexyNewsletterBundle' => 'App\\Flexy\\Apps\\NewsletterBundle\\FlexyNewsletterBundle',
  5428.                 'FlexyProjectsBundle' => 'App\\Flexy\\Apps\\ProjectsBundle\\FlexyProjectsBundle',
  5429.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  5430.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  5431.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  5432.                 'ChartjsBundle' => 'Symfony\\UX\\Chartjs\\ChartjsBundle',
  5433.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  5434.                 'MercureBundle' => 'Symfony\\Bundle\\MercureBundle\\MercureBundle',
  5435.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  5436.                 'TurboBundle' => 'Symfony\\UX\\Turbo\\TurboBundle',
  5437.                 'NotifyBundle' => 'Symfony\\UX\\Notify\\NotifyBundle',
  5438.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  5439.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  5440.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  5441.                 'StimulusBundle' => 'Symfony\\UX\\StimulusBundle\\StimulusBundle',
  5442.                 'SwupBundle' => 'Symfony\\UX\\Swup\\SwupBundle',
  5443.                 'ReactBundle' => 'Symfony\\UX\\React\\ReactBundle',
  5444.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  5445.                 'GregwarCaptchaBundle' => 'Gregwar\\CaptchaBundle\\GregwarCaptchaBundle',
  5446.                 'MobileDetectBundle' => 'MobileDetectBundle\\MobileDetectBundle',
  5447.             ],
  5448.             'kernel.bundles_metadata' => [
  5449.                 'FrameworkBundle' => [
  5450.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  5451.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5452.                 ],
  5453.                 'SensioFrameworkExtraBundle' => [
  5454.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  5455.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  5456.                 ],
  5457.                 'TwigBundle' => [
  5458.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  5459.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5460.                 ],
  5461.                 'WebProfilerBundle' => [
  5462.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  5463.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5464.                 ],
  5465.                 'MonologBundle' => [
  5466.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  5467.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5468.                 ],
  5469.                 'DebugBundle' => [
  5470.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  5471.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5472.                 ],
  5473.                 'MakerBundle' => [
  5474.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  5475.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  5476.                 ],
  5477.                 'DoctrineBundle' => [
  5478.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  5479.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  5480.                 ],
  5481.                 'DoctrineMigrationsBundle' => [
  5482.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  5483.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  5484.                 ],
  5485.                 'SecurityBundle' => [
  5486.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  5487.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5488.                 ],
  5489.                 'TwigExtraBundle' => [
  5490.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  5491.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  5492.                 ],
  5493.                 'EasyAdminBundle' => [
  5494.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  5495.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  5496.                 ],
  5497.                 'NelmioCorsBundle' => [
  5498.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  5499.                     'namespace' => 'Nelmio\\CorsBundle',
  5500.                 ],
  5501.                 'ApiPlatformBundle' => [
  5502.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  5503.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  5504.                 ],
  5505.                 'FlexyPOSBundle' => [
  5506.                     'path' => (\dirname(__DIR__4).'/src/Flexy/Apps/POSBundle'),
  5507.                     'namespace' => 'App\\Flexy\\Apps\\POSBundle',
  5508.                 ],
  5509.                 'FlexyEcommerceBundle' => [
  5510.                     'path' => (\dirname(__DIR__4).'/src/Flexy/Apps/EcommerceBundle'),
  5511.                     'namespace' => 'App\\Flexy\\Apps\\EcommerceBundle',
  5512.                 ],
  5513.                 'FlexyAiBundle' => [
  5514.                     'path' => (\dirname(__DIR__4).'/src/Flexy/Apps/AiBundle'),
  5515.                     'namespace' => 'App\\Flexy\\Apps\\AiBundle',
  5516.                 ],
  5517.                 'FlexySubscriptionProductBundle' => [
  5518.                     'path' => (\dirname(__DIR__4).'/src/Flexy/Apps/SubscriptionProductBundle'),
  5519.                     'namespace' => 'App\\Flexy\\Apps\\SubscriptionProductBundle',
  5520.                 ],
  5521.                 'FlexyStockBundle' => [
  5522.                     'path' => (\dirname(__DIR__4).'/src/Flexy/Apps/StockBundle'),
  5523.                     'namespace' => 'App\\Flexy\\Apps\\StockBundle',
  5524.                 ],
  5525.                 'FlexyFrontBundle' => [
  5526.                     'path' => (\dirname(__DIR__4).'/src/Flexy/FrontBundle'),
  5527.                     'namespace' => 'App\\Flexy\\FrontBundle',
  5528.                 ],
  5529.                 'FlexyShopBundle' => [
  5530.                     'path' => (\dirname(__DIR__4).'/src/Flexy/ShopBundle'),
  5531.                     'namespace' => 'App\\Flexy\\ShopBundle',
  5532.                 ],
  5533.                 'FlexyBookingBundle' => [
  5534.                     'path' => (\dirname(__DIR__4).'/src/Flexy/Apps/BookingBundle'),
  5535.                     'namespace' => 'App\\Flexy\\Apps\\BookingBundle',
  5536.                 ],
  5537.                 'FlexyTransportBundle' => [
  5538.                     'path' => (\dirname(__DIR__4).'/src/Flexy/Apps/TransportBundle'),
  5539.                     'namespace' => 'App\\Flexy\\Apps\\TransportBundle',
  5540.                 ],
  5541.                 'FlexyCJDropShippingBundle' => [
  5542.                     'path' => (\dirname(__DIR__4).'/src/Flexy/Apps/CJDropShippingBundle'),
  5543.                     'namespace' => 'App\\Flexy\\Apps\\CJDropShippingBundle',
  5544.                 ],
  5545.                 'FlexyCueClubBundle' => [
  5546.                     'path' => (\dirname(__DIR__4).'/src/Flexy/Apps/CueClubBundle'),
  5547.                     'namespace' => 'App\\Flexy\\Apps\\CueClubBundle',
  5548.                 ],
  5549.                 'FlexyListingBundle' => [
  5550.                     'path' => (\dirname(__DIR__4).'/src/Flexy/Apps/ListingBundle'),
  5551.                     'namespace' => 'App\\Flexy\\Apps\\ListingBundle',
  5552.                 ],
  5553.                 'FlexyNewsletterBundle' => [
  5554.                     'path' => (\dirname(__DIR__4).'/src/Flexy/Apps/NewsletterBundle'),
  5555.                     'namespace' => 'App\\Flexy\\Apps\\NewsletterBundle',
  5556.                 ],
  5557.                 'FlexyProjectsBundle' => [
  5558.                     'path' => (\dirname(__DIR__4).'/src/Flexy/Apps/ProjectsBundle'),
  5559.                     'namespace' => 'App\\Flexy\\Apps\\ProjectsBundle',
  5560.                 ],
  5561.                 'KnpMenuBundle' => [
  5562.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle'),
  5563.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  5564.                 ],
  5565.                 'StofDoctrineExtensionsBundle' => [
  5566.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  5567.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  5568.                 ],
  5569.                 'VichUploaderBundle' => [
  5570.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  5571.                     'namespace' => 'Vich\\UploaderBundle',
  5572.                 ],
  5573.                 'ChartjsBundle' => [
  5574.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-chartjs'),
  5575.                     'namespace' => 'Symfony\\UX\\Chartjs',
  5576.                 ],
  5577.                 'LexikJWTAuthenticationBundle' => [
  5578.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  5579.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  5580.                 ],
  5581.                 'MercureBundle' => [
  5582.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src'),
  5583.                     'namespace' => 'Symfony\\Bundle\\MercureBundle',
  5584.                 ],
  5585.                 'WebpackEncoreBundle' => [
  5586.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  5587.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  5588.                 ],
  5589.                 'TurboBundle' => [
  5590.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-turbo'),
  5591.                     'namespace' => 'Symfony\\UX\\Turbo',
  5592.                 ],
  5593.                 'NotifyBundle' => [
  5594.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-notify'),
  5595.                     'namespace' => 'Symfony\\UX\\Notify',
  5596.                 ],
  5597.                 'SymfonyCastsResetPasswordBundle' => [
  5598.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  5599.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  5600.                 ],
  5601.                 'KnpPaginatorBundle' => [
  5602.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  5603.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  5604.                 ],
  5605.                 'KnpUOAuth2ClientBundle' => [
  5606.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  5607.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  5608.                 ],
  5609.                 'StimulusBundle' => [
  5610.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/stimulus-bundle'),
  5611.                     'namespace' => 'Symfony\\UX\\StimulusBundle',
  5612.                 ],
  5613.                 'SwupBundle' => [
  5614.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-swup'),
  5615.                     'namespace' => 'Symfony\\UX\\Swup',
  5616.                 ],
  5617.                 'ReactBundle' => [
  5618.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-react'),
  5619.                     'namespace' => 'Symfony\\UX\\React',
  5620.                 ],
  5621.                 'DoctrineFixturesBundle' => [
  5622.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  5623.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  5624.                 ],
  5625.                 'GregwarCaptchaBundle' => [
  5626.                     'path' => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle'),
  5627.                     'namespace' => 'Gregwar\\CaptchaBundle',
  5628.                 ],
  5629.                 'MobileDetectBundle' => [
  5630.                     'path' => (\dirname(__DIR__4).'/vendor/tattali/mobile-detect-bundle/src'),
  5631.                     'namespace' => 'MobileDetectBundle',
  5632.                 ],
  5633.             ],
  5634.             'kernel.charset' => 'UTF-8',
  5635.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  5636.             'app.path.product_images' => '/uploads/mutaweef/shop',
  5637.             'event_dispatcher.event_aliases' => [
  5638.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5639.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5640.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5641.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5642.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5643.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5644.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5645.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5646.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5647.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5648.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5649.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5650.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5651.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5652.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5653.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5654.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5655.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5656.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5657.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5658.             ],
  5659.             'fragment.renderer.hinclude.global_template' => NULL,
  5660.             'fragment.path' => '/_fragment',
  5661.             'kernel.http_method_override' => false,
  5662.             'kernel.trust_x_sendfile_type_header' => false,
  5663.             'kernel.trusted_hosts' => [
  5664.             ],
  5665.             'kernel.enabled_locales' => [
  5666.             ],
  5667.             'kernel.error_controller' => 'error_controller',
  5668.             'asset.request_context.base_path' => NULL,
  5669.             'asset.request_context.secure' => NULL,
  5670.             'translator.logging' => false,
  5671.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5672.             'debug.error_handler.throw_at' => -1,
  5673.             'router.request_context.host' => 'localhost',
  5674.             'router.request_context.scheme' => 'http',
  5675.             'router.request_context.base_url' => '',
  5676.             'router.resource' => 'kernel::loadRoutes',
  5677.             'request_listener.http_port' => 80,
  5678.             'request_listener.https_port' => 443,
  5679.             'session.metadata.storage_key' => '_sf2_meta',
  5680.             'session.storage.options' => [
  5681.                 'cache_limiter' => '0',
  5682.                 'cookie_secure' => 'auto',
  5683.                 'cookie_httponly' => true,
  5684.                 'cookie_samesite' => 'lax',
  5685.                 'gc_probability' => 1,
  5686.             ],
  5687.             'session.save_path' => NULL,
  5688.             'session.metadata.update_threshold' => 0,
  5689.             'form.type_extension.csrf.enabled' => true,
  5690.             'form.type_extension.csrf.field_name' => '_token',
  5691.             'validator.translation_domain' => 'validators',
  5692.             'profiler_listener.only_exceptions' => false,
  5693.             'profiler_listener.only_main_requests' => false,
  5694.             'twig.form.resources' => [
  5695.                 => '@GregwarCaptcha/captcha.html.twig',
  5696.                 => '@VichUploader/Form/fields.html.twig',
  5697.                 => 'form_div_layout.html.twig',
  5698.                 => 'bootstrap_5_layout.html.twig',
  5699.             ],
  5700.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5701.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5702.             'web_profiler.debug_toolbar.mode' => 2,
  5703.             'monolog.use_microseconds' => true,
  5704.             'monolog.swift_mailer.handlers' => [
  5705.             ],
  5706.             'monolog.handlers_to_channels' => [
  5707.                 'monolog.handler.console' => [
  5708.                     'type' => 'exclusive',
  5709.                     'elements' => [
  5710.                         => 'event',
  5711.                         => 'doctrine',
  5712.                         => 'console',
  5713.                     ],
  5714.                 ],
  5715.                 'monolog.handler.main' => [
  5716.                     'type' => 'exclusive',
  5717.                     'elements' => [
  5718.                         => 'event',
  5719.                     ],
  5720.                 ],
  5721.             ],
  5722.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5723.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5724.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5725.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5726.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5727.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5728.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5729.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5730.             'doctrine.entity_managers' => [
  5731.                 'default' => 'doctrine.orm.default_entity_manager',
  5732.             ],
  5733.             'doctrine.default_entity_manager' => 'default',
  5734.             'doctrine.dbal.connection_factory.types' => [
  5735.                 'geography' => [
  5736.                     'class' => 'CrEOF\\Spatial\\DBAL\\Types\\GeographyType',
  5737.                 ],
  5738.                 'geometry' => [
  5739.                     'class' => 'CrEOF\\Spatial\\DBAL\\Types\\GeometryType',
  5740.                 ],
  5741.                 'point' => [
  5742.                     'class' => 'CrEOF\\Spatial\\DBAL\\Types\\Geometry\\PointType',
  5743.                 ],
  5744.                 'polygon' => [
  5745.                     'class' => 'CrEOF\\Spatial\\DBAL\\Types\\Geometry\\PolygonType',
  5746.                 ],
  5747.                 'uuid' => [
  5748.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  5749.                 ],
  5750.                 'ulid' => [
  5751.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  5752.                 ],
  5753.             ],
  5754.             'doctrine.connections' => [
  5755.                 'default' => 'doctrine.dbal.default_connection',
  5756.             ],
  5757.             'doctrine.default_connection' => 'default',
  5758.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5759.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5760.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5761.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5762.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5763.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5764.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5765.             'doctrine.orm.cache.memcache_port' => 11211,
  5766.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5767.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5768.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5769.             'doctrine.orm.cache.memcached_port' => 11211,
  5770.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5771.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5772.             'doctrine.orm.cache.redis_host' => 'localhost',
  5773.             'doctrine.orm.cache.redis_port' => 6379,
  5774.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5775.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5776.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5777.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5778.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5779.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5780.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5781.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5782.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5783.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5784.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5785.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5786.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5787.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5788.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5789.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5790.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5791.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5792.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5793.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5794.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5795.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5796.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5797.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5798.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5799.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5800.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5801.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5802.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5803.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5804.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5805.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  5806.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5807.             'doctrine.migrations.preferred_em' => NULL,
  5808.             'doctrine.migrations.preferred_connection' => NULL,
  5809.             'security.role_hierarchy.roles' => [
  5810.             ],
  5811.             'security.access.denied_url' => NULL,
  5812.             'security.authentication.manager.erase_credentials' => true,
  5813.             'security.authentication.session_strategy.strategy' => 'migrate',
  5814.             'security.authentication.hide_user_not_found' => true,
  5815.             'security.firewalls' => [
  5816.                 => 'image_resolver',
  5817.                 => 'api',
  5818.                 => 'dev',
  5819.                 => 'main',
  5820.             ],
  5821.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  5822.             'nelmio_cors.map' => [
  5823.                 '^/' => [
  5824.                 ],
  5825.             ],
  5826.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  5827.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  5828.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  5829.             'api_platform.metadata_backward_compatibility_layer' => true,
  5830.             'api_platform.enable_entrypoint' => true,
  5831.             'api_platform.enable_docs' => true,
  5832.             'api_platform.title' => '',
  5833.             'api_platform.description' => '',
  5834.             'api_platform.version' => '0.0.0',
  5835.             'api_platform.show_webby' => true,
  5836.             'api_platform.url_generation_strategy' => 1,
  5837.             'api_platform.exception_to_status' => [
  5838.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  5839.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  5840.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  5841.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  5842.             ],
  5843.             'api_platform.formats' => [
  5844.                 'json' => [
  5845.                     => 'application/json',
  5846.                 ],
  5847.                 'html' => [
  5848.                     => 'text/html',
  5849.                 ],
  5850.             ],
  5851.             'api_platform.patch_formats' => [
  5852.                 'json' => [
  5853.                     => 'application/json',
  5854.                 ],
  5855.             ],
  5856.             'api_platform.error_formats' => [
  5857.                 'jsonproblem' => [
  5858.                     => 'application/problem+json',
  5859.                 ],
  5860.                 'jsonld' => [
  5861.                     => 'application/ld+json',
  5862.                 ],
  5863.             ],
  5864.             'api_platform.allow_plain_identifiers' => false,
  5865.             'api_platform.eager_loading.enabled' => true,
  5866.             'api_platform.eager_loading.max_joins' => 100,
  5867.             'api_platform.eager_loading.fetch_partial' => false,
  5868.             'api_platform.eager_loading.force_eager' => true,
  5869.             'api_platform.collection.exists_parameter_name' => 'exists',
  5870.             'api_platform.collection.order' => 'ASC',
  5871.             'api_platform.collection.order_parameter_name' => 'order',
  5872.             'api_platform.collection.order_nulls_comparison' => NULL,
  5873.             'api_platform.collection.pagination.enabled' => false,
  5874.             'api_platform.collection.pagination.partial' => false,
  5875.             'api_platform.collection.pagination.client_enabled' => false,
  5876.             'api_platform.collection.pagination.client_items_per_page' => false,
  5877.             'api_platform.collection.pagination.client_partial' => false,
  5878.             'api_platform.collection.pagination.items_per_page' => 30,
  5879.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  5880.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  5881.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  5882.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  5883.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  5884.             'api_platform.collection.pagination' => [
  5885.                 'enabled' => false,
  5886.                 'partial' => false,
  5887.                 'client_enabled' => false,
  5888.                 'client_items_per_page' => false,
  5889.                 'client_partial' => false,
  5890.                 'items_per_page' => 30,
  5891.                 'maximum_items_per_page' => NULL,
  5892.                 'page_parameter_name' => 'page',
  5893.                 'enabled_parameter_name' => 'pagination',
  5894.                 'items_per_page_parameter_name' => 'itemsPerPage',
  5895.                 'partial_parameter_name' => 'partial',
  5896.             ],
  5897.             'api_platform.http_cache.etag' => true,
  5898.             'api_platform.http_cache.max_age' => NULL,
  5899.             'api_platform.http_cache.shared_max_age' => NULL,
  5900.             'api_platform.http_cache.vary' => [
  5901.                 => 'Accept',
  5902.             ],
  5903.             'api_platform.http_cache.public' => NULL,
  5904.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  5905.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  5906.             'api_platform.asset_package' => NULL,
  5907.             'api_platform.defaults' => [
  5908.                 'attributes' => [
  5909.                     'pagination_enabled' => false,
  5910.                 ],
  5911.             ],
  5912.             'api_platform.resource_class_directories' => [
  5913.                 => (\dirname(__DIR__4).'/src/Flexy/Apps/POSBundle/Entity'),
  5914.                 => (\dirname(__DIR__4).'/src/Flexy/Apps/StockBundle/Entity'),
  5915.                 => (\dirname(__DIR__4).'/src/Flexy/FrontBundle/Entity'),
  5916.                 => (\dirname(__DIR__4).'/src/Flexy/ShopBundle/Entity'),
  5917.                 => (\dirname(__DIR__4).'/src/Flexy/Apps/BookingBundle/Entity'),
  5918.                 => (\dirname(__DIR__4).'/src/Flexy/Apps/TransportBundle/Entity'),
  5919.                 => (\dirname(__DIR__4).'/src/Flexy/Apps/CJDropShippingBundle/Entity'),
  5920.                 => (\dirname(__DIR__4).'/src/Flexy/Apps/CueClubBundle/Entity'),
  5921.                 => (\dirname(__DIR__4).'/src/Flexy/Apps/ListingBundle/Entity'),
  5922.                 => (\dirname(__DIR__4).'/src/Flexy/Apps/NewsletterBundle/Entity'),
  5923.                 10 => (\dirname(__DIR__4).'/src/Entity'),
  5924.                 11 => (\dirname(__DIR__4).'/config/packages/api_platform'),
  5925.             ],
  5926.             'api_platform.oauth.enabled' => false,
  5927.             'api_platform.oauth.clientId' => '',
  5928.             'api_platform.oauth.clientSecret' => '',
  5929.             'api_platform.oauth.type' => 'oauth2',
  5930.             'api_platform.oauth.flow' => 'application',
  5931.             'api_platform.oauth.tokenUrl' => '',
  5932.             'api_platform.oauth.authorizationUrl' => '',
  5933.             'api_platform.oauth.refreshUrl' => '',
  5934.             'api_platform.oauth.scopes' => [
  5935.             ],
  5936.             'api_platform.oauth.pkce' => false,
  5937.             'api_platform.openapi.termsOfService' => NULL,
  5938.             'api_platform.openapi.contact.name' => NULL,
  5939.             'api_platform.openapi.contact.url' => NULL,
  5940.             'api_platform.openapi.contact.email' => NULL,
  5941.             'api_platform.openapi.license.name' => NULL,
  5942.             'api_platform.openapi.license.url' => NULL,
  5943.             'api_platform.swagger.versions' => [
  5944.                 => 3,
  5945.             ],
  5946.             'api_platform.enable_swagger_ui' => true,
  5947.             'api_platform.enable_re_doc' => true,
  5948.             'api_platform.swagger.api_keys' => [
  5949.                 'JWT' => [
  5950.                     'name' => 'Authorization',
  5951.                     'type' => 'header',
  5952.                 ],
  5953.             ],
  5954.             'api_platform.swagger_ui.extra_configuration' => [
  5955.             ],
  5956.             'api_platform.graphql.enabled' => false,
  5957.             'api_platform.graphql.graphiql.enabled' => false,
  5958.             'api_platform.graphql.graphql_playground.enabled' => false,
  5959.             'api_platform.graphql.collection.pagination' => [
  5960.                 'enabled' => true,
  5961.             ],
  5962.             'api_platform.validator.serialize_payload_fields' => [
  5963.             ],
  5964.             'api_platform.validator.query_parameter_validation' => true,
  5965.             'api_platform.elasticsearch.enabled' => false,
  5966.             'knp_menu.renderer.list.options' => [
  5967.             ],
  5968.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  5969.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  5970.             'knp_menu.renderer.twig.options' => [
  5971.             ],
  5972.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  5973.             'knp_menu.default_renderer' => 'twig',
  5974.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  5975.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  5976.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  5977.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  5978.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  5979.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  5980.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  5981.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  5982.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  5983.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  5984.             'stof_doctrine_extensions.translation_fallback' => false,
  5985.             'stof_doctrine_extensions.persist_default_translation' => false,
  5986.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  5987.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  5988.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  5989.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  5990.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  5991.             'vich_uploader.mappings' => [
  5992.                 'product_images' => [
  5993.                     'uri_prefix' => '/uploads/mutaweef/shop',
  5994.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/mutaweef/shop'),
  5995.                     'namer' => [
  5996.                         'service' => NULL,
  5997.                         'options' => NULL,
  5998.                     ],
  5999.                     'directory_namer' => [
  6000.                         'service' => NULL,
  6001.                         'options' => NULL,
  6002.                     ],
  6003.                     'delete_on_remove' => true,
  6004.                     'delete_on_update' => true,
  6005.                     'inject_on_load' => false,
  6006.                     'db_driver' => 'orm',
  6007.                 ],
  6008.                 'join_images' => [
  6009.                     'uri_prefix' => '/images/join',
  6010.                     'upload_destination' => (\dirname(__DIR__4).'/public%/public/images/products'),
  6011.                     'namer' => [
  6012.                         'service' => NULL,
  6013.                         'options' => NULL,
  6014.                     ],
  6015.                     'directory_namer' => [
  6016.                         'service' => NULL,
  6017.                         'options' => NULL,
  6018.                     ],
  6019.                     'delete_on_remove' => true,
  6020.                     'delete_on_update' => true,
  6021.                     'inject_on_load' => false,
  6022.                     'db_driver' => 'orm',
  6023.                 ],
  6024.             ],
  6025.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  6026.             'lexik_jwt_authentication.token_ttl' => 604800,
  6027.             'lexik_jwt_authentication.clock_skew' => 0,
  6028.             'lexik_jwt_authentication.user_identity_field' => 'username',
  6029.             'lexik_jwt_authentication.allow_no_expiration' => false,
  6030.             'lexik_jwt_authentication.user_id_claim' => 'username',
  6031.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  6032.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  6033.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/bootstrap_v5_pagination.html.twig',
  6034.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  6035.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  6036.             'knp_paginator.page_range' => 5,
  6037.             'knp_paginator.page_limit' => NULL,
  6038.             'gregwar_captcha.controller.class' => 'Gregwar\\CaptchaBundle\\Controller\\CaptchaController',
  6039.             'gregwar_captcha.captcha_type.class' => 'Gregwar\\CaptchaBundle\\Type\\CaptchaType',
  6040.             'gregwar_captcha.captcha_generator.class' => 'Gregwar\\CaptchaBundle\\Generator\\CaptchaGenerator',
  6041.             'gregwar_captcha.image_file_handler.class' => 'Gregwar\\CaptchaBundle\\Generator\\ImageFileHandler',
  6042.             'gregwar_captcha.captcha_builder.class' => 'Gregwar\\Captcha\\CaptchaBuilder',
  6043.             'gregwar_captcha.phrase_builder.class' => 'Gregwar\\Captcha\\PhraseBuilder',
  6044.             'gregwar_captcha.config' => [
  6045.                 'length' => 5,
  6046.                 'width' => 130,
  6047.                 'height' => 50,
  6048.                 'font' => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf'),
  6049.                 'keep_value' => false,
  6050.                 'charset' => 'abcdefhjkmnprstuvwxyz23456789',
  6051.                 'as_file' => false,
  6052.                 'as_url' => false,
  6053.                 'reload' => false,
  6054.                 'image_folder' => 'captcha',
  6055.                 'web_path' => (\dirname(__DIR__4).'/public'),
  6056.                 'gc_freq' => 100,
  6057.                 'expiration' => 60,
  6058.                 'quality' => 50,
  6059.                 'invalid_message' => 'Bad code value',
  6060.                 'bypass_code' => NULL,
  6061.                 'whitelist_key' => 'captcha_whitelist_key',
  6062.                 'humanity' => 0,
  6063.                 'distortion' => true,
  6064.                 'max_front_lines' => NULL,
  6065.                 'max_behind_lines' => NULL,
  6066.                 'interpolation' => true,
  6067.                 'text_color' => [
  6068.                 ],
  6069.                 'background_color' => [
  6070.                 ],
  6071.                 'background_images' => [
  6072.                 ],
  6073.                 'disabled' => false,
  6074.                 'ignore_all_effects' => false,
  6075.                 'session_key' => 'captcha',
  6076.             ],
  6077.             'gregwar_captcha.config.image_folder' => 'captcha',
  6078.             'gregwar_captcha.config.web_path' => (\dirname(__DIR__4).'/public'),
  6079.             'gregwar_captcha.config.gc_freq' => 100,
  6080.             'gregwar_captcha.config.expiration' => 60,
  6081.             'gregwar_captcha.config.whitelist_key' => 'captcha_whitelist_key',
  6082.             'mobile_detect.cookie_expire_datetime_modifier' => '1 month',
  6083.             'mobile_detect.cookie_key' => 'device_view',
  6084.             'mobile_detect.redirect' => [
  6085.                 'mobile' => [
  6086.                     'is_enabled' => false,
  6087.                     'host' => NULL,
  6088.                     'status_code' => 302,
  6089.                     'action' => 'redirect',
  6090.                 ],
  6091.                 'tablet' => [
  6092.                     'is_enabled' => false,
  6093.                     'host' => NULL,
  6094.                     'status_code' => 302,
  6095.                     'action' => 'redirect',
  6096.                 ],
  6097.                 'full' => [
  6098.                     'is_enabled' => false,
  6099.                     'host' => NULL,
  6100.                     'status_code' => 302,
  6101.                     'action' => 'redirect',
  6102.                 ],
  6103.                 'detect_tablet_as_mobile' => false,
  6104.             ],
  6105.             'mobile_detect.switch_device_view.save_referer_path' => true,
  6106.             'mobile_detect.switch_param' => 'device_view',
  6107.             'mobile_detect.cookie_path' => '/',
  6108.             'mobile_detect.cookie_domain' => '',
  6109.             'mobile_detect.cookie_secure' => false,
  6110.             'mobile_detect.cookie_httpOnly' => true,
  6111.             'data_collector.templates' => [
  6112.                 'data_collector.request' => [
  6113.                     => 'request',
  6114.                     => '@WebProfiler/Collector/request.html.twig',
  6115.                 ],
  6116.                 'api_platform.data_collector.request' => [
  6117.                     => 'api_platform.data_collector.request',
  6118.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  6119.                 ],
  6120.                 'data_collector.time' => [
  6121.                     => 'time',
  6122.                     => '@WebProfiler/Collector/time.html.twig',
  6123.                 ],
  6124.                 'data_collector.memory' => [
  6125.                     => 'memory',
  6126.                     => '@WebProfiler/Collector/memory.html.twig',
  6127.                 ],
  6128.                 'data_collector.validator' => [
  6129.                     => 'validator',
  6130.                     => '@WebProfiler/Collector/validator.html.twig',
  6131.                 ],
  6132.                 'data_collector.ajax' => [
  6133.                     => 'ajax',
  6134.                     => '@WebProfiler/Collector/ajax.html.twig',
  6135.                 ],
  6136.                 'data_collector.form' => [
  6137.                     => 'form',
  6138.                     => '@WebProfiler/Collector/form.html.twig',
  6139.                 ],
  6140.                 'data_collector.exception' => [
  6141.                     => 'exception',
  6142.                     => '@WebProfiler/Collector/exception.html.twig',
  6143.                 ],
  6144.                 'data_collector.logger' => [
  6145.                     => 'logger',
  6146.                     => '@WebProfiler/Collector/logger.html.twig',
  6147.                 ],
  6148.                 'data_collector.events' => [
  6149.                     => 'events',
  6150.                     => '@WebProfiler/Collector/events.html.twig',
  6151.                 ],
  6152.                 'data_collector.router' => [
  6153.                     => 'router',
  6154.                     => '@WebProfiler/Collector/router.html.twig',
  6155.                 ],
  6156.                 'data_collector.cache' => [
  6157.                     => 'cache',
  6158.                     => '@WebProfiler/Collector/cache.html.twig',
  6159.                 ],
  6160.                 'data_collector.translation' => [
  6161.                     => 'translation',
  6162.                     => '@WebProfiler/Collector/translation.html.twig',
  6163.                 ],
  6164.                 'data_collector.security' => [
  6165.                     => 'security',
  6166.                     => '@Security/Collector/security.html.twig',
  6167.                 ],
  6168.                 'data_collector.twig' => [
  6169.                     => 'twig',
  6170.                     => '@WebProfiler/Collector/twig.html.twig',
  6171.                 ],
  6172.                 'data_collector.http_client' => [
  6173.                     => 'http_client',
  6174.                     => '@WebProfiler/Collector/http_client.html.twig',
  6175.                 ],
  6176.                 'data_collector.doctrine' => [
  6177.                     => 'db',
  6178.                     => '@Doctrine/Collector/db.html.twig',
  6179.                 ],
  6180.                 'doctrine_migrations.migrations_collector' => [
  6181.                     => 'doctrine_migrations',
  6182.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  6183.                 ],
  6184.                 'data_collector.dump' => [
  6185.                     => 'dump',
  6186.                     => '@Debug/Profiler/dump.html.twig',
  6187.                 ],
  6188.                 'mailer.data_collector' => [
  6189.                     => 'mailer',
  6190.                     => '@WebProfiler/Collector/mailer.html.twig',
  6191.                 ],
  6192.                 'notifier.data_collector' => [
  6193.                     => 'notifier',
  6194.                     => '@WebProfiler/Collector/notifier.html.twig',
  6195.                 ],
  6196.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  6197.                     => 'easyadmin',
  6198.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  6199.                 ],
  6200.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  6201.                     => 'vich_uploader.mapping_collector',
  6202.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  6203.                 ],
  6204.                 'data_collector.mercure' => [
  6205.                     => 'mercure',
  6206.                     => '@Mercure/Collector/mercure.html.twig',
  6207.                 ],
  6208.                 'MobileDetectBundle\\DataCollector\\DeviceDataCollector' => [
  6209.                     => 'device.collector',
  6210.                     => '@MobileDetect/Collector/device.html.twig',
  6211.                 ],
  6212.                 'data_collector.config' => [
  6213.                     => 'config',
  6214.                     => '@WebProfiler/Collector/config.html.twig',
  6215.                 ],
  6216.             ],
  6217.             'console.command.ids' => [
  6218.             ],
  6219.         ];
  6220.     }
  6221. }