var/cache/dev/ContainerBVp5kv8/App_KernelDevDebugContainer.php line 3128

  1. <?php
  2. namespace ContainerBVp5kv8;
  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.security_is_granted_attribute_expression_language' => 'getCache_SecurityIsGrantedAttributeExpressionLanguageService',
  36.             'cache.system' => 'getCache_SystemService',
  37.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  38.             'data_collector.dump' => 'getDataCollector_DumpService',
  39.             'doctrine' => 'getDoctrineService',
  40.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  41.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  42.             'event_dispatcher' => 'getEventDispatcherService',
  43.             'http_kernel' => 'getHttpKernelService',
  44.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  45.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  46.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  47.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  48.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  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\\ContactsCrudController' => 'getContactsCrudControllerService',
  58.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  59.             'App\\Controller\\Admin\\ExportExcelCrudController' => 'getExportExcelCrudControllerService',
  60.             'App\\Controller\\Admin\\FrontThemeCrudController' => 'getFrontThemeCrudControllerService',
  61.             'App\\Controller\\Admin\\HomePageCrudController' => 'getHomePageCrudControllerService',
  62.             'App\\Controller\\Admin\\LinkCrudController' => 'getLinkCrudControllerService',
  63.             'App\\Controller\\Admin\\LinkTypeCrudController' => 'getLinkTypeCrudControllerService',
  64.             'App\\Controller\\Admin\\LogHistoryCrudController' => 'getLogHistoryCrudControllerService',
  65.             'App\\Controller\\Admin\\NewLeadCrudController' => 'getNewLeadCrudControllerService',
  66.             'App\\Controller\\Admin\\NotificationCrudController' => 'getNotificationCrudControllerService',
  67.             'App\\Controller\\Admin\\ProductCrudController' => 'getProductCrudControllerService',
  68.             'App\\Controller\\Admin\\RoleCrudController' => 'getRoleCrudControllerService',
  69.             'App\\Controller\\Admin\\SettingsCrudController' => 'getSettingsCrudControllerService',
  70.             'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  71.             'App\\Controller\\ExcelController' => 'getExcelControllerService',
  72.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  73.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  74.             'App\\Flexy\\BookingBundle\\Controller\\CategoryOfferCrudController' => 'getCategoryOfferCrudControllerService',
  75.             'App\\Flexy\\BookingBundle\\Controller\\DashboardController' => 'getDashboardController2Service',
  76.             'App\\Flexy\\BookingBundle\\Controller\\OfferCrudController' => 'getOfferCrudControllerService',
  77.             'App\\Flexy\\BookingBundle\\Controller\\ReservationCrudController' => 'getReservationCrudControllerService',
  78.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\BlocCrudController' => 'getBlocCrudControllerService',
  79.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\MasterSliderCrudController' => 'getMasterSliderCrudControllerService',
  80.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\MenuCrudController' => 'getMenuCrudControllerService',
  81.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\MenuItemCrudController' => 'getMenuItemCrudControllerService',
  82.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\PageCrudController' => 'getPageCrudControllerService',
  83.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\PageMailCrudController' => 'getPageMailCrudControllerService',
  84.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\PubBannerCrudController' => 'getPubBannerCrudControllerService',
  85.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\SectionCrudController' => 'getSectionCrudControllerService',
  86.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\SlideCrudController' => 'getSlideCrudControllerService',
  87.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\SliderCrudController' => 'getSliderCrudControllerService',
  88.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\SubMenuItemCrudController' => 'getSubMenuItemCrudControllerService',
  89.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Api\\CustomApiController' => 'getCustomApiControllerService',
  90.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\BookingController' => 'getBookingControllerService',
  91.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\CartController' => 'getCartControllerService',
  92.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\CategoryProductController' => 'getCategoryProductControllerService',
  93.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\CheckoutController' => 'getCheckoutControllerService',
  94.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\DashboardController' => 'getDashboardController3Service',
  95.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\HomeController' => 'getHomeControllerService',
  96.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\MissionBookingController' => 'getMissionBookingControllerService',
  97.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\MyAccountController' => 'getMyAccountControllerService',
  98.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\OAuth\\FacebookController' => 'getFacebookControllerService',
  99.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\OAuth\\GoogleController' => 'getGoogleControllerService',
  100.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\PagesController' => 'getPagesControllerService',
  101.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\PartialController' => 'getPartialControllerService',
  102.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ProductController' => 'getProductControllerService',
  103.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  104.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ResarvationController' => 'getResarvationControllerService',
  105.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\SearchController' => 'getSearchControllerService',
  106.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\SectionController' => 'getSectionControllerService',
  107.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\AgentCrudController' => 'getAgentCrudControllerService',
  108.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'getAgentCrudController2Service',
  109.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\DashboardController' => 'getDashboardController4Service',
  110.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController' => 'getDashboardController5Service',
  111.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DefaultController' => 'getDefaultControllerService',
  112.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\InvoiceCrudController' => 'getInvoiceCrudControllerService',
  113.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderController' => 'getOrderControllerService',
  114.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => 'getOrderCrudControllerService',
  115.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => 'getOrderOldCrudControllerService',
  116.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => 'getOrderToDoCrudControllerService',
  117.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\QuoteCrudController' => 'getQuoteCrudControllerService',
  118.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController' => 'getDashboardController6Service',
  119.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DefaultController' => 'getDefaultController2Service',
  120.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderController' => 'getOrderController2Service',
  121.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => 'getOrderCrudController2Service',
  122.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => 'getOrderOldCrudController2Service',
  123.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'getOrderToDoCrudController2Service',
  124.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\MetaDataExtraCrudController' => 'getMetaDataExtraCrudControllerService',
  125.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => 'getShippingAgentCrudControllerService',
  126.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\AttributCrudController' => 'getAttributCrudControllerService',
  127.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\AttributValueCrudController' => 'getAttributValueCrudControllerService',
  128.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\BrandCrudController' => 'getBrandCrudControllerService',
  129.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CategoryOfferCrudController' => 'getCategoryOfferCrudController2Service',
  130.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CategoryProductCrudController' => 'getCategoryProductCrudControllerService',
  131.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudControllerService',
  132.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CityCrudController' => 'getCityCrudControllerService',
  133.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CityRegionCrudController' => 'getCityRegionCrudControllerService',
  134.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CommentCrudController' => 'getCommentCrudControllerService',
  135.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CouponsCrudController' => 'getCouponsCrudControllerService',
  136.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CustomerCrudController' => 'getCustomerCrudControllerService',
  137.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CustomerGroupCrudController' => 'getCustomerGroupCrudControllerService',
  138.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudControllerService',
  139.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudControllerService',
  140.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController' => 'getComplaintCrudControllerService',
  141.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController' => 'getComplaintSubjectCrudControllerService',
  142.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => 'getCustomerCODCrudControllerService',
  143.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerCOMMUCrudController' => 'getCustomerCOMMUCrudControllerService',
  144.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'getCustomerCrudController2Service',
  145.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'getCustomerGroupCrudController2Service',
  146.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudController2Service',
  147.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController2Service',
  148.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\DashboardController' => 'getDashboardController7Service',
  149.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\ComplaintCrudController' => 'getComplaintCrudController2Service',
  150.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController3Service',
  151.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController' => 'getDashboardController8Service',
  152.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => 'getMissionCrudControllerService',
  153.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudControllerService',
  154.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => 'getOrderCrudController3Service',
  155.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\ProductSubscriptionCrudController' => 'getProductSubscriptionCrudControllerService',
  156.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController' => 'getUserPasswordCrudControllerService',
  157.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\MissionCrudController' => 'getMissionCrudController2Service',
  158.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'getMyCustomerCrudControllerService',
  159.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController2Service',
  160.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\OrderCrudController' => 'getOrderCrudController4Service',
  161.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\PackCrudController' => 'getPackCrudControllerService',
  162.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => 'getPackEngagementCrudControllerService',
  163.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\TicketsCustomerCrudController' => 'getTicketsCustomerCrudControllerService',
  164.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\DashboardController' => 'getDashboardController9Service',
  165.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\DemandeFundCrudController' => 'getDemandeFundCrudControllerService',
  166.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\DepartementCrudController' => 'getDepartementCrudControllerService',
  167.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ImportCrudController' => 'getImportCrudControllerService',
  168.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ImportExcelController' => 'getImportExcelControllerService',
  169.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ImportExcelCrudController' => 'getImportExcelCrudControllerService',
  170.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => 'getImportCrudController2Service',
  171.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\MetaDataExtraCrudController' => 'getMetaDataExtraCrudController2Service',
  172.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\MyCustomerCrudController' => 'getMyCustomerCrudController2Service',
  173.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController3Service',
  174.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\NewshomeCrudController' => 'getNewshomeCrudControllerService',
  175.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\OfferProductCrudController' => 'getOfferProductCrudControllerService',
  176.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\OrderCrudController' => 'getOrderCrudController5Service',
  177.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController' => 'getChangeStatusOrderPaymentCrudControllerService',
  178.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController' => 'getChangeStatusOrderShippingCrudControllerService',
  179.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'getDemandeFundCrudController2Service',
  180.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController' => 'getExportExcelOrderCrudControllerService',
  181.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\InvoiceCrudController' => 'getInvoiceCrudController2Service',
  182.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController' => 'getLogHistoryOrderCrudControllerService',
  183.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\NotificationOrderCrudController' => 'getNotificationOrderCrudControllerService',
  184.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\OrderCrudController' => 'getOrderCrudController6Service',
  185.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\QuoteCrudController' => 'getQuoteCrudController2Service',
  186.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\RoomAccessCrudController' => 'getRoomAccessCrudControllerService',
  187.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\TicketsCustomersCrudController' => 'getTicketsCustomersCrudControllerService',
  188.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\UnavailableRoomCrudController' => 'getUnavailableRoomCrudControllerService',
  189.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PackCrudController' => 'getPackCrudController2Service',
  190.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PackEngagementCrudController' => 'getPackEngagementCrudController2Service',
  191.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PartnerCrudController' => 'getPartnerCrudControllerService',
  192.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PaymentMethodCrudController' => 'getPaymentMethodCrudControllerService',
  193.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => 'getBankBookCrudControllerService',
  194.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => 'getPaymentMethodCrudController2Service',
  195.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => 'getTransactionCrudControllerService',
  196.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => 'getTransactionListCrudControllerService',
  197.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ProductCrudController' => 'getProductCrudController2Service',
  198.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\AttributCrudController' => 'getAttributCrudController2Service',
  199.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'getAttributValueCrudController2Service',
  200.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\BrandCrudController' => 'getBrandCrudController2Service',
  201.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => 'getCategoryOfferCrudController3Service',
  202.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'getCategoryProductCrudController2Service',
  203.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => 'getCategoryProductRevenueCrudControllerService',
  204.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudController2Service',
  205.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CommentCrudController' => 'getCommentCrudController2Service',
  206.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController' => 'getExportExcelCategoryProductCrudControllerService',
  207.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController' => 'getExportExcelProductCrudControllerService',
  208.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => 'getImportExcelCrudController2Service',
  209.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => 'getOfferProductCrudController2Service',
  210.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductCrudController' => 'getProductCrudController3Service',
  211.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => 'getProductPackChildCrudControllerService',
  212.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => 'getProductPackCrudControllerService',
  213.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => 'getProductRevenueCrudControllerService',
  214.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductServiceCrudController' => 'getProductServiceCrudControllerService',
  215.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => 'getProductSubscriptionCrudController2Service',
  216.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => 'getProductVariableCrudControllerService',
  217.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\SubCategoryProductCrudController' => 'getSubCategoryProductCrudControllerService',
  218.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PromotionCrudController' => 'getPromotionCrudControllerService',
  219.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'getCouponsCrudController2Service',
  220.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => 'getPromotionCrudController2Service',
  221.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ShippingMethodCrudController' => 'getShippingMethodCrudControllerService',
  222.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => 'getCashBoxCrudControllerService',
  223.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => 'getCashOnDeliveryCrudControllerService',
  224.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => 'getCityCrudController2Service',
  225.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => 'getCityRegionCrudController2Service',
  226.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => 'getDepartementCrudController2Service',
  227.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => 'getShipmentCollectMoneyCrudControllerService',
  228.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => 'getShipmentCrudControllerService',
  229.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => 'getShipmentItemChildCrudControllerService',
  230.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'getShipmentItemCrudControllerService',
  231.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'getShipmentPaperCrudControllerService',
  232.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => 'getShippingCalculationMethodCrudControllerService',
  233.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'getShippingMethodCrudController2Service',
  234.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => 'getStepTypeCrudControllerService',
  235.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => 'getShipmentCrudController2Service',
  236.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentTrackingController' => 'getShipmentTrackingControllerService',
  237.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'getStepFiveShipmentCrudControllerService',
  238.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => 'getStepFourShipmentCrudControllerService',
  239.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => 'getStepOneShipmentCrudControllerService',
  240.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'getStepSixShipmentCrudControllerService',
  241.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'getStepThreeShipmentCrudControllerService',
  242.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'getStepTwoShipmentCrudControllerService',
  243.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => 'getTrackingStepCrudControllerService',
  244.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudControllerService',
  245.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController3Service',
  246.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController3Service',
  247.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\DashboardController' => 'getDashboardController10Service',
  248.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudControllerService',
  249.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController' => 'getProductCrudController4Service',
  250.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\StoreCrudController' => 'getStoreCrudControllerService',
  251.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\VendorCrudController' => 'getVendorCrudControllerService',
  252.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController' => 'getCatalogueProductCrudController2Service',
  253.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController' => 'getCategoryOfferCrudController4Service',
  254.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController' => 'getCategoryProductCrudController4Service',
  255.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController' => 'getCustomerCrudController4Service',
  256.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\DashboardController' => 'getDashboardController11Service',
  257.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudController3Service',
  258.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'getCategoryOfferCrudController5Service',
  259.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController5Service',
  260.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController5Service',
  261.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController' => 'getDashboardController12Service',
  262.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'getDemandeFundCrudController3Service',
  263.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudController2Service',
  264.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'getOfferProductCrudController3Service',
  265.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => 'getProductCrudController5Service',
  266.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => 'getVendorCrudController2Service',
  267.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => 'getVendorStatementCrudControllerService',
  268.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController' => 'getDemandeFundCrudController4Service',
  269.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController' => 'getMyOrdersCrudController3Service',
  270.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController' => 'getOfferProductCrudController4Service',
  271.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\PagesController' => 'getPagesController2Service',
  272.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\ProductCrudController' => 'getProductCrudController6Service',
  273.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'getVendorCrudController3Service',
  274.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController' => 'getVendorStatementCrudController2Service',
  275.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Statistics\\AdminStatsController' => 'getAdminStatsControllerService',
  276.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\VendorController' => 'getVendorControllerService',
  277.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\BlocCrudController' => 'getBlocCrudController2Service',
  278.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MasterSliderCrudController' => 'getMasterSliderCrudController2Service',
  279.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuCrudController' => 'getMenuCrudController2Service',
  280.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuItemCrudController' => 'getMenuItemCrudController2Service',
  281.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PageCrudController' => 'getPageCrudController2Service',
  282.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PubBannerCrudController' => 'getPubBannerCrudController2Service',
  283.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SectionCrudController' => 'getSectionCrudController2Service',
  284.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SlideCrudController' => 'getSlideCrudController2Service',
  285.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SliderCrudController' => 'getSliderCrudController2Service',
  286.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SubMenuItemCrudController' => 'getSubMenuItemCrudController2Service',
  287.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\BookingController' => 'getBookingController2Service',
  288.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\CartController' => 'getCartController2Service',
  289.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\CategoryProductController' => 'getCategoryProductController2Service',
  290.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\CheckoutController' => 'getCheckoutController2Service',
  291.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\DashboardController' => 'getDashboardController13Service',
  292.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\HomeController' => 'getHomeController2Service',
  293.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\MissionBookingController' => 'getMissionBookingController2Service',
  294.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\MyAccountController' => 'getMyAccountController2Service',
  295.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\PagesController' => 'getPagesController3Service',
  296.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\PartialController' => 'getPartialController2Service',
  297.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ProductController' => 'getProductController2Service',
  298.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\RegistrationController' => 'getRegistrationController2Service',
  299.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\SearchController' => 'getSearchController2Service',
  300.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\SectionController' => 'getSectionController2Service',
  301.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AgentCrudController' => 'getAgentCrudController3Service',
  302.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Agent\\DashboardController' => 'getDashboardController14Service',
  303.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributCrudController' => 'getAttributCrudController3Service',
  304.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributValueCrudController' => 'getAttributValueCrudController3Service',
  305.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\BrandCrudController' => 'getBrandCrudController3Service',
  306.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryOfferCrudController' => 'getCategoryOfferCrudController6Service',
  307.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductCrudController' => 'getCategoryProductCrudController6Service',
  308.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudController3Service',
  309.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityCrudController' => 'getCityCrudController3Service',
  310.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityRegionCrudController' => 'getCityRegionCrudController3Service',
  311.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CommentCrudController' => 'getCommentCrudController3Service',
  312.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CouponsCrudController' => 'getCouponsCrudController3Service',
  313.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerCrudController' => 'getCustomerCrudController6Service',
  314.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerGroupCrudController' => 'getCustomerGroupCrudController3Service',
  315.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudController3Service',
  316.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController4Service',
  317.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController5Service',
  318.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\DashboardController' => 'getDashboardController15Service',
  319.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\MissionCrudController' => 'getMissionCrudController3Service',
  320.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\OrderCrudController' => 'getOrderCrudController7Service',
  321.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DashboardController' => 'getDashboardController16Service',
  322.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DemandeFundCrudController' => 'getDemandeFundCrudController5Service',
  323.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DepartementCrudController' => 'getDepartementCrudController3Service',
  324.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportCrudController' => 'getImportCrudController3Service',
  325.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportExcelController' => 'getImportExcelController2Service',
  326.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportExcelCrudController' => 'getImportExcelCrudController3Service',
  327.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerCrudController' => 'getMyCustomerCrudController3Service',
  328.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController4Service',
  329.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OfferProductCrudController' => 'getOfferProductCrudController5Service',
  330.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OrderCrudController' => 'getOrderCrudController8Service',
  331.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackCrudController' => 'getPackCrudController3Service',
  332.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackEngagementCrudController' => 'getPackEngagementCrudController3Service',
  333.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PaymentMethodCrudController' => 'getPaymentMethodCrudController3Service',
  334.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ProductCrudController' => 'getProductCrudController7Service',
  335.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PromotionCrudController' => 'getPromotionCrudController3Service',
  336.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ShippingMethodCrudController' => 'getShippingMethodCrudController3Service',
  337.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\VendorCrudController' => 'getVendorCrudController4Service',
  338.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController' => 'getCatalogueProductCrudController4Service',
  339.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController' => 'getCategoryOfferCrudController7Service',
  340.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController' => 'getCategoryProductCrudController7Service',
  341.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController' => 'getCustomerCrudController7Service',
  342.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DashboardController' => 'getDashboardController17Service',
  343.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController' => 'getDemandeFundCrudController6Service',
  344.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController' => 'getMyOrdersCrudController4Service',
  345.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController' => 'getOfferProductCrudController6Service',
  346.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\PagesController' => 'getPagesController4Service',
  347.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\ProductCrudController' => 'getProductCrudController8Service',
  348.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'getVendorCrudController5Service',
  349.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController' => 'getVendorStatementCrudController3Service',
  350.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\VendorController' => 'getVendorController2Service',
  351.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\BlocCrudController' => 'getBlocCrudController3Service',
  352.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MasterSliderCrudController' => 'getMasterSliderCrudController3Service',
  353.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuCrudController' => 'getMenuCrudController3Service',
  354.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuItemCrudController' => 'getMenuItemCrudController3Service',
  355.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PageCrudController' => 'getPageCrudController3Service',
  356.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PageMailCrudController' => 'getPageMailCrudController2Service',
  357.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PubBannerCrudController' => 'getPubBannerCrudController3Service',
  358.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SectionCrudController' => 'getSectionCrudController3Service',
  359.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SlideCrudController' => 'getSlideCrudController3Service',
  360.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SliderCrudController' => 'getSliderCrudController3Service',
  361.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SubMenuItemCrudController' => 'getSubMenuItemCrudController3Service',
  362.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Api\\CustomApiController' => 'getCustomApiController2Service',
  363.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\BookingController' => 'getBookingController3Service',
  364.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\CartController' => 'getCartController3Service',
  365.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\CategoryProductController' => 'getCategoryProductController3Service',
  366.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\CheckoutController' => 'getCheckoutController3Service',
  367.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\DashboardController' => 'getDashboardController18Service',
  368.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\HomeController' => 'getHomeController3Service',
  369.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\MyAccountController' => 'getMyAccountController3Service',
  370.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\OAuth\\FacebookController' => 'getFacebookController2Service',
  371.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\OAuth\\GoogleController' => 'getGoogleController2Service',
  372.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\PagesController' => 'getPagesController5Service',
  373.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\PartialController' => 'getPartialController3Service',
  374.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ProductController' => 'getProductController3Service',
  375.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\RegistrationController' => 'getRegistrationController3Service',
  376.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\SearchController' => 'getSearchController3Service',
  377.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'getAgentCrudController4Service',
  378.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController' => 'getDashboardController19Service',
  379.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DefaultController' => 'getDefaultController3Service',
  380.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderController' => 'getOrderController3Service',
  381.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => 'getOrderCrudController9Service',
  382.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => 'getOrderOldCrudController3Service',
  383.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => 'getOrderToDoCrudController3Service',
  384.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController' => 'getDashboardController20Service',
  385.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DefaultController' => 'getDefaultController4Service',
  386.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderController' => 'getOrderController4Service',
  387.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => 'getOrderCrudController10Service',
  388.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => 'getOrderOldCrudController4Service',
  389.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'getOrderToDoCrudController4Service',
  390.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => 'getShippingAgentCrudController2Service',
  391.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController' => 'getComplaintCrudController3Service',
  392.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController' => 'getComplaintSubjectCrudController2Service',
  393.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => 'getCustomerCODCrudController2Service',
  394.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'getCustomerCrudController8Service',
  395.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'getCustomerGroupCrudController4Service',
  396.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudController4Service',
  397.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController6Service',
  398.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\ComplaintCrudController' => 'getComplaintCrudController4Service',
  399.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController7Service',
  400.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController' => 'getDashboardController21Service',
  401.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => 'getMissionCrudController4Service',
  402.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController5Service',
  403.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => 'getOrderCrudController11Service',
  404.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\ProductSubscriptionCrudController' => 'getProductSubscriptionCrudController3Service',
  405.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController' => 'getUserPasswordCrudController2Service',
  406.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'getMyCustomerCrudController4Service',
  407.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController6Service',
  408.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackCrudController' => 'getPackCrudController4Service',
  409.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => 'getPackEngagementCrudController4Service',
  410.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\DashboardController' => 'getDashboardController22Service',
  411.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\ImportExcelController' => 'getImportExcelController3Service',
  412.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => 'getImportCrudController4Service',
  413.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController' => 'getChangeStatusOrderPaymentCrudController2Service',
  414.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController' => 'getChangeStatusOrderShippingCrudController2Service',
  415.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'getDemandeFundCrudController7Service',
  416.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController' => 'getExportExcelOrderCrudController2Service',
  417.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController' => 'getLogHistoryOrderCrudController2Service',
  418.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\OrderCrudController' => 'getOrderCrudController12Service',
  419.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => 'getBankBookCrudController2Service',
  420.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => 'getPaymentMethodCrudController4Service',
  421.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => 'getTransactionCrudController2Service',
  422.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => 'getTransactionListCrudController2Service',
  423.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributCrudController' => 'getAttributCrudController4Service',
  424.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'getAttributValueCrudController4Service',
  425.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\BrandCrudController' => 'getBrandCrudController4Service',
  426.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => 'getCategoryOfferCrudController8Service',
  427.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'getCategoryProductCrudController8Service',
  428.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => 'getCategoryProductRevenueCrudController2Service',
  429.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudController4Service',
  430.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CommentCrudController' => 'getCommentCrudController4Service',
  431.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController' => 'getExportExcelCategoryProductCrudController2Service',
  432.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController' => 'getExportExcelProductCrudController2Service',
  433.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => 'getImportExcelCrudController4Service',
  434.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => 'getOfferProductCrudController7Service',
  435.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductCrudController' => 'getProductCrudController9Service',
  436.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => 'getProductPackChildCrudController2Service',
  437.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => 'getProductPackCrudController2Service',
  438.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => 'getProductRevenueCrudController2Service',
  439.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => 'getProductSubscriptionCrudController4Service',
  440.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => 'getProductVariableCrudController2Service',
  441.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\SubCategoryProductCrudController' => 'getSubCategoryProductCrudController2Service',
  442.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'getCouponsCrudController4Service',
  443.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => 'getPromotionCrudController4Service',
  444.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => 'getCashBoxCrudController2Service',
  445.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => 'getCashOnDeliveryCrudController2Service',
  446.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => 'getCityCrudController4Service',
  447.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => 'getCityRegionCrudController4Service',
  448.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => 'getDepartementCrudController4Service',
  449.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => 'getShipmentCollectMoneyCrudController2Service',
  450.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => 'getShipmentCrudController3Service',
  451.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => 'getShipmentItemChildCrudController2Service',
  452.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'getShipmentItemCrudController2Service',
  453.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'getShipmentPaperCrudController2Service',
  454.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => 'getShippingCalculationMethodCrudController2Service',
  455.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'getShippingMethodCrudController4Service',
  456.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => 'getStepTypeCrudController2Service',
  457.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => 'getShipmentCrudController4Service',
  458.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentTrackingController' => 'getShipmentTrackingController2Service',
  459.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'getStepFiveShipmentCrudController2Service',
  460.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => 'getStepFourShipmentCrudController2Service',
  461.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => 'getStepOneShipmentCrudController2Service',
  462.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'getStepSixShipmentCrudController2Service',
  463.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'getStepThreeShipmentCrudController2Service',
  464.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'getStepTwoShipmentCrudController2Service',
  465.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => 'getTrackingStepCrudController2Service',
  466.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudController5Service',
  467.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController9Service',
  468.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController9Service',
  469.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\DashboardController' => 'getDashboardController23Service',
  470.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudController5Service',
  471.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController' => 'getProductCrudController10Service',
  472.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\StoreCrudController' => 'getStoreCrudController2Service',
  473.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudController6Service',
  474.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'getCategoryOfferCrudController9Service',
  475.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController10Service',
  476.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController10Service',
  477.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController' => 'getDashboardController24Service',
  478.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'getDemandeFundCrudController8Service',
  479.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudController6Service',
  480.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'getOfferProductCrudController8Service',
  481.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => 'getProductCrudController11Service',
  482.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => 'getVendorCrudController6Service',
  483.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => 'getVendorStatementCrudController4Service',
  484.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'getVendorCrudController7Service',
  485.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Statistics\\AdminStatsController' => 'getAdminStatsController2Service',
  486.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\VendorController' => 'getVendorController3Service',
  487.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\BlocCrudController' => 'getBlocCrudController4Service',
  488.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MasterSliderCrudController' => 'getMasterSliderCrudController4Service',
  489.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MenuCrudController' => 'getMenuCrudController4Service',
  490.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MenuItemCrudController' => 'getMenuItemCrudController4Service',
  491.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\PageCrudController' => 'getPageCrudController4Service',
  492.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\PubBannerCrudController' => 'getPubBannerCrudController4Service',
  493.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SectionCrudController' => 'getSectionCrudController4Service',
  494.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SlideCrudController' => 'getSlideCrudController4Service',
  495.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SliderCrudController' => 'getSliderCrudController4Service',
  496.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SubMenuItemCrudController' => 'getSubMenuItemCrudController4Service',
  497.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\BookingController' => 'getBookingController4Service',
  498.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\CartController' => 'getCartController4Service',
  499.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\CategoryProductController' => 'getCategoryProductController4Service',
  500.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\CheckoutController' => 'getCheckoutController4Service',
  501.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\DashboardController' => 'getDashboardController25Service',
  502.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\HomeController' => 'getHomeController4Service',
  503.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\MissionBookingController' => 'getMissionBookingController3Service',
  504.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\MyAccountController' => 'getMyAccountController4Service',
  505.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\PagesController' => 'getPagesController6Service',
  506.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\PartialController' => 'getPartialController4Service',
  507.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ProductController' => 'getProductController4Service',
  508.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\RegistrationController' => 'getRegistrationController4Service',
  509.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\SearchController' => 'getSearchController4Service',
  510.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\SectionController' => 'getSectionController3Service',
  511.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AgentCrudController' => 'getAgentCrudController5Service',
  512.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'getAgentCrudController6Service',
  513.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\DashboardController' => 'getDashboardController26Service',
  514.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\MissionCrudController' => 'getMissionCrudController5Service',
  515.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\OrderCrudController' => 'getOrderCrudController13Service',
  516.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AttributCrudController' => 'getAttributCrudController5Service',
  517.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AttributValueCrudController' => 'getAttributValueCrudController5Service',
  518.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\BrandCrudController' => 'getBrandCrudController5Service',
  519.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryOfferCrudController' => 'getCategoryOfferCrudController10Service',
  520.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryProductCrudController' => 'getCategoryProductCrudController11Service',
  521.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudController5Service',
  522.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CityCrudController' => 'getCityCrudController5Service',
  523.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CityRegionCrudController' => 'getCityRegionCrudController5Service',
  524.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CommentCrudController' => 'getCommentCrudController5Service',
  525.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CouponsCrudController' => 'getCouponsCrudController5Service',
  526.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerCrudController' => 'getCustomerCrudController11Service',
  527.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerGroupCrudController' => 'getCustomerGroupCrudController5Service',
  528.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudController5Service',
  529.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController8Service',
  530.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'getCustomerCrudController12Service',
  531.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController9Service',
  532.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\DashboardController' => 'getDashboardController27Service',
  533.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\MissionCrudController' => 'getMissionCrudController6Service',
  534.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\OrderCrudController' => 'getOrderCrudController14Service',
  535.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DashboardController' => 'getDashboardController28Service',
  536.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DemandeFundCrudController' => 'getDemandeFundCrudController9Service',
  537.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DepartementCrudController' => 'getDepartementCrudController5Service',
  538.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ImportCrudController' => 'getImportCrudController5Service',
  539.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ImportExcelController' => 'getImportExcelController4Service',
  540.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ImportExcelCrudController' => 'getImportExcelCrudController5Service',
  541.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\MyCustomerCrudController' => 'getMyCustomerCrudController5Service',
  542.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController7Service',
  543.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\OfferProductCrudController' => 'getOfferProductCrudController9Service',
  544.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\OrderCrudController' => 'getOrderCrudController15Service',
  545.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PackCrudController' => 'getPackCrudController5Service',
  546.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PackEngagementCrudController' => 'getPackEngagementCrudController5Service',
  547.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PaymentMethodCrudController' => 'getPaymentMethodCrudController5Service',
  548.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ProductCrudController' => 'getProductCrudController12Service',
  549.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PromotionCrudController' => 'getPromotionCrudController5Service',
  550.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ShippingMethodCrudController' => 'getShippingMethodCrudController5Service',
  551.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\VendorCrudController' => 'getVendorCrudController8Service',
  552.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController' => 'getCatalogueProductCrudController7Service',
  553.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController' => 'getCategoryOfferCrudController11Service',
  554.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController' => 'getCategoryProductCrudController12Service',
  555.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController' => 'getCustomerCrudController13Service',
  556.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\DashboardController' => 'getDashboardController29Service',
  557.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController' => 'getDemandeFundCrudController10Service',
  558.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController' => 'getMyOrdersCrudController7Service',
  559.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController' => 'getOfferProductCrudController10Service',
  560.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\PagesController' => 'getPagesController7Service',
  561.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\ProductCrudController' => 'getProductCrudController13Service',
  562.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'getVendorCrudController9Service',
  563.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController' => 'getVendorStatementCrudController5Service',
  564.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\VendorController' => 'getVendorController4Service',
  565.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\BlocCrudController' => 'getBlocCrudController5Service',
  566.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MasterSliderCrudController' => 'getMasterSliderCrudController5Service',
  567.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuCrudController' => 'getMenuCrudController5Service',
  568.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuItemCrudController' => 'getMenuItemCrudController5Service',
  569.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PageCrudController' => 'getPageCrudController5Service',
  570.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PubBannerCrudController' => 'getPubBannerCrudController5Service',
  571.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SectionCrudController' => 'getSectionCrudController5Service',
  572.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SlideCrudController' => 'getSlideCrudController5Service',
  573.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SliderCrudController' => 'getSliderCrudController5Service',
  574.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SubMenuItemCrudController' => 'getSubMenuItemCrudController5Service',
  575.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\BookingController' => 'getBookingController5Service',
  576.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\CartController' => 'getCartController5Service',
  577.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\CategoryProductController' => 'getCategoryProductController5Service',
  578.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\CheckoutController' => 'getCheckoutController5Service',
  579.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\DashboardController' => 'getDashboardController30Service',
  580.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\BookingController' => 'getBookingController6Service',
  581.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\CartController' => 'getCartController6Service',
  582.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\CategoryProductController' => 'getCategoryProductController6Service',
  583.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\CheckoutController' => 'getCheckoutController6Service',
  584.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\HomeController' => 'getHomeController5Service',
  585.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\MissionBookingController' => 'getMissionBookingController4Service',
  586.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\MyAccountController' => 'getMyAccountController5Service',
  587.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\PagesController' => 'getPagesController8Service',
  588.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\PartialController' => 'getPartialController5Service',
  589.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\ProductController' => 'getProductController5Service',
  590.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\RegistrationController' => 'getRegistrationController5Service',
  591.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\SearchController' => 'getSearchController5Service',
  592.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\SectionController' => 'getSectionController4Service',
  593.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\VendorController' => 'getVendorController5Service',
  594.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\HomeController' => 'getHomeController6Service',
  595.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\MissionBookingController' => 'getMissionBookingController5Service',
  596.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\MyAccountController' => 'getMyAccountController6Service',
  597.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\OAuth\\FacebookController' => 'getFacebookController3Service',
  598.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\OAuth\\GoogleController' => 'getGoogleController3Service',
  599.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\PagesController' => 'getPagesController9Service',
  600.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\PartialController' => 'getPartialController6Service',
  601.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ProductController' => 'getProductController6Service',
  602.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\RegistrationController' => 'getRegistrationController6Service',
  603.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\SearchController' => 'getSearchController6Service',
  604.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\SectionController' => 'getSectionController5Service',
  605.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Accounting\\InvoiceController' => 'getInvoiceControllerService',
  606.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Accounting\\InvoiceCrudController' => 'getInvoiceCrudController3Service',
  607.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'getAgentCrudController7Service',
  608.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\DashboardController' => 'getDashboardController31Service',
  609.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => 'getCustomerCODCrudController3Service',
  610.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'getCustomerCrudController14Service',
  611.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'getCustomerGroupCrudController6Service',
  612.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudController6Service',
  613.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController10Service',
  614.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController11Service',
  615.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController' => 'getDashboardController32Service',
  616.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => 'getMissionCrudController7Service',
  617.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => 'getOrderCrudController16Service',
  618.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'getMyCustomerCrudController6Service',
  619.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController8Service',
  620.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackCrudController' => 'getPackCrudController6Service',
  621.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => 'getPackEngagementCrudController6Service',
  622.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\DashboardController' => 'getDashboardController33Service',
  623.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\ImportExcelController' => 'getImportExcelController5Service',
  624.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => 'getImportCrudController6Service',
  625.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'getDemandeFundCrudController11Service',
  626.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\OrderController' => 'getOrderController5Service',
  627.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\OrderCrudController' => 'getOrderCrudController17Service',
  628.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => 'getBankBookCrudController3Service',
  629.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => 'getPaymentMethodCrudController6Service',
  630.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => 'getTransactionCrudController3Service',
  631.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => 'getTransactionListCrudController3Service',
  632.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributCrudController' => 'getAttributCrudController6Service',
  633.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'getAttributValueCrudController6Service',
  634.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\BrandCrudController' => 'getBrandCrudController6Service',
  635.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => 'getCategoryOfferCrudController12Service',
  636.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'getCategoryProductCrudController13Service',
  637.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudController6Service',
  638.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CommentCrudController' => 'getCommentCrudController6Service',
  639.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => 'getImportExcelCrudController6Service',
  640.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => 'getOfferProductCrudController11Service',
  641.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductCrudController' => 'getProductCrudController14Service',
  642.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'getCouponsCrudController6Service',
  643.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => 'getPromotionCrudController6Service',
  644.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => 'getCashBoxCrudController3Service',
  645.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => 'getCashOnDeliveryCrudController3Service',
  646.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => 'getCityCrudController6Service',
  647.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => 'getCityRegionCrudController6Service',
  648.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => 'getDepartementCrudController6Service',
  649.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => 'getShipmentCollectMoneyCrudController3Service',
  650.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => 'getShipmentCrudController5Service',
  651.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => 'getShipmentItemChildCrudController3Service',
  652.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'getShipmentItemCrudController3Service',
  653.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'getShipmentPaperCrudController3Service',
  654.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => 'getShippingCalculationMethodCrudController3Service',
  655.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'getShippingMethodCrudController6Service',
  656.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => 'getStepTypeCrudController3Service',
  657.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => 'getShipmentCrudController6Service',
  658.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentTrackingController' => 'getShipmentTrackingController3Service',
  659.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'getStepFiveShipmentCrudController3Service',
  660.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => 'getStepFourShipmentCrudController3Service',
  661.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => 'getStepOneShipmentCrudController3Service',
  662.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'getStepSixShipmentCrudController3Service',
  663.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'getStepThreeShipmentCrudController3Service',
  664.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'getStepTwoShipmentCrudController3Service',
  665.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => 'getTrackingStepCrudController3Service',
  666.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Store\\StoreCrudController' => 'getStoreCrudController3Service',
  667.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudController8Service',
  668.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'getCategoryOfferCrudController13Service',
  669.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController14Service',
  670.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController15Service',
  671.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController' => 'getDashboardController34Service',
  672.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'getDemandeFundCrudController12Service',
  673.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudController8Service',
  674.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'getOfferProductCrudController12Service',
  675.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\PagesController' => 'getPagesController10Service',
  676.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => 'getProductCrudController15Service',
  677.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => 'getVendorCrudController10Service',
  678.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => 'getVendorStatementCrudController6Service',
  679.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'getVendorCrudController11Service',
  680.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Statistics\\AdminStatsController' => 'getAdminStatsController3Service',
  681.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\VendorController' => 'getVendorController6Service',
  682.             'App\\Flexy\\MyNewBundle\\Controller\\DashboardController' => 'getDashboardController35Service',
  683.             'App\\Flexy\\POSBundle\\Controller\\CaisseCrudController' => 'getCaisseCrudControllerService',
  684.             'App\\Flexy\\POSBundle\\Controller\\CartController' => 'getCartController7Service',
  685.             'App\\Flexy\\POSBundle\\Controller\\CustomerOrderCrudController' => 'getCustomerOrderCrudControllerService',
  686.             'App\\Flexy\\POSBundle\\Controller\\DashboardController' => 'getDashboardController36Service',
  687.             'App\\Flexy\\POSBundle\\Controller\\DefaultController' => 'getDefaultController5Service',
  688.             'App\\Flexy\\POSBundle\\Controller\\OrderCrudController' => 'getOrderCrudController18Service',
  689.             'App\\Flexy\\POSBundle\\Controller\\OrderOldCrudController' => 'getOrderOldCrudController5Service',
  690.             'App\\Flexy\\POSBundle\\Controller\\OrderToDoCrudController' => 'getOrderToDoCrudController5Service',
  691.             'App\\Flexy\\POSBundle\\Controller\\TableCrudController' => 'getTableCrudControllerService',
  692.             'App\\Flexy\\ShopBundle\\Controller\\Accounting\\InvoiceController' => 'getInvoiceController2Service',
  693.             'App\\Flexy\\ShopBundle\\Controller\\Accounting\\InvoiceCrudController' => 'getInvoiceCrudController4Service',
  694.             'App\\Flexy\\ShopBundle\\Controller\\Agent\\AgentCrudController' => 'getAgentCrudController8Service',
  695.             'App\\Flexy\\ShopBundle\\Controller\\Agent\\Dashboard\\DashboardController' => 'getDashboardController37Service',
  696.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCODCrudController' => 'getCustomerCODCrudController4Service',
  697.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCrudController' => 'getCustomerCrudController16Service',
  698.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerGroupCrudController' => 'getCustomerGroupCrudController7Service',
  699.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudController7Service',
  700.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController12Service',
  701.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController13Service',
  702.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\DashboardController' => 'getDashboardController38Service',
  703.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\MissionCrudController' => 'getMissionCrudController8Service',
  704.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\OrderCrudController' => 'getOrderCrudController19Service',
  705.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerCrudController' => 'getMyCustomerCrudController7Service',
  706.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController9Service',
  707.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\PackCrudController' => 'getPackCrudController7Service',
  708.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\PackEngagementCrudController' => 'getPackEngagementCrudController7Service',
  709.             'App\\Flexy\\ShopBundle\\Controller\\DashboardController' => 'getDashboardController39Service',
  710.             'App\\Flexy\\ShopBundle\\Controller\\ImportExcelController' => 'getImportExcelController6Service',
  711.             'App\\Flexy\\ShopBundle\\Controller\\ImportExcel\\ImportCrudController' => 'getImportCrudController7Service',
  712.             'App\\Flexy\\ShopBundle\\Controller\\Order\\DemandeFundCrudController' => 'getDemandeFundCrudController13Service',
  713.             'App\\Flexy\\ShopBundle\\Controller\\Order\\OrderController' => 'getOrderController6Service',
  714.             'App\\Flexy\\ShopBundle\\Controller\\Order\\OrderCrudController' => 'getOrderCrudController20Service',
  715.             'App\\Flexy\\ShopBundle\\Controller\\Payment\\BankBookCrudController' => 'getBankBookCrudController4Service',
  716.             'App\\Flexy\\ShopBundle\\Controller\\Payment\\PaymentMethodCrudController' => 'getPaymentMethodCrudController7Service',
  717.             'App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionCrudController' => 'getTransactionCrudController4Service',
  718.             'App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionListCrudController' => 'getTransactionListCrudController4Service',
  719.             'App\\Flexy\\ShopBundle\\Controller\\Product\\AttributCrudController' => 'getAttributCrudController7Service',
  720.             'App\\Flexy\\ShopBundle\\Controller\\Product\\AttributValueCrudController' => 'getAttributValueCrudController7Service',
  721.             'App\\Flexy\\ShopBundle\\Controller\\Product\\BrandCrudController' => 'getBrandCrudController7Service',
  722.             'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryOfferCrudController' => 'getCategoryOfferCrudController14Service',
  723.             'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductCrudController' => 'getCategoryProductCrudController15Service',
  724.             'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudController7Service',
  725.             'App\\Flexy\\ShopBundle\\Controller\\Product\\CommentCrudController' => 'getCommentCrudController7Service',
  726.             'App\\Flexy\\ShopBundle\\Controller\\Product\\ImportExcelCrudController' => 'getImportExcelCrudController7Service',
  727.             'App\\Flexy\\ShopBundle\\Controller\\Product\\OfferProductCrudController' => 'getOfferProductCrudController13Service',
  728.             'App\\Flexy\\ShopBundle\\Controller\\Product\\ProductCrudController' => 'getProductCrudController16Service',
  729.             'App\\Flexy\\ShopBundle\\Controller\\Product\\ProductSubscriptionCrudController' => 'getProductSubscriptionCrudController5Service',
  730.             'App\\Flexy\\ShopBundle\\Controller\\Promotion\\CouponsCrudController' => 'getCouponsCrudController7Service',
  731.             'App\\Flexy\\ShopBundle\\Controller\\Promotion\\PromotionCrudController' => 'getPromotionCrudController7Service',
  732.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashBoxCrudController' => 'getCashBoxCrudController4Service',
  733.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashOnDeliveryCrudController' => 'getCashOnDeliveryCrudController4Service',
  734.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityCrudController' => 'getCityCrudController7Service',
  735.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityRegionCrudController' => 'getCityRegionCrudController7Service',
  736.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\DepartementCrudController' => 'getDepartementCrudController7Service',
  737.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCollectMoneyCrudController' => 'getShipmentCollectMoneyCrudController4Service',
  738.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCrudController' => 'getShipmentCrudController7Service',
  739.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemChildCrudController' => 'getShipmentItemChildCrudController4Service',
  740.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemCrudController' => 'getShipmentItemCrudController4Service',
  741.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentPaperCrudController' => 'getShipmentPaperCrudController4Service',
  742.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingCalculationMethodCrudController' => 'getShippingCalculationMethodCrudController4Service',
  743.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingMethodCrudController' => 'getShippingMethodCrudController7Service',
  744.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\StepTypeCrudController' => 'getStepTypeCrudController4Service',
  745.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\ShipmentCrudController' => 'getShipmentCrudController8Service',
  746.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\ShipmentTrackingController' => 'getShipmentTrackingController4Service',
  747.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'getStepFiveShipmentCrudController4Service',
  748.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFourShipmentCrudController' => 'getStepFourShipmentCrudController4Service',
  749.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepOneShipmentCrudController' => 'getStepOneShipmentCrudController4Service',
  750.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepSixShipmentCrudController' => 'getStepSixShipmentCrudController4Service',
  751.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'getStepThreeShipmentCrudController4Service',
  752.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'getStepTwoShipmentCrudController4Service',
  753.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\TrackingStepCrudController' => 'getTrackingStepCrudController4Service',
  754.             'App\\Flexy\\ShopBundle\\Controller\\Store\\StoreCrudController' => 'getStoreCrudController4Service',
  755.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudController9Service',
  756.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'getCategoryOfferCrudController15Service',
  757.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController16Service',
  758.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController17Service',
  759.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DashboardController' => 'getDashboardController40Service',
  760.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DemandeFundCrudController' => 'getDemandeFundCrudController14Service',
  761.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudController9Service',
  762.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\OfferProductCrudController' => 'getOfferProductCrudController14Service',
  763.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\PagesController' => 'getPagesController11Service',
  764.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\ProductCrudController' => 'getProductCrudController17Service',
  765.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorCrudController' => 'getVendorCrudController12Service',
  766.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorStatementCrudController' => 'getVendorStatementCrudController7Service',
  767.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\VendorCrudController' => 'getVendorCrudController13Service',
  768.             'App\\Flexy\\StockBundle\\Controller\\ArticleCrudController' => 'getArticleCrudControllerService',
  769.             'App\\Flexy\\StockBundle\\Controller\\DashboardController' => 'getDashboardController41Service',
  770.             'App\\Flexy\\StockBundle\\Controller\\DocumentCrudController' => 'getDocumentCrudControllerService',
  771.             'App\\Flexy\\StockBundle\\Controller\\StockCrudController' => 'getStockCrudControllerService',
  772.             'App\\Flexy\\TransportBundle\\Controller\\AgentCrudController' => 'getAgentCrudController9Service',
  773.             'App\\Flexy\\TransportBundle\\Controller\\CustomerCrudController' => 'getCustomerCrudController18Service',
  774.             'App\\Flexy\\TransportBundle\\Controller\\CustomerGroupCrudController' => 'getCustomerGroupCrudController8Service',
  775.             'App\\Flexy\\TransportBundle\\Controller\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController14Service',
  776.             'App\\Flexy\\TransportBundle\\Controller\\DashboardController' => 'getDashboardController42Service',
  777.             'App\\Flexy\\TransportBundle\\Controller\\MissionCrudController' => 'getMissionCrudController9Service',
  778.             'App\\Flexy\\TransportBundle\\Controller\\MyCustomerCrudController' => 'getMyCustomerCrudController8Service',
  779.             'App\\Flexy\\TransportBundle\\Controller\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController10Service',
  780.             'App\\Flexy\\TransportBundle\\Controller\\OrderCrudController' => 'getOrderCrudController21Service',
  781.             'App\\Flexy\\TransportBundle\\Controller\\OrderDraftCrudController' => 'getOrderDraftCrudControllerService',
  782.             'App\\Flexy\\TransportBundle\\Controller\\OrderItemCrudController' => 'getOrderItemCrudControllerService',
  783.             'App\\Flexy\\TransportBundle\\Controller\\ShipmentItemCrudController' => 'getShipmentItemCrudController5Service',
  784.             'App\\Flexy\\TransportBundle\\Controller\\ShippingMethodCrudController' => 'getShippingMethodCrudController8Service',
  785.             'App\\Flexy\\TransportBundle\\Controller\\ShippingVehicleTypeCrudController' => 'getShippingVehicleTypeCrudControllerService',
  786.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  787.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  788.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  789.             'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService',
  790.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  791.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  792.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  793.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  794.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  795.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  796.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  797.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  798.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  799.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  800.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.modalite_photos' => 'getSmartUniqueNamer_ModalitePhotosService',
  801.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  802.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  803.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  804.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  805.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  806.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  807.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  808.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  809.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  810.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  811.             'cache.app_clearer' => 'getCache_AppClearerService',
  812.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  813.             'cache.system_clearer' => 'getCache_SystemClearerService',
  814.             'cache_warmer' => 'getCacheWarmerService',
  815.             'console.command_loader' => 'getConsole_CommandLoaderService',
  816.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  817.             'container.get_routing_condition_service' => 'getContainer_GetRoutingConditionServiceService',
  818.             'error_controller' => 'getErrorControllerService',
  819.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  820.             'knp_paginator' => 'getKnpPaginatorService',
  821.             'knpu.oauth2.client.facebook_main' => 'getKnpu_Oauth2_Client_FacebookMainService',
  822.             'knpu.oauth2.client.google' => 'getKnpu_Oauth2_Client_GoogleService',
  823.             'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
  824.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  825.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  826.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  827.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  828.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  829.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  830.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  831.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  832.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  833.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  834.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  835.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  836.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  837.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  838.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  839.             'routing.loader' => 'getRouting_LoaderService',
  840.             'services_resetter' => 'getServicesResetterService',
  841.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  842.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  843.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  844.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  845.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  846.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  847.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  848.         ];
  849.         $this->aliases = [
  850.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  851.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  852.             'App\\Kernel' => 'kernel',
  853.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  854.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  855.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  856.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  857.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  858.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  859.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  860.             'database_connection' => 'doctrine.dbal.default_connection',
  861.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  862.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  863.             'oauth2.registry' => 'knpu.oauth2.registry',
  864.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  865.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  866.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  867.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  868.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  869.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  870.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  871.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  872.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  873.         ];
  874.         $this->privates['service_container'] = function () {
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  881.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  882.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/EventSubscriber/BootstrapKernelListener.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  884.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LicenseValidationListener.php';
  885.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Service/FlexyFrontProvider.php';
  886.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  887.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  888.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Themes/CoWorking/Service/NumberService.php';
  889.             include_once \dirname(__DIR__4).'/src/Flexy/ShopBundle/Service/FlexyShippingProvider.php';
  890.             include_once \dirname(__DIR__4).'/src/Flexy/ShopBundle/Service/FlexyShopProvider.php';
  891.             include_once \dirname(__DIR__4).'/src/Flexy/ShopBundle/Service/FlexyShopStatisticProvider.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-chartjs/src/Builder/ChartBuilderInterface.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-chartjs/src/Builder/ChartBuilder.php';
  894.             include_once \dirname(__DIR__4).'/src/Service/FlexyNotificationProvider.php';
  895.             include_once \dirname(__DIR__4).'/src/Service/FlexySettingsProvider.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/CacheAttributeListener.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  907.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  925.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  932.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  933.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  940.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  948.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  961.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  962.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  963.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  972.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  973.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  974.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  990.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  991.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  992.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  993.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1128.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1129.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1130.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1131.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1132.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1133.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1134.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1135.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1136.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1137.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1138.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1139.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1140.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1141.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1142.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1143.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1144.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1145.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1146.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1148.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1149.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1150.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1151.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1152.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1153.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1154.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1155.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Service/ShortcodeConditionExtension.php';
  1156.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Service/ShortcodeExtension.php';
  1157.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Service/ShortcodeLoopExtension.php';
  1158.             include_once \dirname(__DIR__4).'/src/Twig/BarcodeGeneratorExtension.php';
  1159.             include_once \dirname(__DIR__4).'/src/Twig/CalculationExtension.php';
  1160.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1161.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1162.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1163.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1164.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1165.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1166.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1167.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  1168.             include_once \dirname(__DIR__4).'/vendor/twig/inky-extra/InkyExtension.php';
  1169.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1170.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  1171.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1172.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1173.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1174.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1175.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  1176.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  1177.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1178.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  1179.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-chartjs/src/Twig/ChartExtension.php';
  1180.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Twig/MercureExtension.php';
  1183.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Authorization.php';
  1184.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1185.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-turbo/src/Twig/TwigExtension.php';
  1186.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-notify/src/Twig/NotifyExtension.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1188.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1189.             include_once \dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/src/Twig/UxControllersTwigExtension.php';
  1190.             include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
  1191.             include_once \dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/src/Twig/StimulusTwigExtension.php';
  1192.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1193.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1194.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1195.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1196.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1197.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  1198.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1199.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1200.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1201.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1202.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  1203.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1204.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1205.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1206.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1207.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1208.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1209.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1210.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1211.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1212.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  1213.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  1214.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  1215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  1216.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  1217.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  1218.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  1219.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  1220.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  1221.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  1222.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  1223.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  1224.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  1225.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  1226.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  1227.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  1228.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  1229.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  1230.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  1231.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  1232.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  1233.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  1234.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  1235.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  1236.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  1237.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  1238.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  1239.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  1240.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  1241.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  1242.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  1243.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  1244.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  1245.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  1246.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  1247.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  1248.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  1249.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  1250.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  1251.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  1252.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  1253.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  1254.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  1255.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  1256.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  1257.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  1258.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  1259.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  1260.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1261.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  1262.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1263.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  1264.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  1265.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security.php';
  1266.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  1267.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  1268.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  1269.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  1270.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  1271.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  1272.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  1273.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/IsGrantedAttributeListener.php';
  1274.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  1275.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  1276.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  1277.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  1278.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  1279.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  1280.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  1281.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  1282.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  1283.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  1284.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  1285.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  1286.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1287.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1288.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1289.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1290.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  1291.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  1292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  1293.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  1294.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  1295.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  1296.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  1297.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  1298.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcherInterface.php';
  1299.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcher.php';
  1300.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  1301.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  1302.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  1303.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  1304.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  1305.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  1306.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  1307.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  1308.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  1309.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  1310.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  1311.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  1312.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  1313.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  1314.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1315.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1316.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1317.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1318.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  1319.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  1320.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  1321.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  1322.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  1323.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  1324.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  1325.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  1326.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  1327.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  1328.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  1329.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  1330.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  1331.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  1332.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  1333.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  1334.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  1335.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  1336.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  1337.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  1338.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  1339.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  1340.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  1341.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  1342.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  1343.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  1344.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  1345.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  1346.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  1347.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  1348.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  1349.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  1350.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  1351.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  1352.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  1353.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  1354.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  1355.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  1356.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  1357.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  1358.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  1359.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  1360.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  1361.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  1362.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  1363.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  1364.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  1365.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  1366.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  1367.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  1368.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  1369.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  1370.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  1371.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  1372.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  1373.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  1374.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  1375.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  1376.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  1377.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  1378.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  1379.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  1380.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  1381.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  1382.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  1383.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  1384.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  1385.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  1386.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  1387.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  1388.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  1389.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  1390.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  1391.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  1392.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  1393.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  1394.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  1395.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  1396.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  1397.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  1398.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  1399.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  1400.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  1401.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  1402.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  1403.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  1404.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  1405.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  1406.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  1407.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  1408.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  1409.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddLinkHeaderListener.php';
  1410.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Discovery.php';
  1411.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  1412.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  1413.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  1414.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  1415.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  1416.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  1417.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  1418.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  1419.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  1420.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  1421.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  1422.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  1423.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1424.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1425.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  1426.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  1427.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  1428.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  1429.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  1430.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  1431.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  1432.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  1433.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  1434.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  1435.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  1436.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  1437.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  1438.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  1439.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  1440.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  1441.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  1442.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  1443.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  1444.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  1445.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  1446.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  1447.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  1448.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  1449.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  1450.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  1451.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  1452.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  1453.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  1454.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  1455.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  1456.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  1457.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/HubInterface.php';
  1458.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Debug/TraceableHub.php';
  1459.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Hub.php';
  1460.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/TokenProviderInterface.php';
  1461.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/FactoryTokenProvider.php';
  1462.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/TokenFactoryInterface.php';
  1463.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/LcobucciFactory.php';
  1464.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/HubRegistry.php';
  1465.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/EventSubscriber/SetCookieSubscriber.php';
  1466.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  1467.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  1468.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  1469.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  1470.             include_once \dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/src/Helper/StimulusHelper.php';
  1471.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  1472.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1473.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  1474.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  1475.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1476.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1477.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1478.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1479.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1480.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1481.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1482.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1483.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1484.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  1486.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1487.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1488.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1489.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1490.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1491.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1492.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1493.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1494.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1496.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1497.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  1498.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1499.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1500.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1501.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  1502.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  1503.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1504.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  1505.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  1506.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  1507.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/DataCollector/MercureDataCollector.php';
  1508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1509.         };
  1510.     }
  1511.     public function compile(): void
  1512.     {
  1513.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1514.     }
  1515.     public function isCompiled(): bool
  1516.     {
  1517.         return true;
  1518.     }
  1519.     public function getRemovedIds(): array
  1520.     {
  1521.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1522.     }
  1523.     protected function load($file$lazyLoad true)
  1524.     {
  1525.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1526.             return $class::do($this$lazyLoad);
  1527.         }
  1528.         if ('.' === $file[-4]) {
  1529.             $class substr($class0, -4);
  1530.         } else {
  1531.             $file .= '.php';
  1532.         }
  1533.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1534.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1535.     }
  1536.     protected function createProxy($class\Closure $factory)
  1537.     {
  1538.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1539.         return $factory();
  1540.     }
  1541.     /**
  1542.      * Gets the public '.container.private.profiler' shared service.
  1543.      *
  1544.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1545.      */
  1546.     protected function get_Container_Private_ProfilerService()
  1547.     {
  1548.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1549.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1550.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1551.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1552.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1553.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1554.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1555.         $c = ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack());
  1556.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1557.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1558.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1559.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1560.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1561.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1562.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1563.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1564.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1565.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1566.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1567.         $d->addInstance('cache.security_is_granted_attribute_expression_language', ($this->services['cache.security_is_granted_attribute_expression_language'] ?? $this->getCache_SecurityIsGrantedAttributeExpressionLanguageService()));
  1568.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1569.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1570.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1571.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1572.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1573.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1574.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1575.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1576.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1577.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1578.         if ($this->has('kernel')) {
  1579.             $f->setKernel($b);
  1580.         }
  1581.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1582.         $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())));
  1583.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1584.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1585.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  1586.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1587.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1588.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1589.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1590.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1591.         $instance->add(($this->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1592.         $instance->add($d);
  1593.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1594.         $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())));
  1595.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($this->privates['twig'] ?? $this->getTwigService())));
  1596.         $instance->add($e);
  1597.         $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([]))));
  1598.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1599.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1600.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessageLoggerListener())));
  1601.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ??= new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener())));
  1602.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  1603.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1604.         $instance->add(new \Symfony\Bundle\MercureBundle\DataCollector\MercureDataCollector(new RewindableGenerator(function () {
  1605.             yield 'default' => ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  1606.         }, 1)));
  1607.         $instance->add($f);
  1608.         return $instance;
  1609.     }
  1610.     /**
  1611.      * Gets the public 'cache.app' shared service.
  1612.      *
  1613.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1614.      */
  1615.     protected function getCache_AppService()
  1616.     {
  1617.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('sVK3u5C-1b'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1618.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1619.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1620.     }
  1621.     /**
  1622.      * Gets the public 'cache.security_is_granted_attribute_expression_language' shared service.
  1623.      *
  1624.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1625.      */
  1626.     protected function getCache_SecurityIsGrantedAttributeExpressionLanguageService()
  1627.     {
  1628.         return $this->services['cache.security_is_granted_attribute_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WwLhHMG6uB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1629.     }
  1630.     /**
  1631.      * Gets the public 'cache.system' shared service.
  1632.      *
  1633.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1634.      */
  1635.     protected function getCache_SystemService()
  1636.     {
  1637.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6o2Bbyi4nN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1638.     }
  1639.     /**
  1640.      * Gets the public 'cache.validator_expression_language' shared service.
  1641.      *
  1642.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1643.      */
  1644.     protected function getCache_ValidatorExpressionLanguageService()
  1645.     {
  1646.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-081TQ2FoI'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1647.     }
  1648.     /**
  1649.      * Gets the public 'data_collector.dump' shared service.
  1650.      *
  1651.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1652.      */
  1653.     protected function getDataCollector_DumpService()
  1654.     {
  1655.         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()));
  1656.     }
  1657.     /**
  1658.      * Gets the public 'doctrine' shared service.
  1659.      *
  1660.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1661.      */
  1662.     protected function getDoctrineService()
  1663.     {
  1664.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1665.     }
  1666.     /**
  1667.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1668.      *
  1669.      * @return \Doctrine\DBAL\Connection
  1670.      */
  1671.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1672.     {
  1673.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1674.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1675.             return $this->services['doctrine.dbal.default_connection'];
  1676.         }
  1677.         $b = new \Doctrine\DBAL\Configuration();
  1678.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1679.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1680.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1681.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1682.         $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)));
  1683.         $d->setConnectionName('default');
  1684.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1685.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1686.         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']);
  1687.     }
  1688.     /**
  1689.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1690.      *
  1691.      * @return \Doctrine\ORM\EntityManager
  1692.      */
  1693.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1694.     {
  1695.         if (true === $lazyLoad) {
  1696.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManagerGhost51e8656', fn () => \EntityManagerGhost51e8656::createLazyGhost($this->getDoctrine_Orm_DefaultEntityManagerService(...)));
  1697.         }
  1698.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1699.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1700.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1701.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1702.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1703.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1704.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1705.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1706.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1707.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1708.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1709.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1710.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1711.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1712.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1713.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1714.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1715.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1716.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1717.         $a = new \Doctrine\ORM\Configuration();
  1718.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1719.         $c = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAttributeMetadataDriverService());
  1720.         $b->addDriver($c'App\\Entity');
  1721.         $b->addDriver($c'App\\Flexy\\POSBundle\\Entity');
  1722.         $b->addDriver($c'App\\Flexy\\StockBundle\\Entity');
  1723.         $b->addDriver($c'App\\Flexy\\FrontBundle\\Entity');
  1724.         $b->addDriver($c'App\\Flexy\\ShopBundle\\Entity');
  1725.         $b->addDriver($c'App\\Flexy\\BookingBundle\\Entity');
  1726.         $b->addDriver($c'App\\Flexy\\TransportBundle\\Entity');
  1727.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  1728.         $a->setEntityNamespaces(['App' => 'App\\Entity''FlexyPOSBundle' => 'App\\Flexy\\POSBundle\\Entity''FlexyStockBundle' => 'App\\Flexy\\StockBundle\\Entity''FlexyFrontBundle' => 'App\\Flexy\\FrontBundle\\Entity''FlexyShopBundle' => 'App\\Flexy\\ShopBundle\\Entity''FlexyBookingBundle' => 'App\\Flexy\\BookingBundle\\Entity''FlexyTransportBundle' => 'App\\Flexy\\TransportBundle\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1729.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1730.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1731.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1732.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1733.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1734.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1735.         ], [
  1736.             'doctrine.ulid_generator' => '?',
  1737.             'doctrine.uuid_generator' => '?',
  1738.         ])));
  1739.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1740.         $a->setProxyNamespace('Proxies');
  1741.         $a->setAutoGenerateProxyClasses(true);
  1742.         $a->setSchemaIgnoreClasses([]);
  1743.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1744.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1745.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1746.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1747.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1748.         $a->setLazyGhostObjectEnabled(false);
  1749.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1750.             'App\\Flexy\\FrontBundle\\Repository\\BlocRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\BlocRepository''getBlocRepositoryService'true],
  1751.             'App\\Flexy\\FrontBundle\\Repository\\CategoryOfferRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\CategoryOfferRepository''getCategoryOfferRepositoryService'true],
  1752.             'App\\Flexy\\FrontBundle\\Repository\\CategoryProductFrontRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\CategoryProductFrontRepository''getCategoryProductFrontRepositoryService'true],
  1753.             'App\\Flexy\\FrontBundle\\Repository\\MasterSliderRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\MasterSliderRepository''getMasterSliderRepositoryService'true],
  1754.             'App\\Flexy\\FrontBundle\\Repository\\MenuItemRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\MenuItemRepository''getMenuItemRepositoryService'true],
  1755.             'App\\Flexy\\FrontBundle\\Repository\\MenuRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\MenuRepository''getMenuRepositoryService'true],
  1756.             'App\\Flexy\\FrontBundle\\Repository\\NewshomeRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\NewshomeRepository''getNewshomeRepositoryService'true],
  1757.             'App\\Flexy\\FrontBundle\\Repository\\OfferRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\OfferRepository''getOfferRepositoryService'true],
  1758.             'App\\Flexy\\FrontBundle\\Repository\\PageRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\PageRepository''getPageRepositoryService'true],
  1759.             'App\\Flexy\\FrontBundle\\Repository\\ProductFrontRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\ProductFrontRepository''getProductFrontRepositoryService'true],
  1760.             'App\\Flexy\\FrontBundle\\Repository\\PubBannerRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\PubBannerRepository''getPubBannerRepositoryService'true],
  1761.             'App\\Flexy\\FrontBundle\\Repository\\ReservationRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\ReservationRepository''getReservationRepositoryService'true],
  1762.             'App\\Flexy\\FrontBundle\\Repository\\SectionRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\SectionRepository''getSectionRepositoryService'true],
  1763.             'App\\Flexy\\FrontBundle\\Repository\\SlideRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\SlideRepository''getSlideRepositoryService'true],
  1764.             'App\\Flexy\\FrontBundle\\Repository\\SliderRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\SliderRepository''getSliderRepositoryService'true],
  1765.             'App\\Flexy\\POSBundle\\Repository\\CaisseRepository' => ['privates''App\\Flexy\\POSBundle\\Repository\\CaisseRepository''getCaisseRepositoryService'true],
  1766.             'App\\Flexy\\POSBundle\\Repository\\TableRepository' => ['privates''App\\Flexy\\POSBundle\\Repository\\TableRepository''getTableRepositoryService'true],
  1767.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerAddressRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerAddressRepository''getCustomerAddressRepository2Service'true],
  1768.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerGroupRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerGroupRepository''getCustomerGroupRepositoryService'true],
  1769.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerRepository''getCustomerRepositoryService'true],
  1770.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerWalletPointRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerWalletPointRepository''getCustomerWalletPointRepositoryService'true],
  1771.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\PackEngagementRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Customer\\PackEngagementRepository''getPackEngagementRepository2Service'true],
  1772.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\PackRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Customer\\PackRepository''getPackRepository2Service'true],
  1773.             'App\\Flexy\\ShopBundle\\Repository\\Order\\AdjustmentRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Order\\AdjustmentRepository''getAdjustmentRepositoryService'true],
  1774.             'App\\Flexy\\ShopBundle\\Repository\\Order\\ContactsRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Order\\ContactsRepository''getContactsRepositoryService'true],
  1775.             'App\\Flexy\\ShopBundle\\Repository\\Order\\EventCalendarRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Order\\EventCalendarRepository''getEventCalendarRepositoryService'true],
  1776.             'App\\Flexy\\ShopBundle\\Repository\\Order\\GallerieHomeRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Order\\GallerieHomeRepository''getGallerieHomeRepositoryService'true],
  1777.             'App\\Flexy\\ShopBundle\\Repository\\Order\\HomePageRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Order\\HomePageRepository''getHomePageRepositoryService'true],
  1778.             'App\\Flexy\\ShopBundle\\Repository\\Order\\NotificationOrderRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Order\\NotificationOrderRepository''getNotificationOrderRepositoryService'true],
  1779.             'App\\Flexy\\ShopBundle\\Repository\\Order\\OrderItemRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Order\\OrderItemRepository''getOrderItemRepositoryService'true],
  1780.             'App\\Flexy\\ShopBundle\\Repository\\Order\\OrderRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Order\\OrderRepository''getOrderRepositoryService'true],
  1781.             'App\\Flexy\\ShopBundle\\Repository\\Order\\TicketsCustomerRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Order\\TicketsCustomerRepository''getTicketsCustomerRepository2Service'true],
  1782.             'App\\Flexy\\ShopBundle\\Repository\\Order\\UnavailableRoomRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Order\\UnavailableRoomRepository''getUnavailableRoomRepositoryService'true],
  1783.             'App\\Flexy\\ShopBundle\\Repository\\Payment\\PaymentMethodRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Payment\\PaymentMethodRepository''getPaymentMethodRepositoryService'true],
  1784.             'App\\Flexy\\ShopBundle\\Repository\\Payment\\PaymentRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Payment\\PaymentRepository''getPaymentRepositoryService'true],
  1785.             'App\\Flexy\\ShopBundle\\Repository\\ProductShopRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\ProductShopRepository''getProductShopRepositoryService'true],
  1786.             'App\\Flexy\\ShopBundle\\Repository\\Product\\AttributRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Product\\AttributRepository''getAttributRepositoryService'true],
  1787.             'App\\Flexy\\ShopBundle\\Repository\\Product\\AttributValueRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Product\\AttributValueRepository''getAttributValueRepositoryService'true],
  1788.             'App\\Flexy\\ShopBundle\\Repository\\Product\\CategoryProductRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Product\\CategoryProductRepository''getCategoryProductRepositoryService'true],
  1789.             'App\\Flexy\\ShopBundle\\Repository\\Product\\CommentRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Product\\CommentRepository''getCommentRepositoryService'true],
  1790.             'App\\Flexy\\ShopBundle\\Repository\\Product\\MetaDataExtraRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Product\\MetaDataExtraRepository''getMetaDataExtraRepositoryService'true],
  1791.             'App\\Flexy\\ShopBundle\\Repository\\Product\\ProductRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Product\\ProductRepository''getProductRepositoryService'true],
  1792.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\CouponRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Promotion\\CouponRepository''getCouponRepositoryService'true],
  1793.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionActionRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionActionRepository''getPromotionActionRepositoryService'true],
  1794.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionRepository''getPromotionRepositoryService'true],
  1795.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionRuleRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionRuleRepository''getPromotionRuleRepositoryService'true],
  1796.             'App\\Flexy\\ShopBundle\\Repository\\Resource\\AgentRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Resource\\AgentRepository''getAgentRepositoryService'true],
  1797.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\CashBoxRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\CashBoxRepository''getCashBoxRepositoryService'true],
  1798.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\CityRegionRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\CityRegionRepository''getCityRegionRepositoryService'true],
  1799.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\CityRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\CityRepository''getCityRepositoryService'true],
  1800.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\DepartementRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\DepartementRepository''getDepartementRepository2Service'true],
  1801.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShipmentItemRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShipmentItemRepository''getShipmentItemRepositoryService'true],
  1802.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShipmentRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShipmentRepository''getShipmentRepositoryService'true],
  1803.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingMethodRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingMethodRepository''getShippingMethodRepositoryService'true],
  1804.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingRuleRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingRuleRepository''getShippingRuleRepositoryService'true],
  1805.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingVehicleRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingVehicleRepository''getShippingVehicleRepositoryService'true],
  1806.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingVehicleTypeRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingVehicleTypeRepository''getShippingVehicleTypeRepositoryService'true],
  1807.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\StepTypeRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\StepTypeRepository''getStepTypeRepositoryService'true],
  1808.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\TrackingStepRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\TrackingStepRepository''getTrackingStepRepositoryService'true],
  1809.             'App\\Flexy\\ShopBundle\\Repository\\VendorRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\VendorRepository''getVendorRepositoryService'true],
  1810.             'App\\Flexy\\StockBundle\\Repository\\ArticleRepository' => ['privates''App\\Flexy\\StockBundle\\Repository\\ArticleRepository''getArticleRepositoryService'true],
  1811.             'App\\Flexy\\StockBundle\\Repository\\DocumentRepository' => ['privates''App\\Flexy\\StockBundle\\Repository\\DocumentRepository''getDocumentRepositoryService'true],
  1812.             'App\\Flexy\\StockBundle\\Repository\\StockRepository' => ['privates''App\\Flexy\\StockBundle\\Repository\\StockRepository''getStockRepositoryService'true],
  1813.             'App\\Repository\\ApplicationRepository' => ['privates''App\\Repository\\ApplicationRepository''getApplicationRepositoryService'true],
  1814.             'App\\Repository\\Entity\\SettingsRepository' => ['privates''App\\Repository\\Entity\\SettingsRepository''getSettingsRepository2Service'true],
  1815.             'App\\Repository\\ExportExcelRepository' => ['privates''App\\Repository\\ExportExcelRepository''getExportExcelRepositoryService'true],
  1816.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\CategoryOfferRepository' => ['privates''App\\Repository\\Flexy\\BookingBundle\\Entity\\CategoryOfferRepository''getCategoryOfferRepository2Service'true],
  1817.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\MenuRepository' => ['privates''App\\Repository\\Flexy\\BookingBundle\\Entity\\MenuRepository''getMenuRepository2Service'true],
  1818.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\OfferRepository' => ['privates''App\\Repository\\Flexy\\BookingBundle\\Entity\\OfferRepository''getOfferRepository2Service'true],
  1819.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\ReservationRepository' => ['privates''App\\Repository\\Flexy\\BookingBundle\\Entity\\ReservationRepository''getReservationRepository2Service'true],
  1820.             'App\\Repository\\Flexy\\FrontBundle\\Entity\\PageRepository' => ['privates''App\\Repository\\Flexy\\FrontBundle\\Entity\\PageRepository''getPageRepository2Service'true],
  1821.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\AccountClassRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\AccountClassRepository''getAccountClassRepositoryService'true],
  1822.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\AccountRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\AccountRepository''getAccountRepositoryService'true],
  1823.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\FinancialPeriodRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\FinancialPeriodRepository''getFinancialPeriodRepositoryService'true],
  1824.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\FinancialYearRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\FinancialYearRepository''getFinancialYearRepositoryService'true],
  1825.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\InvoiceRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\InvoiceRepository''getInvoiceRepositoryService'true],
  1826.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\JournalEntryItemRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\JournalEntryItemRepository''getJournalEntryItemRepositoryService'true],
  1827.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\JournalEntryRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\JournalEntryRepository''getJournalEntryRepositoryService'true],
  1828.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\AttributRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\AttributRepository''getAttributRepository2Service'true],
  1829.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\BrandRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\BrandRepository''getBrandRepositoryService'true],
  1830.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintRepository''getComplaintRepositoryService'true],
  1831.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintSubjectRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintSubjectRepository''getComplaintSubjectRepositoryService'true],
  1832.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerAddressRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1833.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagementRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagementRepository''getPackEngagementRepositoryService'true],
  1834.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\PackRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\PackRepository''getPackRepositoryService'true],
  1835.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcelRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcelRepository''getImportExcelRepositoryService'true],
  1836.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\AdjustmentRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\AdjustmentRepository''getAdjustmentRepository2Service'true],
  1837.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFundRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFundRepository''getDemandeFundRepositoryService'true],
  1838.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\OrderItemNoteRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\OrderItemNoteRepository''getOrderItemNoteRepositoryService'true],
  1839.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\RoomAccessRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\RoomAccessRepository''getRoomAccessRepositoryService'true],
  1840.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\TicketsCustomerRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\TicketsCustomerRepository''getTicketsCustomerRepositoryService'true],
  1841.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\UnavailableRoomRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\UnavailableRoomRepository''getUnavailableRoomRepository2Service'true],
  1842.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankBookItemRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankBookItemRepository''getBankBookItemRepositoryService'true],
  1843.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankBookRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankBookRepository''getBankBookRepositoryService'true],
  1844.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankRepository''getBankRepositoryService'true],
  1845.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentRepository''getPaymentRepository2Service'true],
  1846.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionListRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionListRepository''getTransactionListRepositoryService'true],
  1847.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionRepository''getTransactionRepositoryService'true],
  1848.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ImageProductRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ImageProductRepository''getImageProductRepositoryService'true],
  1849.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcelRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcelRepository''getImportExcelRepository2Service'true],
  1850.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductPackRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductPackRepository''getProductPackRepositoryService'true],
  1851.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductSubscriptionRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductSubscriptionRepository''getProductSubscriptionRepositoryService'true],
  1852.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductVariantRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductVariantRepository''getProductVariantRepositoryService'true],
  1853.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\PromotionActionRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\PromotionActionRepository''getPromotionActionRepository2Service'true],
  1854.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Promotion\\PromotionRuleRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Promotion\\PromotionRuleRepository''getPromotionRuleRepository2Service'true],
  1855.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion\\CouponsRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion\\CouponsRepository''getCouponsRepositoryService'true],
  1856.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Resource\\AgentTypeRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Resource\\AgentTypeRepository''getAgentTypeRepositoryService'true],
  1857.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\CashOnDeliveryRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\CashOnDeliveryRepository''getCashOnDeliveryRepositoryService'true],
  1858.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\DepartementRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\DepartementRepository''getDepartementRepositoryService'true],
  1859.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentCollectMoneyRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentCollectMoneyRepository''getShipmentCollectMoneyRepositoryService'true],
  1860.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemChildRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemChildRepository''getShipmentItemChildRepositoryService'true],
  1861.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemRepository''getShipmentItemRepository2Service'true],
  1862.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemTypeRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemTypeRepository''getShipmentItemTypeRepositoryService'true],
  1863.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaperRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaperRepository''getShipmentPaperRepositoryService'true],
  1864.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentRepository''getShipmentRepository2Service'true],
  1865.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingCalculationMethodRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingCalculationMethodRepository''getShippingCalculationMethodRepositoryService'true],
  1866.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingRepository''getShippingRepositoryService'true],
  1867.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingRuleRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingRuleRepository''getShippingRuleRepository2Service'true],
  1868.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingVehicleRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingVehicleRepository''getShippingVehicleRepository2Service'true],
  1869.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Store\\StoreRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Store\\StoreRepository''getStoreRepositoryService'true],
  1870.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Supplier\\SupplierRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Supplier\\SupplierRepository''getSupplierRepositoryService'true],
  1871.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Taxes\\ShippingTaxRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Taxes\\ShippingTaxRepository''getShippingTaxRepositoryService'true],
  1872.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Taxes\\ValueAddedTaxRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Taxes\\ValueAddedTaxRepository''getValueAddedTaxRepositoryService'true],
  1873.             'App\\Repository\\Flexy\\ShopBundle\\Form\\Product\\ProductVariantRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Form\\Product\\ProductVariantRepository''getProductVariantRepository2Service'true],
  1874.             'App\\Repository\\Flexy\\ShopBunlde\\Entity\\Shipping\\ShipmentItemChildRepository' => ['privates''App\\Repository\\Flexy\\ShopBunlde\\Entity\\Shipping\\ShipmentItemChildRepository''getShipmentItemChildRepository2Service'true],
  1875.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\MissionRepository' => ['privates''App\\Repository\\Flexy\\TransportBundle\\Entity\\MissionRepository''getMissionRepositoryService'true],
  1876.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\OrderMissionRepository' => ['privates''App\\Repository\\Flexy\\TransportBundle\\Entity\\OrderMissionRepository''getOrderMissionRepositoryService'true],
  1877.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\RequestMissionRepository' => ['privates''App\\Repository\\Flexy\\TransportBundle\\Entity\\RequestMissionRepository''getRequestMissionRepositoryService'true],
  1878.             'App\\Repository\\FrontThemeRepository' => ['privates''App\\Repository\\FrontThemeRepository''getFrontThemeRepositoryService'true],
  1879.             'App\\Repository\\LinkRepository' => ['privates''App\\Repository\\LinkRepository''getLinkRepositoryService'true],
  1880.             'App\\Repository\\LinkTypeRepository' => ['privates''App\\Repository\\LinkTypeRepository''getLinkTypeRepositoryService'true],
  1881.             'App\\Repository\\LogHistoryRepository' => ['privates''App\\Repository\\LogHistoryRepository''getLogHistoryRepositoryService'true],
  1882.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'true],
  1883.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  1884.             'App\\Repository\\RoleRepository' => ['privates''App\\Repository\\RoleRepository''getRoleRepositoryService'true],
  1885.             'App\\Repository\\SettingsRepository' => ['privates''App\\Repository\\SettingsRepository''getSettingsRepositoryService'true],
  1886.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1887.         ], [
  1888.             'App\\Flexy\\FrontBundle\\Repository\\BlocRepository' => '?',
  1889.             'App\\Flexy\\FrontBundle\\Repository\\CategoryOfferRepository' => '?',
  1890.             'App\\Flexy\\FrontBundle\\Repository\\CategoryProductFrontRepository' => '?',
  1891.             'App\\Flexy\\FrontBundle\\Repository\\MasterSliderRepository' => '?',
  1892.             'App\\Flexy\\FrontBundle\\Repository\\MenuItemRepository' => '?',
  1893.             'App\\Flexy\\FrontBundle\\Repository\\MenuRepository' => '?',
  1894.             'App\\Flexy\\FrontBundle\\Repository\\NewshomeRepository' => '?',
  1895.             'App\\Flexy\\FrontBundle\\Repository\\OfferRepository' => '?',
  1896.             'App\\Flexy\\FrontBundle\\Repository\\PageRepository' => '?',
  1897.             'App\\Flexy\\FrontBundle\\Repository\\ProductFrontRepository' => '?',
  1898.             'App\\Flexy\\FrontBundle\\Repository\\PubBannerRepository' => '?',
  1899.             'App\\Flexy\\FrontBundle\\Repository\\ReservationRepository' => '?',
  1900.             'App\\Flexy\\FrontBundle\\Repository\\SectionRepository' => '?',
  1901.             'App\\Flexy\\FrontBundle\\Repository\\SlideRepository' => '?',
  1902.             'App\\Flexy\\FrontBundle\\Repository\\SliderRepository' => '?',
  1903.             'App\\Flexy\\POSBundle\\Repository\\CaisseRepository' => '?',
  1904.             'App\\Flexy\\POSBundle\\Repository\\TableRepository' => '?',
  1905.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerAddressRepository' => '?',
  1906.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerGroupRepository' => '?',
  1907.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerRepository' => '?',
  1908.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerWalletPointRepository' => '?',
  1909.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\PackEngagementRepository' => '?',
  1910.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\PackRepository' => '?',
  1911.             'App\\Flexy\\ShopBundle\\Repository\\Order\\AdjustmentRepository' => '?',
  1912.             'App\\Flexy\\ShopBundle\\Repository\\Order\\ContactsRepository' => '?',
  1913.             'App\\Flexy\\ShopBundle\\Repository\\Order\\EventCalendarRepository' => '?',
  1914.             'App\\Flexy\\ShopBundle\\Repository\\Order\\GallerieHomeRepository' => '?',
  1915.             'App\\Flexy\\ShopBundle\\Repository\\Order\\HomePageRepository' => '?',
  1916.             'App\\Flexy\\ShopBundle\\Repository\\Order\\NotificationOrderRepository' => '?',
  1917.             'App\\Flexy\\ShopBundle\\Repository\\Order\\OrderItemRepository' => '?',
  1918.             'App\\Flexy\\ShopBundle\\Repository\\Order\\OrderRepository' => '?',
  1919.             'App\\Flexy\\ShopBundle\\Repository\\Order\\TicketsCustomerRepository' => '?',
  1920.             'App\\Flexy\\ShopBundle\\Repository\\Order\\UnavailableRoomRepository' => '?',
  1921.             'App\\Flexy\\ShopBundle\\Repository\\Payment\\PaymentMethodRepository' => '?',
  1922.             'App\\Flexy\\ShopBundle\\Repository\\Payment\\PaymentRepository' => '?',
  1923.             'App\\Flexy\\ShopBundle\\Repository\\ProductShopRepository' => '?',
  1924.             'App\\Flexy\\ShopBundle\\Repository\\Product\\AttributRepository' => '?',
  1925.             'App\\Flexy\\ShopBundle\\Repository\\Product\\AttributValueRepository' => '?',
  1926.             'App\\Flexy\\ShopBundle\\Repository\\Product\\CategoryProductRepository' => '?',
  1927.             'App\\Flexy\\ShopBundle\\Repository\\Product\\CommentRepository' => '?',
  1928.             'App\\Flexy\\ShopBundle\\Repository\\Product\\MetaDataExtraRepository' => '?',
  1929.             'App\\Flexy\\ShopBundle\\Repository\\Product\\ProductRepository' => '?',
  1930.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\CouponRepository' => '?',
  1931.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionActionRepository' => '?',
  1932.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionRepository' => '?',
  1933.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionRuleRepository' => '?',
  1934.             'App\\Flexy\\ShopBundle\\Repository\\Resource\\AgentRepository' => '?',
  1935.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\CashBoxRepository' => '?',
  1936.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\CityRegionRepository' => '?',
  1937.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\CityRepository' => '?',
  1938.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\DepartementRepository' => '?',
  1939.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShipmentItemRepository' => '?',
  1940.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShipmentRepository' => '?',
  1941.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingMethodRepository' => '?',
  1942.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingRuleRepository' => '?',
  1943.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingVehicleRepository' => '?',
  1944.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingVehicleTypeRepository' => '?',
  1945.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\StepTypeRepository' => '?',
  1946.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\TrackingStepRepository' => '?',
  1947.             'App\\Flexy\\ShopBundle\\Repository\\VendorRepository' => '?',
  1948.             'App\\Flexy\\StockBundle\\Repository\\ArticleRepository' => '?',
  1949.             'App\\Flexy\\StockBundle\\Repository\\DocumentRepository' => '?',
  1950.             'App\\Flexy\\StockBundle\\Repository\\StockRepository' => '?',
  1951.             'App\\Repository\\ApplicationRepository' => '?',
  1952.             'App\\Repository\\Entity\\SettingsRepository' => '?',
  1953.             'App\\Repository\\ExportExcelRepository' => '?',
  1954.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\CategoryOfferRepository' => '?',
  1955.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\MenuRepository' => '?',
  1956.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\OfferRepository' => '?',
  1957.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\ReservationRepository' => '?',
  1958.             'App\\Repository\\Flexy\\FrontBundle\\Entity\\PageRepository' => '?',
  1959.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\AccountClassRepository' => '?',
  1960.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\AccountRepository' => '?',
  1961.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\FinancialPeriodRepository' => '?',
  1962.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\FinancialYearRepository' => '?',
  1963.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\InvoiceRepository' => '?',
  1964.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\JournalEntryItemRepository' => '?',
  1965.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\JournalEntryRepository' => '?',
  1966.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\AttributRepository' => '?',
  1967.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\BrandRepository' => '?',
  1968.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintRepository' => '?',
  1969.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintSubjectRepository' => '?',
  1970.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerAddressRepository' => '?',
  1971.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagementRepository' => '?',
  1972.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\PackRepository' => '?',
  1973.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcelRepository' => '?',
  1974.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\AdjustmentRepository' => '?',
  1975.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFundRepository' => '?',
  1976.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\OrderItemNoteRepository' => '?',
  1977.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\RoomAccessRepository' => '?',
  1978.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\TicketsCustomerRepository' => '?',
  1979.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\UnavailableRoomRepository' => '?',
  1980.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankBookItemRepository' => '?',
  1981.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankBookRepository' => '?',
  1982.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankRepository' => '?',
  1983.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentRepository' => '?',
  1984.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionListRepository' => '?',
  1985.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionRepository' => '?',
  1986.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ImageProductRepository' => '?',
  1987.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcelRepository' => '?',
  1988.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductPackRepository' => '?',
  1989.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductSubscriptionRepository' => '?',
  1990.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductVariantRepository' => '?',
  1991.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\PromotionActionRepository' => '?',
  1992.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Promotion\\PromotionRuleRepository' => '?',
  1993.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion\\CouponsRepository' => '?',
  1994.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Resource\\AgentTypeRepository' => '?',
  1995.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\CashOnDeliveryRepository' => '?',
  1996.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\DepartementRepository' => '?',
  1997.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentCollectMoneyRepository' => '?',
  1998.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemChildRepository' => '?',
  1999.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemRepository' => '?',
  2000.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemTypeRepository' => '?',
  2001.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaperRepository' => '?',
  2002.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentRepository' => '?',
  2003.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingCalculationMethodRepository' => '?',
  2004.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingRepository' => '?',
  2005.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingRuleRepository' => '?',
  2006.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingVehicleRepository' => '?',
  2007.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Store\\StoreRepository' => '?',
  2008.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Supplier\\SupplierRepository' => '?',
  2009.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Taxes\\ShippingTaxRepository' => '?',
  2010.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Taxes\\ValueAddedTaxRepository' => '?',
  2011.             'App\\Repository\\Flexy\\ShopBundle\\Form\\Product\\ProductVariantRepository' => '?',
  2012.             'App\\Repository\\Flexy\\ShopBunlde\\Entity\\Shipping\\ShipmentItemChildRepository' => '?',
  2013.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\MissionRepository' => '?',
  2014.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\OrderMissionRepository' => '?',
  2015.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\RequestMissionRepository' => '?',
  2016.             'App\\Repository\\FrontThemeRepository' => '?',
  2017.             'App\\Repository\\LinkRepository' => '?',
  2018.             'App\\Repository\\LinkTypeRepository' => '?',
  2019.             'App\\Repository\\LogHistoryRepository' => '?',
  2020.             'App\\Repository\\NotificationRepository' => '?',
  2021.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  2022.             'App\\Repository\\RoleRepository' => '?',
  2023.             'App\\Repository\\SettingsRepository' => '?',
  2024.             'App\\Repository\\UserRepository' => '?',
  2025.         ])));
  2026.         $a->addCustomNumericFunction('WEEK''App\\Doctrine\\Functions\\WeekFunction');
  2027.         $a->addCustomNumericFunction('MONTH''App\\Doctrine\\Functions\\MonthFunction');
  2028.         $a->addCustomNumericFunction('YEAR''App\\Doctrine\\Functions\\YearFunction');
  2029.         $a->addCustomNumericFunction('YEARWEEK''App\\Doctrine\\Functions\\YearWeekFunction');
  2030.         $a->addCustomNumericFunction('ROUND''App\\Doctrine\\Functions\\RoundFunction');
  2031.         $a->addCustomNumericFunction('DATE_FORMAT''App\\Doctrine\\Functions\\DateFormatFunction');
  2032.         $a->addCustomNumericFunction('DATE''App\\Doctrine\\Functions\\DateFunction');
  2033.         $a->addCustomNumericFunction('DAY''App\\Doctrine\\Functions\\DayFunction');
  2034.         $a->addCustomNumericFunction('CAST''App\\Doctrine\\Functions\\CastFunction');
  2035.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  2036.         $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);
  2037.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  2038.         return $instance;
  2039.     }
  2040.     /**
  2041.      * Gets the public 'event_dispatcher' shared service.
  2042.      *
  2043.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2044.      */
  2045.     protected function getEventDispatcherService()
  2046.     {
  2047.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2048.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2049.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2050.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2051.         $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()));
  2052.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> #[\Closure(name'flexy_shop_api.event.jwt_created_listener', class: 'App\\Flexy\\ShopBundle\\EventSubscriber\\JWTCreatedListener')] function () {
  2053.             return ($this->privates['flexy_shop_api.event.jwt_created_listener'] ?? $this->load('getFlexyShopApi_Event_JwtCreatedListenerService'));
  2054.         }, => 'onJWTCreated'], 0);
  2055.         $instance->addListener('kernel.request', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\BootstrapKernelListener')] function () {
  2056.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\BootstrapKernelListener'] ?? $this->getBootstrapKernelListenerService());
  2057.         }, => 'onKernelRequest'], 0);
  2058.         $instance->addListener('kernel.controller', [=> #[\Closure(name'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] function () {
  2059.             return ($this->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector());
  2060.         }, => 'onKernelController'], 0);
  2061.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  2062.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2063.         }, => 'checkPassport'], 1024);
  2064.         $instance->addListener('kernel.response', [=> #[\Closure(name'security.context_listener.0', class: 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener')] function () {
  2065.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  2066.         }, => 'onKernelResponse'], 0);
  2067.         $instance->addListener('kernel.exception', [=> #[\Closure(name'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener')] function () {
  2068.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  2069.         }, => 'onKernelException'], -64);
  2070.         $instance->addListener('kernel.view', [=> #[\Closure(name'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener')] function () {
  2071.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  2072.         }, => 'onKernelView'], 0);
  2073.         $instance->addListener('kernel.request', [=> #[\Closure(name'nelmio_cors.cors_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CorsListener')] function () {
  2074.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2075.         }, => 'onKernelRequest'], 250);
  2076.         $instance->addListener('kernel.response', [=> #[\Closure(name'nelmio_cors.cors_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CorsListener')] function () {
  2077.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2078.         }, => 'onKernelResponse'], 0);
  2079.         $instance->addListener('kernel.response', [=> #[\Closure(name'nelmio_cors.cacheable_response_vary_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener')] function () {
  2080.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ??= new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener());
  2081.         }, => 'onResponse'], -10);
  2082.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] function () {
  2083.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2084.         }, => 'onKernelRequest'], 28);
  2085.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] function () {
  2086.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2087.         }, => 'onKernelRequest'], 2);
  2088.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] function () {
  2089.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  2090.         }, => 'onKernelView'], 16);
  2091.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.respond', class: 'ApiPlatform\\Symfony\\EventListener\\RespondListener')] function () {
  2092.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  2093.         }, => 'onKernelView'], 8);
  2094.         $instance->addListener('kernel.exception', [=> #[\Closure(name'api_platform.listener.exception.validation', class: 'ApiPlatform\\Symfony\\Validator\\EventListener\\ValidationExceptionListener')] function () {
  2095.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  2096.         }, => 'onKernelException'], 0);
  2097.         $instance->addListener('kernel.exception', [=> #[\Closure(name'api_platform.listener.exception', class: 'ApiPlatform\\Symfony\\EventListener\\ExceptionListener')] function () {
  2098.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  2099.         }, => 'onKernelException'], -96);
  2100.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] function () {
  2101.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  2102.         }, => 'onKernelView'], 32);
  2103.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] function () {
  2104.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  2105.         }, => 'onKernelRequest'], 4);
  2106.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] function () {
  2107.             return ($this->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener());
  2108.         }, => 'onKernelRequest'], 0);
  2109.         $instance->addListener('kernel.response', [=> #[\Closure(name'api_platform.http_cache.listener.response.configure', class: 'ApiPlatform\\HttpCache\\EventListener\\AddHeadersListener')] function () {
  2110.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2111.         }, => 'onKernelResponse'], -1);
  2112.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] function () {
  2113.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  2114.         }, => 'onKernelView'], 64);
  2115.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] function () {
  2116.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2117.         }, => 'onKernelRequest'], 16);
  2118.         $instance->addListener('kernel.response', [=> #[\Closure(name'api_platform.mercure.listener.response.add_link_header', class: 'ApiPlatform\\Symfony\\EventListener\\AddLinkHeaderListener')] function () {
  2119.             return ($this->privates['api_platform.mercure.listener.response.add_link_header'] ?? $this->getApiPlatform_Mercure_Listener_Response_AddLinkHeaderService());
  2120.         }, => 'onKernelResponse'], 0);
  2121.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] function () {
  2122.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2123.         }, => 'onSecurity'], 3);
  2124.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] function () {
  2125.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2126.         }, => 'onSecurityPostDenormalize'], 1);
  2127.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] function () {
  2128.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2129.         }, => 'onSecurityPostValidation'], 63);
  2130.         $instance->addListener('kernel.exception', [=> #[\Closure(name'webpack_encore.exception_listener', class: 'Symfony\\WebpackEncoreBundle\\EventListener\\ExceptionListener')] function () {
  2131.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  2132.         }, => 'onKernelException'], 0);
  2133.         $instance->addListener('kernel.request', [=> #[\Closure(name'knp_paginator.subscriber.sliding_pagination', class: 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber')] function () {
  2134.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2135.         }, => 'onKernelRequest'], 0);
  2136.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2137.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber2Service'));
  2138.         }, => 'beforePersist'], 0);
  2139.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2140.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber2Service'));
  2141.         }, => 'beforeUpdated'], 0);
  2142.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityDeletedEvent', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2143.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber2Service'));
  2144.         }, => 'beforeDeleted'], 0);
  2145.         $instance->addListener('kernel.view', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\EventsApiSubscriber')] function () {
  2146.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\EventsApiSubscriber'] ?? $this->load('getEventsApiSubscriberService'));
  2147.         }, => 'postWrite'], 31);
  2148.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> #[\Closure(name'App\\Flexy\\ShopBundle\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2149.             return ($this->privates['App\\Flexy\\ShopBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber3Service'));
  2150.         }, => 'beforePersist'], 0);
  2151.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [=> #[\Closure(name'App\\Flexy\\ShopBundle\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2152.             return ($this->privates['App\\Flexy\\ShopBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber3Service'));
  2153.         }, => 'beforeUpdated'], 0);
  2154.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterCrudActionEvent', [=> #[\Closure(name'App\\Flexy\\ShopBundle\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2155.             return ($this->privates['App\\Flexy\\ShopBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber3Service'));
  2156.         }, => 'afterAction'], 0);
  2157.         $instance->addListener('kernel.view', [=> #[\Closure(name'App\\Flexy\\ShopBundle\\EventSubscriber\\EventsApiSubscriber')] function () {
  2158.             return ($this->privates['App\\Flexy\\ShopBundle\\EventSubscriber\\EventsApiSubscriber'] ?? $this->load('getEventsApiSubscriber2Service'));
  2159.         }, => 'sendMail'], 31);
  2160.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> #[\Closure(name'App\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2161.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  2162.         }, => 'beforePersist'], 0);
  2163.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [=> #[\Closure(name'App\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2164.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  2165.         }, => 'beforeUpdated'], 0);
  2166.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityDeletedEvent', [=> #[\Closure(name'App\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2167.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  2168.         }, => 'beforeDelete'], 0);
  2169.         $instance->addListener('kernel.controller', [=> #[\Closure(name'App\\EventSubscriber\\LicenseValidationListener')] function () {
  2170.             return ($this->privates['App\\EventSubscriber\\LicenseValidationListener'] ?? $this->getLicenseValidationListenerService());
  2171.         }, => 'onKernelController'], 0);
  2172.         $instance->addListener('kernel.response', [=> #[\Closure(name'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] function () {
  2173.             return ($this->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false));
  2174.         }, => 'onKernelResponse'], 0);
  2175.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  2176.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2177.         }, => 'setDefaultLocale'], 100);
  2178.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  2179.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2180.         }, => 'onKernelRequest'], 16);
  2181.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  2182.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2183.         }, => 'onKernelFinishRequest'], 0);
  2184.         $instance->addListener('kernel.request', [=> #[\Closure(name'validate_request_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener')] function () {
  2185.             return ($this->privates['validate_request_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener());
  2186.         }, => 'onKernelRequest'], 256);
  2187.         $instance->addListener('kernel.response', [=> #[\Closure(name'disallow_search_engine_index_response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener')] function () {
  2188.             return ($this->privates['disallow_search_engine_index_response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener());
  2189.         }, => 'onResponse'], -255);
  2190.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  2191.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2192.         }, => 'onControllerArguments'], 0);
  2193.         $instance->addListener('kernel.exception', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  2194.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2195.         }, => 'logKernelException'], 0);
  2196.         $instance->addListener('kernel.exception', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  2197.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2198.         }, => 'onKernelException'], -128);
  2199.         $instance->addListener('kernel.response', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  2200.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2201.         }, => 'removeCspHeader'], -128);
  2202.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'controller.cache_attribute_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener')] function () {
  2203.             return ($this->privates['controller.cache_attribute_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\CacheAttributeListener());
  2204.         }, => 'onKernelControllerArguments'], 10);
  2205.         $instance->addListener('kernel.response', [=> #[\Closure(name'controller.cache_attribute_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener')] function () {
  2206.             return ($this->privates['controller.cache_attribute_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\CacheAttributeListener());
  2207.         }, => 'onKernelResponse'], -10);
  2208.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_aware_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener')] function () {
  2209.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2210.         }, => 'onKernelRequest'], 15);
  2211.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'locale_aware_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener')] function () {
  2212.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2213.         }, => 'onKernelFinishRequest'], -15);
  2214.         $instance->addListener('console.error', [=> #[\Closure(name'console.error_listener', class: 'Symfony\\Component\\Console\\EventListener\\ErrorListener')] function () {
  2215.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2216.         }, => 'onConsoleError'], -128);
  2217.         $instance->addListener('console.terminate', [=> #[\Closure(name'console.error_listener', class: 'Symfony\\Component\\Console\\EventListener\\ErrorListener')] function () {
  2218.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2219.         }, => 'onConsoleTerminate'], -128);
  2220.         $instance->addListener('console.error', [=> #[\Closure(name'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] function () {
  2221.             return ($this->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber());
  2222.         }, => 'onConsoleError'], 0);
  2223.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'mailer.envelope_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\EnvelopeListener')] function () {
  2224.             return ($this->privates['mailer.envelope_listener'] ??= new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL));
  2225.         }, => 'onMessage'], -255);
  2226.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'mailer.message_logger_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessageLoggerListener')] function () {
  2227.             return ($this->privates['mailer.message_logger_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessageLoggerListener());
  2228.         }, => 'onMessage'], -255);
  2229.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'mailer.messenger_transport_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessengerTransportListener')] function () {
  2230.             return ($this->privates['mailer.messenger_transport_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessengerTransportListener());
  2231.         }, => 'onMessage'], 0);
  2232.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.debug_handlers_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener')] function () {
  2233.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2234.         }, => 'configure'], 2048);
  2235.         $instance->addListener('console.command', [=> #[\Closure(name'debug.debug_handlers_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener')] function () {
  2236.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2237.         }, => 'configure'], 2048);
  2238.         $instance->addListener('kernel.request', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  2239.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2240.         }, => 'onKernelRequest'], 32);
  2241.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  2242.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2243.         }, => 'onKernelFinishRequest'], 0);
  2244.         $instance->addListener('kernel.exception', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  2245.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2246.         }, => 'onKernelException'], -64);
  2247.         $instance->addListener('kernel.response', [=> #[\Closure(name'web_link.add_link_header_listener', class: 'Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener')] function () {
  2248.             return ($this->privates['web_link.add_link_header_listener'] ??= new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener());
  2249.         }, => 'onKernelResponse'], 0);
  2250.         $instance->addListener('kernel.request', [=> #[\Closure(name'session_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener')] function () {
  2251.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2252.         }, => 'onKernelRequest'], 128);
  2253.         $instance->addListener('kernel.response', [=> #[\Closure(name'session_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener')] function () {
  2254.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2255.         }, => 'onKernelResponse'], -1000);
  2256.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> #[\Closure(name'notifier.logger_notification_listener', class: 'Symfony\\Component\\Notifier\\EventListener\\NotificationLoggerListener')] function () {
  2257.             return ($this->privates['notifier.logger_notification_listener'] ??= new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener());
  2258.         }, => 'onNotification'], -255);
  2259.         $instance->addListener('kernel.response', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  2260.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2261.         }, => 'onKernelResponse'], -100);
  2262.         $instance->addListener('kernel.exception', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  2263.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2264.         }, => 'onKernelException'], 0);
  2265.         $instance->addListener('kernel.terminate', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  2266.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2267.         }, => 'onKernelTerminate'], -1024);
  2268.         $instance->addListener('kernel.controller', [=> #[\Closure(name'data_collector.request', class: 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector')] function () {
  2269.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2270.         }, => 'onKernelController'], 0);
  2271.         $instance->addListener('kernel.response', [=> #[\Closure(name'data_collector.request', class: 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector')] function () {
  2272.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2273.         }, => 'onKernelResponse'], 0);
  2274.         $instance->addListener('kernel.controller', [=> #[\Closure(name'sensio_framework_extra.controller.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener')] function () {
  2275.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2276.         }, => 'onKernelController'], 0);
  2277.         $instance->addListener('kernel.controller', [=> #[\Closure(name'sensio_framework_extra.converter.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener')] function () {
  2278.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2279.         }, => 'onKernelController'], 0);
  2280.         $instance->addListener('kernel.controller', [=> #[\Closure(name'sensio_framework_extra.view.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener')] function () {
  2281.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2282.         }, => 'onKernelController'], -128);
  2283.         $instance->addListener('kernel.view', [=> #[\Closure(name'sensio_framework_extra.view.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener')] function () {
  2284.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2285.         }, => 'onKernelView'], 0);
  2286.         $instance->addListener('kernel.controller', [=> #[\Closure(name'sensio_framework_extra.cache.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener')] function () {
  2287.             return ($this->privates['sensio_framework_extra.cache.listener'] ??= new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener());
  2288.         }, => 'onKernelController'], 0);
  2289.         $instance->addListener('kernel.response', [=> #[\Closure(name'sensio_framework_extra.cache.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener')] function () {
  2290.             return ($this->privates['sensio_framework_extra.cache.listener'] ??= new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener());
  2291.         }, => 'onKernelResponse'], 0);
  2292.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'sensio_framework_extra.security.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener')] function () {
  2293.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2294.         }, => 'onKernelControllerArguments'], 0);
  2295.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'framework_extra_bundle.event.is_granted', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener')] function () {
  2296.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2297.         }, => 'onKernelControllerArguments'], 0);
  2298.         $instance->addListener('kernel.view', [=> #[\Closure(name'controller.template_attribute_listener', class: 'Symfony\\Bridge\\Twig\\EventListener\\TemplateAttributeListener')] function () {
  2299.             return ($this->privates['controller.template_attribute_listener'] ?? $this->load('getController_TemplateAttributeListenerService'));
  2300.         }, => 'onKernelView'], -128);
  2301.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'twig.mailer.message_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessageListener')] function () {
  2302.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2303.         }, => 'onMessage'], 0);
  2304.         $instance->addListener('kernel.response', [=> #[\Closure(name'web_profiler.debug_toolbar', class: 'Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener')] function () {
  2305.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2306.         }, => 'onKernelResponse'], -128);
  2307.         $instance->addListener('console.command', [=> #[\Closure(name'monolog.handler.console', class: 'Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler')] function () {
  2308.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2309.         }, => 'onCommand'], 255);
  2310.         $instance->addListener('console.terminate', [=> #[\Closure(name'monolog.handler.console', class: 'Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler')] function () {
  2311.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2312.         }, => 'onTerminate'], -255);
  2313.         $instance->addListener('console.command', [=> #[\Closure(name'debug.dump_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DumpListener')] function () {
  2314.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2315.         }, => 'configure'], 1024);
  2316.         $instance->addListener('console.error', [=> #[\Closure(name'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] function () {
  2317.             return ($this->privates['maker.console_error_listener'] ??= new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber());
  2318.         }, => 'onConsoleError'], 0);
  2319.         $instance->addListener('console.terminate', [=> #[\Closure(name'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] function () {
  2320.             return ($this->privates['maker.console_error_listener'] ??= new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber());
  2321.         }, => 'onConsoleTerminate'], 0);
  2322.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'controller.is_granted_attribute_listener', class: 'Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener')] function () {
  2323.             return ($this->privates['controller.is_granted_attribute_listener'] ?? $this->getController_IsGrantedAttributeListenerService());
  2324.         }, => 'onKernelControllerArguments'], 20);
  2325.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] function () {
  2326.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2327.         }, => 'checkPassport'], 0);
  2328.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] function () {
  2329.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2330.         }, => 'onLoginSuccess'], 0);
  2331.         $instance->addListener('debug.security.authorization.vote', [=> #[\Closure(name'debug.security.voter.vote_listener', class: 'Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener')] function () {
  2332.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2333.         }, => 'onVoterVote'], 0);
  2334.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  2335.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2336.         }, => 'configureLogoutUrlGenerator'], 8);
  2337.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  2338.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2339.         }, => 'onKernelRequest'], 8);
  2340.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  2341.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2342.         }, => 'onKernelFinishRequest'], 0);
  2343.         $instance->addListener('kernel.request', [=> #[\Closure(name'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber')] function () {
  2344.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  2345.         }, => 'onKernelRequest'], 0);
  2346.         $instance->addListener('kernel.controller', [=> #[\Closure(name'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber')] function () {
  2347.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  2348.         }, => 'onKernelController'], 128);
  2349.         $instance->addListener('kernel.request', [=> #[\Closure(name'stof_doctrine_extensions.event_listener.blame', class: 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener')] function () {
  2350.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2351.         }, => 'onKernelRequest'], 0);
  2352.         $instance->addListener('kernel.request', [=> #[\Closure(name'stof_doctrine_extensions.event_listener.logger', class: 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener')] function () {
  2353.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  2354.         }, => 'onKernelRequest'], 0);
  2355.         $instance->addListener('kernel.response', [=> #[\Closure(name'Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber')] function () {
  2356.             return ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] ??= new \Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber());
  2357.         }, => 'onKernelResponse'], 0);
  2358.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener')] function () {
  2359.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2360.         }, => 'resetAssets'], 0);
  2361.         $instance->addListener('knp_pager.before', [=> #[\Closure(name'knp_paginator.subscriber.paginate', class: 'Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber')] function () {
  2362.             return ($this->privates['knp_paginator.subscriber.paginate'] ??= new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber());
  2363.         }, => 'before'], 0);
  2364.         $instance->addListener('knp_pager.pagination', [=> #[\Closure(name'knp_paginator.subscriber.paginate', class: 'Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber')] function () {
  2365.             return ($this->privates['knp_paginator.subscriber.paginate'] ??= new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber());
  2366.         }, => 'pagination'], 0);
  2367.         $instance->addListener('knp_pager.before', [=> #[\Closure(name'knp_paginator.subscriber.sortable', class: 'Knp\\Component\\Pager\\Event\\Subscriber\\Sortable\\SortableSubscriber')] function () {
  2368.             return ($this->privates['knp_paginator.subscriber.sortable'] ??= new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber());
  2369.         }, => 'before'], 1);
  2370.         $instance->addListener('knp_pager.before', [=> #[\Closure(name'knp_paginator.subscriber.filtration', class: 'Knp\\Component\\Pager\\Event\\Subscriber\\Filtration\\FiltrationSubscriber')] function () {
  2371.             return ($this->privates['knp_paginator.subscriber.filtration'] ??= new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber());
  2372.         }, => 'before'], 1);
  2373.         $instance->addListener('knp_pager.pagination', [=> #[\Closure(name'knp_paginator.subscriber.sliding_pagination', class: 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber')] function () {
  2374.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2375.         }, => 'pagination'], 1);
  2376.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] function () {
  2377.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2378.         }, => 'checkPassport'], 512);
  2379.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] function () {
  2380.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2381.         }, => 'onLogout'], 0);
  2382.         return $instance;
  2383.     }
  2384.     /**
  2385.      * Gets the public 'http_kernel' shared service.
  2386.      *
  2387.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2388.      */
  2389.     protected function getHttpKernelService()
  2390.     {
  2391.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2392.         if (isset($this->services['http_kernel'])) {
  2393.             return $this->services['http_kernel'];
  2394.         }
  2395.         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 () {
  2396.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2397.             yield => ($this->privates['debug.doctrine.orm.entity_value_resolver'] ?? $this->load('getDebug_Doctrine_Orm_EntityValueResolverService'));
  2398.             yield => ($this->privates['debug.argument_resolver.backed_enum_resolver'] ?? $this->load('getDebug_ArgumentResolver_BackedEnumResolverService'));
  2399.             yield => ($this->privates['debug.argument_resolver.uid'] ?? $this->load('getDebug_ArgumentResolver_UidService'));
  2400.             yield => ($this->privates['debug.argument_resolver.datetime'] ?? $this->load('getDebug_ArgumentResolver_DatetimeService'));
  2401.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2402.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2403.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2404.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  2405.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  2406.             yield 10 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2407.             yield 11 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2408.             yield 12 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2409.             yield 13 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2410.         }, 14)), ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))), false);
  2411.     }
  2412.     /**
  2413.      * Gets the public 'knp_menu.matcher' shared service.
  2414.      *
  2415.      * @return \Knp\Menu\Matcher\Matcher
  2416.      */
  2417.     protected function getKnpMenu_MatcherService()
  2418.     {
  2419.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2420.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  2421.         }, 1));
  2422.     }
  2423.     /**
  2424.      * Gets the public 'liip_imagine.cache.manager' shared service.
  2425.      *
  2426.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  2427.      */
  2428.     protected function getLiipImagine_Cache_ManagerService()
  2429.     {
  2430.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2431.         if (isset($this->services['liip_imagine.cache.manager'])) {
  2432.             return $this->services['liip_imagine.cache.manager'];
  2433.         }
  2434.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ??= new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'))), $a'default'false);
  2435.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  2436.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  2437.         return $instance;
  2438.     }
  2439.     /**
  2440.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  2441.      *
  2442.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  2443.      */
  2444.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  2445.     {
  2446.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->privates['filesystem'] ??= new \Symfony\Component\Filesystem\Filesystem()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  2447.     }
  2448.     /**
  2449.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  2450.      *
  2451.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  2452.      */
  2453.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  2454.     {
  2455.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  2456.     }
  2457.     /**
  2458.      * Gets the public 'liip_imagine.cache.signer' shared service.
  2459.      *
  2460.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  2461.      */
  2462.     protected function getLiipImagine_Cache_SignerService()
  2463.     {
  2464.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  2465.     }
  2466.     /**
  2467.      * Gets the public 'request_stack' shared service.
  2468.      *
  2469.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2470.      */
  2471.     protected function getRequestStackService()
  2472.     {
  2473.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2474.     }
  2475.     /**
  2476.      * Gets the public 'router' shared service.
  2477.      *
  2478.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2479.      */
  2480.     protected function getRouterService()
  2481.     {
  2482.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2483.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2484.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2485.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2486.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2487.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2488.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2489.         ], [
  2490.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2491.         ]))->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'fr');
  2492.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2493.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2494.         return $instance;
  2495.     }
  2496.     /**
  2497.      * Gets the public 'translator' shared service.
  2498.      *
  2499.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2500.      */
  2501.     protected function getTranslatorService()
  2502.     {
  2503.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2504.     }
  2505.     /**
  2506.      * Gets the public 'var_dumper.cloner' shared service.
  2507.      *
  2508.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2509.      */
  2510.     protected function getVarDumper_ClonerService()
  2511.     {
  2512.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2513.         $instance->setMaxItems(2500);
  2514.         $instance->setMinDepth(1);
  2515.         $instance->setMaxString(-1);
  2516.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2517.         return $instance;
  2518.     }
  2519.     /**
  2520.      * Gets the private '.debug.http_client' shared service.
  2521.      *
  2522.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2523.      */
  2524.     protected function get_Debug_HttpClientService()
  2525.     {
  2526.         $a \Symfony\Component\HttpClient\HttpClient::create(['verify_peer' => false'headers' => [], 'resolve' => []], 6);
  2527.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2528.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2529.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2530.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2531.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2532.         $a->setLogger($b);
  2533.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2534.     }
  2535.     /**
  2536.      * Gets the private '.service_locator.JYo.9Ts' shared service.
  2537.      *
  2538.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2539.      */
  2540.     protected function get_ServiceLocator_JYo_9TsService()
  2541.     {
  2542.         return $this->privates['.service_locator.JYo.9Ts'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2543.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2544.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2545.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2546.         ], [
  2547.             'security.firewall.map.context.api' => '?',
  2548.             'security.firewall.map.context.dev' => '?',
  2549.             'security.firewall.map.context.main' => '?',
  2550.         ]);
  2551.     }
  2552.     /**
  2553.      * Gets the private 'App\EventSubscriber\LicenseValidationListener' shared autowired service.
  2554.      *
  2555.      * @return \App\EventSubscriber\LicenseValidationListener
  2556.      */
  2557.     protected function getLicenseValidationListenerService()
  2558.     {
  2559.         return $this->privates['App\\EventSubscriber\\LicenseValidationListener'] = new \App\EventSubscriber\LicenseValidationListener(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  2560.     }
  2561.     /**
  2562.      * Gets the private 'App\Flexy\FrontBundle\EventSubscriber\BootstrapKernelListener' shared autowired service.
  2563.      *
  2564.      * @return \App\Flexy\FrontBundle\EventSubscriber\BootstrapKernelListener
  2565.      */
  2566.     protected function getBootstrapKernelListenerService()
  2567.     {
  2568.         return $this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\BootstrapKernelListener'] = new \App\Flexy\FrontBundle\EventSubscriber\BootstrapKernelListener(($this->privates['filesystem'] ??= new \Symfony\Component\Filesystem\Filesystem()));
  2569.     }
  2570.     /**
  2571.      * Gets the private 'App\Flexy\FrontBundle\Service\FlexyFrontProvider' shared autowired service.
  2572.      *
  2573.      * @return \App\Flexy\FrontBundle\Service\FlexyFrontProvider
  2574.      */
  2575.     protected function getFlexyFrontProviderService()
  2576.     {
  2577.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2578.         if (isset($this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'])) {
  2579.             return $this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'];
  2580.         }
  2581.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2582.         if (isset($this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'])) {
  2583.             return $this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'];
  2584.         }
  2585.         $c = ($this->privates['twig'] ?? $this->getTwigService());
  2586.         if (isset($this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'])) {
  2587.             return $this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'];
  2588.         }
  2589.         return $this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'] = new \App\Flexy\FrontBundle\Service\FlexyFrontProvider(($this->privates['App\\Service\\FlexySettingsProvider'] ?? $this->getFlexySettingsProviderService()), $a, ($this->services['router'] ?? $this->getRouterService()), $b$c);
  2590.     }
  2591.     /**
  2592.      * Gets the private 'App\Flexy\FrontBundle\Themes\CoWorking\Service\NumberService' shared autowired service.
  2593.      *
  2594.      * @return \App\Flexy\FrontBundle\Themes\CoWorking\Service\NumberService
  2595.      */
  2596.     protected function getNumberServiceService()
  2597.     {
  2598.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2599.         if (isset($this->privates['App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Service\\NumberService'])) {
  2600.             return $this->privates['App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Service\\NumberService'];
  2601.         }
  2602.         return $this->privates['App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Service\\NumberService'] = new \App\Flexy\FrontBundle\Themes\CoWorking\Service\NumberService($a);
  2603.     }
  2604.     /**
  2605.      * Gets the private 'App\Flexy\ShopBundle\Service\FlexyShippingProvider' shared autowired service.
  2606.      *
  2607.      * @return \App\Flexy\ShopBundle\Service\FlexyShippingProvider
  2608.      */
  2609.     protected function getFlexyShippingProviderService()
  2610.     {
  2611.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2612.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'])) {
  2613.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'];
  2614.         }
  2615.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2616.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'])) {
  2617.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'];
  2618.         }
  2619.         $c = ($this->privates['App\\Service\\FlexyNotificationProvider'] ?? $this->getFlexyNotificationProviderService());
  2620.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'])) {
  2621.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'];
  2622.         }
  2623.         $d = ($this->privates['twig'] ?? $this->getTwigService());
  2624.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'])) {
  2625.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'];
  2626.         }
  2627.         return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'] = new \App\Flexy\ShopBundle\Service\FlexyShippingProvider($a$b$c$d);
  2628.     }
  2629.     /**
  2630.      * Gets the private 'App\Flexy\ShopBundle\Service\FlexyShopProvider' shared autowired service.
  2631.      *
  2632.      * @return \App\Flexy\ShopBundle\Service\FlexyShopProvider
  2633.      */
  2634.     protected function getFlexyShopProviderService()
  2635.     {
  2636.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2637.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopProvider'])) {
  2638.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopProvider'];
  2639.         }
  2640.         $b = ($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'] ?? $this->getFlexyShippingProviderService());
  2641.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopProvider'])) {
  2642.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopProvider'];
  2643.         }
  2644.         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);
  2645.     }
  2646.     /**
  2647.      * Gets the private 'App\Flexy\ShopBundle\Service\FlexyShopStatisticProvider' shared autowired service.
  2648.      *
  2649.      * @return \App\Flexy\ShopBundle\Service\FlexyShopStatisticProvider
  2650.      */
  2651.     protected function getFlexyShopStatisticProviderService()
  2652.     {
  2653.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2654.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopStatisticProvider'])) {
  2655.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopStatisticProvider'];
  2656.         }
  2657.         $b = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  2658.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopStatisticProvider'])) {
  2659.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopStatisticProvider'];
  2660.         }
  2661.         return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopStatisticProvider'] = new \App\Flexy\ShopBundle\Service\FlexyShopStatisticProvider($a, ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), ($this->privates['App\\Service\\FlexySettingsProvider'] ?? $this->getFlexySettingsProviderService()), new \Symfony\UX\Chartjs\Builder\ChartBuilder(), $b);
  2662.     }
  2663.     /**
  2664.      * Gets the private 'App\Service\FlexyNotificationProvider' shared autowired service.
  2665.      *
  2666.      * @return \App\Service\FlexyNotificationProvider
  2667.      */
  2668.     protected function getFlexyNotificationProviderService()
  2669.     {
  2670.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2671.         if (isset($this->privates['App\\Service\\FlexyNotificationProvider'])) {
  2672.             return $this->privates['App\\Service\\FlexyNotificationProvider'];
  2673.         }
  2674.         $b = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  2675.         if (isset($this->privates['App\\Service\\FlexyNotificationProvider'])) {
  2676.             return $this->privates['App\\Service\\FlexyNotificationProvider'];
  2677.         }
  2678.         $c = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  2679.         if (isset($this->privates['App\\Service\\FlexyNotificationProvider'])) {
  2680.             return $this->privates['App\\Service\\FlexyNotificationProvider'];
  2681.         }
  2682.         $d = ($this->privates['App\\Service\\FlexySettingsProvider'] ?? $this->getFlexySettingsProviderService());
  2683.         if (isset($this->privates['App\\Service\\FlexyNotificationProvider'])) {
  2684.             return $this->privates['App\\Service\\FlexyNotificationProvider'];
  2685.         }
  2686.         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);
  2687.     }
  2688.     /**
  2689.      * Gets the private 'App\Service\FlexySettingsProvider' shared autowired service.
  2690.      *
  2691.      * @return \App\Service\FlexySettingsProvider
  2692.      */
  2693.     protected function getFlexySettingsProviderService()
  2694.     {
  2695.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2696.         if (isset($this->privates['App\\Service\\FlexySettingsProvider'])) {
  2697.             return $this->privates['App\\Service\\FlexySettingsProvider'];
  2698.         }
  2699.         return $this->privates['App\\Service\\FlexySettingsProvider'] = new \App\Service\FlexySettingsProvider($a);
  2700.     }
  2701.     /**
  2702.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  2703.      *
  2704.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  2705.      */
  2706.     protected function getAdminRouterSubscriberService()
  2707.     {
  2708.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  2709.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  2710.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  2711.         }
  2712.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService());
  2713.         $c = ($this->services['router'] ?? $this->getRouterService());
  2714.         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($b, ($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($b)), new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry(['App\\Controller\\Admin\\ApplicationCrudController' => 'App\\Entity\\Application''App\\Controller\\Admin\\ContactsCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Contacts''App\\Controller\\Admin\\ExportExcelCrudController' => 'App\\Entity\\ExportExcel''App\\Controller\\Admin\\FrontThemeCrudController' => 'App\\Entity\\FrontTheme''App\\Controller\\Admin\\HomePageCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\HomePage''App\\Controller\\Admin\\LinkCrudController' => 'App\\Entity\\Link''App\\Controller\\Admin\\LinkTypeCrudController' => 'App\\Entity\\LinkType''App\\Controller\\Admin\\LogHistoryCrudController' => 'App\\Entity\\LogHistory''App\\Controller\\Admin\\NewLeadCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Contacts''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\\Flexy\\BookingBundle\\Controller\\CategoryOfferCrudController' => 'App\\Flexy\\BookingBundle\\Entity\\CategoryOffer''App\\Flexy\\BookingBundle\\Controller\\OfferCrudController' => 'App\\Flexy\\BookingBundle\\Entity\\Offer''App\\Flexy\\BookingBundle\\Controller\\ReservationCrudController' => 'App\\Flexy\\BookingBundle\\Entity\\Reservation''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\BlocCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Bloc''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\MasterSliderCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MasterSlider''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\MenuCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Menu''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\MenuItemCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MenuItem''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\PageCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Page''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\PageMailCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Page''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\PubBannerCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\PubBanner''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\SectionCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Section''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\SlideCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Slide''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\SliderCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Slider''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\SubMenuItemCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MenuItem''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\InvoiceCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\QuoteCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\MetaDataExtraCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\MetaDataExtra''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\AgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\AttributCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Attribut''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\AttributValueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\AttributValue''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\BrandCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Brand''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CategoryProductShopCrudController' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CityCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\City''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CityRegionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CityRegion''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CommentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Comment''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CouponsCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Coupon''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Complaint''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintSubject''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerCOMMUCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerGroup''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\ComplaintCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Complaint''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => 'App\\Flexy\\TransportBundle\\Entity\\Mission''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\MyCustomerWalletCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\ProductSubscriptionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ProductSubscription''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController' => 'App\\Entity\\User''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\MissionCrudController' => 'App\\Flexy\\TransportBundle\\Entity\\Mission''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\PackCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Pack''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\TicketsCustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\TicketsCustomer''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CustomerGroupCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerGroup''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\DepartementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Departement''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ImportCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcel''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcel''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ImportExcelCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcel''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\MetaDataExtraCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\MetaDataExtra''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\MyCustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\MyCustomerWalletCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\NewshomeCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Newshome''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController' => 'App\\Entity\\ExportExcel''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\InvoiceCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController' => 'App\\Entity\\LogHistory''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\NotificationOrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\NotificationOrder''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\QuoteCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\RoomAccessCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\RoomAccess''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\TicketsCustomersCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\TicketsCustomer''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\UnavailableRoomCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\UnavailableRoom''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PackCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Pack''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PartnerCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Newshome''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\BankBook''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentMethod''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\Transaction''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionList''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PaymentMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentMethod''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\AttributCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Attribut''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\AttributValue''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\BrandCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Brand''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CommentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Comment''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController' => 'App\\Entity\\ExportExcel''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController' => 'App\\Entity\\ExportExcel''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcel''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ProductPack''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductServiceCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\SubCategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Coupon''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PromotionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CashBox''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CashOnDelivery''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\City''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CityRegion''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Departement''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaper''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemChild''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItem''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaper''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingCalculationMethod''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingMethod''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\StepType''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\TrackingStep''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ShippingMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingMethod''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\StoreCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Store\\Store''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\VendorCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\BlocCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Bloc''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\\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\\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\\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\\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\\Product\\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\\Mutaweef\\Controller\\Admin\\BlocCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Bloc''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MasterSliderCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MasterSlider''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MenuCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Menu''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MenuItemCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MenuItem''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\PageCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Page''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\PubBannerCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\PubBanner''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SectionCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Section''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SlideCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Slide''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SliderCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Slider''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SubMenuItemCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MenuItem''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\MissionCrudController' => 'App\\Flexy\\TransportBundle\\Entity\\Mission''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AttributCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Attribut''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AttributValueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\AttributValue''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\BrandCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Brand''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryProductShopCrudController' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CityCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\City''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CityRegionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CityRegion''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CommentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Comment''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CouponsCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Coupon''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\MissionCrudController' => 'App\\Flexy\\TransportBundle\\Entity\\Mission''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerGroupCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerGroup''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DepartementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Departement''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ImportCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcel''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ImportExcelCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcel''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\MyCustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\MyCustomerWalletCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PackCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Pack''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PaymentMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentMethod''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PromotionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ShippingMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingMethod''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\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\\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\\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\\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\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => 'App\\Flexy\\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\\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\\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\\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\\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\\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\\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\\POSBundle\\Controller\\CaisseCrudController' => 'App\\Flexy\\POSBundle\\Entity\\Caisse''App\\Flexy\\POSBundle\\Controller\\CustomerOrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\POSBundle\\Controller\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\POSBundle\\Controller\\OrderOldCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\POSBundle\\Controller\\OrderToDoCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\POSBundle\\Controller\\TableCrudController' => 'App\\Flexy\\POSBundle\\Entity\\Table''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\\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\\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\\Flexy\\StockBundle\\Controller\\ArticleCrudController' => 'App\\Flexy\\StockBundle\\Entity\\Article''App\\Flexy\\StockBundle\\Controller\\DocumentCrudController' => 'App\\Flexy\\StockBundle\\Entity\\Document''App\\Flexy\\StockBundle\\Controller\\StockCrudController' => 'App\\Flexy\\StockBundle\\Entity\\Stock''App\\Flexy\\TransportBundle\\Controller\\AgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\TransportBundle\\Controller\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\TransportBundle\\Controller\\CustomerGroupCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerGroup''App\\Flexy\\TransportBundle\\Controller\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\TransportBundle\\Controller\\MissionCrudController' => 'App\\Flexy\\TransportBundle\\Entity\\Mission''App\\Flexy\\TransportBundle\\Controller\\MyCustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\TransportBundle\\Controller\\MyCustomerWalletCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\TransportBundle\\Controller\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\TransportBundle\\Controller\\OrderDraftCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\TransportBundle\\Controller\\OrderItemCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\OrderItem''App\\Flexy\\TransportBundle\\Controller\\ShipmentItemCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItem''App\\Flexy\\TransportBundle\\Controller\\ShippingMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingMethod''App\\Flexy\\TransportBundle\\Controller\\ShippingVehicleTypeCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingVehicleType'], ['App\\Controller\\Admin\\ApplicationCrudController' => 'f4e4855''App\\Controller\\Admin\\ContactsCrudController' => '0285283''App\\Controller\\Admin\\ExportExcelCrudController' => '4b5029f''App\\Controller\\Admin\\FrontThemeCrudController' => 'abecad8''App\\Controller\\Admin\\HomePageCrudController' => '4e1c498''App\\Controller\\Admin\\LinkCrudController' => '415b86e''App\\Controller\\Admin\\LinkTypeCrudController' => 'fcc22db''App\\Controller\\Admin\\LogHistoryCrudController' => 'af7d2e3''App\\Controller\\Admin\\NewLeadCrudController' => '492277c''App\\Controller\\Admin\\NotificationCrudController' => '2836ef1''App\\Controller\\Admin\\ProductCrudController' => '1117b70''App\\Controller\\Admin\\RoleCrudController' => '4213165''App\\Controller\\Admin\\SettingsCrudController' => '15084be''App\\Controller\\Admin\\UserCrudController' => '924d20c''App\\Flexy\\BookingBundle\\Controller\\CategoryOfferCrudController' => '1d7849e''App\\Flexy\\BookingBundle\\Controller\\OfferCrudController' => '85a3ab3''App\\Flexy\\BookingBundle\\Controller\\ReservationCrudController' => '4723f01''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\BlocCrudController' => '3c2a6ed''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\MasterSliderCrudController' => 'd24dafb''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\MenuCrudController' => 'a7fdd64''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\MenuItemCrudController' => '2b47b6b''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\PageCrudController' => '18ef298''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\PageMailCrudController' => '68cad1e''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\PubBannerCrudController' => '9b2db2a''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\SectionCrudController' => '2ce8b47''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\SlideCrudController' => '14a1fd1''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\SliderCrudController' => '7f5e0b9''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\SubMenuItemCrudController' => '41384ce''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'f2b86e0''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\InvoiceCrudController' => 'bf8a17e''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => '38dd924''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => '56f586a''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => '1e1a64c''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\QuoteCrudController' => '86148b3''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => '6cf32dd''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => '1468b02''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'e407635''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\MetaDataExtraCrudController' => '9454fec''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => 'd9b2ca0''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\AgentCrudController' => 'e654bef''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\AttributCrudController' => '4441611''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\AttributValueCrudController' => '5dd000a''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\BrandCrudController' => '0dc650a''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CategoryOfferCrudController' => 'd9915af''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CategoryProductCrudController' => '67f1cc8''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CategoryProductShopCrudController' => 'c9595d5''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CityCrudController' => 'c6c7487''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CityRegionCrudController' => '0169cf9''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CommentCrudController' => 'e9c43e0''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CouponsCrudController' => '1c2cd8b''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController' => '232f29a''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController' => '7f61def''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => 'f9434be''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerCOMMUCrudController' => '59309cb''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'bafbddb''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => '89c2f27''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'e7cabde''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'fd63c8e''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\ComplaintCrudController' => '07b44d9''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'ecd7371''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => '294ec54''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\MyCustomerWalletCrudController' => '8bcf6d9''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => '31ac767''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\ProductSubscriptionCrudController' => 'fc5ce59''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController' => '7e3eae2''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\MissionCrudController' => '6870fe2''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'ccf79ed''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => 'e9d1aa5''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\OrderCrudController' => '196925c''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\PackCrudController' => '299bf01''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => '30f92de''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\TicketsCustomerCrudController' => 'b3ddec8''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CustomerCrudController' => 'a86186a''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CustomerGroupCrudController' => '13aaac9''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController' => 'b7744dc''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CustomerWalletPointCrudController' => '985b4a1''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\DemandeFundCrudController' => '606700a''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\DepartementCrudController' => '8e8af3e''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ImportCrudController' => 'f44ec34''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => '3e69553''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ImportExcelCrudController' => '14e77e3''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\MetaDataExtraCrudController' => '6cfaa34''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\MyCustomerCrudController' => '6016ca9''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\MyCustomerWalletCrudController' => '699855e''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\NewshomeCrudController' => 'eb1fbfb''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\OfferProductCrudController' => 'faa4658''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController' => '965b239''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController' => 'a56adf4''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'eef0c64''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController' => '8581d49''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\InvoiceCrudController' => '1bdb3ea''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController' => '19c86b4''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\NotificationOrderCrudController' => 'bec3203''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\OrderCrudController' => 'a509f76''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\QuoteCrudController' => 'aaf2892''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\RoomAccessCrudController' => 'dde49b9''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\TicketsCustomersCrudController' => '14670c9''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\UnavailableRoomCrudController' => '39c0d33''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\OrderCrudController' => 'e487ac8''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PackCrudController' => '3e29bb8''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PackEngagementCrudController' => '945bbd1''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PartnerCrudController' => 'e002360''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => 'cd3d06d''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => '619b5b3''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => '5905301''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => '1663553''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PaymentMethodCrudController' => '2fc862c''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\AttributCrudController' => '3f55d16''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'bf05c77''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\BrandCrudController' => 'b49d4dd''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => 'cd990b2''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => '39f8ec8''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => 'd737ebf''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => '129cfbc''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CommentCrudController' => '823d229''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController' => 'c2d5377''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController' => '0715e8c''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => '259cad4''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => 'a06cee8''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductCrudController' => '29e4372''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => 'da00cb3''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => '9f321c3''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => '34f9af6''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductServiceCrudController' => '5776c26''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => 'e07b7da''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => '6c616d9''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\SubCategoryProductCrudController' => 'd7b984e''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ProductCrudController' => '6d8148d''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'c363f97''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => 'fe7e222''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PromotionCrudController' => '380d1d7''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => 'bfe144f''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => '9f2a525''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => '28fde1a''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => 'c34adb3''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => '38dd332''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => '85711e8''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => 'f86e239''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => 'b2068bf''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'bb72b83''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => '7f821a9''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => 'fa8adee''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'b33de53''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => 'e4e9180''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => '5c526b4''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => '0cc3f0e''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => '696d06e''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => '7622a30''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'c8b3211''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'bd6f4a1''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => '2df0a27''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => '8f99d43''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ShippingMethodCrudController' => '971bfd1''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController' => '59f0f35''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController' => '2fe3dd8''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController' => '5c9337a''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController' => 'e553b69''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController' => 'a8ada36''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\StoreCrudController' => '8fb6d28''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController' => 'e69f815''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController' => 'aae43ca''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController' => '36b8a34''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController' => 'a9970f4''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'fab9579''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => '4824192''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => '61b4601''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'c61c3fd''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'ecbb949''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => '91fd447''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'ba632cb''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => 'cc0aeda''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => 'ad38ae8''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => '106e359''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController' => 'c5b37ea''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController' => '43a05ca''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController' => '0945413''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\ProductCrudController' => '796b172''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => '1e875b1''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController' => 'd7c3750''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\VendorCrudController' => 'c668a14''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\BlocCrudController' => 'b3caa2e''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MasterSliderCrudController' => '275b085''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuCrudController' => '5490c9b''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuItemCrudController' => 'b9ff467''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PageCrudController' => '21d2762''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PubBannerCrudController' => 'b38ab88''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SectionCrudController' => '0e93067''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SlideCrudController' => 'e1a3e80''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SliderCrudController' => 'cbd885f''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SubMenuItemCrudController' => '9696f75''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AgentCrudController' => '7e32003''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributCrudController' => 'dcdc8b7''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributValueCrudController' => '40d7078''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\BrandCrudController' => '9fd6c06''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryOfferCrudController' => '3dbad59''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductCrudController' => '53fdad6''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductShopCrudController' => '611f22b''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityCrudController' => 'e21c2e3''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityRegionCrudController' => 'd7d7a6d''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CommentCrudController' => '1707eea''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CouponsCrudController' => '29ab1b3''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => '22245ca''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\MissionCrudController' => 'cf90623''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\OrderCrudController' => 'bebec46''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerCrudController' => '316e29d''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerGroupCrudController' => '3b31f10''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController' => '0dbfc65''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerWalletPointCrudController' => '196a28f''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DemandeFundCrudController' => '2b5d978''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DepartementCrudController' => '6ef5ac9''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportCrudController' => 'c1ec47d''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportExcelCrudController' => '9fdb13a''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerCrudController' => 'fcf15c7''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerWalletCrudController' => 'bb17a8b''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OfferProductCrudController' => '1c9fddf''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OrderCrudController' => '6b9ba61''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackCrudController' => '7780943''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackEngagementCrudController' => '3999f92''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PaymentMethodCrudController' => 'c9c917e''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ProductCrudController' => '2ae9f9e''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PromotionCrudController' => '896d90c''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ShippingMethodCrudController' => '49194a3''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController' => '50f3b05''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController' => 'c18aa44''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController' => '03ff6e1''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController' => '1ecf1c5''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController' => '30e6744''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController' => 'e90c423''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController' => '9b44550''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\ProductCrudController' => '6a2aa4b''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'a3e40e0''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController' => '998b5f7''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\VendorCrudController' => '8196622''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\BlocCrudController' => '441d9fc''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MasterSliderCrudController' => '94acb43''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuCrudController' => '3670658''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuItemCrudController' => '08e1db3''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PageCrudController' => '79c1df3''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PageMailCrudController' => '72119fc''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PubBannerCrudController' => '4cdcf20''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SectionCrudController' => '0804a49''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SlideCrudController' => 'c2d713d''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SliderCrudController' => 'bfbed6a''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SubMenuItemCrudController' => 'b117b64''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => '3e9475a''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => '8f7d542''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => '1bf6246''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => '26845a4''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => 'd730ac1''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => 'f007ffe''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => '25c3edc''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => 'ccb78f9''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController' => '70f407e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController' => 'eae6cab''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => 'a3e48be''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => '82136d7''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => '3d8bbfb''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => '8e5aa22''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'b664a47''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\ComplaintCrudController' => 'e819ac3''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => '7166ecc''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => '348ea4e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\MyCustomerWalletCrudController' => '4f4ba9c''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => '3803a1c''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\ProductSubscriptionCrudController' => '94fe01b''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController' => '9ea7ef6''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'ffe3cda''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => '08417eb''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackCrudController' => '6109cfa''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => '81b4734''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => '3f4fd64''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController' => '5a00700''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController' => 'd8011b6''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => '5c5045d''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController' => 'bf8bfbe''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController' => '051ee16''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\OrderCrudController' => '30328ae''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => 'b651a1a''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => '9bb94a0''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => 'df93b1e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => '4a4e289''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributCrudController' => 'f2107f2''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'af04231''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\BrandCrudController' => '7964c04''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => 'd246a3d''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'cebec95''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => 'a3efd24''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => 'b658b67''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CommentCrudController' => '43772af''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController' => '6c38d7c''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController' => '7918789''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => '3788faa''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => 'd4dd13d''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductCrudController' => '4739717''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => '47e4f22''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => 'fd704f4''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => '70d627f''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => 'd377e54''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => '9df27d8''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\SubCategoryProductCrudController' => 'a664453''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'e119d99''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => 'c7a28d3''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => '8b4976d''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => 'd205ef9''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => '9bf4be2''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => '1a48e0d''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => '2ad7d94''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => '8ad8519''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => '4fcd17b''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => 'fc4fd5d''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'f9347e4''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'b5cb4b9''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => 'd77c4b0''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'b5b3b4a''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => '05e4392''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => 'dc1538d''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'f00a28b''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => '0fdc5d2''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => 'f59290d''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'b531565''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'd60e57f''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => '9a2f183''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => '28140a3''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController' => 'ab5dd5b''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController' => '2159f67''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController' => '18b2283''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController' => '6376cf4''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController' => '63a3b1d''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\StoreCrudController' => '90c7975''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'f6611ba''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => '90b2b67''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => '6bab9ca''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'faa9338''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'd0c2c42''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => '9144b2a''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => '7f1114e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => '805b09b''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => 'e18cae3''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => 'f49b26b''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => '827a7d7''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\BlocCrudController' => 'dc7e81a''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MasterSliderCrudController' => '3f9648e''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MenuCrudController' => 'f60f753''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MenuItemCrudController' => '201acdd''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\PageCrudController' => '6450a36''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\PubBannerCrudController' => '8de87db''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SectionCrudController' => '07159fe''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SlideCrudController' => '1923fbb''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SliderCrudController' => '78257da''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SubMenuItemCrudController' => '9d4400b''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => '3ad52d7''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\MissionCrudController' => '1ca4cb1''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\OrderCrudController' => '78e48d3''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AgentCrudController' => '3d8e239''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AttributCrudController' => 'fef237d''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AttributValueCrudController' => '49b43b8''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\BrandCrudController' => '097ab16''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryOfferCrudController' => 'daf279a''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryProductCrudController' => '56fcd64''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryProductShopCrudController' => 'dcda80c''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CityCrudController' => '8caf70b''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CityRegionCrudController' => '2cc60fc''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CommentCrudController' => '80db479''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CouponsCrudController' => '6ba1ead''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => '32488fb''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'c701fa5''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\MissionCrudController' => '2efe309''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\OrderCrudController' => 'ca73af7''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerCrudController' => '544338c''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerGroupCrudController' => 'a3d0183''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController' => '662557b''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerWalletPointCrudController' => '7d883dd''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DemandeFundCrudController' => 'e25c506''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DepartementCrudController' => '9773246''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ImportCrudController' => 'dc6120d''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ImportExcelCrudController' => '74e854c''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\MyCustomerCrudController' => '8791dcd''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\MyCustomerWalletCrudController' => '3701e0e''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\OfferProductCrudController' => 'dd0a4cf''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\OrderCrudController' => '6e9a2d2''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PackCrudController' => '2456174''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PackEngagementCrudController' => 'e539c1f''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PaymentMethodCrudController' => '1e7e717''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ProductCrudController' => 'a506ae4''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PromotionCrudController' => '03e8f29''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ShippingMethodCrudController' => '7afd5e6''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController' => '08d253b''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController' => '1d074e5''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController' => 'a3de94a''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController' => '0c0a1df''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController' => 'b807563''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController' => '6b81320''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController' => '781396f''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\ProductCrudController' => '6e74ecd''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => '08060d1''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController' => '819fbe9''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\VendorCrudController' => '1693e89''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\BlocCrudController' => '768feed''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MasterSliderCrudController' => '6847c09''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuCrudController' => '0855ab2''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuItemCrudController' => 'a5bbd91''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PageCrudController' => 'cb32258''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PubBannerCrudController' => 'fe1f7d3''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SectionCrudController' => '4b07347''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SlideCrudController' => 'ce8e72b''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SliderCrudController' => '7152686''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SubMenuItemCrudController' => '6564223''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Accounting\\InvoiceCrudController' => '6af66d7''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => '36c31af''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => '56d2727''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => '9ad727f''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'f24b539''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => '4c50bb1''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'a1dcd45''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => '67a8ff1''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => '203d3be''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => 'd6389b8''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'be59a96''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => 'e2d9deb''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackCrudController' => '4405614''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => '7d27828''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => '837d734''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => '526b17a''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\OrderCrudController' => '95cb5a6''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => '1e9a78e''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => '3b2d225''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => 'bb02258''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => '2c6163f''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributCrudController' => '1bbbfd6''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'a30bc79''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\BrandCrudController' => '4d28faf''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => '1f37960''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => '5e682f2''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => '3aefc78''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CommentCrudController' => '2abb2bf''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => 'd15891b''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => '030df12''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductCrudController' => 'f6d185d''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'e63d174''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => '28aa995''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => '85a0b65''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => 'd5ec8d6''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => '14807c7''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => '6c7c067''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => '87d491a''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => 'e23e5a4''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => 'b5e4f7e''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => 'b4694fa''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => '1809193''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'daeaf2c''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => '46d345b''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'f497e54''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => '89ae8af''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => '3fac8da''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => '673bc06''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => 'bf2f494''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => '74d9e6d''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => '93a6dd9''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => '46df148''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => '531cdef''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => 'a871d8e''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Store\\StoreCrudController' => 'a0d7361''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'f12ad01''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => '4b439b5''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'a7e4f9a''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'caa6969''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'a7015de''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => '0a7ec96''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'da666ca''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => '95b467a''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => '0e32077''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => 'ac11e1c''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => '3491ecc''App\\Flexy\\POSBundle\\Controller\\CaisseCrudController' => '8a7ee2a''App\\Flexy\\POSBundle\\Controller\\CustomerOrderCrudController' => 'e35cf3e''App\\Flexy\\POSBundle\\Controller\\OrderCrudController' => 'd4d5535''App\\Flexy\\POSBundle\\Controller\\OrderOldCrudController' => 'dba777e''App\\Flexy\\POSBundle\\Controller\\OrderToDoCrudController' => '5bef462''App\\Flexy\\POSBundle\\Controller\\TableCrudController' => '465616c''App\\Flexy\\ShopBundle\\Controller\\Accounting\\InvoiceCrudController' => '8e4e944''App\\Flexy\\ShopBundle\\Controller\\Agent\\AgentCrudController' => '69860ad''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCODCrudController' => '15defac''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCrudController' => '3584fe3''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerGroupCrudController' => '048fc59''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerPackEngagementCrudController' => '52c4ecd''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerWalletPointCrudController' => 'e9acd35''App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\CustomerWalletPointCrudController' => '88b9520''App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\MissionCrudController' => '53be6aa''App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\OrderCrudController' => '7152e04''App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerCrudController' => '8b9aa28''App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerWalletCrudController' => 'bbc4560''App\\Flexy\\ShopBundle\\Controller\\Customer\\PackCrudController' => 'fb1116b''App\\Flexy\\ShopBundle\\Controller\\Customer\\PackEngagementCrudController' => '90eacef''App\\Flexy\\ShopBundle\\Controller\\ImportExcel\\ImportCrudController' => 'a984074''App\\Flexy\\ShopBundle\\Controller\\Order\\DemandeFundCrudController' => '97fcc84''App\\Flexy\\ShopBundle\\Controller\\Order\\OrderCrudController' => 'a120cd7''App\\Flexy\\ShopBundle\\Controller\\Payment\\BankBookCrudController' => 'e02e4b0''App\\Flexy\\ShopBundle\\Controller\\Payment\\PaymentMethodCrudController' => '292aae8''App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionCrudController' => '93d99af''App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionListCrudController' => '8465756''App\\Flexy\\ShopBundle\\Controller\\Product\\AttributCrudController' => '53dc23b''App\\Flexy\\ShopBundle\\Controller\\Product\\AttributValueCrudController' => 'b564994''App\\Flexy\\ShopBundle\\Controller\\Product\\BrandCrudController' => 'caa15f3''App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryOfferCrudController' => 'c63bcbb''App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductCrudController' => '7f20d71''App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductShopCrudController' => 'b8ac45c''App\\Flexy\\ShopBundle\\Controller\\Product\\CommentCrudController' => '7130e1c''App\\Flexy\\ShopBundle\\Controller\\Product\\ImportExcelCrudController' => 'b1fa872''App\\Flexy\\ShopBundle\\Controller\\Product\\OfferProductCrudController' => '92ba926''App\\Flexy\\ShopBundle\\Controller\\Product\\ProductCrudController' => 'e6dd964''App\\Flexy\\ShopBundle\\Controller\\Product\\ProductSubscriptionCrudController' => 'd4f02e2''App\\Flexy\\ShopBundle\\Controller\\Promotion\\CouponsCrudController' => '95f8249''App\\Flexy\\ShopBundle\\Controller\\Promotion\\PromotionCrudController' => '58317cd''App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashBoxCrudController' => 'e6acc44''App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashOnDeliveryCrudController' => '4ee0747''App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityCrudController' => 'f8aae76''App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityRegionCrudController' => '59250b9''App\\Flexy\\ShopBundle\\Controller\\Shipping\\DepartementCrudController' => '4b5b342''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCollectMoneyCrudController' => 'ff226b1''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCrudController' => '4d730f6''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemChildCrudController' => 'a416ebe''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemCrudController' => 'cb23b9b''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentPaperCrudController' => 'd8c4842''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingCalculationMethodCrudController' => '0fb0e89''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingMethodCrudController' => '3a38d7b''App\\Flexy\\ShopBundle\\Controller\\Shipping\\StepTypeCrudController' => 'e13994f''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\ShipmentCrudController' => 'bd43d77''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFiveShipmentCrudController' => '5db8b20''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFourShipmentCrudController' => '45c5907''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepOneShipmentCrudController' => 'ed199b4''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepSixShipmentCrudController' => '5e92ace''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepThreeShipmentCrudController' => '2f19e1a''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'e73f371''App\\Flexy\\ShopBundle\\Controller\\Shipping\\TrackingStepCrudController' => 'ebe0fb9''App\\Flexy\\ShopBundle\\Controller\\Store\\StoreCrudController' => '4b20729''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CatalogueProductCrudController' => '9b00f6d''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryOfferCrudController' => '33989d6''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryProductCrudController' => '0bdf447''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CustomerCrudController' => '750a11a''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DemandeFundCrudController' => '647ed28''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\MyOrdersCrudController' => '2338916''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\OfferProductCrudController' => 'e007ffa''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\ProductCrudController' => '272808e''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorCrudController' => 'e408765''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorStatementCrudController' => '2c9e3ac''App\\Flexy\\ShopBundle\\Controller\\Vendor\\VendorCrudController' => '396675e''App\\Flexy\\StockBundle\\Controller\\ArticleCrudController' => '1b193f7''App\\Flexy\\StockBundle\\Controller\\DocumentCrudController' => 'c9ea5a8''App\\Flexy\\StockBundle\\Controller\\StockCrudController' => 'd43d865''App\\Flexy\\TransportBundle\\Controller\\AgentCrudController' => '5061bbc''App\\Flexy\\TransportBundle\\Controller\\CustomerCrudController' => 'f8205cc''App\\Flexy\\TransportBundle\\Controller\\CustomerGroupCrudController' => '62b0670''App\\Flexy\\TransportBundle\\Controller\\CustomerWalletPointCrudController' => '4fab35b''App\\Flexy\\TransportBundle\\Controller\\MissionCrudController' => 'f9126e0''App\\Flexy\\TransportBundle\\Controller\\MyCustomerCrudController' => '56a98f3''App\\Flexy\\TransportBundle\\Controller\\MyCustomerWalletCrudController' => 'a5b8721''App\\Flexy\\TransportBundle\\Controller\\OrderCrudController' => '8de54f3''App\\Flexy\\TransportBundle\\Controller\\OrderDraftCrudController' => '06ca413''App\\Flexy\\TransportBundle\\Controller\\OrderItemCrudController' => '20ca6df''App\\Flexy\\TransportBundle\\Controller\\ShipmentItemCrudController' => '0855b01''App\\Flexy\\TransportBundle\\Controller\\ShippingMethodCrudController' => 'b2495fc''App\\Flexy\\TransportBundle\\Controller\\ShippingVehicleTypeCrudController' => '35415a6'], ['App\\Entity\\Application' => 'App\\Controller\\Admin\\ApplicationCrudController''App\\Flexy\\ShopBundle\\Entity\\Order\\Contacts' => 'App\\Controller\\Admin\\NewLeadCrudController''App\\Entity\\ExportExcel' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController''App\\Entity\\FrontTheme' => 'App\\Controller\\Admin\\FrontThemeCrudController''App\\Flexy\\ShopBundle\\Entity\\Order\\HomePage' => 'App\\Controller\\Admin\\HomePageCrudController''App\\Entity\\Link' => 'App\\Controller\\Admin\\LinkCrudController''App\\Entity\\LinkType' => 'App\\Controller\\Admin\\LinkTypeCrudController''App\\Entity\\LogHistory' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\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\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController''App\\Flexy\\BookingBundle\\Entity\\CategoryOffer' => 'App\\Flexy\\BookingBundle\\Controller\\CategoryOfferCrudController''App\\Flexy\\BookingBundle\\Entity\\Offer' => 'App\\Flexy\\BookingBundle\\Controller\\OfferCrudController''App\\Flexy\\BookingBundle\\Entity\\Reservation' => 'App\\Flexy\\BookingBundle\\Controller\\ReservationCrudController''App\\Flexy\\FrontBundle\\Entity\\Bloc' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\BlocCrudController''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\\PageCrudController''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\\ShopBundle\\Entity\\Resource\\Agent' => 'App\\Flexy\\TransportBundle\\Controller\\AgentCrudController''App\\Flexy\\ShopBundle\\Entity\\Order\\Order' => 'App\\Flexy\\TransportBundle\\Controller\\OrderDraftCrudController''App\\Flexy\\ShopBundle\\Entity\\Product\\MetaDataExtra' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\MetaDataExtraCrudController''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\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CategoryProductShop' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CategoryProductShopCrudController''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\\Product\\Comment' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\CommentCrudController''App\\Flexy\\ShopBundle\\Entity\\Promotion\\Coupon' => 'App\\Flexy\\ShopBundle\\Controller\\Promotion\\CouponsCrudController''App\\Flexy\\ShopBundle\\Entity\\Customer\\Complaint' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\ComplaintCrudController''App\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintSubject' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController''App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer' => 'App\\Flexy\\TransportBundle\\Controller\\MyCustomerWalletCrudController''App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerGroup' => 'App\\Flexy\\TransportBundle\\Controller\\CustomerGroupCrudController''App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\PackEngagementCrudController''App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint' => 'App\\Flexy\\TransportBundle\\Controller\\CustomerWalletPointCrudController''App\\Flexy\\TransportBundle\\Entity\\Mission' => 'App\\Flexy\\TransportBundle\\Controller\\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\\Order\\TicketsCustomer' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\TicketsCustomersCrudController''App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DemandeFundCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\Departement' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\DepartementCrudController''App\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcel' => 'App\\Flexy\\ShopBundle\\Controller\\ImportExcel\\ImportCrudController''App\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcel' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\ImportExcelCrudController''App\\Flexy\\FrontBundle\\Entity\\Newshome' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PartnerCrudController''App\\Flexy\\ShopBundle\\Entity\\Product\\Product' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\ProductCrudController''App\\Flexy\\ShopBundle\\Entity\\Order\\NotificationOrder' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\NotificationOrderCrudController''App\\Flexy\\ShopBundle\\Entity\\Order\\RoomAccess' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\RoomAccessCrudController''App\\Flexy\\ShopBundle\\Entity\\Order\\UnavailableRoom' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\UnavailableRoomCrudController''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\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryProductShop' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController''App\\Flexy\\ShopBundle\\Entity\\Product\\ProductPack' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController''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\\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\\TransportBundle\\Controller\\ShipmentItemCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingCalculationMethod' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingCalculationMethodCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingMethod' => 'App\\Flexy\\TransportBundle\\Controller\\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\\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\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryProductShop' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryProductShopCrudController''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\\POSBundle\\Entity\\Caisse' => 'App\\Flexy\\POSBundle\\Controller\\CaisseCrudController''App\\Flexy\\POSBundle\\Entity\\Table' => 'App\\Flexy\\POSBundle\\Controller\\TableCrudController''App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductShop' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductShopCrudController''App\\Flexy\\StockBundle\\Entity\\Article' => 'App\\Flexy\\StockBundle\\Controller\\ArticleCrudController''App\\Flexy\\StockBundle\\Entity\\Document' => 'App\\Flexy\\StockBundle\\Controller\\DocumentCrudController''App\\Flexy\\StockBundle\\Entity\\Stock' => 'App\\Flexy\\StockBundle\\Controller\\StockCrudController''App\\Flexy\\ShopBundle\\Entity\\Order\\OrderItem' => 'App\\Flexy\\TransportBundle\\Controller\\OrderItemCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingVehicleType' => 'App\\Flexy\\TransportBundle\\Controller\\ShippingVehicleTypeCrudController'], ['f4e4855' => 'App\\Controller\\Admin\\ApplicationCrudController''0285283' => 'App\\Controller\\Admin\\ContactsCrudController''4b5029f' => 'App\\Controller\\Admin\\ExportExcelCrudController''abecad8' => 'App\\Controller\\Admin\\FrontThemeCrudController''4e1c498' => 'App\\Controller\\Admin\\HomePageCrudController''415b86e' => 'App\\Controller\\Admin\\LinkCrudController''fcc22db' => 'App\\Controller\\Admin\\LinkTypeCrudController''af7d2e3' => 'App\\Controller\\Admin\\LogHistoryCrudController''492277c' => 'App\\Controller\\Admin\\NewLeadCrudController''2836ef1' => 'App\\Controller\\Admin\\NotificationCrudController''1117b70' => 'App\\Controller\\Admin\\ProductCrudController'4213165 => 'App\\Controller\\Admin\\RoleCrudController''15084be' => 'App\\Controller\\Admin\\SettingsCrudController''924d20c' => 'App\\Controller\\Admin\\UserCrudController''1d7849e' => 'App\\Flexy\\BookingBundle\\Controller\\CategoryOfferCrudController''85a3ab3' => 'App\\Flexy\\BookingBundle\\Controller\\OfferCrudController''4723f01' => 'App\\Flexy\\BookingBundle\\Controller\\ReservationCrudController''3c2a6ed' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\BlocCrudController''d24dafb' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\MasterSliderCrudController''a7fdd64' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\MenuCrudController''2b47b6b' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\MenuItemCrudController''18ef298' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\PageCrudController''68cad1e' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\PageMailCrudController''9b2db2a' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\PubBannerCrudController''2ce8b47' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\SectionCrudController''14a1fd1' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\SlideCrudController''7f5e0b9' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\SliderCrudController''41384ce' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\Admin\\SubMenuItemCrudController''f2b86e0' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\AgentCrudController''bf8a17e' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\InvoiceCrudController''38dd924' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController''56f586a' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController''1e1a64c' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController''86148b3' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\QuoteCrudController''6cf32dd' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController''1468b02' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController''e407635' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController''9454fec' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\MetaDataExtraCrudController''d9b2ca0' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController''e654bef' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\AgentCrudController'4441611 => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\AttributCrudController''5dd000a' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\AttributValueCrudController''0dc650a' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\BrandCrudController''d9915af' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CategoryOfferCrudController''67f1cc8' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CategoryProductCrudController''c9595d5' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CategoryProductShopCrudController''c6c7487' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CityCrudController''0169cf9' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CityRegionCrudController''e9c43e0' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CommentCrudController''1c2cd8b' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CouponsCrudController''232f29a' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController''7f61def' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController''f9434be' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController''59309cb' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerCOMMUCrudController''bafbddb' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerCrudController''89c2f27' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController''e7cabde' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController''fd63c8e' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController''07b44d9' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\ComplaintCrudController''ecd7371' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController''294ec54' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController''8bcf6d9' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\MyCustomerWalletCrudController''31ac767' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController''fc5ce59' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\ProductSubscriptionCrudController''7e3eae2' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController''6870fe2' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\MissionCrudController''ccf79ed' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController''e9d1aa5' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController''196925c' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\OrderCrudController''299bf01' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\PackCrudController''30f92de' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController''b3ddec8' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\TicketsCustomerCrudController''a86186a' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CustomerCrudController''13aaac9' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CustomerGroupCrudController''b7744dc' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController''985b4a1' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\CustomerWalletPointCrudController''606700a' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\DemandeFundCrudController''8e8af3e' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\DepartementCrudController''f44ec34' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ImportCrudController''3e69553' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController''14e77e3' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ImportExcelCrudController''6cfaa34' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\MetaDataExtraCrudController''6016ca9' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\MyCustomerCrudController''699855e' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\MyCustomerWalletCrudController''eb1fbfb' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\NewshomeCrudController''faa4658' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\OfferProductCrudController''965b239' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController''a56adf4' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController''eef0c64' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController''8581d49' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController''1bdb3ea' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\InvoiceCrudController''19c86b4' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController''bec3203' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\NotificationOrderCrudController''a509f76' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\OrderCrudController''aaf2892' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\QuoteCrudController''dde49b9' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\RoomAccessCrudController''14670c9' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\TicketsCustomersCrudController''39c0d33' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Order\\UnavailableRoomCrudController''e487ac8' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\OrderCrudController''3e29bb8' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PackCrudController''945bbd1' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PackEngagementCrudController''e002360' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PartnerCrudController''cd3d06d' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Payment\\BankBookCrudController''619b5b3' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController'5905301 => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Payment\\TransactionCrudController'1663553 => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController''2fc862c' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PaymentMethodCrudController''3f55d16' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\AttributCrudController''bf05c77' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\AttributValueCrudController''b49d4dd' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\BrandCrudController''cd990b2' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController''39f8ec8' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController''d737ebf' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController''129cfbc' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController''823d229' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\CommentCrudController''c2d5377' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController''0715e8c' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController''259cad4' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController''a06cee8' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\OfferProductCrudController''29e4372' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductCrudController''da00cb3' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController''9f321c3' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductPackCrudController''34f9af6' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController''5776c26' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductServiceCrudController''e07b7da' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController''6c616d9' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController''d7b984e' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Product\\SubCategoryProductCrudController''6d8148d' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ProductCrudController''c363f97' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController''fe7e222' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController''380d1d7' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\PromotionCrudController''bfe144f' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController''9f2a525' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController''28fde1a' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\CityCrudController''c34adb3' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController''38dd332' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController''85711e8' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController''f86e239' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController''b2068bf' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController''bb72b83' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController''7f821a9' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController''fa8adee' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController''b33de53' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController''e4e9180' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController''5c526b4' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController''0cc3f0e' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController''696d06e' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController''7622a30' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController''c8b3211' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController''bd6f4a1' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController''2df0a27' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController''8f99d43' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController''971bfd1' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\ShippingMethodCrudController''59f0f35' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController''2fe3dd8' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController''5c9337a' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController''e553b69' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController''a8ada36' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController''8fb6d28' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\StoreCrudController''e69f815' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController''aae43ca' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController''36b8a34' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController''a9970f4' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController''fab9579' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController'4824192 => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController''61b4601' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController''c61c3fd' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController''ecbb949' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController''91fd447' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController''ba632cb' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController''cc0aeda' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController''ad38ae8' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController''106e359' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController''c5b37ea' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController''43a05ca' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController''0945413' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController''796b172' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\ProductCrudController''1e875b1' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\VendorCrudController''d7c3750' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController''c668a14' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\VendorCrudController''b3caa2e' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\BlocCrudController''275b085' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MasterSliderCrudController''5490c9b' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuCrudController''b9ff467' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuItemCrudController''21d2762' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PageCrudController''b38ab88' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PubBannerCrudController''0e93067' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SectionCrudController''e1a3e80' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SlideCrudController''cbd885f' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SliderCrudController''9696f75' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SubMenuItemCrudController''7e32003' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AgentCrudController''dcdc8b7' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributCrudController''40d7078' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributValueCrudController''9fd6c06' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\BrandCrudController''3dbad59' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryOfferCrudController''53fdad6' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductCrudController''611f22b' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductShopCrudController''e21c2e3' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityCrudController''d7d7a6d' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityRegionCrudController''1707eea' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CommentCrudController''29ab1b3' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CouponsCrudController''22245ca' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController''cf90623' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\MissionCrudController''bebec46' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\OrderCrudController''316e29d' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerCrudController''3b31f10' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerGroupCrudController''0dbfc65' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController''196a28f' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerWalletPointCrudController''2b5d978' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DemandeFundCrudController''6ef5ac9' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DepartementCrudController''c1ec47d' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportCrudController''9fdb13a' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportExcelCrudController''fcf15c7' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerCrudController''bb17a8b' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerWalletCrudController''1c9fddf' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OfferProductCrudController''6b9ba61' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OrderCrudController'7780943 => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackCrudController''3999f92' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackEngagementCrudController''c9c917e' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PaymentMethodCrudController''2ae9f9e' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ProductCrudController''896d90c' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PromotionCrudController''49194a3' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ShippingMethodCrudController''50f3b05' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController''c18aa44' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController''03ff6e1' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController''1ecf1c5' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController''30e6744' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController''e90c423' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController''9b44550' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController''6a2aa4b' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\ProductCrudController''a3e40e0' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorCrudController''998b5f7' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController'8196622 => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\VendorCrudController''441d9fc' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\BlocCrudController''94acb43' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MasterSliderCrudController'3670658 => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuCrudController''08e1db3' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuItemCrudController''79c1df3' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PageCrudController''72119fc' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PageMailCrudController''4cdcf20' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PubBannerCrudController''0804a49' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SectionCrudController''c2d713d' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SlideCrudController''bfbed6a' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SliderCrudController''b117b64' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SubMenuItemCrudController''3e9475a' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\AgentCrudController''8f7d542' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController''1bf6246' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController''26845a4' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController''d730ac1' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController''f007ffe' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController''25c3edc' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController''ccb78f9' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController''70f407e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController''eae6cab' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController''a3e48be' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController''82136d7' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCrudController''3d8bbfb' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController''8e5aa22' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController''b664a47' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController''e819ac3' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\ComplaintCrudController''7166ecc' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController''348ea4e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController''4f4ba9c' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\MyCustomerWalletCrudController''3803a1c' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController''94fe01b' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\ProductSubscriptionCrudController''9ea7ef6' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\UserPasswordCrudController''ffe3cda' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController''08417eb' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController''6109cfa' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackCrudController''81b4734' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController''3f4fd64' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController''5a00700' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController''d8011b6' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController''5c5045d' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController''bf8bfbe' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController''051ee16' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController''30328ae' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\OrderCrudController''b651a1a' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\BankBookCrudController''9bb94a0' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController''df93b1e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionCrudController''4a4e289' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController''f2107f2' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributCrudController''af04231' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributValueCrudController''7964c04' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\BrandCrudController''d246a3d' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController''cebec95' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController''a3efd24' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController''b658b67' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController''43772af' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CommentCrudController''6c38d7c' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController'7918789 => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController''3788faa' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController''d4dd13d' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\OfferProductCrudController'4739717 => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductCrudController''47e4f22' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController''fd704f4' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackCrudController''70d627f' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController''d377e54' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController''9df27d8' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController''a664453' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\SubCategoryProductCrudController''e119d99' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController''c7a28d3' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController''8b4976d' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController''d205ef9' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController''9bf4be2' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityCrudController''1a48e0d' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController''2ad7d94' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController''8ad8519' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController''4fcd17b' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController''fc4fd5d' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController''f9347e4' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController''b5cb4b9' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController''d77c4b0' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController''b5b3b4a' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController''05e4392' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController''dc1538d' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController''f00a28b' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController''0fdc5d2' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController''f59290d' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController''b531565' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController''d60e57f' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController''9a2f183' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController''28140a3' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController''ab5dd5b' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController''2159f67' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController''18b2283' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController''6376cf4' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController''63a3b1d' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController''90c7975' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\StoreCrudController''f6611ba' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController''90b2b67' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController''6bab9ca' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController''faa9338' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController''d0c2c42' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController''9144b2a' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController''7f1114e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController''805b09b' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController''e18cae3' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController''f49b26b' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController''827a7d7' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\VendorCrudController''dc7e81a' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\BlocCrudController''3f9648e' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MasterSliderCrudController''f60f753' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MenuCrudController''201acdd' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MenuItemCrudController''6450a36' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\PageCrudController''8de87db' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\PubBannerCrudController''07159fe' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SectionCrudController''1923fbb' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SlideCrudController''78257da' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SliderCrudController''9d4400b' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SubMenuItemCrudController''3ad52d7' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\AgentCrudController''1ca4cb1' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\MissionCrudController''78e48d3' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\OrderCrudController''3d8e239' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AgentCrudController''fef237d' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AttributCrudController''49b43b8' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AttributValueCrudController''097ab16' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\BrandCrudController''daf279a' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryOfferCrudController''56fcd64' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryProductCrudController''dcda80c' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryProductShopCrudController''8caf70b' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CityCrudController''2cc60fc' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CityRegionCrudController''80db479' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CommentCrudController''6ba1ead' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CouponsCrudController''32488fb' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\CustomerCrudController''c701fa5' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController''2efe309' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\MissionCrudController''ca73af7' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\OrderCrudController''544338c' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerCrudController''a3d0183' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerGroupCrudController''662557b' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController''7d883dd' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerWalletPointCrudController''e25c506' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DemandeFundCrudController'9773246 => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DepartementCrudController''dc6120d' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ImportCrudController''74e854c' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ImportExcelCrudController''8791dcd' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\MyCustomerCrudController''3701e0e' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\MyCustomerWalletCrudController''dd0a4cf' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\OfferProductCrudController''6e9a2d2' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\OrderCrudController'2456174 => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PackCrudController''e539c1f' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PackEngagementCrudController''1e7e717' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PaymentMethodCrudController''a506ae4' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ProductCrudController''03e8f29' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PromotionCrudController''7afd5e6' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ShippingMethodCrudController''08d253b' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController''1d074e5' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController''a3de94a' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController''0c0a1df' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController''b807563' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController''6b81320' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController''781396f' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController''6e74ecd' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\ProductCrudController''08060d1' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\VendorCrudController''819fbe9' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController''1693e89' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\VendorCrudController''768feed' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\BlocCrudController''6847c09' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MasterSliderCrudController''0855ab2' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuCrudController''a5bbd91' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuItemCrudController''cb32258' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PageCrudController''fe1f7d3' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PubBannerCrudController''4b07347' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SectionCrudController''ce8e72b' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SlideCrudController'7152686 => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SliderCrudController'6564223 => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SubMenuItemCrudController''6af66d7' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Accounting\\InvoiceCrudController''36c31af' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\AgentCrudController''56d2727' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController''9ad727f' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCrudController''f24b539' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController''4c50bb1' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController''a1dcd45' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController''67a8ff1' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController''203d3be' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController''d6389b8' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController''be59a96' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController''e2d9deb' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController'4405614 => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackCrudController''7d27828' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController''837d734' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController''526b17a' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController''95cb5a6' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\OrderCrudController''1e9a78e' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\BankBookCrudController''3b2d225' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController''bb02258' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionCrudController''2c6163f' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController''1bbbfd6' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributCrudController''a30bc79' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributValueCrudController''4d28faf' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\BrandCrudController''1f37960' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController''5e682f2' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController''3aefc78' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController''2abb2bf' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CommentCrudController''d15891b' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController''030df12' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\OfferProductCrudController''f6d185d' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductCrudController''e63d174' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController''28aa995' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController''85a0b65' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController''d5ec8d6' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController''14807c7' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityCrudController''6c7c067' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController''87d491a' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController''e23e5a4' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController''b5e4f7e' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController''b4694fa' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController'1809193 => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController''daeaf2c' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController''46d345b' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController''f497e54' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController''89ae8af' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController''3fac8da' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController''673bc06' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController''bf2f494' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController''74d9e6d' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController''93a6dd9' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController''46df148' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController''531cdef' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController''a871d8e' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController''a0d7361' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Store\\StoreCrudController''f12ad01' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController''4b439b5' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController''a7e4f9a' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController''caa6969' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController''a7015de' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController''0a7ec96' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController''da666ca' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController''95b467a' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController''0e32077' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController''ac11e1c' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController''3491ecc' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\VendorCrudController''8a7ee2a' => 'App\\Flexy\\POSBundle\\Controller\\CaisseCrudController''e35cf3e' => 'App\\Flexy\\POSBundle\\Controller\\CustomerOrderCrudController''d4d5535' => 'App\\Flexy\\POSBundle\\Controller\\OrderCrudController''dba777e' => 'App\\Flexy\\POSBundle\\Controller\\OrderOldCrudController''5bef462' => 'App\\Flexy\\POSBundle\\Controller\\OrderToDoCrudController''465616c' => 'App\\Flexy\\POSBundle\\Controller\\TableCrudController''8e4e944' => 'App\\Flexy\\ShopBundle\\Controller\\Accounting\\InvoiceCrudController''69860ad' => 'App\\Flexy\\ShopBundle\\Controller\\Agent\\AgentCrudController''15defac' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCODCrudController''3584fe3' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCrudController''048fc59' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerGroupCrudController''52c4ecd' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerPackEngagementCrudController''e9acd35' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerWalletPointCrudController''88b9520' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\CustomerWalletPointCrudController''53be6aa' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\MissionCrudController''7152e04' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\OrderCrudController''8b9aa28' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerCrudController''bbc4560' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerWalletCrudController''fb1116b' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\PackCrudController''90eacef' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\PackEngagementCrudController''a984074' => 'App\\Flexy\\ShopBundle\\Controller\\ImportExcel\\ImportCrudController''97fcc84' => 'App\\Flexy\\ShopBundle\\Controller\\Order\\DemandeFundCrudController''a120cd7' => 'App\\Flexy\\ShopBundle\\Controller\\Order\\OrderCrudController''e02e4b0' => 'App\\Flexy\\ShopBundle\\Controller\\Payment\\BankBookCrudController''292aae8' => 'App\\Flexy\\ShopBundle\\Controller\\Payment\\PaymentMethodCrudController''93d99af' => 'App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionCrudController'8465756 => 'App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionListCrudController''53dc23b' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\AttributCrudController''b564994' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\AttributValueCrudController''caa15f3' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\BrandCrudController''c63bcbb' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryOfferCrudController''7f20d71' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductCrudController''b8ac45c' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductShopCrudController''7130e1c' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\CommentCrudController''b1fa872' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\ImportExcelCrudController''92ba926' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\OfferProductCrudController''e6dd964' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\ProductCrudController''d4f02e2' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\ProductSubscriptionCrudController''95f8249' => 'App\\Flexy\\ShopBundle\\Controller\\Promotion\\CouponsCrudController''58317cd' => 'App\\Flexy\\ShopBundle\\Controller\\Promotion\\PromotionCrudController''e6acc44' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashBoxCrudController''4ee0747' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashOnDeliveryCrudController''f8aae76' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityCrudController''59250b9' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityRegionCrudController''4b5b342' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\DepartementCrudController''ff226b1' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCollectMoneyCrudController''4d730f6' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCrudController''a416ebe' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemChildCrudController''cb23b9b' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemCrudController''d8c4842' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentPaperCrudController''0fb0e89' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingCalculationMethodCrudController''3a38d7b' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingMethodCrudController''e13994f' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\StepTypeCrudController''bd43d77' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\ShipmentCrudController''5db8b20' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFiveShipmentCrudController''45c5907' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFourShipmentCrudController''ed199b4' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepOneShipmentCrudController''5e92ace' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepSixShipmentCrudController''2f19e1a' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepThreeShipmentCrudController''e73f371' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepTwoShipmentCrudController''ebe0fb9' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\TrackingStepCrudController''4b20729' => 'App\\Flexy\\ShopBundle\\Controller\\Store\\StoreCrudController''9b00f6d' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CatalogueProductCrudController''33989d6' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryOfferCrudController''0bdf447' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryProductCrudController''750a11a' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CustomerCrudController''647ed28' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DemandeFundCrudController'2338916 => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\MyOrdersCrudController''e007ffa' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\OfferProductCrudController''272808e' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\ProductCrudController''e408765' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorCrudController''2c9e3ac' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorStatementCrudController''396675e' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\VendorCrudController''1b193f7' => 'App\\Flexy\\StockBundle\\Controller\\ArticleCrudController''c9ea5a8' => 'App\\Flexy\\StockBundle\\Controller\\DocumentCrudController''d43d865' => 'App\\Flexy\\StockBundle\\Controller\\StockCrudController''5061bbc' => 'App\\Flexy\\TransportBundle\\Controller\\AgentCrudController''f8205cc' => 'App\\Flexy\\TransportBundle\\Controller\\CustomerCrudController''62b0670' => 'App\\Flexy\\TransportBundle\\Controller\\CustomerGroupCrudController''4fab35b' => 'App\\Flexy\\TransportBundle\\Controller\\CustomerWalletPointCrudController''f9126e0' => 'App\\Flexy\\TransportBundle\\Controller\\MissionCrudController''56a98f3' => 'App\\Flexy\\TransportBundle\\Controller\\MyCustomerCrudController''a5b8721' => 'App\\Flexy\\TransportBundle\\Controller\\MyCustomerWalletCrudController''8de54f3' => 'App\\Flexy\\TransportBundle\\Controller\\OrderCrudController''06ca413' => 'App\\Flexy\\TransportBundle\\Controller\\OrderDraftCrudController''20ca6df' => 'App\\Flexy\\TransportBundle\\Controller\\OrderItemCrudController''0855b01' => 'App\\Flexy\\TransportBundle\\Controller\\ShipmentItemCrudController''b2495fc' => 'App\\Flexy\\TransportBundle\\Controller\\ShippingMethodCrudController''35415a6' => 'App\\Flexy\\TransportBundle\\Controller\\ShippingVehicleTypeCrudController']), $a), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $c$c);
  2715.     }
  2716.     /**
  2717.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  2718.      *
  2719.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  2720.      */
  2721.     protected function getActionFactoryService()
  2722.     {
  2723.         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()));
  2724.     }
  2725.     /**
  2726.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  2727.      *
  2728.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  2729.      */
  2730.     protected function getControllerFactoryService()
  2731.     {
  2732.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  2733.     }
  2734.     /**
  2735.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  2736.      *
  2737.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  2738.      */
  2739.     protected function getEntityFactoryService()
  2740.     {
  2741.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2742.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  2743.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  2744.         }
  2745.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  2746.         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 () {
  2747.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  2748.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator());
  2749.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  2750.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator());
  2751.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  2752.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator());
  2753.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? $this->load('getCollectionConfiguratorService'));
  2754.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  2755.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator());
  2756.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  2757.             yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator());
  2758.             yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator());
  2759.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator());
  2760.             yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__4)));
  2761.             yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator());
  2762.             yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator());
  2763.             yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator());
  2764.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  2765.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  2766.             yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator());
  2767.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator());
  2768.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator());
  2769.             yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator());
  2770.             yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator());
  2771.             yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator());
  2772.             yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator());
  2773.             yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator());
  2774.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  2775.         }, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2776.     }
  2777.     /**
  2778.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  2779.      *
  2780.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  2781.      */
  2782.     protected function getAdminContextProviderService()
  2783.     {
  2784.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  2785.     }
  2786.     /**
  2787.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry' shared service.
  2788.      *
  2789.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry
  2790.      */
  2791.     protected function getDashboardControllerRegistryService()
  2792.     {
  2793.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->targetDir.'', ['App\\Controller\\Admin\\DashboardController' => '41acacb''App\\Flexy\\BookingBundle\\Controller\\DashboardController' => '0cdc6ca''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\DashboardController' => '40839ab''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController' => '34b0d71''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController' => '3cb3705''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\DashboardController' => '38a81d5''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController' => 'd444fc1''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\DashboardController' => 'a959e64''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\DashboardController' => 'c9d1c97''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\DashboardController' => 'a5283d3''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController' => '69d57f1''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\DashboardController' => 'bf3d77e''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\DashboardController' => '32e0c74''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Agent\\DashboardController' => '827f1e5''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\DashboardController' => 'c432399''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DashboardController' => 'e48e5da''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DashboardController' => 'b1e6fea''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\DashboardController' => '782707f''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController' => 'ab50938''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController' => '2901cf6''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController' => 'd5f4feb''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\DashboardController' => '495c5d6''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\DashboardController' => 'd5fde1c''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController' => 'b3d8101''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\DashboardController' => '78d93c7''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\DashboardController' => 'b2663c1''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\DashboardController' => 'bf9a0f8''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DashboardController' => '19b7197''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\DashboardController' => '0df98bd''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\DashboardController' => 'c7268e0''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\DashboardController' => '429ceca''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController' => 'd409a2e''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\DashboardController' => 'ead7701''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController' => '45224db''App\\Flexy\\MyNewBundle\\Controller\\DashboardController' => 'fbadc53''App\\Flexy\\POSBundle\\Controller\\DashboardController' => 'e1790c7''App\\Flexy\\ShopBundle\\Controller\\Agent\\Dashboard\\DashboardController' => '8ad5741''App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\DashboardController' => '2d3e63c''App\\Flexy\\ShopBundle\\Controller\\DashboardController' => 'ab60b7a''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DashboardController' => '2822ee3''App\\Flexy\\StockBundle\\Controller\\DashboardController' => '55d629e''App\\Flexy\\TransportBundle\\Controller\\DashboardController' => '311ea5d'], ['41acacb' => 'App\\Controller\\Admin\\DashboardController''0cdc6ca' => 'App\\Flexy\\BookingBundle\\Controller\\DashboardController''40839ab' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\DashboardController''34b0d71' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController''3cb3705' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController''38a81d5' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Agent\\DashboardController''d444fc1' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController''a959e64' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Customer\\DashboardController''c9d1c97' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\DashboardController''a5283d3' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Store\\Dashboard\\DashboardController''69d57f1' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController''bf3d77e' => 'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Controller\\ShopAdmin\\Vendor\\DashboardController''32e0c74' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\DashboardController''827f1e5' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Agent\\DashboardController''c432399' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\DashboardController''e48e5da' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DashboardController''b1e6fea' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DashboardController''782707f' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\DashboardController''ab50938' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController''2901cf6' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController''d5f4feb' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController''495c5d6' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\DashboardController''d5fde1c' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\DashboardController''b3d8101' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController''78d93c7' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\DashboardController''b2663c1' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\DashboardController''bf9a0f8' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\DashboardController''19b7197' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DashboardController''0df98bd' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\DashboardController''c7268e0' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\DashboardController''429ceca' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\DashboardController''d409a2e' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController''ead7701' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\DashboardController''45224db' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController''fbadc53' => 'App\\Flexy\\MyNewBundle\\Controller\\DashboardController''e1790c7' => 'App\\Flexy\\POSBundle\\Controller\\DashboardController''8ad5741' => 'App\\Flexy\\ShopBundle\\Controller\\Agent\\Dashboard\\DashboardController''2d3e63c' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\DashboardController''ab60b7a' => 'App\\Flexy\\ShopBundle\\Controller\\DashboardController''2822ee3' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DashboardController''55d629e' => 'App\\Flexy\\StockBundle\\Controller\\DashboardController''311ea5d' => 'App\\Flexy\\TransportBundle\\Controller\\DashboardController']);
  2794.     }
  2795.     /**
  2796.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  2797.      *
  2798.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  2799.      */
  2800.     protected function getAdminUrlGeneratorService()
  2801.     {
  2802.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  2803.             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()));
  2804.         };
  2805.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  2806.     }
  2807.     /**
  2808.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  2809.      *
  2810.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  2811.      */
  2812.     protected function getAuthorizationCheckerService()
  2813.     {
  2814.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  2815.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  2816.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  2817.         }
  2818.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  2819.     }
  2820.     /**
  2821.      * Gets the private 'Symfony\Component\Mercure\HubRegistry' shared service.
  2822.      *
  2823.      * @return \Symfony\Component\Mercure\HubRegistry
  2824.      */
  2825.     protected function getHubRegistryService()
  2826.     {
  2827.         $a = ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  2828.         return $this->privates['Symfony\\Component\\Mercure\\HubRegistry'] = new \Symfony\Component\Mercure\HubRegistry($a, ['default' => $a]);
  2829.     }
  2830.     /**
  2831.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2832.      *
  2833.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2834.      */
  2835.     protected function getResetAssetsEventListenerService()
  2836.     {
  2837.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  2838.     }
  2839.     /**
  2840.      * Gets the private 'annotations.cache_adapter' shared service.
  2841.      *
  2842.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2843.      */
  2844.     protected function getAnnotations_CacheAdapterService()
  2845.     {
  2846.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2847.     }
  2848.     /**
  2849.      * Gets the private 'annotations.cached_reader' shared service.
  2850.      *
  2851.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2852.      */
  2853.     protected function getAnnotations_CachedReaderService()
  2854.     {
  2855.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2856.     }
  2857.     /**
  2858.      * Gets the private 'annotations.reader' shared service.
  2859.      *
  2860.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2861.      */
  2862.     protected function getAnnotations_ReaderService()
  2863.     {
  2864.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2865.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2866.         $a->registerUniqueLoader('class_exists');
  2867.         $instance->addGlobalIgnoredName('required'$a);
  2868.         return $instance;
  2869.     }
  2870.     /**
  2871.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  2872.      *
  2873.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2874.      */
  2875.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  2876.     {
  2877.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-gdyG8t3ok'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2878.     }
  2879.     /**
  2880.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  2881.      *
  2882.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2883.      */
  2884.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  2885.     {
  2886.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bg7w2+20f6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2887.     }
  2888.     /**
  2889.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  2890.      *
  2891.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2892.      */
  2893.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  2894.     {
  2895.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tnGia5dcS4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2896.     }
  2897.     /**
  2898.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  2899.      *
  2900.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2901.      */
  2902.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  2903.     {
  2904.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZRqtaZjbU2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2905.     }
  2906.     /**
  2907.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  2908.      *
  2909.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2910.      */
  2911.     protected function getApiPlatform_Cache_RouteNameResolverService()
  2912.     {
  2913.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('k-5LZVrYUt'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2914.     }
  2915.     /**
  2916.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  2917.      *
  2918.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2919.      */
  2920.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  2921.     {
  2922.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NQ0HanrhCn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2923.     }
  2924.     /**
  2925.      * Gets the private 'api_platform.filter_locator' shared service.
  2926.      *
  2927.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2928.      */
  2929.     protected function getApiPlatform_FilterLocatorService()
  2930.     {
  2931.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2932.             '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],
  2933.             '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],
  2934.             '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],
  2935.             '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],
  2936.             '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],
  2937.             '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],
  2938.             '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],
  2939.             '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],
  2940.             '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],
  2941.             '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],
  2942.             '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],
  2943.             '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],
  2944.             '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],
  2945.         ], [
  2946.             'annotated_app_entity_link_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2947.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2948.             'annotated_app_flexy_front_bundle_entity_page_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2949.             'annotated_app_flexy_shop_bundle_entity_customer_complaint_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2950.             'annotated_app_flexy_shop_bundle_entity_customer_complaint_subject_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2951.             'annotated_app_flexy_shop_bundle_entity_customer_customer_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2952.             'annotated_app_flexy_shop_bundle_entity_customer_pack_engagement_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2953.             'annotated_app_flexy_shop_bundle_entity_order_order_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2954.             'annotated_app_flexy_shop_bundle_entity_payment_payment_method_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2955.             'annotated_app_flexy_shop_bundle_entity_product_category_product_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => '?',
  2956.             'annotated_app_flexy_shop_bundle_entity_product_category_product_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2957.             'annotated_app_flexy_shop_bundle_entity_product_product_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2958.             'annotated_app_flexy_shop_bundle_entity_promotion_coupon_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2959.         ]);
  2960.     }
  2961.     /**
  2962.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  2963.      *
  2964.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  2965.      */
  2966.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  2967.     {
  2968.         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()));
  2969.     }
  2970.     /**
  2971.      * Gets the private 'api_platform.identifier.converter' shared service.
  2972.      *
  2973.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  2974.      */
  2975.     protected function getApiPlatform_Identifier_ConverterService()
  2976.     {
  2977.         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 () {
  2978.             yield => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  2979.             yield => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
  2980.             yield => ($this->privates['api_platform.identifier.integer'] ??= new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer());
  2981.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ??= new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer());
  2982.         }, 4));
  2983.     }
  2984.     /**
  2985.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  2986.      *
  2987.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  2988.      */
  2989.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  2990.     {
  2991.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2992.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2993.         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);
  2994.     }
  2995.     /**
  2996.      * Gets the private 'api_platform.json_schema.schema_factory' shared service.
  2997.      *
  2998.      * @return \ApiPlatform\Core\JsonSchema\SchemaFactory
  2999.      */
  3000.     protected function getApiPlatform_JsonSchema_SchemaFactoryService()
  3001.     {
  3002.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  3003.         if (isset($this->privates['api_platform.json_schema.schema_factory'])) {
  3004.             return $this->privates['api_platform.json_schema.schema_factory'];
  3005.         }
  3006.         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()));
  3007.     }
  3008.     /**
  3009.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  3010.      *
  3011.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  3012.      */
  3013.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  3014.     {
  3015.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  3016.         $instance->setSchemaFactory(($this->privates['api_platform.json_schema.schema_factory'] ?? $this->getApiPlatform_JsonSchema_SchemaFactoryService()));
  3017.         return $instance;
  3018.     }
  3019.     /**
  3020.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  3021.      *
  3022.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  3023.      */
  3024.     protected function getApiPlatform_Listener_Request_AddFormatService()
  3025.     {
  3026.         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']);
  3027.     }
  3028.     /**
  3029.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  3030.      *
  3031.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  3032.      */
  3033.     protected function getApiPlatform_Listener_Request_DeserializeService()
  3034.     {
  3035.         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()));
  3036.     }
  3037.     /**
  3038.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  3039.      *
  3040.      * @return \ApiPlatform\Core\EventListener\ReadListener
  3041.      */
  3042.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  3043.     {
  3044.         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()));
  3045.     }
  3046.     /**
  3047.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  3048.      *
  3049.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  3050.      */
  3051.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  3052.     {
  3053.         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);
  3054.     }
  3055.     /**
  3056.      * Gets the private 'api_platform.mercure.listener.response.add_link_header' shared service.
  3057.      *
  3058.      * @return \ApiPlatform\Symfony\EventListener\AddLinkHeaderListener
  3059.      */
  3060.     protected function getApiPlatform_Mercure_Listener_Response_AddLinkHeaderService()
  3061.     {
  3062.         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())));
  3063.     }
  3064.     /**
  3065.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  3066.      *
  3067.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  3068.      */
  3069.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  3070.     {
  3071.         $a = ($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService());
  3072.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  3073.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  3074.         }
  3075.         $b = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  3076.         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([], $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 () {
  3077.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction());
  3078.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  3079.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction());
  3080.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction());
  3081.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction());
  3082.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction());
  3083.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction());
  3084.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction());
  3085.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  3086.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction());
  3087.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction());
  3088.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat());
  3089.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction());
  3090.         }, 13)));
  3091.     }
  3092.     /**
  3093.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  3094.      *
  3095.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  3096.      */
  3097.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  3098.     {
  3099.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3100.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  3101.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  3102.         }
  3103.         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)));
  3104.     }
  3105.     /**
  3106.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  3107.      *
  3108.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  3109.      */
  3110.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  3111.     {
  3112.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  3113.         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([], $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']));
  3114.     }
  3115.     /**
  3116.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  3117.      *
  3118.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  3119.      */
  3120.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  3121.     {
  3122.         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([], $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))))));
  3123.     }
  3124.     /**
  3125.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  3126.      *
  3127.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  3128.      */
  3129.     protected function getApiPlatform_OperationPathResolver_CustomService()
  3130.     {
  3131.         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())));
  3132.     }
  3133.     /**
  3134.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  3135.      *
  3136.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  3137.      */
  3138.     protected function getApiPlatform_OperationPathResolver_RouterService()
  3139.     {
  3140.         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()));
  3141.     }
  3142.     /**
  3143.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  3144.      *
  3145.      * @return \ApiPlatform\Api\ResourceClassResolver
  3146.      */
  3147.     protected function getApiPlatform_ResourceClassResolverService()
  3148.     {
  3149.         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()));
  3150.     }
  3151.     /**
  3152.      * Gets the private 'api_platform.router' shared service.
  3153.      *
  3154.      * @return \ApiPlatform\Symfony\Routing\Router
  3155.      */
  3156.     protected function getApiPlatform_RouterService()
  3157.     {
  3158.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  3159.     }
  3160.     /**
  3161.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  3162.      *
  3163.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  3164.      */
  3165.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  3166.     {
  3167.         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()));
  3168.     }
  3169.     /**
  3170.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  3171.      *
  3172.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  3173.      */
  3174.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  3175.     {
  3176.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  3177.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  3178.             return $this->privates['api_platform.security.resource_access_checker'];
  3179.         }
  3180.         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);
  3181.     }
  3182.     /**
  3183.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  3184.      *
  3185.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  3186.      */
  3187.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  3188.     {
  3189.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  3190.         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));
  3191.     }
  3192.     /**
  3193.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  3194.      *
  3195.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  3196.      */
  3197.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  3198.     {
  3199.         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()))])));
  3200.     }
  3201.     /**
  3202.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  3203.      *
  3204.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  3205.      */
  3206.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  3207.     {
  3208.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  3209.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  3210.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  3211.         }
  3212.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  3213.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  3214.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  3215.         }
  3216.         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())));
  3217.     }
  3218.     /**
  3219.      * Gets the private 'assets.packages' shared service.
  3220.      *
  3221.      * @return \Symfony\Component\Asset\Packages
  3222.      */
  3223.     protected function getAssets_PackagesService()
  3224.     {
  3225.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3226.         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 () {
  3227.             yield 'easyadmin.assets.package' => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage'] ?? $this->load('getAssetPackageService'));
  3228.         }, 1));
  3229.     }
  3230.     /**
  3231.      * Gets the private 'cache.annotations' shared service.
  3232.      *
  3233.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3234.      */
  3235.     protected function getCache_AnnotationsService()
  3236.     {
  3237.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ExUPgUXPrQ'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 'cache.doctrine.orm.default.query' shared service.
  3241.      *
  3242.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3243.      */
  3244.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3245.     {
  3246.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3247.     }
  3248.     /**
  3249.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3250.      *
  3251.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3252.      */
  3253.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3254.     {
  3255.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3256.     }
  3257.     /**
  3258.      * Gets the private 'cache.property_info' shared service.
  3259.      *
  3260.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3261.      */
  3262.     protected function getCache_PropertyInfoService()
  3263.     {
  3264.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IPfv-ieXN5'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 'cache.security_expression_language' shared service.
  3268.      *
  3269.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3270.      */
  3271.     protected function getCache_SecurityExpressionLanguageService()
  3272.     {
  3273.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LsSgJM0Bai'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 'cache.serializer' shared service.
  3277.      *
  3278.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3279.      */
  3280.     protected function getCache_SerializerService()
  3281.     {
  3282.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yRs40AvQlN'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 'cache.validator' shared service.
  3286.      *
  3287.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3288.      */
  3289.     protected function getCache_ValidatorService()
  3290.     {
  3291.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Xhzo8qlk3C'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3292.     }
  3293.     /**
  3294.      * Gets the private 'cache.webpack_encore' shared service.
  3295.      *
  3296.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3297.      */
  3298.     protected function getCache_WebpackEncoreService()
  3299.     {
  3300.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5WH-gPD0tH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3301.     }
  3302.     /**
  3303.      * Gets the private 'config_cache_factory' shared service.
  3304.      *
  3305.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3306.      */
  3307.     protected function getConfigCacheFactoryService()
  3308.     {
  3309.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3310.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ??= new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this));
  3311.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ??= new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker());
  3312.         }, 2));
  3313.     }
  3314.     /**
  3315.      * Gets the private 'controller.is_granted_attribute_listener' shared service.
  3316.      *
  3317.      * @return \Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener
  3318.      */
  3319.     protected function getController_IsGrantedAttributeListenerService()
  3320.     {
  3321.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  3322.         if (isset($this->privates['controller.is_granted_attribute_listener'])) {
  3323.             return $this->privates['controller.is_granted_attribute_listener'];
  3324.         }
  3325.         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())));
  3326.     }
  3327.     /**
  3328.      * Gets the private 'data_collector.form' shared service.
  3329.      *
  3330.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3331.      */
  3332.     protected function getDataCollector_FormService()
  3333.     {
  3334.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3335.     }
  3336.     /**
  3337.      * Gets the private 'data_collector.request' shared service.
  3338.      *
  3339.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3340.      */
  3341.     protected function getDataCollector_RequestService()
  3342.     {
  3343.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  3344.     }
  3345.     /**
  3346.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  3347.      *
  3348.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  3349.      */
  3350.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  3351.     {
  3352.         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 () {
  3353.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  3354.         }, 1)));
  3355.     }
  3356.     /**
  3357.      * Gets the private 'debug.api_platform.data_persister' shared service.
  3358.      *
  3359.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  3360.      */
  3361.     protected function getDebug_ApiPlatform_DataPersisterService()
  3362.     {
  3363.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  3364.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  3365.         }, 1)));
  3366.     }
  3367.     /**
  3368.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  3369.      *
  3370.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  3371.      */
  3372.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  3373.     {
  3374.         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 () {
  3375.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  3376.         }, 1)));
  3377.     }
  3378.     /**
  3379.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  3380.      *
  3381.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  3382.      */
  3383.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  3384.     {
  3385.         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 () {
  3386.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  3387.         }, 1)));
  3388.     }
  3389.     /**
  3390.      * Gets the private 'debug.controller_resolver' shared service.
  3391.      *
  3392.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3393.      */
  3394.     protected function getDebug_ControllerResolverService()
  3395.     {
  3396.         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)));
  3397.     }
  3398.     /**
  3399.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3400.      *
  3401.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3402.      */
  3403.     protected function getDebug_DebugHandlersListenerService()
  3404.     {
  3405.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3406.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3407.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3408.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3409.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3410.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3411.     }
  3412.     /**
  3413.      * Gets the private 'debug.file_link_formatter' shared service.
  3414.      *
  3415.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3416.      */
  3417.     protected function getDebug_FileLinkFormatterService()
  3418.     {
  3419.         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 () {
  3420.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3421.         });
  3422.     }
  3423.     /**
  3424.      * Gets the private 'debug.log_processor' shared service.
  3425.      *
  3426.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3427.      */
  3428.     protected function getDebug_LogProcessorService()
  3429.     {
  3430.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  3431.     }
  3432.     /**
  3433.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3434.      *
  3435.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3436.      */
  3437.     protected function getDebug_Security_Access_DecisionManagerService()
  3438.     {
  3439.         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 () {
  3440.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3441.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3442.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3443.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  3444.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3445.     }
  3446.     /**
  3447.      * Gets the private 'debug.security.firewall' shared service.
  3448.      *
  3449.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3450.      */
  3451.     protected function getDebug_Security_FirewallService()
  3452.     {
  3453.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3454.         if (isset($this->privates['debug.security.firewall'])) {
  3455.             return $this->privates['debug.security.firewall'];
  3456.         }
  3457.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3458.         if (isset($this->privates['debug.security.firewall'])) {
  3459.             return $this->privates['debug.security.firewall'];
  3460.         }
  3461.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3462.     }
  3463.     /**
  3464.      * Gets the private 'debug.validator' shared service.
  3465.      *
  3466.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  3467.      */
  3468.     protected function getDebug_ValidatorService()
  3469.     {
  3470.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  3471.         if (isset($this->privates['debug.validator'])) {
  3472.             return $this->privates['debug.validator'];
  3473.         }
  3474.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  3475.     }
  3476.     /**
  3477.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3478.      *
  3479.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3480.      */
  3481.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3482.     {
  3483.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3484.             'App\\Flexy\\FrontBundle\\EventSubscriber\\EventDoctrineSubscriber' => ['privates''App\\Flexy\\FrontBundle\\EventSubscriber\\EventDoctrineSubscriber''getEventDoctrineSubscriberService'true],
  3485.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\EventSubscriber\\EventDoctrineSubscriber' => ['privates''App\\Flexy\\FrontBundle\\Themes\\CoWorking\\EventSubscriber\\EventDoctrineSubscriber''getEventDoctrineSubscriber2Service'true],
  3486.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\EventSubscriber\\EventDoctrineSubscriber' => ['privates''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\EventSubscriber\\EventDoctrineSubscriber''getEventDoctrineSubscriber3Service'true],
  3487.             'api_platform.doctrine.orm.listener.mercure.publish' => ['privates''api_platform.doctrine.orm.listener.mercure.publish''getApiPlatform_Doctrine_Orm_Listener_Mercure_PublishService'true],
  3488.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  3489.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3490.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3491.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  3492.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  3493.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'true],
  3494.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'true],
  3495.             'stof_doctrine_extensions.listener.sortable' => ['privates''stof_doctrine_extensions.listener.sortable''getStofDoctrineExtensions_Listener_SortableService'true],
  3496.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  3497.             'turbo.doctrine.event_listener' => ['privates''turbo.doctrine.event_listener''getTurbo_Doctrine_EventListenerService'true],
  3498.             'vich_uploader.listener.clean.join_images' => ['privates''vich_uploader.listener.clean.join_images''getVichUploader_Listener_Clean_JoinImagesService'true],
  3499.             'vich_uploader.listener.clean.modalite_photos' => ['privates''vich_uploader.listener.clean.modalite_photos''getVichUploader_Listener_Clean_ModalitePhotosService'true],
  3500.             'vich_uploader.listener.clean.product_images' => ['privates''vich_uploader.listener.clean.product_images''getVichUploader_Listener_Clean_ProductImagesService'true],
  3501.             'vich_uploader.listener.clean.product_images_home' => ['privates''vich_uploader.listener.clean.product_images_home''getVichUploader_Listener_Clean_ProductImagesHomeService'true],
  3502.             'vich_uploader.listener.remove.join_images' => ['privates''vich_uploader.listener.remove.join_images''getVichUploader_Listener_Remove_JoinImagesService'true],
  3503.             'vich_uploader.listener.remove.modalite_photos' => ['privates''vich_uploader.listener.remove.modalite_photos''getVichUploader_Listener_Remove_ModalitePhotosService'true],
  3504.             'vich_uploader.listener.remove.product_images' => ['privates''vich_uploader.listener.remove.product_images''getVichUploader_Listener_Remove_ProductImagesService'true],
  3505.             'vich_uploader.listener.remove.product_images_home' => ['privates''vich_uploader.listener.remove.product_images_home''getVichUploader_Listener_Remove_ProductImagesHomeService'true],
  3506.             'vich_uploader.listener.upload.join_images' => ['privates''vich_uploader.listener.upload.join_images''getVichUploader_Listener_Upload_JoinImagesService'true],
  3507.             'vich_uploader.listener.upload.modalite_photos' => ['privates''vich_uploader.listener.upload.modalite_photos''getVichUploader_Listener_Upload_ModalitePhotosService'true],
  3508.             'vich_uploader.listener.upload.product_images' => ['privates''vich_uploader.listener.upload.product_images''getVichUploader_Listener_Upload_ProductImagesService'true],
  3509.             'vich_uploader.listener.upload.product_images_home' => ['privates''vich_uploader.listener.upload.product_images_home''getVichUploader_Listener_Upload_ProductImagesHomeService'true],
  3510.         ], [
  3511.             'App\\Flexy\\FrontBundle\\EventSubscriber\\EventDoctrineSubscriber' => '?',
  3512.             'App\\Flexy\\FrontBundle\\Themes\\CoWorking\\EventSubscriber\\EventDoctrineSubscriber' => '?',
  3513.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\EventSubscriber\\EventDoctrineSubscriber' => '?',
  3514.             'api_platform.doctrine.orm.listener.mercure.publish' => '?',
  3515.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3516.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3517.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3518.             'stof_doctrine_extensions.listener.blameable' => '?',
  3519.             'stof_doctrine_extensions.listener.loggable' => '?',
  3520.             'stof_doctrine_extensions.listener.sluggable' => '?',
  3521.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  3522.             'stof_doctrine_extensions.listener.sortable' => '?',
  3523.             'stof_doctrine_extensions.listener.timestampable' => '?',
  3524.             'turbo.doctrine.event_listener' => '?',
  3525.             'vich_uploader.listener.clean.join_images' => '?',
  3526.             'vich_uploader.listener.clean.modalite_photos' => '?',
  3527.             'vich_uploader.listener.clean.product_images' => '?',
  3528.             'vich_uploader.listener.clean.product_images_home' => '?',
  3529.             'vich_uploader.listener.remove.join_images' => '?',
  3530.             'vich_uploader.listener.remove.modalite_photos' => '?',
  3531.             'vich_uploader.listener.remove.product_images' => '?',
  3532.             'vich_uploader.listener.remove.product_images_home' => '?',
  3533.             'vich_uploader.listener.upload.join_images' => '?',
  3534.             'vich_uploader.listener.upload.modalite_photos' => '?',
  3535.             'vich_uploader.listener.upload.product_images' => '?',
  3536.             'vich_uploader.listener.upload.product_images_home' => '?',
  3537.         ]), [=> 'vich_uploader.listener.clean.modalite_photos'=> 'vich_uploader.listener.clean.product_images'=> 'vich_uploader.listener.clean.product_images_home'=> '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\\Flexy\\FrontBundle\\Themes\\CoWorking\\EventSubscriber\\EventDoctrineSubscriber'=> 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\EventSubscriber\\EventDoctrineSubscriber'10 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'11 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'12 => 'vich_uploader.listener.remove.modalite_photos'13 => 'vich_uploader.listener.upload.modalite_photos'14 => 'vich_uploader.listener.remove.product_images'15 => 'vich_uploader.listener.upload.product_images'16 => 'vich_uploader.listener.remove.product_images_home'17 => 'vich_uploader.listener.upload.product_images_home'18 => 'vich_uploader.listener.remove.join_images'19 => 'vich_uploader.listener.upload.join_images'20 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 21 => [=> [=> 'onFlush'], => 'api_platform.doctrine.orm.listener.mercure.publish'], 22 => [=> [=> 'postFlush'], => 'api_platform.doctrine.orm.listener.mercure.publish'], 23 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.sluggable'], 24 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.sluggable'], 25 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.sluggable'], 26 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.softdeleteable'], 27 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.softdeleteable'], 28 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.sortable'], 29 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.sortable'], 30 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.sortable'], 31 => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.sortable'], 32 => [=> [=> 'preUpdate'], => 'stof_doctrine_extensions.listener.sortable'], 33 => [=> [=> 'postRemove'], => 'stof_doctrine_extensions.listener.sortable'], 34 => [=> [=> 'postFlush'], => 'stof_doctrine_extensions.listener.sortable'], 35 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.timestampable'], 36 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.timestampable'], 37 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.timestampable'], 38 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.blameable'], 39 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.blameable'], 40 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.blameable'], 41 => [=> [=> 'onFlush'], => 'turbo.doctrine.event_listener'], 42 => [=> [=> 'postFlush'], => 'turbo.doctrine.event_listener']]);
  3538.     }
  3539.     /**
  3540.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3541.      *
  3542.      * @return \Doctrine\Migrations\DependencyFactory
  3543.      */
  3544.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3545.     {
  3546.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3547.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  3548.         $a->setAllOrNothing(false);
  3549.         $a->setCheckDatabasePlatform(true);
  3550.         $a->setTransactional(true);
  3551.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3552.         $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()));
  3553.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', #[\Closure(name'doctrine.migrations.container_aware_migrations_factory', class: 'Doctrine\\Bundle\\MigrationsBundle\\MigrationsFactory\\ContainerAwareMigrationFactory')] function () {
  3554.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3555.         });
  3556.         return $instance;
  3557.     }
  3558.     /**
  3559.      * Gets the private 'doctrine.orm.default_attribute_metadata_driver' shared service.
  3560.      *
  3561.      * @return \Doctrine\ORM\Mapping\Driver\AttributeDriver
  3562.      */
  3563.     protected function getDoctrine_Orm_DefaultAttributeMetadataDriverService()
  3564.     {
  3565.         return $this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/src/Flexy/POSBundle/Entity'), => (\dirname(__DIR__4).'/src/Flexy/StockBundle/Entity'), => (\dirname(__DIR__4).'/src/Flexy/FrontBundle/Entity'), => (\dirname(__DIR__4).'/src/Flexy/ShopBundle/Entity'), => (\dirname(__DIR__4).'/src/Flexy/BookingBundle/Entity'), => (\dirname(__DIR__4).'/src/Flexy/TransportBundle/Entity')], false);
  3566.     }
  3567.     /**
  3568.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  3569.      *
  3570.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  3571.      */
  3572.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  3573.     {
  3574.         $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);
  3575.         $instance->setGlobalBasename('mapping');
  3576.         return $instance;
  3577.     }
  3578.     /**
  3579.      * Gets the private 'exception_listener' shared service.
  3580.      *
  3581.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3582.      */
  3583.     protected function getExceptionListener2Service()
  3584.     {
  3585.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3586.     }
  3587.     /**
  3588.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3589.      *
  3590.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3591.      */
  3592.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3593.     {
  3594.         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()));
  3595.     }
  3596.     /**
  3597.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3598.      *
  3599.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3600.      */
  3601.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3602.     {
  3603.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  3604.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3605.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3606.         }
  3607.         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);
  3608.     }
  3609.     /**
  3610.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3611.      *
  3612.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3613.      */
  3614.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3615.     {
  3616.         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]);
  3617.     }
  3618.     /**
  3619.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  3620.      *
  3621.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  3622.      */
  3623.     protected function getLiipImagine_Filter_ConfigurationService()
  3624.     {
  3625.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  3626.     }
  3627.     /**
  3628.      * Gets the private 'locale_aware_listener' shared service.
  3629.      *
  3630.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3631.      */
  3632.     protected function getLocaleAwareListenerService()
  3633.     {
  3634.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3635.             yield => ($this->privates['slugger'] ??= new \Symfony\Component\String\Slugger\AsciiSlugger('fr'));
  3636.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3637.             yield => ($this->privates['translation.locale_switcher'] ?? $this->load('getTranslation_LocaleSwitcherService'));
  3638.         }, 3), ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  3639.     }
  3640.     /**
  3641.      * Gets the private 'locale_listener' shared service.
  3642.      *
  3643.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3644.      */
  3645.     protected function getLocaleListenerService()
  3646.     {
  3647.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  3648.     }
  3649.     /**
  3650.      * Gets the private 'mailer.mailer' shared service.
  3651.      *
  3652.      * @return \Symfony\Component\Mailer\Mailer
  3653.      */
  3654.     protected function getMailer_MailerService()
  3655.     {
  3656.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  3657.         if (isset($this->privates['mailer.mailer'])) {
  3658.             return $this->privates['mailer.mailer'];
  3659.         }
  3660.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3661.         if (isset($this->privates['mailer.mailer'])) {
  3662.             return $this->privates['mailer.mailer'];
  3663.         }
  3664.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($aNULL$b);
  3665.     }
  3666.     /**
  3667.      * Gets the private 'mailer.transports' shared service.
  3668.      *
  3669.      * @return \Symfony\Component\Mailer\Transport\Transports
  3670.      */
  3671.     protected function getMailer_TransportsService()
  3672.     {
  3673.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  3674.             yield => ($this->privates['mailer.transport_factory.gmail'] ?? $this->load('getMailer_TransportFactory_GmailService'));
  3675.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  3676.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  3677.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  3678.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  3679.         }, 5)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  3680.     }
  3681.     /**
  3682.      * Gets the private 'mercure.hub.default.traceable' shared service.
  3683.      *
  3684.      * @return \Symfony\Component\Mercure\Debug\TraceableHub
  3685.      */
  3686.     protected function getMercure_Hub_Default_TraceableService()
  3687.     {
  3688.         $a = new \Symfony\Component\Mercure\Jwt\LcobucciFactory($this->getEnv('MERCURE_JWT_SECRET'), 'hmac.sha256'NULL'');
  3689.         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)));
  3690.     }
  3691.     /**
  3692.      * Gets the private 'mime_types' shared service.
  3693.      *
  3694.      * @return \Symfony\Component\Mime\MimeTypes
  3695.      */
  3696.     protected function getMimeTypesService()
  3697.     {
  3698.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  3699.         $instance->setDefault($instance);
  3700.         return $instance;
  3701.     }
  3702.     /**
  3703.      * Gets the private 'monolog.handler.console' shared service.
  3704.      *
  3705.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3706.      */
  3707.     protected function getMonolog_Handler_ConsoleService()
  3708.     {
  3709.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3710.     }
  3711.     /**
  3712.      * Gets the private 'monolog.handler.main' shared service.
  3713.      *
  3714.      * @return \Monolog\Handler\StreamHandler
  3715.      */
  3716.     protected function getMonolog_Handler_MainService()
  3717.     {
  3718.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  3719.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3720.         return $instance;
  3721.     }
  3722.     /**
  3723.      * Gets the private 'monolog.logger' shared service.
  3724.      *
  3725.      * @return \Symfony\Bridge\Monolog\Logger
  3726.      */
  3727.     protected function getMonolog_LoggerService()
  3728.     {
  3729.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3730.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3731.         $instance->useMicrosecondTimestamps(true);
  3732.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3733.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3734.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3735.         return $instance;
  3736.     }
  3737.     /**
  3738.      * Gets the private 'monolog.logger.cache' shared service.
  3739.      *
  3740.      * @return \Symfony\Bridge\Monolog\Logger
  3741.      */
  3742.     protected function getMonolog_Logger_CacheService()
  3743.     {
  3744.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3745.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3746.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3747.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3748.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3749.         return $instance;
  3750.     }
  3751.     /**
  3752.      * Gets the private 'monolog.logger.request' shared service.
  3753.      *
  3754.      * @return \Symfony\Bridge\Monolog\Logger
  3755.      */
  3756.     protected function getMonolog_Logger_RequestService()
  3757.     {
  3758.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3759.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3760.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3761.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3762.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3763.         return $instance;
  3764.     }
  3765.     /**
  3766.      * Gets the private 'monolog.logger.security' shared service.
  3767.      *
  3768.      * @return \Symfony\Bridge\Monolog\Logger
  3769.      */
  3770.     protected function getMonolog_Logger_SecurityService()
  3771.     {
  3772.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3773.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3774.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3775.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3776.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3777.         return $instance;
  3778.     }
  3779.     /**
  3780.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  3781.      *
  3782.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  3783.      */
  3784.     protected function getNelmioCors_CorsListenerService()
  3785.     {
  3786.         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'))]));
  3787.     }
  3788.     /**
  3789.      * Gets the private 'parameter_bag' shared service.
  3790.      *
  3791.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3792.      */
  3793.     protected function getParameterBagService()
  3794.     {
  3795.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3796.     }
  3797.     /**
  3798.      * Gets the private 'profiler_listener' shared service.
  3799.      *
  3800.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3801.      */
  3802.     protected function getProfilerListenerService()
  3803.     {
  3804.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3805.         if (isset($this->privates['profiler_listener'])) {
  3806.             return $this->privates['profiler_listener'];
  3807.         }
  3808.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), NULLfalsefalseNULL);
  3809.     }
  3810.     /**
  3811.      * Gets the private 'property_accessor' shared service.
  3812.      *
  3813.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3814.      */
  3815.     protected function getPropertyAccessorService()
  3816.     {
  3817.         $a = ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  3818.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3819.     }
  3820.     /**
  3821.      * Gets the private 'property_info' shared service.
  3822.      *
  3823.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3824.      */
  3825.     protected function getPropertyInfoService()
  3826.     {
  3827.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3828.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3829.             yield => ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  3830.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3831.         }, 3), new RewindableGenerator(function () {
  3832.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3833.             yield => ($this->privates['property_info.phpstan_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor());
  3834.             yield => ($this->privates['property_info.php_doc_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor());
  3835.             yield => ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  3836.         }, 4), new RewindableGenerator(function () {
  3837.             yield => ($this->privates['property_info.php_doc_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor());
  3838.         }, 1), new RewindableGenerator(function () {
  3839.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3840.             yield => ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  3841.         }, 2), new RewindableGenerator(function () {
  3842.             yield => ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  3843.         }, 1));
  3844.     }
  3845.     /**
  3846.      * Gets the private 'router.expression_language_provider' shared service.
  3847.      *
  3848.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3849.      */
  3850.     protected function getRouter_ExpressionLanguageProviderService()
  3851.     {
  3852.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3853.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3854.             'service' => ['services''container.get_routing_condition_service''getContainer_GetRoutingConditionServiceService'true],
  3855.         ], [
  3856.             'env' => 'Closure',
  3857.             'service' => 'Closure',
  3858.         ]));
  3859.     }
  3860.     /**
  3861.      * Gets the private 'router.request_context' shared service.
  3862.      *
  3863.      * @return \Symfony\Component\Routing\RequestContext
  3864.      */
  3865.     protected function getRouter_RequestContextService()
  3866.     {
  3867.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3868.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3869.         return $instance;
  3870.     }
  3871.     /**
  3872.      * Gets the private 'router_listener' shared service.
  3873.      *
  3874.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3875.      */
  3876.     protected function getRouterListenerService()
  3877.     {
  3878.         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);
  3879.     }
  3880.     /**
  3881.      * Gets the private 'security.authorization_checker' shared service.
  3882.      *
  3883.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  3884.      */
  3885.     protected function getSecurity_AuthorizationCheckerService()
  3886.     {
  3887.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  3888.         if (isset($this->privates['security.authorization_checker'])) {
  3889.             return $this->privates['security.authorization_checker'];
  3890.         }
  3891.         return $this->privates['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $afalsefalse);
  3892.     }
  3893.     /**
  3894.      * Gets the private 'security.context_listener.0' shared service.
  3895.      *
  3896.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3897.      */
  3898.     protected function getSecurity_ContextListener_0Service()
  3899.     {
  3900.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  3901.         if (isset($this->privates['security.context_listener.0'])) {
  3902.             return $this->privates['security.context_listener.0'];
  3903.         }
  3904.         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 () {
  3905.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  3906.         }, 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']);
  3907.     }
  3908.     /**
  3909.      * Gets the private 'security.csrf.token_manager' shared service.
  3910.      *
  3911.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  3912.      */
  3913.     protected function getSecurity_Csrf_TokenManagerService()
  3914.     {
  3915.         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()));
  3916.     }
  3917.     /**
  3918.      * Gets the private 'security.csrf.token_storage' shared service.
  3919.      *
  3920.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3921.      */
  3922.     protected function getSecurity_Csrf_TokenStorageService()
  3923.     {
  3924.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  3925.     }
  3926.     /**
  3927.      * Gets the private 'security.event_dispatcher.main' shared service.
  3928.      *
  3929.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3930.      */
  3931.     protected function getSecurity_EventDispatcher_MainService()
  3932.     {
  3933.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3934.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.main.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  3935.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  3936.         }, => 'checkPassport'], 2048);
  3937.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.session.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\SessionStrategyListener')] function () {
  3938.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  3939.         }, => 'onSuccessfulLogin'], 0);
  3940.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.default.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\DefaultLogoutListener')] function () {
  3941.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  3942.         }, => 'onLogout'], 64);
  3943.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.session.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\SessionLogoutListener')] function () {
  3944.             return ($this->privates['security.logout.listener.session.main'] ??= new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener());
  3945.         }, => 'onLogout'], 0);
  3946.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_checker.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] function () {
  3947.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3948.         }, => 'preCheckCredentials'], 256);
  3949.         $instance->addListener('security.authentication.success', [=> #[\Closure(name'security.listener.user_checker.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] function () {
  3950.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3951.         }, => 'postCheckCredentials'], 256);
  3952.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  3953.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3954.         }, => 'checkPassport'], 1024);
  3955.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] function () {
  3956.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3957.         }, => 'checkPassport'], 0);
  3958.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] function () {
  3959.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3960.         }, => 'onLoginSuccess'], 0);
  3961.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] function () {
  3962.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3963.         }, => 'checkPassport'], 512);
  3964.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] function () {
  3965.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3966.         }, => 'onLogout'], 0);
  3967.         return $instance;
  3968.     }
  3969.     /**
  3970.      * Gets the private 'security.expression_language' shared service.
  3971.      *
  3972.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  3973.      */
  3974.     protected function getSecurity_ExpressionLanguageService()
  3975.     {
  3976.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  3977.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ??= new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider()));
  3978.         return $instance;
  3979.     }
  3980.     /**
  3981.      * Gets the private 'security.firewall.map' shared service.
  3982.      *
  3983.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3984.      */
  3985.     protected function getSecurity_Firewall_MapService()
  3986.     {
  3987.         $a = ($this->privates['.service_locator.JYo.9Ts'] ?? $this->get_ServiceLocator_JYo_9TsService());
  3988.         if (isset($this->privates['security.firewall.map'])) {
  3989.             return $this->privates['security.firewall.map'];
  3990.         }
  3991.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3992.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.FbeHDom'] ?? $this->load('get_Security_RequestMatcher_FbeHDomService'));
  3993.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.kLbKLHa'] ?? $this->load('get_Security_RequestMatcher_KLbKLHaService'));
  3994.             yield 'security.firewall.map.context.main' => NULL;
  3995.         }, 3));
  3996.     }
  3997.     /**
  3998.      * Gets the private 'security.helper' shared service.
  3999.      *
  4000.      * @return \Symfony\Bundle\SecurityBundle\Security
  4001.      */
  4002.     protected function getSecurity_HelperService()
  4003.     {
  4004.         return $this->privates['security.helper'] = new \Symfony\Bundle\SecurityBundle\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4005.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4006.             'security.authenticator.managers_locator' => ['privates''security.authenticator.managers_locator''getSecurity_Authenticator_ManagersLocatorService'true],
  4007.             'security.authorization_checker' => ['privates''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4008.             'security.csrf.token_manager' => ['privates''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  4009.             'security.firewall.event_dispatcher_locator' => ['privates''security.firewall.event_dispatcher_locator''getSecurity_Firewall_EventDispatcherLocatorService'true],
  4010.             'security.firewall.map' => ['privates''security.firewall.map''getSecurity_Firewall_MapService'false],
  4011.             'security.token_storage' => ['privates''security.token_storage''getSecurity_TokenStorageService'false],
  4012.             'security.user_checker' => ['privates''security.user_checker''getSecurity_UserCheckerService'true],
  4013.         ], [
  4014.             'request_stack' => '?',
  4015.             'security.authenticator.managers_locator' => '?',
  4016.             'security.authorization_checker' => '?',
  4017.             'security.csrf.token_manager' => '?',
  4018.             'security.firewall.event_dispatcher_locator' => '?',
  4019.             'security.firewall.map' => '?',
  4020.             'security.token_storage' => '?',
  4021.             'security.user_checker' => '?',
  4022.         ]), ['api' => new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4023.             'security.authenticator.jwt.api' => ['privates''security.authenticator.jwt.api''getSecurity_Authenticator_Jwt_ApiService'true],
  4024.         ], [
  4025.             'security.authenticator.jwt.api' => '?',
  4026.         ]), 'dev' => NULL'main' => new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4027.             'App\\Security\\AppAuthenticator' => ['privates''App\\Security\\AppAuthenticator''getAppAuthenticatorService'true],
  4028.             'App\\Security\\FacebookAuthenticator' => ['privates''App\\Security\\FacebookAuthenticator''getFacebookAuthenticatorService'true],
  4029.             'App\\Security\\GoogleAuthenticator' => ['privates''App\\Security\\GoogleAuthenticator''getGoogleAuthenticatorService'true],
  4030.             'security.authenticator.form_login.main' => ['privates''security.authenticator.form_login.main''getSecurity_Authenticator_FormLogin_MainService'true],
  4031.             'security.authenticator.json_login.main' => ['privates''security.authenticator.json_login.main''getSecurity_Authenticator_JsonLogin_MainService'true],
  4032.         ], [
  4033.             'App\\Security\\AppAuthenticator' => '?',
  4034.             'App\\Security\\FacebookAuthenticator' => '?',
  4035.             'App\\Security\\GoogleAuthenticator' => '?',
  4036.             'security.authenticator.form_login.main' => '?',
  4037.             'security.authenticator.json_login.main' => '?',
  4038.         ])]);
  4039.     }
  4040.     /**
  4041.      * Gets the private 'security.logout_url_generator' shared service.
  4042.      *
  4043.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4044.      */
  4045.     protected function getSecurity_LogoutUrlGeneratorService()
  4046.     {
  4047.         $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()));
  4048.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  4049.         return $instance;
  4050.     }
  4051.     /**
  4052.      * Gets the private 'security.password_hasher_factory' shared service.
  4053.      *
  4054.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  4055.      */
  4056.     protected function getSecurity_PasswordHasherFactoryService()
  4057.     {
  4058.         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]]);
  4059.     }
  4060.     /**
  4061.      * Gets the private 'security.token_storage' shared service.
  4062.      *
  4063.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  4064.      */
  4065.     protected function getSecurity_TokenStorageService()
  4066.     {
  4067.         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, [
  4068.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4069.         ], [
  4070.             'request_stack' => '?',
  4071.         ]));
  4072.     }
  4073.     /**
  4074.      * Gets the private 'security.user_password_hasher' shared service.
  4075.      *
  4076.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  4077.      */
  4078.     protected function getSecurity_UserPasswordHasherService()
  4079.     {
  4080.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  4081.     }
  4082.     /**
  4083.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4084.      *
  4085.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4086.      */
  4087.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4088.     {
  4089.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4090.     }
  4091.     /**
  4092.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4093.      *
  4094.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4095.      */
  4096.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4097.     {
  4098.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4099.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4100.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4101.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4102.     }
  4103.     /**
  4104.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4105.      *
  4106.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4107.      */
  4108.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4109.     {
  4110.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  4111.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4112.             return $this->privates['sensio_framework_extra.security.listener'];
  4113.         }
  4114.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  4115.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ??= new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider()));
  4116.         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()));
  4117.     }
  4118.     /**
  4119.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4120.      *
  4121.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4122.      */
  4123.     protected function getSensioFrameworkExtra_View_ListenerService()
  4124.     {
  4125.         $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))));
  4126.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4127.             'twig' => ['privates''twig''getTwigService'false],
  4128.         ], [
  4129.             'twig' => 'Twig\\Environment',
  4130.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4131.         return $instance;
  4132.     }
  4133.     /**
  4134.      * Gets the private 'serializer' shared service.
  4135.      *
  4136.      * @return \Symfony\Component\Serializer\Serializer
  4137.      */
  4138.     protected function getSerializerService()
  4139.     {
  4140.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  4141.         if (isset($this->privates['serializer'])) {
  4142.             return $this->privates['serializer'];
  4143.         }
  4144.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  4145.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4146.         $d = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  4147.         $e = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$b$c)], [=> $d]));
  4148.         $f = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($e);
  4149.         $g = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  4150.         $h = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  4151.         $i = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  4152.         $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));
  4153.         $k = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  4154.         $l = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  4155.         $m = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($l);
  4156.         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 () {
  4157.             return new \EmptyIterator();
  4158.         }, 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')]);
  4159.     }
  4160.     /**
  4161.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  4162.      *
  4163.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  4164.      */
  4165.     protected function getSerializer_NameConverter_MetadataAwareService()
  4166.     {
  4167.         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()));
  4168.     }
  4169.     /**
  4170.      * Gets the private 'session_listener' shared service.
  4171.      *
  4172.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4173.      */
  4174.     protected function getSessionListenerService()
  4175.     {
  4176.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4177.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4178.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4179.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  4180.         ], [
  4181.             'logger' => '?',
  4182.             'session_collector' => '?',
  4183.             'session_factory' => '?',
  4184.         ]), true$this->parameters['session.storage.options']);
  4185.     }
  4186.     /**
  4187.      * Gets the private 'stimulus.helper' shared service.
  4188.      *
  4189.      * @return \Symfony\UX\StimulusBundle\Helper\StimulusHelper
  4190.      */
  4191.     protected function getStimulus_HelperService()
  4192.     {
  4193.         $a = ($this->privates['twig'] ?? $this->getTwigService());
  4194.         if (isset($this->privates['stimulus.helper'])) {
  4195.             return $this->privates['stimulus.helper'];
  4196.         }
  4197.         return $this->privates['stimulus.helper'] = new \Symfony\UX\StimulusBundle\Helper\StimulusHelper($a);
  4198.     }
  4199.     /**
  4200.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  4201.      *
  4202.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  4203.      */
  4204.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  4205.     {
  4206.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  4207.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  4208.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  4209.         }
  4210.         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);
  4211.     }
  4212.     /**
  4213.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  4214.      *
  4215.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  4216.      */
  4217.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  4218.     {
  4219.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  4220.         if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
  4221.             return $this->privates['stof_doctrine_extensions.event_listener.logger'];
  4222.         }
  4223.         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);
  4224.     }
  4225.     /**
  4226.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  4227.      *
  4228.      * @return \Gedmo\Blameable\BlameableListener
  4229.      */
  4230.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  4231.     {
  4232.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  4233.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ??= new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  4234.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4235.         return $instance;
  4236.     }
  4237.     /**
  4238.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  4239.      *
  4240.      * @return \Gedmo\Loggable\LoggableListener
  4241.      */
  4242.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  4243.     {
  4244.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  4245.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ??= new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  4246.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4247.         return $instance;
  4248.     }
  4249.     /**
  4250.      * Gets the private 'translator.default' shared service.
  4251.      *
  4252.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4253.      */
  4254.     protected function getTranslator_DefaultService()
  4255.     {
  4256.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4257.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4258.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4259.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4260.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4261.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4262.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4263.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4264.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4265.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4266.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4267.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4268.         ], [
  4269.             'translation.loader.csv' => '?',
  4270.             'translation.loader.dat' => '?',
  4271.             'translation.loader.ini' => '?',
  4272.             'translation.loader.json' => '?',
  4273.             'translation.loader.mo' => '?',
  4274.             'translation.loader.php' => '?',
  4275.             'translation.loader.po' => '?',
  4276.             'translation.loader.qt' => '?',
  4277.             'translation.loader.res' => '?',
  4278.             'translation.loader.xliff' => '?',
  4279.             'translation.loader.yml' => '?',
  4280.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/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')], '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')], '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')], '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')], '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')], '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')], '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).'/translations/_undefined+intl-icu.fr.yaml'), 10 => (\dirname(__DIR__4).'/translations/admin.fr.yaml'), 11 => (\dirname(__DIR__4).'/translations/messages.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')], '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')], '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')], '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')], '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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/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')], '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')], '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')], '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')], '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).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 22 => (\dirname(__DIR__4).'/src/Flexy/POSBundle/translations'), 23 => (\dirname(__DIR__4).'/src/Flexy/StockBundle/translations'), 24 => (\dirname(__DIR__4).'/src/Flexy/ShopBundle/translations'), 25 => (\dirname(__DIR__4).'/src/Flexy/BookingBundle/translations'), 26 => (\dirname(__DIR__4).'/src/Flexy/TransportBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/ux-chartjs/translations'), 30 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 34 => (\dirname(__DIR__4).'/vendor/symfony/ux-turbo/translations'), 35 => (\dirname(__DIR__4).'/vendor/symfony/ux-notify/translations'), 36 => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/symfony/ux-swup/translations'), 39 => (\dirname(__DIR__4).'/vendor/endroid/qr-code-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'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'10 => 'vendor/sensio/framework-extra-bundle/src/translations'11 => 'vendor/symfony/twig-bundle/translations'12 => 'vendor/symfony/web-profiler-bundle/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'vendor/symfony/maker-bundle/src/translations'16 => 'vendor/doctrine/doctrine-bundle/translations'17 => 'vendor/doctrine/doctrine-migrations-bundle/translations'18 => 'vendor/symfony/security-bundle/translations'19 => 'vendor/twig/extra-bundle/translations'20 => 'vendor/nelmio/cors-bundle/translations'21 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'22 => 'src/Flexy/POSBundle/translations'23 => 'src/Flexy/StockBundle/translations'24 => 'src/Flexy/ShopBundle/translations'25 => 'src/Flexy/BookingBundle/translations'26 => 'src/Flexy/TransportBundle/translations'27 => 'vendor/knplabs/knp-menu-bundle/src/translations'28 => 'vendor/stof/doctrine-extensions-bundle/src/translations'29 => 'vendor/symfony/ux-chartjs/translations'30 => 'vendor/liip/imagine-bundle/translations'31 => 'vendor/lexik/jwt-authentication-bundle/translations'32 => 'vendor/symfony/mercure-bundle/src/translations'33 => 'vendor/symfony/webpack-encore-bundle/src/translations'34 => 'vendor/symfony/ux-turbo/translations'35 => 'vendor/symfony/ux-notify/translations'36 => 'vendor/knpuniversity/oauth2-client-bundle/src/translations'37 => 'vendor/symfony/stimulus-bundle/translations'38 => 'vendor/symfony/ux-swup/translations'39 => 'vendor/endroid/qr-code-bundle/src/translations']]], []);
  4281.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4282.         $instance->setFallbackLocales([=> 'fr']);
  4283.         return $instance;
  4284.     }
  4285.     /**
  4286.      * Gets the private 'twig' shared service.
  4287.      *
  4288.      * @return \Twig\Environment
  4289.      */
  4290.     protected function getTwigService()
  4291.     {
  4292.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  4293.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  4294.         $a->addPath((\dirname(__DIR__4).'/src/Flexy'), 'Flexy');
  4295.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  4296.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  4297.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4298.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4299.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4300.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4301.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  4302.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  4303.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  4304.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  4305.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4306.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4307.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  4308.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  4309.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  4310.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  4311.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  4312.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/POSBundle/templates'), 'FlexyPOS');
  4313.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/POSBundle/templates'), '!FlexyPOS');
  4314.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/StockBundle/templates'), 'FlexyStock');
  4315.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/StockBundle/templates'), '!FlexyStock');
  4316.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/ShopBundle/templates'), 'FlexyShop');
  4317.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/ShopBundle/templates'), '!FlexyShop');
  4318.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  4319.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  4320.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  4321.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  4322.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  4323.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  4324.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/Resources/views'), 'Mercure');
  4325.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/Resources/views'), '!Mercure');
  4326.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  4327.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  4328.         $a->addPath((\dirname(__DIR__4).'/templates'));
  4329.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  4330.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  4331.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  4332.         $this->privates['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  4333.         $b = ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true));
  4334.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  4335.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  4336.         $e = ($this->services['router'] ?? $this->getRouterService());
  4337.         $f = ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack());
  4338.         $g = ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  4339.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  4340.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  4341.         $i = new \Knp\Menu\Util\MenuManipulator();
  4342.         $j = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  4343.         $k = ($this->privates['stimulus.helper'] ?? $this->getStimulus_HelperService());
  4344.         $l = ($this->privates['Symfony\\Component\\Mercure\\HubRegistry'] ?? $this->getHubRegistryService());
  4345.         $m = new \Symfony\Bridge\Twig\AppVariable();
  4346.         $m->setEnvironment('dev');
  4347.         $m->setDebug(true);
  4348.         $m->setTokenStorage($g);
  4349.         if ($this->has('request_stack')) {
  4350.             $m->setRequestStack($f);
  4351.         }
  4352.         $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  4353.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  4354.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), $b));
  4355.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  4356.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  4357.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  4358.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  4359.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  4360.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  4361.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  4362.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  4363.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  4364.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  4365.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  4366.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  4367.         $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())));
  4368.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  4369.         $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)));
  4370.         $instance->addExtension(new \App\Flexy\FrontBundle\Service\ShortcodeConditionExtension());
  4371.         $instance->addExtension(new \App\Flexy\FrontBundle\Service\ShortcodeExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $e, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $instance));
  4372.         $instance->addExtension(new \App\Flexy\FrontBundle\Service\ShortcodeLoopExtension());
  4373.         $instance->addExtension(($this->privates['App\\Flexy\\FrontBundle\\Themes\\CoWorking\\Service\\NumberService'] ?? $this->getNumberServiceService()));
  4374.         $instance->addExtension(new \App\Twig\BarcodeGeneratorExtension());
  4375.         $instance->addExtension(new \App\Twig\CalculationExtension());
  4376.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  4377.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  4378.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  4379.         $instance->addExtension(new \Twig\Extra\Inky\InkyExtension());
  4380.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4381.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  4382.         ], [
  4383.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  4384.         ]), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService())));
  4385.         $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, [
  4386.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  4387.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  4388.         ], [
  4389.             'list' => '?',
  4390.             'twig' => '?',
  4391.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  4392.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ??= new \Knp\Menu\Provider\LazyProvider([]));
  4393.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  4394.         }, 2)), $i$j), $j$i));
  4395.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  4396.         $instance->addExtension(new \Symfony\UX\Chartjs\Twig\ChartExtension($k));
  4397.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  4398.         $instance->addExtension(new \Symfony\Component\Mercure\Twig\MercureExtension($l, new \Symfony\Component\Mercure\Authorization($lNULL), $f));
  4399.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4400.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  4401.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  4402.         ], [
  4403.             'webpack_encore.entrypoint_lookup_collection' => '?',
  4404.             'webpack_encore.tag_renderer' => '?',
  4405.         ])));
  4406.         $instance->addExtension(new \Symfony\UX\Turbo\Twig\TwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4407.             'default' => ['privates''turbo.mercure.default.renderer''getTurbo_Mercure_Default_RendererService'true],
  4408.         ], [
  4409.             'default' => 'Symfony\\UX\\Turbo\\Bridge\\Mercure\\TurboStreamListenRenderer',
  4410.         ]), 'default'));
  4411.         $instance->addExtension(new \Symfony\UX\Notify\Twig\NotifyExtension());
  4412.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  4413.         $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\UxControllersTwigExtension());
  4414.         $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
  4415.         $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\StimulusTwigExtension($k));
  4416.         $instance->addGlobal('app'$m);
  4417.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4418.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  4419.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  4420.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  4421.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  4422.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  4423.             'Symfony\\UX\\Notify\\Twig\\NotifyRuntime' => ['privates''notify.twig_runtime''getNotify_TwigRuntimeService'true],
  4424.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates''Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime''getQrCodeRuntimeService'true],
  4425.         ], [
  4426.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  4427.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  4428.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  4429.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  4430.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  4431.             'Symfony\\UX\\Notify\\Twig\\NotifyRuntime' => '?',
  4432.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
  4433.         ])));
  4434.         $instance->addGlobal('shopProvider', ($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopProvider'] ?? $this->getFlexyShopProviderService()));
  4435.         $instance->addGlobal('shopStatisticProvider', ($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopStatisticProvider'] ?? $this->getFlexyShopStatisticProviderService()));
  4436.         $instance->addGlobal('shippingProvider', ($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'] ?? $this->getFlexyShippingProviderService()));
  4437.         $instance->addGlobal('front', ($this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'] ?? $this->getFlexyFrontProviderService()));
  4438.         $instance->addGlobal('doctrine', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  4439.         $instance->addGlobal('notifications', ($this->privates['App\\Service\\FlexyNotificationProvider'] ?? $this->getFlexyNotificationProviderService()));
  4440.         $instance->addGlobal('settings', ($this->privates['App\\Service\\FlexySettingsProvider'] ?? $this->getFlexySettingsProviderService()));
  4441.         $instance->addGlobal('urlSite''http://127.0.0.1:8000');
  4442.         $instance->registerUndefinedFilterCallback([=> $n=> 'suggestFilter']);
  4443.         $instance->registerUndefinedFunctionCallback([=> $n=> 'suggestFunction']);
  4444.         $instance->registerUndefinedTokenParserCallback([=> $n=> 'suggestTag']);
  4445.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  4446.         return $instance;
  4447.     }
  4448.     /**
  4449.      * Gets the private 'validator.builder' shared service.
  4450.      *
  4451.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4452.      */
  4453.     protected function getValidator_BuilderService()
  4454.     {
  4455.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4456.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4457.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4458.             'App\\Flexy\\ShopBundle\\Validator\\UniqueShippingRuleValidator' => ['privates''App\\Flexy\\ShopBundle\\Validator\\UniqueShippingRuleValidator''getUniqueShippingRuleValidatorService'true],
  4459.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4460.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4461.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4462.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4463.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4464.             'Symfony\\Component\\Validator\\Constraints\\WhenValidator' => ['privates''validator.when''getValidator_WhenService'true],
  4465.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4466.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4467.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4468.         ], [
  4469.             'App\\Flexy\\ShopBundle\\Validator\\UniqueShippingRuleValidator' => '?',
  4470.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4471.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4472.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4473.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4474.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4475.             'Symfony\\Component\\Validator\\Constraints\\WhenValidator' => '?',
  4476.             'doctrine.orm.validator.unique' => '?',
  4477.             'security.validator.user_password' => '?',
  4478.             'validator.expression' => '?',
  4479.         ])));
  4480.         if ($this->has('translator')) {
  4481.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4482.         }
  4483.         $instance->setTranslationDomain('validators');
  4484.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4485.         $instance->enableAnnotationMapping(true);
  4486.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4487.         $instance->addMethodMapping('loadValidatorMetadata');
  4488.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  4489.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4490.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  4491.         return $instance;
  4492.     }
  4493.     /**
  4494.      * Gets the private 'var_dumper.html_dumper' shared service.
  4495.      *
  4496.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4497.      */
  4498.     protected function getVarDumper_HtmlDumperService()
  4499.     {
  4500.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  4501.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4502.         return $instance;
  4503.     }
  4504.     /**
  4505.      * Gets the private 'var_dumper.server_connection' shared service.
  4506.      *
  4507.      * @return \Symfony\Component\VarDumper\Server\Connection
  4508.      */
  4509.     protected function getVarDumper_ServerConnectionService()
  4510.     {
  4511.         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()]);
  4512.     }
  4513.     /**
  4514.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  4515.      *
  4516.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  4517.      */
  4518.     protected function getVichUploader_MetadataReaderService()
  4519.     {
  4520.         $a = new \Metadata\Driver\FileLocator([]);
  4521.         $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);
  4522.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  4523.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  4524.     }
  4525.     /**
  4526.      * Gets the private 'web_profiler.csp.handler' shared service.
  4527.      *
  4528.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4529.      */
  4530.     protected function getWebProfiler_Csp_HandlerService()
  4531.     {
  4532.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4533.     }
  4534.     /**
  4535.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4536.      *
  4537.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4538.      */
  4539.     protected function getWebProfiler_DebugToolbarService()
  4540.     {
  4541.         $a = ($this->privates['twig'] ?? $this->getTwigService());
  4542.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4543.             return $this->privates['web_profiler.debug_toolbar'];
  4544.         }
  4545.         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()));
  4546.     }
  4547.     /**
  4548.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  4549.      *
  4550.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  4551.      */
  4552.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  4553.     {
  4554.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4555.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  4556.         ], [
  4557.             '_default' => '?',
  4558.         ]), '_default');
  4559.     }
  4560.     /**
  4561.      * Gets the public 'profiler' alias.
  4562.      *
  4563.      * @return object The ".container.private.profiler" service.
  4564.      */
  4565.     protected function getProfilerService()
  4566.     {
  4567.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4568.         return $this->get('.container.private.profiler');
  4569.     }
  4570.     public function getParameter(string $name): array|bool|string|int|float|\UnitEnum|null
  4571.     {
  4572.         if (isset($this->buildParameters[$name])) {
  4573.             return $this->buildParameters[$name];
  4574.         }
  4575.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4576.             throw new ParameterNotFoundException($name);
  4577.         }
  4578.         if (isset($this->loadedDynamicParameters[$name])) {
  4579.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4580.         }
  4581.         return $this->parameters[$name];
  4582.     }
  4583.     public function hasParameter(string $name): bool
  4584.     {
  4585.         if (isset($this->buildParameters[$name])) {
  4586.             return true;
  4587.         }
  4588.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4589.     }
  4590.     public function setParameter(string $name$value): void
  4591.     {
  4592.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4593.     }
  4594.     public function getParameterBag(): ParameterBagInterface
  4595.     {
  4596.         if (null === $this->parameterBag) {
  4597.             $parameters $this->parameters;
  4598.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4599.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4600.             }
  4601.             foreach ($this->buildParameters as $name => $value) {
  4602.                 $parameters[$name] = $value;
  4603.             }
  4604.             $this->parameterBag = new FrozenParameterBag($parameters);
  4605.         }
  4606.         return $this->parameterBag;
  4607.     }
  4608.     private $loadedDynamicParameters = [
  4609.         'kernel.runtime_environment' => false,
  4610.         'kernel.build_dir' => false,
  4611.         'kernel.cache_dir' => false,
  4612.         'kernel.secret' => false,
  4613.         'debug.file_link_format' => false,
  4614.         'debug.container.dump' => false,
  4615.         'router.cache_dir' => false,
  4616.         'serializer.mapping.cache.file' => false,
  4617.         'validator.mapping.cache.file' => false,
  4618.         'profiler.storage.dsn' => false,
  4619.         'doctrine.orm.proxy_dir' => false,
  4620.         'nelmio_cors.defaults' => false,
  4621.         'lexik_jwt_authentication.pass_phrase' => false,
  4622.         'mercure.hubs' => false,
  4623.         'mercure.default_hub' => false,
  4624.     ];
  4625.     private $dynamicParameters = [];
  4626.     private function getDynamicParameter(string $name)
  4627.     {
  4628.         $value = match ($name) {
  4629.             'kernel.runtime_environment' => $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'),
  4630.             'kernel.build_dir' => $this->targetDir.'',
  4631.             'kernel.cache_dir' => $this->targetDir.'',
  4632.             'kernel.secret' => $this->getEnv('APP_SECRET'),
  4633.             'debug.file_link_format' => $this->getEnv('default::SYMFONY_IDE'),
  4634.             'debug.container.dump' => ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'),
  4635.             'router.cache_dir' => $this->targetDir.'',
  4636.             'serializer.mapping.cache.file' => ($this->targetDir.''.'/serialization.php'),
  4637.             'validator.mapping.cache.file' => ($this->targetDir.''.'/validation.php'),
  4638.             'profiler.storage.dsn' => ('file:'.$this->targetDir.''.'/profiler'),
  4639.             'doctrine.orm.proxy_dir' => ($this->targetDir.''.'/doctrine/orm/Proxies'),
  4640.             'nelmio_cors.defaults' => [
  4641.                 'allow_origin' => [
  4642.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  4643.                 ],
  4644.                 'allow_credentials' => false,
  4645.                 'allow_headers' => [
  4646.                     => 'content-type',
  4647.                     => 'authorization',
  4648.                 ],
  4649.                 'expose_headers' => [
  4650.                     => 'Link',
  4651.                 ],
  4652.                 'allow_methods' => [
  4653.                     => 'GET',
  4654.                     => 'OPTIONS',
  4655.                     => 'POST',
  4656.                     => 'PUT',
  4657.                     => 'PATCH',
  4658.                     => 'DELETE',
  4659.                 ],
  4660.                 'max_age' => 3600,
  4661.                 'hosts' => [
  4662.                 ],
  4663.                 'origin_regex' => true,
  4664.                 'forced_allow_origin_value' => NULL,
  4665.                 'skip_same_as_origin' => true,
  4666.             ],
  4667.             'lexik_jwt_authentication.pass_phrase' => $this->getEnv('JWT_PASSPHRASE'),
  4668.             'mercure.hubs' => [
  4669.                 'default' => $this->getEnv('MERCURE_URL'),
  4670.             ],
  4671.             'mercure.default_hub' => $this->getEnv('MERCURE_URL'),
  4672.             default => throw new ParameterNotFoundException($name),
  4673.         };
  4674.         $this->loadedDynamicParameters[$name] = true;
  4675.         return $this->dynamicParameters[$name] = $value;
  4676.     }
  4677.     protected function getDefaultParameters(): array
  4678.     {
  4679.         return [
  4680.             'kernel.project_dir' => \dirname(__DIR__4),
  4681.             'kernel.environment' => 'dev',
  4682.             'kernel.debug' => true,
  4683.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4684.             'kernel.bundles' => [
  4685.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4686.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4687.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4688.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4689.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4690.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4691.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4692.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4693.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4694.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4695.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4696.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  4697.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  4698.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  4699.                 'FlexyPOSBundle' => 'App\\Flexy\\POSBundle\\FlexyPOSBundle',
  4700.                 'FlexyStockBundle' => 'App\\Flexy\\StockBundle\\FlexyStockBundle',
  4701.                 'FlexyFrontBundle' => 'App\\Flexy\\FrontBundle\\FlexyFrontBundle',
  4702.                 'FlexyShopBundle' => 'App\\Flexy\\ShopBundle\\FlexyShopBundle',
  4703.                 'FlexyBookingBundle' => 'App\\Flexy\\BookingBundle\\FlexyBookingBundle',
  4704.                 'FlexyTransportBundle' => 'App\\Flexy\\TransportBundle\\FlexyTransportBundle',
  4705.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  4706.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  4707.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  4708.                 'ChartjsBundle' => 'Symfony\\UX\\Chartjs\\ChartjsBundle',
  4709.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  4710.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  4711.                 'MercureBundle' => 'Symfony\\Bundle\\MercureBundle\\MercureBundle',
  4712.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  4713.                 'TurboBundle' => 'Symfony\\UX\\Turbo\\TurboBundle',
  4714.                 'NotifyBundle' => 'Symfony\\UX\\Notify\\NotifyBundle',
  4715.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  4716.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4717.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  4718.                 'StimulusBundle' => 'Symfony\\UX\\StimulusBundle\\StimulusBundle',
  4719.                 'SwupBundle' => 'Symfony\\UX\\Swup\\SwupBundle',
  4720.                 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  4721.             ],
  4722.             'kernel.bundles_metadata' => [
  4723.                 'FrameworkBundle' => [
  4724.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4725.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4726.                 ],
  4727.                 'SensioFrameworkExtraBundle' => [
  4728.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4729.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4730.                 ],
  4731.                 'TwigBundle' => [
  4732.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4733.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4734.                 ],
  4735.                 'WebProfilerBundle' => [
  4736.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4737.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4738.                 ],
  4739.                 'MonologBundle' => [
  4740.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4741.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4742.                 ],
  4743.                 'DebugBundle' => [
  4744.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4745.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4746.                 ],
  4747.                 'MakerBundle' => [
  4748.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4749.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4750.                 ],
  4751.                 'DoctrineBundle' => [
  4752.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4753.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4754.                 ],
  4755.                 'DoctrineMigrationsBundle' => [
  4756.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4757.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4758.                 ],
  4759.                 'SecurityBundle' => [
  4760.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4761.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4762.                 ],
  4763.                 'TwigExtraBundle' => [
  4764.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4765.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4766.                 ],
  4767.                 'EasyAdminBundle' => [
  4768.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  4769.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  4770.                 ],
  4771.                 'NelmioCorsBundle' => [
  4772.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  4773.                     'namespace' => 'Nelmio\\CorsBundle',
  4774.                 ],
  4775.                 'ApiPlatformBundle' => [
  4776.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  4777.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  4778.                 ],
  4779.                 'FlexyPOSBundle' => [
  4780.                     'path' => (\dirname(__DIR__4).'/src/Flexy/POSBundle'),
  4781.                     'namespace' => 'App\\Flexy\\POSBundle',
  4782.                 ],
  4783.                 'FlexyStockBundle' => [
  4784.                     'path' => (\dirname(__DIR__4).'/src/Flexy/StockBundle'),
  4785.                     'namespace' => 'App\\Flexy\\StockBundle',
  4786.                 ],
  4787.                 'FlexyFrontBundle' => [
  4788.                     'path' => (\dirname(__DIR__4).'/src/Flexy/FrontBundle'),
  4789.                     'namespace' => 'App\\Flexy\\FrontBundle',
  4790.                 ],
  4791.                 'FlexyShopBundle' => [
  4792.                     'path' => (\dirname(__DIR__4).'/src/Flexy/ShopBundle'),
  4793.                     'namespace' => 'App\\Flexy\\ShopBundle',
  4794.                 ],
  4795.                 'FlexyBookingBundle' => [
  4796.                     'path' => (\dirname(__DIR__4).'/src/Flexy/BookingBundle'),
  4797.                     'namespace' => 'App\\Flexy\\BookingBundle',
  4798.                 ],
  4799.                 'FlexyTransportBundle' => [
  4800.                     'path' => (\dirname(__DIR__4).'/src/Flexy/TransportBundle'),
  4801.                     'namespace' => 'App\\Flexy\\TransportBundle',
  4802.                 ],
  4803.                 'KnpMenuBundle' => [
  4804.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  4805.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  4806.                 ],
  4807.                 'StofDoctrineExtensionsBundle' => [
  4808.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  4809.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  4810.                 ],
  4811.                 'VichUploaderBundle' => [
  4812.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  4813.                     'namespace' => 'Vich\\UploaderBundle',
  4814.                 ],
  4815.                 'ChartjsBundle' => [
  4816.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-chartjs'),
  4817.                     'namespace' => 'Symfony\\UX\\Chartjs',
  4818.                 ],
  4819.                 'LiipImagineBundle' => [
  4820.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  4821.                     'namespace' => 'Liip\\ImagineBundle',
  4822.                 ],
  4823.                 'LexikJWTAuthenticationBundle' => [
  4824.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  4825.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  4826.                 ],
  4827.                 'MercureBundle' => [
  4828.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src'),
  4829.                     'namespace' => 'Symfony\\Bundle\\MercureBundle',
  4830.                 ],
  4831.                 'WebpackEncoreBundle' => [
  4832.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  4833.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  4834.                 ],
  4835.                 'TurboBundle' => [
  4836.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-turbo'),
  4837.                     'namespace' => 'Symfony\\UX\\Turbo',
  4838.                 ],
  4839.                 'NotifyBundle' => [
  4840.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-notify'),
  4841.                     'namespace' => 'Symfony\\UX\\Notify',
  4842.                 ],
  4843.                 'SymfonyCastsResetPasswordBundle' => [
  4844.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  4845.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  4846.                 ],
  4847.                 'KnpPaginatorBundle' => [
  4848.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4849.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4850.                 ],
  4851.                 'KnpUOAuth2ClientBundle' => [
  4852.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  4853.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  4854.                 ],
  4855.                 'StimulusBundle' => [
  4856.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/stimulus-bundle'),
  4857.                     'namespace' => 'Symfony\\UX\\StimulusBundle',
  4858.                 ],
  4859.                 'SwupBundle' => [
  4860.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-swup'),
  4861.                     'namespace' => 'Symfony\\UX\\Swup',
  4862.                 ],
  4863.                 'EndroidQrCodeBundle' => [
  4864.                     'path' => (\dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src'),
  4865.                     'namespace' => 'Endroid\\QrCodeBundle',
  4866.                 ],
  4867.             ],
  4868.             'kernel.charset' => 'UTF-8',
  4869.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4870.             'app.path.product_images' => '/uploads/coworking/detail',
  4871.             'app.path.product_images_home' => '/uploads/coworking',
  4872.             'event_dispatcher.event_aliases' => [
  4873.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4874.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4875.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4876.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4877.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4878.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4879.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4880.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4881.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4882.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4883.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4884.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4885.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4886.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4887.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4888.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4889.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4890.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4891.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4892.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4893.             ],
  4894.             'fragment.renderer.hinclude.global_template' => NULL,
  4895.             'fragment.path' => '/_fragment',
  4896.             'kernel.http_method_override' => false,
  4897.             'kernel.trust_x_sendfile_type_header' => false,
  4898.             'kernel.trusted_hosts' => [
  4899.             ],
  4900.             'kernel.default_locale' => 'fr',
  4901.             'kernel.enabled_locales' => [
  4902.             ],
  4903.             'kernel.error_controller' => 'error_controller',
  4904.             'asset.request_context.base_path' => NULL,
  4905.             'asset.request_context.secure' => NULL,
  4906.             'translator.logging' => false,
  4907.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4908.             'debug.error_handler.throw_at' => -1,
  4909.             'router.request_context.host' => 'localhost',
  4910.             'router.request_context.scheme' => 'http',
  4911.             'router.request_context.base_url' => '',
  4912.             'router.resource' => 'kernel::loadRoutes',
  4913.             'request_listener.http_port' => 80,
  4914.             'request_listener.https_port' => 443,
  4915.             'session.metadata.storage_key' => '_sf2_meta',
  4916.             'session.storage.options' => [
  4917.                 'cache_limiter' => '0',
  4918.                 'cookie_secure' => 'auto',
  4919.                 'cookie_httponly' => true,
  4920.                 'cookie_samesite' => 'lax',
  4921.                 'gc_probability' => 1,
  4922.             ],
  4923.             'session.save_path' => NULL,
  4924.             'session.metadata.update_threshold' => 0,
  4925.             'form.type_extension.csrf.enabled' => true,
  4926.             'form.type_extension.csrf.field_name' => '_token',
  4927.             'validator.translation_domain' => 'validators',
  4928.             'profiler_listener.only_exceptions' => false,
  4929.             'profiler_listener.only_main_requests' => false,
  4930.             'twig.form.resources' => [
  4931.                 => '@VichUploader/Form/fields.html.twig',
  4932.                 => 'form_div_layout.html.twig',
  4933.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  4934.                 => 'bootstrap_5_layout.html.twig',
  4935.             ],
  4936.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4937.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4938.             'web_profiler.debug_toolbar.mode' => 2,
  4939.             'monolog.use_microseconds' => true,
  4940.             'monolog.swift_mailer.handlers' => [
  4941.             ],
  4942.             'monolog.handlers_to_channels' => [
  4943.                 'monolog.handler.console' => [
  4944.                     'type' => 'exclusive',
  4945.                     'elements' => [
  4946.                         => 'event',
  4947.                         => 'doctrine',
  4948.                         => 'console',
  4949.                     ],
  4950.                 ],
  4951.                 'monolog.handler.main' => [
  4952.                     'type' => 'exclusive',
  4953.                     'elements' => [
  4954.                         => 'event',
  4955.                     ],
  4956.                 ],
  4957.             ],
  4958.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4959.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4960.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4961.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4962.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4963.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4964.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4965.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4966.             'doctrine.entity_managers' => [
  4967.                 'default' => 'doctrine.orm.default_entity_manager',
  4968.             ],
  4969.             'doctrine.default_entity_manager' => 'default',
  4970.             'doctrine.dbal.connection_factory.types' => [
  4971.                 'uuid' => [
  4972.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  4973.                 ],
  4974.                 'ulid' => [
  4975.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4976.                 ],
  4977.             ],
  4978.             'doctrine.connections' => [
  4979.                 'default' => 'doctrine.dbal.default_connection',
  4980.             ],
  4981.             'doctrine.default_connection' => 'default',
  4982.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4983.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4984.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4985.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4986.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4987.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4988.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4989.             'doctrine.orm.cache.memcache_port' => 11211,
  4990.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4991.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4992.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4993.             'doctrine.orm.cache.memcached_port' => 11211,
  4994.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4995.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4996.             'doctrine.orm.cache.redis_host' => 'localhost',
  4997.             'doctrine.orm.cache.redis_port' => 6379,
  4998.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4999.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5000.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5001.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5002.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5003.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5004.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5005.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5006.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5007.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5008.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5009.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5010.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5011.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5012.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5013.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5014.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5015.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5016.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5017.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5018.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5019.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5020.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5021.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5022.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5023.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5024.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5025.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5026.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5027.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5028.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5029.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  5030.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5031.             'doctrine.migrations.preferred_em' => NULL,
  5032.             'doctrine.migrations.preferred_connection' => NULL,
  5033.             'security.role_hierarchy.roles' => [
  5034.             ],
  5035.             'security.access.denied_url' => NULL,
  5036.             'security.authentication.manager.erase_credentials' => true,
  5037.             'security.authentication.session_strategy.strategy' => 'migrate',
  5038.             'security.authentication.hide_user_not_found' => true,
  5039.             'security.firewalls' => [
  5040.                 => 'api',
  5041.                 => 'dev',
  5042.                 => 'main',
  5043.             ],
  5044.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  5045.             'nelmio_cors.map' => [
  5046.                 '^/' => [
  5047.                     'skip_same_as_origin' => true,
  5048.                 ],
  5049.             ],
  5050.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  5051.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  5052.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  5053.             'api_platform.metadata_backward_compatibility_layer' => true,
  5054.             'api_platform.enable_entrypoint' => true,
  5055.             'api_platform.enable_docs' => true,
  5056.             'api_platform.title' => '',
  5057.             'api_platform.description' => '',
  5058.             'api_platform.version' => '0.0.0',
  5059.             'api_platform.show_webby' => true,
  5060.             'api_platform.url_generation_strategy' => 1,
  5061.             'api_platform.exception_to_status' => [
  5062.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  5063.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  5064.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  5065.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  5066.             ],
  5067.             'api_platform.formats' => [
  5068.                 'json' => [
  5069.                     => 'application/json',
  5070.                 ],
  5071.                 'html' => [
  5072.                     => 'text/html',
  5073.                 ],
  5074.             ],
  5075.             'api_platform.patch_formats' => [
  5076.                 'json' => [
  5077.                     => 'application/json',
  5078.                 ],
  5079.             ],
  5080.             'api_platform.error_formats' => [
  5081.                 'jsonproblem' => [
  5082.                     => 'application/problem+json',
  5083.                 ],
  5084.                 'jsonld' => [
  5085.                     => 'application/ld+json',
  5086.                 ],
  5087.             ],
  5088.             'api_platform.allow_plain_identifiers' => false,
  5089.             'api_platform.eager_loading.enabled' => true,
  5090.             'api_platform.eager_loading.max_joins' => 100,
  5091.             'api_platform.eager_loading.fetch_partial' => false,
  5092.             'api_platform.eager_loading.force_eager' => true,
  5093.             'api_platform.collection.exists_parameter_name' => 'exists',
  5094.             'api_platform.collection.order' => 'ASC',
  5095.             'api_platform.collection.order_parameter_name' => 'order',
  5096.             'api_platform.collection.order_nulls_comparison' => NULL,
  5097.             'api_platform.collection.pagination.enabled' => false,
  5098.             'api_platform.collection.pagination.partial' => false,
  5099.             'api_platform.collection.pagination.client_enabled' => false,
  5100.             'api_platform.collection.pagination.client_items_per_page' => false,
  5101.             'api_platform.collection.pagination.client_partial' => false,
  5102.             'api_platform.collection.pagination.items_per_page' => 30,
  5103.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  5104.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  5105.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  5106.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  5107.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  5108.             'api_platform.collection.pagination' => [
  5109.                 'enabled' => false,
  5110.                 'partial' => false,
  5111.                 'client_enabled' => false,
  5112.                 'client_items_per_page' => false,
  5113.                 'client_partial' => false,
  5114.                 'items_per_page' => 30,
  5115.                 'maximum_items_per_page' => NULL,
  5116.                 'page_parameter_name' => 'page',
  5117.                 'enabled_parameter_name' => 'pagination',
  5118.                 'items_per_page_parameter_name' => 'itemsPerPage',
  5119.                 'partial_parameter_name' => 'partial',
  5120.             ],
  5121.             'api_platform.http_cache.etag' => true,
  5122.             'api_platform.http_cache.max_age' => NULL,
  5123.             'api_platform.http_cache.shared_max_age' => NULL,
  5124.             'api_platform.http_cache.vary' => [
  5125.                 => 'Accept',
  5126.             ],
  5127.             'api_platform.http_cache.public' => NULL,
  5128.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  5129.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  5130.             'api_platform.asset_package' => NULL,
  5131.             'api_platform.defaults' => [
  5132.                 'attributes' => [
  5133.                     'pagination_enabled' => false,
  5134.                 ],
  5135.             ],
  5136.             'api_platform.resource_class_directories' => [
  5137.                 => (\dirname(__DIR__4).'/src/Flexy/POSBundle/Entity'),
  5138.                 => (\dirname(__DIR__4).'/src/Flexy/StockBundle/Entity'),
  5139.                 => (\dirname(__DIR__4).'/src/Flexy/FrontBundle/Entity'),
  5140.                 => (\dirname(__DIR__4).'/src/Flexy/ShopBundle/Entity'),
  5141.                 => (\dirname(__DIR__4).'/src/Flexy/BookingBundle/Entity'),
  5142.                 => (\dirname(__DIR__4).'/src/Flexy/TransportBundle/Entity'),
  5143.                 => (\dirname(__DIR__4).'/src/Entity'),
  5144.             ],
  5145.             'api_platform.oauth.enabled' => false,
  5146.             'api_platform.oauth.clientId' => '',
  5147.             'api_platform.oauth.clientSecret' => '',
  5148.             'api_platform.oauth.type' => 'oauth2',
  5149.             'api_platform.oauth.flow' => 'application',
  5150.             'api_platform.oauth.tokenUrl' => '',
  5151.             'api_platform.oauth.authorizationUrl' => '',
  5152.             'api_platform.oauth.refreshUrl' => '',
  5153.             'api_platform.oauth.scopes' => [
  5154.             ],
  5155.             'api_platform.oauth.pkce' => false,
  5156.             'api_platform.openapi.termsOfService' => NULL,
  5157.             'api_platform.openapi.contact.name' => NULL,
  5158.             'api_platform.openapi.contact.url' => NULL,
  5159.             'api_platform.openapi.contact.email' => NULL,
  5160.             'api_platform.openapi.license.name' => NULL,
  5161.             'api_platform.openapi.license.url' => NULL,
  5162.             'api_platform.swagger.versions' => [
  5163.                 => 3,
  5164.             ],
  5165.             'api_platform.enable_swagger_ui' => true,
  5166.             'api_platform.enable_re_doc' => true,
  5167.             'api_platform.swagger.api_keys' => [
  5168.                 'JWT' => [
  5169.                     'name' => 'Authorization',
  5170.                     'type' => 'header',
  5171.                 ],
  5172.             ],
  5173.             'api_platform.swagger_ui.extra_configuration' => [
  5174.             ],
  5175.             'api_platform.graphql.enabled' => false,
  5176.             'api_platform.graphql.graphiql.enabled' => false,
  5177.             'api_platform.graphql.graphql_playground.enabled' => false,
  5178.             'api_platform.graphql.collection.pagination' => [
  5179.                 'enabled' => true,
  5180.             ],
  5181.             'api_platform.validator.serialize_payload_fields' => [
  5182.             ],
  5183.             'api_platform.validator.query_parameter_validation' => true,
  5184.             'api_platform.elasticsearch.enabled' => false,
  5185.             'knp_menu.renderer.list.options' => [
  5186.             ],
  5187.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  5188.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  5189.             'knp_menu.renderer.twig.options' => [
  5190.             ],
  5191.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  5192.             'knp_menu.default_renderer' => 'twig',
  5193.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  5194.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  5195.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  5196.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  5197.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  5198.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  5199.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  5200.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  5201.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  5202.             'stof_doctrine_extensions.translation_fallback' => false,
  5203.             'stof_doctrine_extensions.persist_default_translation' => false,
  5204.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  5205.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  5206.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  5207.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  5208.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  5209.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  5210.             'vich_uploader.mappings' => [
  5211.                 'modalite_photos' => [
  5212.                     'uri_prefix' => '/images/document',
  5213.                     'upload_destination' => (\dirname(__DIR__4).'/public/themes/coworking/images/modalite'),
  5214.                     'namer' => [
  5215.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.modalite_photos',
  5216.                         'options' => [
  5217.                         ],
  5218.                     ],
  5219.                     'directory_namer' => [
  5220.                         'service' => NULL,
  5221.                         'options' => NULL,
  5222.                     ],
  5223.                     'delete_on_remove' => true,
  5224.                     'delete_on_update' => true,
  5225.                     'inject_on_load' => false,
  5226.                     'db_driver' => 'orm',
  5227.                 ],
  5228.                 'product_images' => [
  5229.                     'uri_prefix' => '/uploads/coworking/detail',
  5230.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/coworking/detail'),
  5231.                     'namer' => [
  5232.                         'service' => NULL,
  5233.                         'options' => NULL,
  5234.                     ],
  5235.                     'directory_namer' => [
  5236.                         'service' => NULL,
  5237.                         'options' => NULL,
  5238.                     ],
  5239.                     'delete_on_remove' => true,
  5240.                     'delete_on_update' => true,
  5241.                     'inject_on_load' => false,
  5242.                     'db_driver' => 'orm',
  5243.                 ],
  5244.                 'product_images_home' => [
  5245.                     'uri_prefix' => '/uploads/coworking',
  5246.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/coworking'),
  5247.                     'namer' => [
  5248.                         'service' => NULL,
  5249.                         'options' => NULL,
  5250.                     ],
  5251.                     'directory_namer' => [
  5252.                         'service' => NULL,
  5253.                         'options' => NULL,
  5254.                     ],
  5255.                     'delete_on_remove' => true,
  5256.                     'delete_on_update' => true,
  5257.                     'inject_on_load' => false,
  5258.                     'db_driver' => 'orm',
  5259.                 ],
  5260.                 'join_images' => [
  5261.                     'uri_prefix' => '/images/join',
  5262.                     'upload_destination' => (\dirname(__DIR__4).'/public/themes/coworking/images/documents'),
  5263.                     'namer' => [
  5264.                         'service' => NULL,
  5265.                         'options' => NULL,
  5266.                     ],
  5267.                     'directory_namer' => [
  5268.                         'service' => NULL,
  5269.                         'options' => NULL,
  5270.                     ],
  5271.                     'delete_on_remove' => true,
  5272.                     'delete_on_update' => true,
  5273.                     'inject_on_load' => false,
  5274.                     'db_driver' => 'orm',
  5275.                 ],
  5276.             ],
  5277.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  5278.             'liip_imagine.resolvers' => [
  5279.                 'default' => [
  5280.                     'web_path' => [
  5281.                         'web_root' => (\dirname(__DIR__4).'/public'),
  5282.                         'cache_prefix' => 'media/cache',
  5283.                     ],
  5284.                 ],
  5285.             ],
  5286.             'liip_imagine.loaders' => [
  5287.                 'default' => [
  5288.                     'filesystem' => [
  5289.                         'locator' => 'filesystem',
  5290.                         'data_root' => [
  5291.                             => (\dirname(__DIR__4).'/public'),
  5292.                         ],
  5293.                         'allow_unresolvable_data_roots' => false,
  5294.                         'bundle_resources' => [
  5295.                             'enabled' => false,
  5296.                             'access_control_type' => 'blacklist',
  5297.                             'access_control_list' => [
  5298.                             ],
  5299.                         ],
  5300.                     ],
  5301.                 ],
  5302.             ],
  5303.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  5304.             'liip_imagine.jpegoptim.stripAll' => true,
  5305.             'liip_imagine.jpegoptim.max' => NULL,
  5306.             'liip_imagine.jpegoptim.progressive' => true,
  5307.             'liip_imagine.jpegoptim.tempDir' => NULL,
  5308.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  5309.             'liip_imagine.optipng.level' => 7,
  5310.             'liip_imagine.optipng.stripAll' => true,
  5311.             'liip_imagine.optipng.tempDir' => NULL,
  5312.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  5313.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  5314.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  5315.             'liip_imagine.cwebp.tempDir' => NULL,
  5316.             'liip_imagine.cwebp.q' => 75,
  5317.             'liip_imagine.cwebp.alphaQ' => 100,
  5318.             'liip_imagine.cwebp.m' => 4,
  5319.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  5320.             'liip_imagine.cwebp.alphaMethod' => 1,
  5321.             'liip_imagine.cwebp.exact' => false,
  5322.             'liip_imagine.cwebp.metadata' => [
  5323.                 => 'none',
  5324.             ],
  5325.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  5326.             'liip_imagine.cache.resolver.default' => 'default',
  5327.             'liip_imagine.default_image' => NULL,
  5328.             'liip_imagine.filter_sets' => [
  5329.                 'cache' => [
  5330.                     'quality' => 100,
  5331.                     'jpeg_quality' => NULL,
  5332.                     'png_compression_level' => NULL,
  5333.                     'png_compression_filter' => NULL,
  5334.                     'format' => NULL,
  5335.                     'animated' => false,
  5336.                     'cache' => NULL,
  5337.                     'data_loader' => NULL,
  5338.                     'default_image' => NULL,
  5339.                     'filters' => [
  5340.                     ],
  5341.                     'post_processors' => [
  5342.                     ],
  5343.                 ],
  5344.                 'my_thumb' => [
  5345.                     'quality' => 75,
  5346.                     'jpeg_quality' => NULL,
  5347.                     'png_compression_level' => NULL,
  5348.                     'png_compression_filter' => NULL,
  5349.                     'format' => NULL,
  5350.                     'animated' => false,
  5351.                     'cache' => NULL,
  5352.                     'data_loader' => NULL,
  5353.                     'default_image' => NULL,
  5354.                     'filters' => [
  5355.                         'thumbnail' => [
  5356.                             'size' => [
  5357.                                 => 300,
  5358.                                 => 250,
  5359.                             ],
  5360.                             'mode' => 'outbound',
  5361.                         ],
  5362.                         'background' => [
  5363.                             'size' => [
  5364.                                 => 310,
  5365.                                 => 260,
  5366.                             ],
  5367.                             'position' => 'center',
  5368.                             'color' => '#ffffff',
  5369.                         ],
  5370.                     ],
  5371.                     'post_processors' => [
  5372.                     ],
  5373.                 ],
  5374.             ],
  5375.             'liip_imagine.binary.loader.default' => 'default',
  5376.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  5377.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  5378.             'liip_imagine.webp.generate' => false,
  5379.             'liip_imagine.webp.options' => [
  5380.                 'quality' => 100,
  5381.                 'cache' => NULL,
  5382.                 'data_loader' => NULL,
  5383.                 'post_processors' => [
  5384.                 ],
  5385.             ],
  5386.             'lexik_jwt_authentication.token_ttl' => 604800,
  5387.             'lexik_jwt_authentication.clock_skew' => 0,
  5388.             'lexik_jwt_authentication.user_identity_field' => 'username',
  5389.             'lexik_jwt_authentication.allow_no_expiration' => false,
  5390.             'lexik_jwt_authentication.user_id_claim' => 'username',
  5391.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  5392.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  5393.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/bootstrap_v5_pagination.html.twig',
  5394.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5395.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5396.             'knp_paginator.page_range' => 5,
  5397.             'knp_paginator.page_limit' => NULL,
  5398.             'data_collector.templates' => [
  5399.                 'data_collector.request' => [
  5400.                     => 'request',
  5401.                     => '@WebProfiler/Collector/request.html.twig',
  5402.                 ],
  5403.                 'api_platform.data_collector.request' => [
  5404.                     => 'api_platform.data_collector.request',
  5405.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  5406.                 ],
  5407.                 'data_collector.time' => [
  5408.                     => 'time',
  5409.                     => '@WebProfiler/Collector/time.html.twig',
  5410.                 ],
  5411.                 'data_collector.memory' => [
  5412.                     => 'memory',
  5413.                     => '@WebProfiler/Collector/memory.html.twig',
  5414.                 ],
  5415.                 'data_collector.validator' => [
  5416.                     => 'validator',
  5417.                     => '@WebProfiler/Collector/validator.html.twig',
  5418.                 ],
  5419.                 'data_collector.ajax' => [
  5420.                     => 'ajax',
  5421.                     => '@WebProfiler/Collector/ajax.html.twig',
  5422.                 ],
  5423.                 'data_collector.form' => [
  5424.                     => 'form',
  5425.                     => '@WebProfiler/Collector/form.html.twig',
  5426.                 ],
  5427.                 'data_collector.exception' => [
  5428.                     => 'exception',
  5429.                     => '@WebProfiler/Collector/exception.html.twig',
  5430.                 ],
  5431.                 'data_collector.logger' => [
  5432.                     => 'logger',
  5433.                     => '@WebProfiler/Collector/logger.html.twig',
  5434.                 ],
  5435.                 'data_collector.events' => [
  5436.                     => 'events',
  5437.                     => '@WebProfiler/Collector/events.html.twig',
  5438.                 ],
  5439.                 'data_collector.router' => [
  5440.                     => 'router',
  5441.                     => '@WebProfiler/Collector/router.html.twig',
  5442.                 ],
  5443.                 'data_collector.cache' => [
  5444.                     => 'cache',
  5445.                     => '@WebProfiler/Collector/cache.html.twig',
  5446.                 ],
  5447.                 'data_collector.translation' => [
  5448.                     => 'translation',
  5449.                     => '@WebProfiler/Collector/translation.html.twig',
  5450.                 ],
  5451.                 'data_collector.security' => [
  5452.                     => 'security',
  5453.                     => '@Security/Collector/security.html.twig',
  5454.                 ],
  5455.                 'data_collector.twig' => [
  5456.                     => 'twig',
  5457.                     => '@WebProfiler/Collector/twig.html.twig',
  5458.                 ],
  5459.                 'data_collector.http_client' => [
  5460.                     => 'http_client',
  5461.                     => '@WebProfiler/Collector/http_client.html.twig',
  5462.                 ],
  5463.                 'data_collector.doctrine' => [
  5464.                     => 'db',
  5465.                     => '@Doctrine/Collector/db.html.twig',
  5466.                 ],
  5467.                 'doctrine_migrations.migrations_collector' => [
  5468.                     => 'doctrine_migrations',
  5469.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5470.                 ],
  5471.                 'data_collector.dump' => [
  5472.                     => 'dump',
  5473.                     => '@Debug/Profiler/dump.html.twig',
  5474.                 ],
  5475.                 'mailer.data_collector' => [
  5476.                     => 'mailer',
  5477.                     => '@WebProfiler/Collector/mailer.html.twig',
  5478.                 ],
  5479.                 'notifier.data_collector' => [
  5480.                     => 'notifier',
  5481.                     => '@WebProfiler/Collector/notifier.html.twig',
  5482.                 ],
  5483.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  5484.                     => 'easyadmin',
  5485.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  5486.                 ],
  5487.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  5488.                     => 'vich_uploader.mapping_collector',
  5489.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  5490.                 ],
  5491.                 'data_collector.mercure' => [
  5492.                     => 'mercure',
  5493.                     => '@Mercure/Collector/mercure.html.twig',
  5494.                 ],
  5495.                 'data_collector.config' => [
  5496.                     => 'config',
  5497.                     => '@WebProfiler/Collector/config.html.twig',
  5498.                 ],
  5499.             ],
  5500.             'console.command.ids' => [
  5501.             ],
  5502.         ];
  5503.     }
  5504. }